| schema location: | Z:\schema\Rev0\WorkOrderId.xsd |
| attribute form default: | |
| element form default: | qualified |
| targetNamespace: | http://www.eamxml.org/schema/Rev0 |
| Complex types |
| WorkOrderIdType |
| diagram | ![]() |
||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:complexType name="WorkOrderIdType"> <xs:annotation> <xs:documentation> Used as a lightweight version of WorkOrder whenever only the ID is necessary </xs:documentation> </xs:annotation> <xs:attribute name="Id" type="xs:string" use="required"/> </xs:complexType> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="Id" type="xs:string" use="required"/> |