http://schema.bsi-global.com/BS8723-5/
complexType ThesaurusArrayFullStructure

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://schema.bsi-global.com/BS8723-5/}ThesaurusArrayFullStructure (restriction)

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

Model
<...
  identifier = xs:string
  identifier = xs:string>
(IsLabelledBy*, SuperOrdinate?, HasMember+ )
</...>


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

Attribute Summary
 xs:stringidentifier
          Unique identifier of the resource. 
 xs:stringidentifier
          Unique identifier of the resource. 

Attribute Detail

identifier

Unique identifier of the resource.

Type:
xs:string
Use:
optional
Form:
unqualified

identifier

Unique identifier of the resource.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="ThesaurusArrayFullStructure">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="IsLabelledBy" type="NodeLabelFullStructure">
</xs:element>
<xs:element minOccurs="0" name="SuperOrdinate" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" name="HasMember" type="xs:string">
</xs:element>
</xs:sequence>
<xs:attribute ref="dc:identifier"/>
</xs:complexType>


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