complexType "SamplingPlanSchemeType"
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 sampling plans maintained by an agency, and used in the instrument.
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              SamplingPlanSchemeType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="SamplingPlanSchemeType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SamplingPlanSchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:SamplingPlanSchemeReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="SamplingPlan"/>
<xs:element ref="SamplingPlanReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="SamplingPlanGroup"/>
<xs:element ref="SamplingPlanGroupReference"/>
</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 sampling plan 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 sampling plan 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:SamplingPlanSchemeReference
Type:
r:SchemeReferenceType, complex content
Provides for inclusion by reference of external sampling plan schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:SamplingPlanSchemeReference"/>

SamplingPlan
Type:
SamplingPlanType, complex content
An item (that is, a sampling plan) belonging to the sampling plan scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SamplingPlan"/>

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

SamplingPlanGroupReference
Type:
r:ReferenceType, complex content
An item (that is, a sampling plan) included in the scheme by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SamplingPlanGroupReference"/>

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

SamplingPlanSchemeName
Type:
r:NameType, complex content
A name for a sampling plan scheme which may be repeated to express differing names for different systems. 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="SamplingPlanSchemeName"/>

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