complexType "SamplingPlanGroupType"
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
Contains a group of sampling plans, which may be hierarchical.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          SamplingPlanGroupType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="SamplingPlanGroupType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfSamplingPlanGroup"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SamplingPlanGroupName"/>
<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="SamplingPlanReference"/>
<xs:element ref="SamplingPlanGroupReference"/>
</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 sampling plans 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 sampling plan 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 sampling plan 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 sampling plans 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"/>

SamplingPlanGroupName
Type:
r:NameType, complex content
A name for a sampling plan group which may be repeated to express differing names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SamplingPlanGroupName"/>

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

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

TypeOfSamplingPlanGroup
Type:
r:CodeValueType, simple content
A generic element for specifying a reason for a sampling plan group. Note that this element can contain either a term from a controlled vocabulary list or a textual description. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfSamplingPlanGroup"/>

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