complexType "ConceptualVariableSchemeType"
Namespace:
Content:
complex, 9 attributes, 21 elements
Defined:
Includes:
definitions of 8 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:anyURI
 = 
xs:boolean : "false"
 = 
xs:language
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (21):
ConceptualVariable, ConceptualVariableGroup, ConceptualVariableGroupReference, ConceptualVariableSchemeName, r:Agency, r:BasedOnObject, r:ConceptualVariableReference, r:ConceptualVariableSchemeReference, r:Description, r:ID, r:Label, r:MetadataQuality, r:Note, r:Software, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
ConceptualVariableScheme
Known Usage Locations
Annotation
A comprehensive list of the ConceptualVariables measured by the data that are being documented and/or maintained by an agency. In addition to the standard name, label, and description, allows for the inclusion of an existing ConceptualVariableScheme by reference, the inclusion of descriptions for ConceptualVariables and ConceptualVariableGroups in-line or by reference.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              ConceptualVariableSchemeType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="ConceptualVariableSchemeType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptualVariableSchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:ConceptualVariableSchemeReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ConceptualVariable"/>
<xs:element ref="r:ConceptualVariableReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ConceptualVariableGroup"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/21)
ConceptualVariable
Type:
ConceptualVariableType, complex content
Describes a ConceptualVariable which provides the link between a concept to a specific universe (object) that defines this as a ConceptualVariable.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ConceptualVariable"/>

ConceptualVariableGroup
Type:
Allows for grouping of ConceptualVariables for administrative or conceptual purposes; groups may have a hierarchical structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ConceptualVariableGroup"/>

ConceptualVariableGroupReference
Type:
r:ReferenceType, complex content
Inclusion of an existing ConceptualVariableGroup by reference. TypeOfObject should be set to ConceptualVariableGroup
XML Source (w/o annotations (1); see within schema source)

ConceptualVariableSchemeName
Type:
r:NameType, complex content
A name for the ConceptualVariableScheme. 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="ConceptualVariableSchemeName"/>

r:ConceptualVariableReference
Type:
r:ReferenceType, complex content
Inclusion of an existing ConceptualVariable by reference. TypeOfObject should be set to a ConceptualVariable.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:ConceptualVariableReference"/>

r:ConceptualVariableSchemeReference
Type:
r:SchemeReferenceType, complex content
Reference to an existing ConceptualVariableScheme for inclusion. TypeOfObject should be set to a ConceptualVariableScheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:ConceptualVariableSchemeReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the ConceptualVariableScheme. May be expressed in multiple languages and supports the use of structured 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 ConceptualVariableScheme. May be expressed in multiple languages. 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"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set