ip:SubsectorType

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

Definition

A data type for a major grouping within the sector to which the asset belongs.

Diagram

XML Schema

<xs:complexType name="SubsectorType">
<xs:annotation>
<xs:documentation>
A data type for a major grouping within the sector to which the asset belongs.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="ip:SubSectorName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:SubSectorTaxonomyID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:SectorName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:Segment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:SubSectorTaxonomyDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:SubsectorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>