simpleType IssueVerb
namespace http://www.IM-Draft-03-00-44a
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements DispatchDevice/dispatchCommands/dispatchCommand/commandsUse ResourceAssignmentDet/dispatchCommands/dispatchCommand/commandsUse DispatchDevice/dispatchDetails/dispatchDetail/detailsUse ResourceAssignmentDet/dispatchDetails/dispatchDetail/detailsUse DispatchDevice/routes/route/routeSetUse ResourceAssignmentDet/routes/route/routeSetUse
annotation
appinfo

            na (0) -- not applicable
            create (1) -- the issued material is new
            update (2) -- the issued material updates
             -- an earlier message and replaces it
            delete (3) -- the issued material  (sent previously)
             -- should now be deleted  (it is not longer vaild)
        
source <xs:simpleType name="IssueVerb">
 
<xs:annotation>
   
<xs:appinfo>
            na (0) -- not applicable
            create (1) -- the issued material is new
            update (2) -- the issued material updates
             -- an earlier message and replaces it
            delete (3) -- the issued material  (sent previously)
             -- should now be deleted  (it is not longer vaild)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="3"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="na"/>
       
<xs:enumeration value="create"/>
       
<xs:enumeration value="update"/>
       
<xs:enumeration value="delete"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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