http://schemas.bs8723.org/XmlSchema/
complexType ThesaurusArrayStructure

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://schemas.bs8723.org/XmlSchema/}ThesaurusArrayStructure (restriction)

Documentation
Data type defining the structure of arrays
Properties
This component is not nillable.

Model
<...
  identifier = xs:string
  Ordered = xs:boolean : false>
(IsLabelledBy*, HasSuperOrdinate?, HasMember+ )
</...>


Nested Element Summary
xs:stringHasMember
          Identifies the concepts or other arrays composing this array 
xs:stringHasSuperOrdinate
          Identifies the superordinate concepts or arrays. 
NodeLabelStructureIsLabelledBy
          Label given to the array. 

Attribute Summary
 xs:stringidentifier
          Unique identifier of the resource. 
 xs:booleanOrdered
          Indicates whether the order of the collection should be maintained. 

Attribute Detail

identifier

Unique identifier of the resource.

Type:
xs:string
Use:
optional
Form:
unqualified

Ordered

Indicates whether the order of the collection should be maintained.

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

Source
<xs:complexType name="ThesaurusArrayStructure">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="IsLabelledBy" type="NodeLabelStructure">
</xs:element>
<xs:element minOccurs="0" name="HasSuperOrdinate" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" name="HasMember" type="xs:string">
</xs:element>
</xs:sequence>
<xs:attribute ref="dc:identifier" use="required"/>
<xs:attribute default="false" name="Ordered" type="xs:boolean">
</xs:attribute>
</xs:complexType>


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