complexType "SampleFrameGroupType"
Namespace:
Content:
complex, 8 attributes, 20 elements
Defined:
Includes:
definitions of 1 attribute, 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"
 = 
"true"
 = 
xs:boolean : "false"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A grouping of SampleFrames for administrative purposes. Contains a group of sample frames and/or sample frame groups, which may be hierarchical.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          SampleFrameGroupType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="SampleFrameGroupType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfSampleFrameGroup"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SampleFrameGroupName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:UniverseReference"/>
<xs:element minOccurs="0" ref="r:ConceptReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="SampleFrameReference"/>
<xs:element ref="SampleFrameGroupReference"/>
</xs:choice>
</xs:sequence>
<xs:attribute default="false" name="isOrdered" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
isOrdered
Type:
xs:boolean, predefined
Use:
optional
Indicates that the content of the group is ordered as it appears within the XML structure.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isOrdered" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 8/20)
r:ConceptReference
Type:
r:ReferenceType, complex content
Reference to the concept measured by the sample frames in this group.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:ConceptReference"/>

r:Description
Type:
r:StructuredStringType, complex content
Additional textual description of the sample frame group. 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 group. 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:UniverseReference
Type:
r:ReferenceType, complex content
Reference to the universe statement describing the persons or other elements that the sample frames refer to, and to which any analytic results refer.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:UniverseReference"/>

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

SampleFrameGroupReference
Type:
r:ReferenceType, complex content
Reference to constituent sample frame group. This allows for nesting of sample frame groups.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SampleFrameGroupReference"/>

SampleFrameReference
Type:
r:ReferenceType, complex content
Reference to constituent SampleFrame.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SampleFrameReference"/>

TypeOfSampleFrameGroup
Type:
r:CodeValueType, simple content
A generic element for specifying a reason for a sample frame group. Note that this element can contain either a term from a controlled vocabulary list or a textual description.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfSampleFrameGroup"/>

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