simpleType "idRefType"
Namespace:
Defined:
globally in hscommon.xsd; see XML source
Used:
Simple Content Model
xsd:string
All Direct / Indirect Based Elements (4):
deletedAttendee (in exception), eventId (in respondRequest), id (in updateReminderRequest), notificationId (type idRefType)
All Direct / Indirect Based Attributes (3):
method (in roleTemplate)/@scopeRef, roleType/@scopeRef, sendMeetingRequest/@eventId
Known Usage Locations
Annotation
This attribute contains a reference to another .NET My Services item by its item ID.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  uuidType (restriction)
      idRefType
Derivation:
restriction of uuidType
XML Source (see within schema source)
<xsd:simpleType name="idRefType">
<xsd:annotation>
<xsd:documentation>
This attribute contains a reference to another .NET My Services item by
its item ID.
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="itemIdRef"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="uuidType"/>
</xsd:simpleType>