complexType "VocabularyType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (9):
-
All Direct / Indirect Based Elements (1):
-
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 maxOccurs="unbounded" minOccurs="0" ref="Abbreviation"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/> <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) -
Abbreviation of vocabulary title.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Abbreviation"/> |
-
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"/> |
-
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)
-
Keywords that describe the vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/> |
-
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"/> |
-
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"/> |
-
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"/> |
-
Full title of vocabulary.
XML Source (w/o annotations (1); see within schema source)
-
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"/> |