simpleType RoleTypeType
namespace http://www.fixm.aero/app/ffice/1.0
type restriction of xs:string
properties
base xs:string
used by
element AtmServiceProviderType/providerType
facets
Kind Value Annotation
enumeration FFICE_PARTICIPANT
documentation
An ASP that is capable of providing FF-ICE services. [FF-ICE]
enumeration NON_FFICE_PARTICIPANT
documentation
An ASP that is unable to provide FF-ICE services. [FF-ICE]
annotation
documentation
Type of participant, FF-ICE or NON_FF-ICE [FIXM]
source <xs:simpleType name="RoleTypeType">
 
<xs:annotation>
   
<xs:documentation>Type of participant, FF-ICE or NON_FF-ICE [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="FFICE_PARTICIPANT">
     
<xs:annotation>
       
<xs:documentation>An ASP that is capable of providing FF-ICE services. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NON_FFICE_PARTICIPANT">
     
<xs:annotation>
       
<xs:documentation>An ASP that is unable to provide FF-ICE services. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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