nc:EquipmentType

complexType EquipmentType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a tangible property (other than land or buildings) of more or less durable nature which is useful in carrying on the operations of a business.

Diagram

XML Schema

<xs:complexType name="EquipmentType">
<xs:annotation>
<xs:documentation>
A data type for a tangible property (other than land or buildings) of more or less durable nature which is useful in carrying on the operations of a business.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EquipmentIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EquipmentName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EquipmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>