ip:AssetType

complexType AssetType in namespace http://release.niem.gov/niem/domains/infrastructureProtection/5.0/

Definition

A data type for an asset in an infrastructure.

Diagram

XML Schema

<xs:complexType name="AssetType">
<xs:annotation>
<xs:documentation>
A data type for an asset in an infrastructure.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="ip:AssetName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:AssetID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:AssetAliasName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:AssetStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:AssetCategoryName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Location" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:AssetAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>