Namespace: |
|
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
Datatype Representation Summary ("model" | "children" | "siblings") |
Type Derivation Summary xsd:string ![]() |
Derivation: |
restriction of xsd:string |
|||
Facets: |
|
<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> |