complexType "VocabularyType"
Namespace:
Content:
complex, 9 elements
Defined:
Includes:
definitions of 9 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (9):
Comments, Scheme, SchemeURI, VocabularyTitle, XML-URI, r:Abbreviation, r:Description, r:Keyword, r:URI
All Direct / Indirect Based Elements (1):
Vocabulary
Known Usage Locations
Annotation
Provides information about the vocabulary used to create a concept scheme.
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="VocabularyType">
<xs:sequence>
<xs:element minOccurs="0" ref="VocabularyTitle"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Abbreviation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="r:URI"/>
<xs:element minOccurs="0" name="XML-URI" type="xs:anyURI"/>
<xs:element minOccurs="0" name="Scheme" type="xs:string"/>
<xs:element minOccurs="0" name="SchemeURI" type="xs:anyURI"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Comments"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 9/9)
Comments
Type:
r:StructuredStringType, complex content
Information for the user regarding the reasons for use of the vocabulary and appropriate usage constraints.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Comments"/>

r:Abbreviation
Type:
r:InternationalStringType, complex content
Abbreviation of vocabulary title.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Abbreviation"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the Vocabulary. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Keyword
Type:
Keywords that describe the vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/>

r:URI
Type:
xs:anyURI, predefined, simple content
URI to external resource providing information about the vocabulary (general description, main web page).
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:URI"/>

Scheme
Type:
xs:string, predefined, simple content
Textual description of the XML scheme in which the classification is written.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Scheme" type="xs:string"/>

SchemeURI
Type:
xs:anyURI, predefined, simple content
URI to the XML scheme used in the vocabulary (DTD or XML Schema for the XML document above; schemes like DDI, Claset, Neuchatel, and DocBook). Typically, this will be an XML namespace.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SchemeURI" type="xs:anyURI"/>

VocabularyTitle
Type:
r:InternationalStringType, complex content
Full title of vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="VocabularyTitle"/>

XML-URI
Type:
xs:anyURI, predefined, simple content
URI to the vocabulary represented as an XML document.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="XML-URI" type="xs:anyURI"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set