complexType "VariableSchemeType"
Namespace:
Content:
complex, 9 attributes, 22 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:boolean : "false"
 = 
xs:anyURI
 = 
xs:language
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Contains a set of Variables and VariableGroups. In addition to the standard name, label, and description of the Variable Scheme, may contain another VariableScheme by reference, a listing of Variables (in-line or by reference), and a listing of VariableGroups (in-line or by reference).
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              VariableSchemeType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="VariableSchemeType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableSchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:VariableSchemeReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="Variable"/>
<xs:element ref="r:VariableReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="VariableGroup"/>
<xs:element ref="VariableGroupReference"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/22)
r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the VariableScheme. 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 VariableScheme. 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:VariableReference
Type:
r:ReferenceType, complex content
Allows for the inclusion of an existing variable by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:VariableReference"/>

r:VariableSchemeReference
Type:
r:SchemeReferenceType, complex content
Allows for the inclusion of another VariableScheme by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:VariableSchemeReference"/>

Variable
Type:
VariableType, complex content
Describes a Variable in-line. This is the applied expression of a data item within a data set.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Variable"/>

VariableGroup
Type:
VariableGroupType, complex content
Contains a group of Variables, which may be ordered or hierarchical.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="VariableGroup"/>

VariableGroupReference
Type:
r:ReferenceType, complex content
Allows the inclusion of an existing VariableGroup by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="VariableGroupReference"/>

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

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