simpleType "instanceIdType"
Namespace:
Defined:
globally in hscommon.xsd; see XML source
Used:
Simple Content Model
xsd:string
All Direct / Indirect Based Attributes (1):
documentRootAttributeGroup/@instanceId
Known Usage Locations
Annotation
This attribute is a unique identifier typically assigned to the root element of a service. It is a read-only element and assigned by the .NET My Services system when a particular service is provisioned for a user.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  instanceIdType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="instanceIdType">
<xsd:annotation>
<xsd:documentation>
This attribute is a unique identifier typically assigned to the root
element of a service. It is a read-only element and assigned by the
.NET My Services system when a particular service is provisioned for a user.
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="instanceId"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>