simpleType Event-action-type
namespace http://www.ite.org/tmdd
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element ActionLog/action-type
annotation
documentation
<objectClass>Event</objectClass>
<definition>Specifies the type of action for an action log element.
New data element added to support action timeline msg
</definition>
source <xs:simpleType name="Event-action-type">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Event</objectClass>
     
<definition>Specifies the type of action for an action log element.
New data element added to support action timeline msg
</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="5"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="system new"/>
       
<xs:enumeration value="system update"/>
       
<xs:enumeration value="system ended"/>
       
<xs:enumeration value="user action"/>
       
<xs:enumeration value="user pager action"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy