<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the movement, for example as an entrance or exit. Suggested values include: 1] entrance; 2] exit; 3] onStage</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="entrance">
<xs:annotation>
<xs:documentation>character is entering the stage.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="exit">
<xs:annotation>
<xs:documentation>character is exiting the stage.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="onStage">
<xs:annotation>
<xs:documentation>character moves on stage</xs:documentation>
&l |