Definition Type: ComplexType
Name: PartialDateType
Namespace: http://niem.gov/niem/domains/intelligence/2.0
Type: nc:DateType
Containing Schema: intelligence.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MarginDuration in schema niem-core_xsd Drilldown into DateAccuracyCode in schema niem-core_xsd Drilldown into DateRepresentation 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 DateType in schema niem-core_xsd Drilldown into year in schema intelligence_xsd Drilldown into month in schema intelligence_xsd Drilldown into dayOfMonth in schema intelligence_xsdXSD Diagram of PartialDateType in schema intelligence_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="PartialDateType">
    <xsd:annotation>
        <xsd:appinfo>
            <i:Base i:namespace="http://niem.gov/niem/niem-core/2.0" i:name="DateType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="nc:DateType">
            <xsd:attribute ref="intel:dayOfMonth" use="optional" />
            <xsd:attribute ref="intel:month" use="optional" />
            <xsd:attribute ref="intel:year" use="optional" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DateRepresentation nc:DateRepresentation 0 unbounded
DateAccuracyCode nc:DateAccuracyCode 0 1
MarginDuration nc:MarginDuration 0 1
Collapse Child Attributes:
Name Type Default Value Use
id s:id (Optional)
metadata s:metadata (Optional)
linkMetadata s:linkMetadata (Optional)
dayOfMonth intel:dayOfMonth Optional
month intel:month Optional
year intel:year Optional
Collapse Derivation Tree:
Collapse References:
intel:PartialDate, intel:PersonBirthDate, intel:PersonDeathDate