A Proposal for a Shadowrun XML Standard

skilltype

root
Back

Namespace:
Filename:

Description: The skilltype defines a type of skill.

Value: Enumeration, with the following legal values:


Code Fragment

<xs:datatype name="skilltype">
  <xs:enumeration datatype="SKILLTYPE">
    <xs:option>Active</xs:option>
    <xs:option>Knowlegde</xs:option>
    <xs:option>Language</xs:option>
    <xs:option>Proficiency</xs:option>
  </xs:enumeration>
</xs:datatype>