complexType "SampleFrameSchemeType"
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
A set of sample frames maintained by an agency, and used in the instrument.
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              SampleFrameSchemeType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="SampleFrameSchemeType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SampleFrameSchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:SampleFrameSchemeReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="SampleFrame"/>
<xs:element ref="SampleFrameReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="SampleFrameGroup"/>
<xs:element ref="SampleFrameGroupReference"/>
</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 use of the sample frame scheme. 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 sample frame scheme. 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:SampleFrameSchemeReference
Type:
r:SchemeReferenceType, complex content
Provides for inclusion by reference of external sample frame schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:SampleFrameSchemeReference"/>

SampleFrame
Type:
SampleFrameType, complex content
An item (that is, a sample frame) belonging to the sample frame Scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SampleFrame"/>

SampleFrameGroup
Type:
SampleFrameGroupType, complex content
An item (that is, a sample frame group) belonging to the sample frame Scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SampleFrameGroup"/>

SampleFrameGroupReference
Type:
r:ReferenceType, complex content
Inclusion of a SampleFrameGroup by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SampleFrameGroupReference"/>

SampleFrameReference
Type:
r:ReferenceType, complex content
A sample frame item included in the scheme by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SampleFrameReference"/>

SampleFrameSchemeName
Type:
r:NameType, complex content
A name for the sample frame scheme. 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="SampleFrameSchemeName"/>

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