complexType DiscountType
diagram sigws_p322.png
used by
element PriceItineraryType/Discount
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  s:string  optional      
documentation
Discount name
Amount  derived by: s:integer  optional      
documentation
Discount amount
AgreementNumber  s:string        
documentation
Agreement number
Designator  s:string        
documentation
Discount fare designator to be added to fare code
source <s:complexType name="DiscountType">
 
<s:attribute name="Name" type="s:string" use="optional">
   
<s:annotation>
     
<s:documentation>Discount name</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="Amount" use="optional">
   
<s:annotation>
     
<s:documentation>Discount amount</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:integer">
       
<s:minInclusive value="0"/>
       
<s:maxInclusive value="99"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
 
<s:attribute name="AgreementNumber" type="s:string">
   
<s:annotation>
     
<s:documentation>Agreement number</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="Designator" type="s:string">
   
<s:annotation>
     
<s:documentation>Discount fare designator to be added to fare code</s:documentation>
   
</s:annotation>
 
</s:attribute>
</s:complexType>

attribute DiscountType/@Name
type s:string
properties
use optional
annotation
documentation
Discount name
source <s:attribute name="Name" type="s:string" use="optional">
 
<s:annotation>
   
<s:documentation>Discount name</s:documentation>
 
</s:annotation>
</s:attribute>

attribute DiscountType/@Amount
type restriction of s:integer
properties
use optional
facets
Kind Value Annotation
minInclusive 0
maxInclusive 99
annotation
documentation
Discount amount
source <s:attribute name="Amount" use="optional">
 
<s:annotation>
   
<s:documentation>Discount amount</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:integer">
     
<s:minInclusive value="0"/>
     
<s:maxInclusive value="99"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute DiscountType/@AgreementNumber
type s:string
annotation
documentation
Agreement number
source <s:attribute name="AgreementNumber" type="s:string">
 
<s:annotation>
   
<s:documentation>Agreement number</s:documentation>
 
</s:annotation>
</s:attribute>

attribute DiscountType/@Designator
type s:string
annotation
documentation
Discount fare designator to be added to fare code
source <s:attribute name="Designator" type="s:string">
 
<s:annotation>
   
<s:documentation>Discount fare designator to be added to fare code</s:documentation>
 
</s:annotation>
</s:attribute>


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