Java class for TeActivityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TeActivityType"> <complexContent> <restriction base=" http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="trasse_element_id" minOccurs="0"> <simpleType> <restriction base=" http://www.w3.org/2001/XMLSchema}long"> <totalDigits value="12"/> </restriction> </simpleType> </element> <element name="activity_type_id" minOccurs="0"> <simpleType> <restriction base=" http://www.w3.org/2001/XMLSchema}long"> <totalDigits value="12"/> </restriction> </simpleType> </element> </sequence> <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
id | long | attribute | 0/1 | Technical (PCS specific) identifier for the path section activity type. Suitable only for existing path section activity types. | |
trasse_element_id | long | element | 0/1 | Technical (PCS specific) identifier for the path section. Suitable only for existing path sections. | |
activity_type_id | long | element | 0/1 | Train parameter, entered by the user. In TAF-TSI parlance, it is synonymous with "Activity Type", Indicates certain treatments or operations required for a train. Technical (PCS specific) identifier for the activity type. List of valid entries can be retrieved through getActivityTypes operation. |
Example
<t----- id="..."> <trasse_element_id>...</trasse_element_id> <activity_type_id>...</activity_type_id> </t----->