simpleType "RelationCodeType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"Parent"
 - 
The source object is the parent of the target object. The target object is a sub-part or member of the parent source.
"Child"
 - 
The source object is the child of the source object. The target object is the parent or contains the source object as a sub-part or member.
"Sibling"
 - 
The source object is the sibling of the target object. One object is not a member of or subsidiary to the other. They may be equal members of the same group.
"Unknown"
 - 
The relationship between the source and target objects is unknown.

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
Indicates the relationship of a source object to a target object. Except in the case of sibling the relationship is unidirectional (source to target).
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  RelationCodeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Parent"
 - 
The source object is the parent of the target object. The target object is a sub-part or member of the parent source.
"Child"
 - 
The source object is the child of the source object. The target object is the parent or contains the source object as a sub-part or member.
"Sibling"
 - 
The source object is the sibling of the target object. One object is not a member of or subsidiary to the other. They may be equal members of the same group.
"Unknown"
 - 
The relationship between the source and target objects is unknown.
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="RelationCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Parent"/>
<xs:enumeration value="Child"/>
<xs:enumeration value="Sibling"/>
<xs:enumeration value="Unknown"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set