ip:SubSegment
A data type for a major grouping within the segment to which the asset belongs.
Element information
Namespace: http://release.niem.gov/niem/domains/infrastructureProtection/3.0/
Schema document: domains/infrastructureProtection/3.0/infrastructureProtection.xsd
Type: ip:SubsegmentType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- ip:SubSegmentName [0..*]A major grouping name for infrastructure to which the asset belongs.
- ip:SubSegmentTaxonomyID [0..*]A major grouping identifier of an infrastructure to which the asset belongs.
- ip:SegmentName [0..*]A 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).
- ip:SubsegmentAugmentationPointAbstract [0..*]An augmentation point for SubsegmentType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group ip:SubsegmentAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type ip:SegmentType (Element ip:Segment)
Sample instance
<ip:SubSegment> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <ip:SubSegmentName>string</ip:SubSegmentName> <ip:SubSegmentTaxonomyID>string</ip:SubSegmentTaxonomyID> <ip:SegmentName>string</ip:SegmentName> <ip:AssetCategory> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <ip:AssetCategoryName>string</ip:AssetCategoryName> <ip:AssetCategoryID>string</ip:AssetCategoryID> <ip:SubSegmentName>string</ip:SubSegmentName> <ip:Asset> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <ip:AssetName>string</ip:AssetName> <ip:AssetID>string</ip:AssetID> <ip:AssetAliasName>string</ip:AssetAliasName> <ip:AssetStatusCode>1</ip:AssetStatusCode> <ip:AssetCategoryName>string</ip:AssetCategoryName> <nc:Organization>... </nc:Organization> <nc:Person>... </nc:Person> <nc:ContactInformation>... </nc:ContactInformation> <nc:Location>... </nc:Location> <ip:AssetAugmentationPoint>any content</ip:AssetAugmentationPoint> </ip:Asset> <ip:AssetCategoryDescriptionText>string</ip:AssetCategoryDescriptionText> <ip:AssetCategoryAugmentationPoint>any content</ip:AssetCategoryAugmentationPoint> </ip:AssetCategory> <ip:SubSegmentDescriptionText>string</ip:SubSegmentDescriptionText> <ip:SubsegmentAugmentationPoint>any content</ip:SubsegmentAugmentationPoint> </ip:SubSegment>