ConceptType (complexType)

DDI

Allows for inclusion of a fully marked up Conceptual Components module or referencing such a module that is external to the instance.

Source

  <xs:complexType name="ConceptType">  <xs:choice>  <xs:element ref="c:ConceptualComponent">  </xs:element>  <xs:element ref="Reference">  </xs:element>  </xs:choice>  </xs:complexType>