element RequestedCalendar
diagram taf_cat_complete_sector_p396.png
namespace http://taf-jsg.info/schemes
properties
content complex
children BitmapDays ValidityPeriod
used by
element PathInformation
annotation
documentation
This is the calendar item to indicate the requested calendar, which came in the path request. This is used in the path details messages. It is a subset of the calendar provided in the path request
source <xs:element name="RequestedCalendar">
 
<xs:annotation>
   
<xs:documentation>This is the calendar item to indicate the requested calendar, which came in the path request. This is used in the path details messages. It is a subset of the calendar provided in the path request</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="BitmapDays" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Bitmapstream must be provided for the trains that are running more than one day in timetable period; it is optional otherwise.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="740"/>
           
<xs:whiteSpace value="collapse"/>
           
<xs:pattern value="[0-1]{1,740}"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element ref="ValidityPeriod"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element RequestedCalendar/BitmapDays
diagram taf_cat_complete_sector_p397.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 740
whiteSpace collapse
pattern [0-1]{1,740}
annotation
documentation
Bitmapstream must be provided for the trains that are running more than one day in timetable period; it is optional otherwise.
source <xs:element name="BitmapDays" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Bitmapstream must be provided for the trains that are running more than one day in timetable period; it is optional otherwise.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="740"/>
     
<xs:whiteSpace value="collapse"/>
     
<xs:pattern value="[0-1]{1,740}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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