simpleType "referenceScopeType"
Namespace:
Defined:
globally within component.xsd, see XML source
Used:
Datatype Representation Summary
("model" | "children" | "siblings")
Known Usage Locations
Annotation
Enumeration used for scoping references within the model
Type Definition Detail
Type Derivation Summary
xsd:string
  referenceScopeType (restriction)
Derivation:
restriction of xsd:string
Facets:
enumeration:
"model", "children", "siblings"
Property can reference any valid instance in the model
XML Source
<xsd:simpleType name="referenceScopeType">
<xsd:annotation>
<xsd:documentation>
Enumeration used for scoping references within the model
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="model">
<xsd:annotation>
<xsd:documentation>
Property can reference any valid instance in the model
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="children">
<xsd:annotation>
<xsd:documentation>
Property can reference any children of the referencing instance
</xsd:documentation>
</xsd:annotation>
True/False values.
</xsd:enumeration>
<xsd:enumeration value="siblings">
<xsd:annotation>
<xsd:documentation>
Property can reference any siblings or children of the referencing instance
</xsd:documentation>
</xsd:annotation>
True/False values.
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>