ip:SubSegment
A data type for a major grouping within the segment 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:SubsegmentType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- ip:SubSegmentName [0..*] The major grouping name for infrastructure to which the asset belongs.
- ip:SubSegmentTaxonomyID [0..*] The major grouping identification of an infrastructure to which the asset belongs.
- ip:SegmentName [0..*] The major grouping name for infrastructure to which the asset belongs.
- ip:AssetCategory [0..*] A category for a kind of asset.
- ip:SubSegmentDescriptionText [0..*] A description of the Sub 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:SegmentType (Element ip:Segment)
Sample instance
<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:AssetName>string</ip:AssetName> <ip:AssetID>string</ip:AssetID> <ip:AssetAliasName>string</ip:AssetAliasName> <ip:AssetStatusCode>3</ip:AssetStatusCode> <ip:AssetCategoryName>string</ip:AssetCategoryName> <nc:Organization>... </nc:Organization> <nc:Person>... </nc:Person> <nc:ContactInformation>... </nc:ContactInformation> <nc:Location>... </nc:Location> </ip:Asset> <ip:AssetCategoryDescriptionText>string</ip:AssetCategoryDescriptionText> </ip:AssetCategory> <ip:SubSegmentDescriptionText>string</ip:SubSegmentDescriptionText> </ip:SubSegment>