urn:veloconnect:catalog-1.1
element ClassificationScheme

Documentation
Eintrag eines Klassifikationsschemas
Properties
This component is not nillable.

Model
<ClassificationScheme
  singleMapping = xsd:boolean : true>
(ClassificationSchemeID, (ClassificationSchemeURI | ClassificationSchemeGroup+) )
</ClassificationScheme>


Nested Element Summary
 ClassificationSchemeGroup
          
 ClassificationSchemeID
          
xsd:anyURIClassificationSchemeURI
          

Attribute Summary
 xsd:booleansingleMapping
          

Attribute Detail

singleMapping

Type:
xsd:boolean
Default:
true
Use:
optional
Form:
unqualified

Source
<xsd:element name="ClassificationScheme">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="ClassificationSchemeID"/>
<xsd:choice>
<xsd:element name="ClassificationSchemeURI" type="xsd:anyURI"/>
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="ClassificationSchemeGroup"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute default="true" name="singleMapping" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.