| schema location: | Z:\schema\Rev0\WorkResources.xsd |
| attribute form default: | |
| element form default: | qualified |
| targetNamespace: | http://www.eamxml.org/schema/Rev0 |
| Elements | Complex types |
| WorkResources | WorkResourcesType |
| WorkResourceType |
| diagram | ![]() |
||
| namespace | http://www.eamxml.org/schema/Rev0 | ||
| type | WorkResourcesType | ||
| properties |
|
||
| children | WorkResource | ||
| source | <xs:element name="WorkResources" type="WorkResourcesType"/> |
| diagram | ![]() |
||
| namespace | http://www.eamxml.org/schema/Rev0 | ||
| children | WorkResource | ||
| used by |
|
||
| source | <xs:complexType name="WorkResourcesType"> <xs:sequence> <xs:element name="WorkResource" type="WorkResourceType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||||||||
| type | WorkResourceType | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <xs:element name="WorkResource" type="WorkResourceType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <xs:complexType name="WorkResourceType"> <xs:attribute name="CraftId" type="xs:string" use="required"/> <xs:attribute name="Quantity" type="xs:integer" use="required"/> <xs:attribute name="Hours" type="xs:decimal" use="required"/> <xs:attribute name="Description" type="xs:string" use="optional"/> </xs:complexType> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="CraftId" type="xs:string" use="required"/> |
| type | xs:integer | ||||
| properties |
|
||||
| source | <xs:attribute name="Quantity" type="xs:integer" use="required"/> |
| type | xs:decimal | ||||
| properties |
|
||||
| source | <xs:attribute name="Hours" type="xs:decimal" use="required"/> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="Description" type="xs:string" use="optional"/> |