complexType OriginDestinationBase
diagram sigws_p419.png
used by
element SIG_AirFareRQ/Itinerary
complexType OriginDestinationBaseType
attributes
Name  Type  Use  Default  Fixed  Annotation
From  derived by: s:string  required      
documentation
Origin
To  derived by: s:string  required      
documentation
Destination
MinDepDate  s:date        
MaxDepDate  s:date        
source <s:complexType name="OriginDestinationBase">
 
<s:attribute name="From" use="required">
   
<s:annotation>
     
<s:documentation>Origin</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:minLength value="2"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
 
<s:attribute name="To" use="required">
   
<s:annotation>
     
<s:documentation>Destination</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:minLength value="2"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
 
<s:attribute name="MinDepDate" type="s:date"/>
 
<s:attribute name="MaxDepDate" type="s:date"/>
</s:complexType>

attribute OriginDestinationBase/@From
type restriction of s:string
properties
use required
facets
Kind Value Annotation
minLength 2
annotation
documentation
Origin
source <s:attribute name="From" use="required">
 
<s:annotation>
   
<s:documentation>Origin</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:minLength value="2"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute OriginDestinationBase/@To
type restriction of s:string
properties
use required
facets
Kind Value Annotation
minLength 2
annotation
documentation
Destination
source <s:attribute name="To" use="required">
 
<s:annotation>
   
<s:documentation>Destination</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:minLength value="2"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute OriginDestinationBase/@MinDepDate
type s:date
source <s:attribute name="MinDepDate" type="s:date"/>

attribute OriginDestinationBase/@MaxDepDate
type s:date
source <s:attribute name="MaxDepDate" type="s:date"/>


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