ip:Segment
A major grouping within the subsector to which the asset belongs.
Element information
Namespace: http://niem.gov/niem/domains/infrastructureProtection/2.1
Schema document: domains/infrastructureProtection/2.1/infrastructureProtection.xsd
Type: ip:SegmentType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- ip:SegmentName [0..*] The major grouping name for infrastructure to which the asset belongs.
- ip:SegmentTaxonomyID [0..*] The major grouping identification of an infrastructure to which the asset belongs.
- ip:SubSectorName [0..*] The major grouping name for infrastructure to which the asset belongs.
- ip:SubSegment [0..*] A data type for a major grouping within the segment to which the asset belongs.
- ip:SegmentTaxonomyDescriptionText [0..*] A description of the Segment based on the description provided in the Infrastructure Data Taxonomy (IDT).
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type ip:SubsectorType (Element ip:SubSector)
Sample instance
<ip:Segment> <ip:SegmentName>string</ip:SegmentName> <ip:SegmentTaxonomyID>string</ip:SegmentTaxonomyID> <ip:SubSectorName>string</ip:SubSectorName> <ip:SubSegment> <ip:SubSegmentName>string</ip:SubSegmentName> <ip:SubSegmentTaxonomyID>string</ip:SubSegmentTaxonomyID> <ip:SegmentName>string</ip:SegmentName> <ip:AssetCategory> <ip:AssetCategoryName>string</ip:AssetCategoryName> <ip:AssetCategoryID>string</ip:AssetCategoryID> <ip:SubSegmentName>string</ip:SubSegmentName> <ip:Asset>... </ip:Asset> <ip:AssetCategoryDescriptionText>string</ip:AssetCategoryDescriptionText> </ip:AssetCategory> <ip:SubSegmentDescriptionText>string</ip:SubSegmentDescriptionText> </ip:SubSegment> <ip:SegmentTaxonomyDescriptionText>string</ip:SegmentTaxonomyDescriptionText> </ip:Segment>