element PlannedCalendar
diagram taf_cat_complete_sector_p361.png
namespace http://taf-jsg.info/schemes
properties
content complex
children BitmapDays ValidityPeriod
used by
elements AffectedSection PassengerJourneySectionOrigin PathInformation TrainInformation/Route TrainInformation/RouteSection TrainInformationOld
annotation
documentation
This is the calendar item for path request/path details messages - used in planning phase
source <xs:element name="PlannedCalendar">
 
<xs:annotation>
   
<xs:documentation>This is the calendar item for path request/path details messages - used in planning phase</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 PlannedCalendar/BitmapDays
diagram taf_cat_complete_sector_p362.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