Schema Equipment.xsd


schema location:  Z:\schema\Rev0\Equipment.xsd
attribute form default: 
element form default:  qualified
targetNamespace:  http://www.eamxml.org/schema/Rev0
 
Elements  Complex types 
Equipment  EquipmentType 


element Equipment
diagram Equipment_p1.png
namespace http://www.eamxml.org/schema/Rev0
type EquipmentType
properties
content complex
children SiteId Name Description AlternateReference EquipmentGroupCode EquipmentClassCode EquipmentTypeCode ManufacturerId ManufacturerPartNumber CatalogItem Active Visible CostingAllowed Depth PurchasePrice PurchaseDate WarrantyStartDate WarrantyEndDate WarrantyStatistic InServiceDate OutOfServiceDate EstimatedUptime EstimatedUptimeWorkOrder ComponentCode ComponentPositionCode ParentEquipmentId EquipmentStatusCode CostAssociation FunctionalLocation UserDefined Keyword Audit
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:element name="Equipment" type="EquipmentType"/>

complexType EquipmentType
diagram Equipment_p2.png
namespace http://www.eamxml.org/schema/Rev0
children SiteId Name Description AlternateReference EquipmentGroupCode EquipmentClassCode EquipmentTypeCode ManufacturerId ManufacturerPartNumber CatalogItem Active Visible CostingAllowed Depth PurchasePrice PurchaseDate WarrantyStartDate WarrantyEndDate WarrantyStatistic InServiceDate OutOfServiceDate EstimatedUptime EstimatedUptimeWorkOrder ComponentCode ComponentPositionCode ParentEquipmentId EquipmentStatusCode CostAssociation FunctionalLocation UserDefined Keyword Audit
used by
elements Equipment CostAssociationType/Equipment
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:complexType name="EquipmentType">
 
<xs:sequence>
   
<xs:element name="SiteId" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="AlternateReference" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="EquipmentGroupCode" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="EquipmentClassCode" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="EquipmentTypeCode" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ManufacturerId" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ManufacturerPartNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="CatalogItem" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Active" type="xs:boolean" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Visible" type="xs:boolean" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="CostingAllowed" type="xs:boolean" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Depth" type="xs:integer" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="PurchasePrice" type="xs:decimal" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="PurchaseDate" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="WarrantyStartDate" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="WarrantyEndDate" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="WarrantyStatistic" type="StatisticType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="InServiceDate" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="OutOfServiceDate" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="EstimatedUptime" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="EstimatedUptimeWorkOrder" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ComponentCode" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ComponentPositionCode" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ParentEquipmentId" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="EquipmentStatusCode" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="CostAssociation" type="CostAssociationType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="FunctionalLocation" type="FunctionalLocationType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="UserDefined" type="UserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Keyword" type="KeywordType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Audit" type="AuditType" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="Id" type="xs:string" use="required"/>
</xs:complexType>

attribute EquipmentType/@Id
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Id" type="xs:string" use="required"/>

element EquipmentType/SiteId
diagram Equipment_p3.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="SiteId" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/Name
diagram Equipment_p4.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/Description
diagram Equipment_p5.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/AlternateReference
diagram Equipment_p6.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="AlternateReference" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/EquipmentGroupCode
diagram Equipment_p7.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="EquipmentGroupCode" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/EquipmentClassCode
diagram Equipment_p8.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="EquipmentClassCode" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/EquipmentTypeCode
diagram Equipment_p9.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="EquipmentTypeCode" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/ManufacturerId
diagram Equipment_p10.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="ManufacturerId" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/ManufacturerPartNumber
diagram Equipment_p11.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="ManufacturerPartNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/CatalogItem
diagram Equipment_p12.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="CatalogItem" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/Active
diagram Equipment_p13.png
namespace http://www.eamxml.org/schema/Rev0
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="Active" type="xs:boolean" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/Visible
diagram Equipment_p14.png
namespace http://www.eamxml.org/schema/Rev0
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="Visible" type="xs:boolean" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/CostingAllowed
diagram Equipment_p15.png
namespace http://www.eamxml.org/schema/Rev0
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="CostingAllowed" type="xs:boolean" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/Depth
diagram Equipment_p16.png
namespace http://www.eamxml.org/schema/Rev0
type xs:integer
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="Depth" type="xs:integer" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/PurchasePrice
diagram Equipment_p17.png
namespace http://www.eamxml.org/schema/Rev0
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="PurchasePrice" type="xs:decimal" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/PurchaseDate
diagram Equipment_p18.png
namespace http://www.eamxml.org/schema/Rev0
type xs:date
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="PurchaseDate" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/WarrantyStartDate
diagram Equipment_p19.png
namespace http://www.eamxml.org/schema/Rev0
type xs:date
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="WarrantyStartDate" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/WarrantyEndDate
diagram Equipment_p20.png
namespace http://www.eamxml.org/schema/Rev0
type xs:date
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="WarrantyEndDate" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/WarrantyStatistic
diagram Equipment_p21.png
namespace http://www.eamxml.org/schema/Rev0
type StatisticType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:element name="WarrantyStatistic" type="StatisticType" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/InServiceDate
diagram Equipment_p22.png
namespace http://www.eamxml.org/schema/Rev0
type xs:date
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="InServiceDate" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/OutOfServiceDate
diagram Equipment_p23.png
namespace http://www.eamxml.org/schema/Rev0
type xs:date
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="OutOfServiceDate" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/EstimatedUptime
diagram Equipment_p24.png
namespace http://www.eamxml.org/schema/Rev0
type xs:date
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="EstimatedUptime" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>

element EquipmentType/EstimatedUptimeWorkOrder
diagram Equipment_p25.png
namespace http://www.eamxml.org/schema/Rev0
type xs: