simpleType "creatorType"
Namespace:
Defined:
globally in hscommon.xsd; see XML source
Used:
Simple Content Model
xsd:hexBinary
All Direct / Indirect Based Attributes (1):
standardBlueAttributeGroup/@creator
Known Usage Locations
Annotation
This attribute identifies the creator in terms of <b>userId</b>, <b>appId</b>, and <b>platformId</b> of the node.
Type Definition Detail
Type Derivation Tree
xsd:hexBinary (restriction)
  creatorType
Derivation:
restriction of xsd:hexBinary
XML Source (see within schema source)
<xsd:simpleType name="creatorType">
<xsd:annotation>
<xsd:documentation>
This attribute identifies the creator in terms of
<b>userId</b>
,
<b>appId</b>
, and
<b>platformId</b>
of the node.
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="creator"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:hexBinary"/>
</xsd:simpleType>