complexType "QualityStandardType"
Namespace:
Content:
complex, 7 attributes, 17 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 5 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"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A formal description of a quality standard, and the quality concepts which it requires.
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      VersionableType (extension)
          QualityStandardType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="QualityStandardType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="QualityStandardName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element minOccurs="0" ref="StandardUsed"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ComplianceDefinition"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/17)
ComplianceDefinition
Type:
ComplianceDefinitionType, complex content
Provides a list of quality concepts in the quality standard.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ComplianceDefinition"/>

Description
Type:
StructuredStringType, complex content
A description of the QualityStandard. 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 QualityStandard. 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"/>

QualityStandardName
Type:
NameType, complex content
Name of the QualityStandard using the DDI Name structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="QualityStandardName"/>

StandardUsed
Type:
StandardUsedType, complex content
Provide the citation and location of the source published standard using the OtherMaterialType.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="StandardUsed"/>

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