complexType "MeasurementSchemeType"
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 MeasurementItems and MeasurementGroups. In addition to the standard name, label, and description of the MeasurementScheme, may contain another MeasurementScheme by reference, a listing of MeasurementItems (in-line or by reference), and a listing of MeasurementGroups (in-line or by reference).
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              MeasurementSchemeType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="MeasurementSchemeType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="MeasurementSchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:MeasurementSchemeReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="MeasurementItem"/>
<xs:element ref="r:MeasurementItemReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="MeasurementGroup"/>
<xs:element ref="MeasurementGroupReference"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/22)
MeasurementGroup
Type:
MeasurementGroupType, complex content
Contains a group of MeasurementItems, which may be ordered or hierarchical.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="MeasurementGroup"/>

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

MeasurementItem
Type:
MeasurementItemType, complex content
Describes a MeasurementItem in-line.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="MeasurementItem"/>

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

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the MeasurementItemScheme. 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 scheme. 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"/>

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

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

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