<xs:complexType name="tState">
<xs:sequence>
<xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>provide an extension point for non-railML elements in foreign namespace</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:attribute name="disabled" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation>This attribute is 'true' if the infrastructure piece is somehow disabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="operatingPeriodRef" type="rail:tGenericRef">
<xs:annotation>
<xs:documentation>The temporal frame of the 'state' should be defined in the 'timetable' part of the railML file, using the 'operatingPeriod' element.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="remarks" type="rail:tElementDescription">
<xs:annotation>
<xs:documentation>This is to further explain the 'state' definition.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="rail:anyAttribute"/>
</xs:complexType> |