j:AppointmentType

complexType AppointmentType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for an appointment consists of scheduled dates and times, actual dates and times, and descriptive information.

Diagram

XML Schema

<xs:complexType name="AppointmentType">
<xs:annotation>
<xs:documentation>
A data type for an appointment consists of scheduled dates and times, actual dates and times, and descriptive information.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:AppointmentGroupText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppointmentMandatedTimelineText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppointmentPostponementReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppointmentPriorityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppointmentRecessEndDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppointmentRecessStartDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppointmentRepeatDateRange" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppointmentResultsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppointmentSchedule" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppointmentStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppointmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>