simpleType AirWaybillNumberType
namespace http://www.fixm.aero/flight/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element DangerousGoodsType/airWaybillNumber
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9]{11}
annotation
documentation
The number referencing the air waybill.
source <xs:simpleType name="AirWaybillNumberType">
 
<xs:annotation>
   
<xs:documentation>The number referencing the air waybill.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[0-9]{11}"/>
 
</xs:restriction>
</xs:simpleType>


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