source: Scheduling/trunk/cs/bsdx0200GUISourceCode/dsRebookAppts.xsd@ 614

Last change on this file since 614 was 614, checked in by Sam Habiel, 14 years ago

Initial committ of scheduling package

File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<xs:schema id="dsRebookAppts" targetNamespace="http://tempuri.org/dsRebookAppts.xsd" elementFormDefault="qualified"
3 attributeFormDefault="qualified" xmlns="http://tempuri.org/dsRebookAppts.xsd" xmlns:mstns="http://tempuri.org/dsRebookAppts.xsd"
4 xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
5 <xs:element name="dsRebookAppts" msdata:IsDataSet="true">
6 <xs:complexType>
7 <xs:choice maxOccurs="unbounded">
8 <xs:element name="PatientAppts">
9 <xs:complexType>
10 <xs:sequence>
11 <xs:element name="Name" type="xs:string" minOccurs="0" />
12 <xs:element name="DOB" type="xs:date" minOccurs="0" />
13 <xs:element name="Sex" type="xs:string" minOccurs="0" />
14 <xs:element name="HRN" type="xs:string" minOccurs="0" />
15 <xs:element name="NewApptDate" type="xs:date" minOccurs="0" />
16 <xs:element name="Clinic" type="xs:string" minOccurs="0" />
17 <xs:element name="TypeStatus" type="xs:string" minOccurs="0" />
18 <xs:element name="RESOURCEID" type="xs:unsignedInt" minOccurs="0" />
19 <xs:element name="APPT_MADE_BY" type="xs:string" minOccurs="0" />
20 <xs:element name="DATE_APPT_MADE" type="xs:date" minOccurs="0" />
21 <xs:element name="NOTE" type="xs:string" minOccurs="0" />
22 <xs:element name="STREET" type="xs:string" minOccurs="0" />
23 <xs:element name="CITY" type="xs:string" minOccurs="0" />
24 <xs:element name="STATE" type="xs:string" minOccurs="0" />
25 <xs:element name="ZIP" type="xs:string" minOccurs="0" />
26 <xs:element name="HOMEPHONE" type="xs:string" minOccurs="0" />
27 <xs:element name="OldApptDate" type="xs:date" minOccurs="0" />
28 </xs:sequence>
29 </xs:complexType>
30 </xs:element>
31 <xs:element name="BSDXResource">
32 <xs:complexType>
33 <xs:sequence>
34 <xs:element name="RESOURCEID" type="xs:unsignedInt" minOccurs="0" />
35 <xs:element name="RESOURCE_NAME" type="xs:string" minOccurs="0" />
36 <xs:element name="LETTER_TEXT" type="xs:string" minOccurs="0" />
37 <xs:element name="NO_SHOW_LETTER" type="xs:string" minOccurs="0" />
38 <xs:element name="CLINIC_CANCELLATION_LETTER" type="xs:string" minOccurs="0" />
39 </xs:sequence>
40 </xs:complexType>
41 </xs:element>
42 </xs:choice>
43 </xs:complexType>
44 <xs:key name="kBSDXResourceID">
45 <xs:selector xpath=".//mstns:BSDXResource" />
46 <xs:field xpath="mstns:RESOURCEID" />
47 </xs:key>
48 <xs:keyref name="BSDXResourcePatientAppts" refer="kBSDXResourceID">
49 <xs:selector xpath=".//mstns:PatientAppts" />
50 <xs:field xpath="mstns:RESOURCEID" />
51 </xs:keyref>
52 </xs:element>
53</xs:schema>
Note: See TracBrowser for help on using the repository browser.