ip:AssetCategoryType

complexType AssetCategoryType in namespace http://release.niem.gov/niem/domains/infrastructureProtection/4.0/

Definition

A data type for a kind of asset.

Diagram

XML Schema

<xs:complexType name="AssetCategoryType">
<xs:annotation>
<xs:documentation>
A data type for a kind of asset.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="ip:AssetCategoryName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:AssetCategoryID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:SubSegmentName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:Asset" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:AssetCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:AssetCategoryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>