simpleType atis:Appointment-Confirmation
namespace http://www.ATIS-Draft-03-00-79
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element atis:DirectoryAppointmentReply/coinfirm
annotation
appinfo

            apptDeniedNoExplanation (0)
            apptSuccessful (1)
            cannotConfirm (2)
            timeNotAvailable (3)
            noTimeAvailable (4)
            closed (5)
        
documentation
      
            values to 127 reserved for std use
            values 128 to 255 reserved for local use
        
source <xs:simpleType name="Appointment-Confirmation">
 
<xs:annotation>
   
<xs:appinfo>
            apptDeniedNoExplanation (0)
            apptSuccessful (1)
            cannotConfirm (2)
            timeNotAvailable (3)
            noTimeAvailable (4)
            closed (5)
        
</xs:appinfo>
   
<xs:documentation>      
            values to 127 reserved for std use
            values 128 to 255 reserved for local use
        
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="5"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="apptDeniedNoExplanation"/>
       
<xs:enumeration value="apptSuccessful"/>
       
<xs:enumeration value="cannotConfirm"/>
       
<xs:enumeration value="timeNotAvailable"/>
       
<xs:enumeration value="noTimeAvailable"/>
       
<xs:enumeration value="closed"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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