Definition Type: ComplexType
Name: ScheduleDayType
Namespace: http://niem.gov/niem/niem-core/2.0
Type: s:ComplexObjectType
Containing Schema: niem-core.xsd
Abstract
Documentation:
A data type for a plan or agenda for the activities of a day.
Collapse XSD Schema Diagram:
Drilldown into SchedulePerson in schema niem-core_xsd Drilldown into ScheduleDayStartTime in schema niem-core_xsd Drilldown into ScheduleDayEndTime in schema niem-core_xsd Drilldown into ScheduleDate in schema niem-core_xsd Drilldown into ScheduleActivityText 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_xsdXSD Diagram of ScheduleDayType in schema niem-core_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="ScheduleDayType">
    <xsd:annotation>
        <xsd:documentation>A data type for a plan or agenda for the activities of a day.</xsd:documentation>
        <xsd:appinfo>
            <i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="s:ComplexObjectType">
            <xsd:sequence>
                <xsd:element ref="nc:ScheduleActivityText" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:ScheduleDate" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:ScheduleDayEndTime" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:ScheduleDayStartTime" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:SchedulePerson" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScheduleActivityText nc:ScheduleActivityText 0 unbounded
ScheduleDate nc:ScheduleDate 0 unbounded
ScheduleDayEndTime nc:ScheduleDayEndTime 0 unbounded
ScheduleDayStartTime nc:ScheduleDayStartTime 0 unbounded
SchedulePerson nc:SchedulePerson 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:
Collapse References:
j:CourtActivityScheduleDay, j:CourtEventSchedule, j:EnforcementOfficialUnavailableSchedule, nc:ScheduleDay