complexType atis:ComplexTime
diagram
namespace http://www.ATIS-Draft-03-00-79
children start end weekly occurrences furtherData
used by
elements atis:AirlineTravelInformation/coverageTime atis:EventInformation/coverageTime atis:IncidentInformation/coverageTime atis:LinkTrafficInformation/coverageTime atis:ParkingLotInformation/coverageTime atis:TransitInformation/coverageTime atis:WeatherInformation/coverageTime atis:EventInformation/repeatTimes
source <xs:complexType name="ComplexTime">
 
<xs:sequence>
   
<xs:element name="start" type="DateTimePair" minOccurs="0"/>
   
<!-- the time when the entire item begins -->
   
<xs:element name="end" type="DateTimePair" minOccurs="0"/>
   
<!-- the time when the entire item is over -->
   
<xs:element name="weekly" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="8">
         
<xs:element name="weekly-item">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="day" type="Day-of-week"/>
               
<xs:element name="times" type="TimePair"/>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="occurrences" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="32">
         
<xs:element name="occurrence">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="date" type="Date"/>
               
<xs:element name="times" type="TimePair" minOccurs="0"/>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="furtherData" type="URL-Link" minOccurs="0"/>
   
<!-- used to convey any schedule graphics -->
 
</xs:sequence>
</xs:complexType>

element atis:ComplexTime/start
diagram
type atis:DateTimePair
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="start" type="DateTimePair" minOccurs="0"/>

element atis:ComplexTime/end
diagram
type atis:DateTimePair
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="end" type="DateTimePair" minOccurs="0"/>

element atis:ComplexTime/weekly
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children weekly-item
source <xs:element name="weekly" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="8">
     
<xs:element name="weekly-item">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="day" type="Day-of-week"/>
           
<xs:element name="times" type="TimePair"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element atis:ComplexTime/weekly/weekly-item
diagram
properties
isRef 0
content complex
children day times
source <xs:element name="weekly-item">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="day" type="Day-of-week"/>
     
<xs:element name="times" type="TimePair"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element atis:ComplexTime/weekly/weekly-item/day
diagram
type atis:Day-of-week
properties
isRef 0
content simple
source <xs:element name="day" type="Day-of-week"/>

element atis:ComplexTime/weekly/weekly-item/times
diagram
type atis:TimePair
properties
isRef 0
content complex
children start end
source <xs:element name="times" type="TimePair"/>

element atis:ComplexTime/occurrences
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children occurrence
source <xs:element name="occurrences" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="32">
     
<xs:element name="occurrence">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="date" type="Date"/>
           
<xs:element name="times" type="TimePair" minOccurs="0"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element atis:ComplexTime/occurrences/occurrence
diagram
properties
isRef 0
content complex
children date times
source <xs:element name="occurrence">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="date" type="Date"/>
     
<xs:element name="times" type="TimePair" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element atis:ComplexTime/occurrences/occurrence/date
diagram
type atis:Date
properties
isRef 0
content simple
facets
length 8
source <xs:element name="date" type="Date"/>

element atis:ComplexTime/occurrences/occurrence/times
diagram
type atis:TimePair
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children start end
source <xs:element name="times" type="TimePair" minOccurs="0"/>

element atis:ComplexTime/furtherData
diagram
type atis:URL-Link
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 255
source <xs:element name="furtherData" type="URL-Link" minOccurs="0"/>


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