<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="WorkOrderContent">
<xsd:annotation>
<xsd:documentation>
General work order description.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Content" type="IRoptionType">
<xsd:annotation>
<xsd:documentation>
Work order shall be carried out. schema chould be defined separately within the IRoptionType.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SafetyAdvice" type="xsd:string" minOccurs="0" maxOccurs="10" />
<xsd:element name="SpecialCondition" type="xsd:string" minOccurs="0" maxOccurs="10">
<xsd:annotation>
<xsd:documentation>
e.g. electricity will be switched off in some region in mine during operation.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SpecialTask" type="xsd:string" minOccurs="0" maxOccurs="10">
<xsd:annotation>
<xsd:documentation>
Tasks that are not or hard to describe in workorder.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|