Namespace:
Filename:
Description: The systemtype
defines a role-playing system.
Value: Enumeration, with the following legal values:
d20
Earthdawn
Exalted
GURPS
In Nomine
Mage
Shadowrun
Vampire
Other
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>