complexType atis:Cost
diagram
namespace http://www.ATIS-Draft-03-00-79
children value currencyUnit
used by
elements atis:DirectoryDetailReply/cost atis:TimePriceInterval/cost atis:ComplexCost/charges/charge/monetaryValue atis:ManeuverInstruction/instructions/instruction/payToll atis:PriceScheduleEntry/priceFirstPayment atis:PriceScheduleEntry/priceMaximum atis:ComplexCost/totalCost
source <xs:complexType name="Cost">
 
<xs:sequence>
   
<xs:element name="value">
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedInt">
         
<xs:maxInclusive value="9999999"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="currencyUnit" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:length value="3"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<!-- as per ISO 4217 values -->
 
</xs:sequence>
</xs:complexType>

element atis:Cost/value
diagram
type restriction of xs:unsignedInt
properties
isRef 0
content simple
facets
maxInclusive 9999999
source <xs:element name="value">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedInt">
     
<xs:maxInclusive value="9999999"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element atis:Cost/currencyUnit
diagram
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
length 3
source <xs:element name="currencyUnit" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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