nc:Decal
A sticker.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:DecalType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:DecalID [0..*] An identifier assigned to a decal in a given year.
- nc:DecalColorText [0..*] A color of a decal.
- Choice [0..*]
- nc:DecalPeriodCode A lifespan of a decal on a vehicle license plate.
- nc:DecalPeriodText A lifespan of a decal for which it is valid.
from subst. group nc:DecalPeriod - nc:DecalYearDate [0..*] A year displayed on a decal.
- nc:DecalMonthDate [0..*] A month displayed on a decal.
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 |
Sample instance
<nc:Decal> <nc:DecalID>string</nc:DecalID> <nc:DecalColorText>string</nc:DecalColorText> <nc:DecalPeriodCode>2</nc:DecalPeriodCode> <nc:DecalYearDate>1999</nc:DecalYearDate> <nc:DecalMonthDate>--05</nc:DecalMonthDate> </nc:Decal>