complexType "ConceptualVariableType"
Namespace:
Content:
complex, 7 attributes, 18 elements
Defined:
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes a ConceptualVariable which provides the link between a concept to a specific unit type (object) that defines this as a ConceptualVariable. In addition to the standard name, label, and description, it provides the two primary components of a ConceptualVariable by referencing a concept and its related unit type. Note that the concept referenced may itself contain sub-concepts and/or references to similar concepts. This maps to the GSIM ConceptualVariable and has a basis in the ISO/IEC 11179 RepresentedVariableConcept.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          ConceptualVariableType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="ConceptualVariableType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptualVariableName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="r:ConceptReference"/>
<xs:element minOccurs="0" ref="r:UnitTypeReference"/>
<xs:element minOccurs="0" ref="r:CategorySchemeReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 6/18)
ConceptualVariableName
Type:
r:NameType, complex content
A name for the ConceptualVariable. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptualVariableName"/>

r:CategorySchemeReference
Type:
r:SchemeReferenceType, complex content
Reference to a previously created category scheme that represents the conceptual variable's enumerated conceptual domain.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:CategorySchemeReference"/>

r:ConceptReference
Type:
r:ReferenceType, complex content
Reference to a Concept that is being linked to a UnitType identified by the UnitTypeReference. TypeOfObject should be set to Concept.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:ConceptReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the ConceptualVariable. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the ConceptualVariable. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

r:UnitTypeReference
Type:
r:ReferenceType, complex content
Reference to a unit type being associated with this conceptual variable. TypeOfObject should be set to UnitType.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:UnitTypeReference"/>

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