simpleType tmdd:Event-response-plan-type
namespace http://www.TMDD-Partial-00-00-00
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements TrafficControlPlan/imPlanType RequestRouteAdvice/planType RequestTrafficControlPlan/planType RouteAdvice/planType ClearOrRepairPlan/responsePlanType Response/responsePlanType CenterPlans/respPlanType TrafficControlPlan/trafficPlanType
annotation
appinfo

            system plan (1)
            modified system plan (2)
            manual input plan (3)
        
source <xs:simpleType name="Event-response-plan-type">
 
<xs:annotation>
   
<xs:appinfo>
            system plan (1)
            modified system plan (2)
            manual input plan (3)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="3"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="system plan"/>
       
<xs:enumeration value="modified system plan"/>
       
<xs:enumeration value="manual input plan"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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