Definition Type: Element
Name: DateRange
Namespace: http://niem.gov/niem/niem-core/2.0
Type: nc:DateRangeType
Containing Schema: niem-core.xsd
Abstract
Documentation:
A time period measured by a starting and ending point.
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema niem-core_xsd Drilldown into StartDate in schema niem-core_xsd Drilldown into linkMetadata in schema structures_xsd Drilldown into metadata in schema structures_xsd Drilldown into id in schema structures_xsd Drilldown into ComplexObjectType in schema structures_xsd Drilldown into DateRangeType in schema niem-core_xsdXSD Diagram of DateRange in schema niem-core_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="DateRange" type="nc:DateRangeType" nillable="true">
    <xsd:annotation>
        <xsd:documentation>A time period measured by a starting and ending point.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate nc:StartDate 0 unbounded
EndDate nc:EndDate 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id s:id (Optional)
metadata s:metadata (Optional)
linkMetadata s:linkMetadata (Optional)
Collapse Derivation Tree: