http://dbai.tuwien.ac.at/proj/arte/GES
element Skill

Properties
This component is not nillable.

Model
<Skill
  ID = ID>
IncludesSkill*
</Skill>


Nested Element Summary
 IncludesSkill
          A skill ID which is contained within this skill. 

Attribute Summary
 IDID
          A unique ID for this skill. 

Attribute Detail

ID

A unique ID for this skill.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element name="Skill">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="IncludesSkill">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ID">
<xs:attribute name="weight" type="nonNegativeDouble" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>


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