complexType "ConceptReferenceType"
Namespace:
Content:
complex, 8 attributes, 7 elements
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
("Canonical" | "Deprecated")
 = 
xs:boolean : "false"
 = 
xs:anyURI
 = 
"true"
 = 
xs:boolean : "false"
 = 
xs:string
 = 
list of xs:language
 = 
xs:anyURI
    >
   
Content: 
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:TypeOfObject, r:MaintainableObject?, ConceptReference*
</...>
Content Model Elements (7):
ConceptReference, r:Agency, r:ID, r:MaintainableObject, r:TypeOfObject, r:URN, r:Version
All Direct / Indirect Based Elements (2):
CharacteristicReference, ConceptReference
Known Usage Locations
Annotation
An infinitely nesting ConceptReference. References an initial Concept and any number of children, grandchildren, etc. Used to identify concepts that are component parts of another concept and allow nesting to create a hierarchical set of sub-concepts.
Type Definition Detail
Type Derivation Tree
r:ReferenceType (extension)
  ConceptReferenceType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="ConceptReferenceType">
<xs:complexContent>
<xs:extension base="r:ReferenceType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/7)
ConceptReference
Type:
ConceptReferenceType, complex content
A reference to a child Concept of the primary reference. Used to create hierarchies of component children.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptReference"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set