element InterruptionPoint
diagram taf_cat_complete_sector_p227.png
namespace http://taf-jsg.info/schemes
properties
content complex
children Location DetailedDescriptionOfLocation Interruption InterruptionDuration Remarks
used by
element TrainRunningInterruptionMessage
annotation
documentation
describes the interruption points with location and the reason for the interruption
source <xs:element name="InterruptionPoint">
 
<xs:annotation>
   
<xs:documentation>describes the interruption points with location and the reason for the interruption</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="Location"/>
     
<xs:element name="DetailedDescriptionOfLocation" type="FreeText" minOccurs="0"/>
     
<xs:element name="Interruption">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element ref="InterruptionReason" minOccurs="0"/>
           
<xs:element ref="InterruptionDateTime"/>
           
<xs:element ref="InterruptionDescription" minOccurs="0" maxOccurs="unbounded"/>
           
<xs:element ref="InternalReferenceIdentifier" minOccurs="0"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="InterruptionDuration" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>To specifiy the probable duration of the interruption</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="EarliestEndDateTime" type="xs:dateTime" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Forecasted earliest time for end of interruption</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="LatestEndDateTime" type="xs:dateTime" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Forecasted latest time for end of interruption</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element ref="Remarks" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>To provide any additional information to the RU or next IM (e.g. contact person, next steps, etc)</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element InterruptionPoint/DetailedDescriptionOfLocation
diagram taf_cat_complete_sector_p228.png
namespace http://taf-jsg.info/schemes
type FreeText
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 255
source <xs:element name="DetailedDescriptionOfLocation" type="FreeText" minOccurs="0"/>

element InterruptionPoint/Interruption
diagram taf_cat_complete_sector_p229.png
namespace http://taf-jsg.info/schemes
properties
content complex
children InterruptionReason InterruptionDateTime InterruptionDescription InternalReferenceIdentifier
source <xs:element name="Interruption">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="InterruptionReason" minOccurs="0"/>
     
<xs:element ref="InterruptionDateTime"/>
     
<xs:element ref="InterruptionDescription" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="InternalReferenceIdentifier" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element InterruptionPoint/InterruptionDuration
diagram taf_cat_complete_sector_p230.png
namespace http://taf-jsg.info/schemes
properties
minOcc 0
maxOcc 1
content complex
children EarliestEndDateTime LatestEndDateTime
annotation
documentation
To specifiy the probable duration of the interruption
source <xs:element name="InterruptionDuration" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>To specifiy the probable duration of the interruption</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="EarliestEndDateTime" type="xs:dateTime" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Forecasted earliest time for end of interruption</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="LatestEndDateTime" type="xs:dateTime" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Forecasted latest time for end of interruption</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element InterruptionPoint/InterruptionDuration/EarliestEndDateTime
diagram taf_cat_complete_sector_p231.png
namespace http://taf-jsg.info/schemes
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Forecasted earliest time for end of interruption
source <xs:element name="EarliestEndDateTime" type="xs:dateTime" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Forecasted earliest time for end of interruption</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterruptionPoint/InterruptionDuration/LatestEndDateTime
diagram taf_cat_complete_sector_p232.png
namespace http://taf-jsg.info/schemes
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Forecasted latest time for end of interruption
source <xs:element name="LatestEndDateTime" type="xs:dateTime" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Forecasted latest time for end of interruption</xs:documentation>
 
</xs:annotation>
</xs:element>


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