j:CrashDrivingRestriction
Applied augmentation for type nc:DrivingRestrictionType
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: domains/jxdm/4.1/jxdm.xsd
Type: j:CrashDrivingRestrictionType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: nc:DrivingRestriction
- Augmented Element
Content
- Sequence [1..1]
- Choice [0..*]
- nc:DrivingRestrictionCode A category of a driving restriction.
- nc:DrivingRestrictionText A category of a driving restriction.
from subst. group nc:DrivingRestrictionValue - nc:DrivingRestrictionDescriptionText [0..*] An explanation of the nature of a restriction
- nc:DrivingRestrictionEndDate [0..*] A date on which a special restriction ends.
- j:CrashDrivingRestrictionAugmentation [0..*] Additional information about a driving restriction.
from type nc:DrivingRestrictionType - Choice [0..*]
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 |
Substitution hierarchy
- nc:DrivingRestriction
- can be substituted with j:CrashDrivingRestriction
Sample instance
<j:CrashDrivingRestriction> <nc:DrivingRestrictionCode>W</nc:DrivingRestrictionCode> <nc:DrivingRestrictionDescriptionText>string</nc:DrivingRestrictionDescriptionText> <nc:DrivingRestrictionEndDate> <nc:Date>2000-01-01</nc:Date> </nc:DrivingRestrictionEndDate> <j:CrashDrivingRestrictionAugmentation> <j:CrashDrivingRestrictionCode>F</j:CrashDrivingRestrictionCode> </j:CrashDrivingRestrictionAugmentation> </j:CrashDrivingRestriction>