simpleType "idType"
Namespace:
Defined:
globally in hscommon.xsd; see XML source
Used:
Simple Content Model
xsd:string
All Direct / Indirect Based Elements (2):
connectionID (in ConnectableArgot), endpointId (in notifyEndpointRequest)
All Direct / Indirect Based Attributes (6):
argot (defined in argotListType complexType)/@id, argot (defined in argotListType complexType)/@id, deletedBlueType/@id, newBlueIdType/@id, scope (defined in roleMapType complexType)/@id, standardBlueAttributeGroup/@id
Known Usage Locations
Annotation
This attribute is a globally unique ID assigned to this element by .NET My Services. Normally, .NET My Services generates and assigns this ID during an <b>insertRequest operation</b> or possibly during a <b>replaceRequest</b>. Application software can override this ID generation by specifying the <b>useClientIds</b> attribute in the request message. After an ID has been assigned, the attribute is read only and attempts to write it are silently ignored.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  uuidType (restriction)
      idType
Derivation:
restriction of uuidType
XML Source (see within schema source)
<xsd:simpleType name="idType">
<xsd:annotation>
<xsd:documentation>
This attribute is a globally unique ID assigned to this element
by .NET My Services. Normally, .NET My Services generates and assigns this
ID during an
<b>insertRequest operation</b>
or possibly during a
<b>replaceRequest</b>
. Application software can override this ID
generation by specifying the
<b>useClientIds</b>
attribute in the
request message. After an ID has been assigned,
the attribute is read only and attempts to write it are silently ignored.
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="itemId"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="uuidType"/>
</xsd:simpleType>