DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "VariableSchemeType"
Namespace:
Content:
complex, 11 attributes, 11 elements
Defined:
Includes:
definitions of 8 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    agency
 = 
xs:NCName
    externalReferenceDefaultURI
 = 
xs:anyURI
    id
 = 
xs:string
    isMaintainable
 = 
"true"
    isPublished
 = 
xs:boolean : "false"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    xml:lang
 = 
xs:language
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, VariableSchemeName*, r:Label*, r:Description*, VariableSchemeReference*, (Variable | VariableReference)*, (VariableGroup | VariableGroupReference)*
</...>
Content Model Elements (11):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              VariableSchemeType (extension)
XML Source (w/o annotations (7); 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 maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableSchemeReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="Variable"/>
<xs:element ref="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 (defined in this component only; 8/11)
r:Description
Type:
r:StructuredStringType, mixed content
A description of the use of the variable scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, mixed content
A display label for the variable scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

Variable
Type:
VariableType, complex content
Describes a variable contained in the variable scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Variable"/>

VariableGroup
Type:
VariableGroupType, complex content
Describes a variable group contained in the variable scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="VariableGroup"/>

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

VariableReference
Type:
r:ReferenceType, complex content
References a variable contained in the variable scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="VariableReference"/>

VariableSchemeName
Type:
r:NameType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableSchemeName"/>

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

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set