ip:SegmentType

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

Definition

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

Diagram

XML Schema

<xs:complexType name="SegmentType">
<xs:annotation>
<xs:documentation>
A data type for a major grouping within the subsector to which the asset belongs.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="ip:SegmentName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:SegmentTaxonomyID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:SubSectorName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:SubSegment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:SegmentTaxonomyDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ip:SegmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>