A Proposal for a Shadowrun XML Standard

systemtype

root
Back

Namespace:
Filename:

Description: The systemtype defines a role-playing system.

Value: Enumeration, with the following legal values:


Code Fragment

<xs:simpleType name="systemtype">
  <xs:restriction base="xs:string">
    <xs:enumeration value="d20"/>
    <xs:enumeration value="Earthdawn"/>
    <xs:enumeration value="Exalted"/>
    <xs:enumeration value="GURPS"/>
    <xs:enumeration value="In Nomine"/>
    <xs:enumeration value="Mage"/>
    <xs:enumeration value="Shadowrun"/>
    <xs:enumeration value="Vampire"/>
    <xs:enumeration value="Other"/>
  </xs:restriction>
</xs:simpleType>