nc:DateRange
A time period measured by a starting and ending point.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:DateRangeType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:StartDate [0..*] A date on which something begins.
- nc:EndDate [0..*] An end date.
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:DateRange> <nc:StartDate> <nc:Date>2000-01-01</nc:Date> </nc:StartDate> <nc:EndDate> <nc:Date>2000-01-01</nc:Date> </nc:EndDate> </nc:DateRange>