simpleType "changeNumberType"
Namespace:
Defined:
globally in hscommon.xsd; see XML source
Used:
at 10 locations
Simple Content Model
xsd:nonNegativeInteger
All Direct / Indirect Based Attributes (10):
changeQueryResponse (in queryResponse)/@baseChangeNumber, changeQueryType/@baseChangeNumber, deleteResponse/@newChangeNumber, documentRootAttributeGroup/@changeNumber, insertResponse/@newChangeNumber, replaceResponse/@newChangeNumber, standardBlueAttributeGroup/@changeNumber, trigger (defined in subscriptionType complexType)/@baseChangeNumber, unnamedBlueAttributeGroup/@changeNumber, updateResponseType/@newChangeNumber
Known Usage Locations
Annotation
The <b>changeNumber</b> attribute is designed to facilitate caching of the element and its descendants. This attribute is assigned to this element by the .NET My Services system. The attribute is read only to applications. Attempts to write this attribute are silently ignored.
Type Definition Detail
Type Derivation Tree
xsd:nonNegativeInteger (restriction)
  changeNumberType
Derivation:
restriction of xsd:nonNegativeInteger
XML Source (see within schema source)
<xsd:simpleType name="changeNumberType">
<xsd:annotation>
<xsd:documentation>
The
<b>changeNumber</b>
attribute is designed to facilitate caching of the
element and its descendants. This attribute is assigned to this element
by the .NET My Services system. The attribute is read only to applications.
Attempts to write this attribute are silently ignored.
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="changeNumber"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:maxInclusive value="9223372036854775807"/>
</xsd:restriction>
</xsd:simpleType>