complexType "QualitySchemeType"
Namespace:
Content:
complex, 9 attributes, 26 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 12 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
This scheme contains a set of quality statements and quality standards referenced by the metadata at different points in the lifecycle. In addition to the name, label, and description of the scheme, the structure supports the inclusion of another QualityScheme by reference and a set of QualityStatement descriptions either in-line or by reference.
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      AbstractMaintainableType (extension)
          MaintainableType (extension)
              QualitySchemeType
XML Source (w/o annotations (13); see within schema source)
<xs:complexType name="QualitySchemeType">
<xs:complexContent>
<xs:extension base="MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="QualitySchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="QualitySchemeReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="QualityStatement"/>
<xs:element ref="QualityStatementReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="QualityStandard"/>
<xs:element ref="QualityStandardReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="QualityStatementGroup"/>
<xs:element ref="QualityStatementGroupReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="QualityStandardGroup"/>
<xs:element ref="QualityStandardGroupReference"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 12/26)
Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the QualityScheme. 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="Description"/>

Label
Type:
LabelType, complex content
A display label for the QualityScheme. 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="Label"/>

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

QualitySchemeReference
Type:
SchemeReferenceType, complex content
Inclusion of an existing QualityScheme by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="QualitySchemeReference"/>

QualityStandard
Type:
QualityStandardType, complex content
In-line description of a QualityStandard. These are used by reference at various points in the lifecycle.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QualityStandard"/>

QualityStandardGroup
Type:
QualityStandardGroupType, complex content
In-line description of a group of QualityStandards.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QualityStandardGroup"/>

QualityStandardGroupReference
Type:
ReferenceType, complex content
The inclusion of an existing QualityStandardGroup by reference. TypeOfObject should be set to QualityStandardGroup.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QualityStandardGroupReference"/>

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

QualityStatement
Type:
QualityStatementType, complex content
In-line description of a QualityStatement. These are used by reference at various points in the lifecycle.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QualityStatement"/>

QualityStatementGroup
Type:
QualityStatementGroupType, complex content
In-line description of a group of QualityStatements.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QualityStatementGroup"/>

QualityStatementGroupReference
Type:
ReferenceType, complex content
The inclusion of an existing QualityStatementGroup by reference. TypeOfObject should be set to QualityStatementGroup.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QualityStatementGroupReference"/>

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

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