complexType "OtherMaterialSchemeType"
Namespace:
Content:
complex, 9 attributes, 22 elements
Defined:
globally in reusable.xsd; see XML source
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
This scheme contains a set of other materials referenced by the metadata. In addition to the name, label, and description of the scheme, the structure supports the inclusion of another OtherMaterialScheme by reference and a set of OtherMaterial descriptions either in-line or by reference.
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      AbstractMaintainableType (extension)
          MaintainableType (extension)
              OtherMaterialSchemeType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="OtherMaterialSchemeType">
<xs:complexContent>
<xs:extension base="MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OtherMaterialSchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OtherMaterialSchemeReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="OtherMaterial"/>
<xs:element ref="OtherMaterialReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="OtherMaterialGroup"/>
<xs:element ref="OtherMaterialGroupReference"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/22)
Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the OtherMaterialScheme. 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 OtherMaterialScheme. 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"/>

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

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

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

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

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

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

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