simpleType "locationType"
Namespace:
Defined:
globally in hscommon.xsd; see XML source
Used:
Simple Content Model
"xpath"
All Direct / Indirect Based Elements (1):
location (type locationType)
All Direct / Indirect Based Attributes (1):
location/@type
Known Usage Locations
Annotation
This type defines the types of location pointers allowed by the XMI. Today the only valid value is "xpath". In the future, if additional XML pointer dialects become standard, they may be added as well.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  locationType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="locationType">
<xsd:annotation>
<xsd:documentation>
This type defines the types of location pointers allowed by the
XMI. Today the only valid value is "xpath". In the future, if additional
XML pointer dialects become standard, they may be added as well.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="xpath"/>
</xsd:restriction>
</xsd:simpleType>