source: Scheduling/trunk/cs/bsdx0200GUISourceCode/dsPatientApptDisplay2.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.5 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<xs:schema id="dsPatientApptDisplay2" targetNamespace="http://tempuri.org/dsPatientApptDisplay2.xsd"
3 elementFormDefault="qualified" attributeFormDefault="qualified" xmlns="http://tempuri.org/dsPatientApptDisplay2.xsd"
4 xmlns:mstns="http://tempuri.org/dsPatientApptDisplay2.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"
5 xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
6 <xs:element name="dsPatientApptDisplay2" msdata:IsDataSet="true">
7 <xs:complexType>
8 <xs:choice maxOccurs="unbounded">
9 <xs:element name="PatientAppts">
10 <xs:complexType>
11 <xs:sequence>
12 <xs:element name="Name" type="xs:string" minOccurs="0" />
13 <xs:element name="DOB" type="xs:date" minOccurs="0" />
14 <xs:element name="Sex" type="xs:string" minOccurs="0" />
15 <xs:element name="HRN" type="xs:string" minOccurs="0" />
16 <xs:element name="ApptDate" type="xs:date" minOccurs="0" />
17 <xs:element name="Clinic" type="xs:string" minOccurs="0" />
18 <xs:element name="TypeStatus" type="xs:string" minOccurs="0" />
19 <xs:element name="RESOURCEID" type="xs:unsignedInt" minOccurs="0" />
20 <xs:element name="APPT_MADE_BY" type="xs:string" minOccurs="0" />
21 <xs:element name="DATE_APPT_MADE" type="xs:date" minOccurs="0" />
22 <xs:element name="NOTE" type="xs:string" minOccurs="0" />
23 <xs:element name="STREET" type="xs:string" minOccurs="0" />
24 <xs:element name="CITY" type="xs:string" minOccurs="0" />
25 <xs:element name="STATE" type="xs:string" minOccurs="0" />
26 <xs:element name="ZIP" type="xs:string" minOccurs="0" />
27 <xs:element name="HOMEPHONE" type="xs:string" 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:sequence>
38 </xs:complexType>
39 </xs:element>
40 </xs:choice>
41 </xs:complexType>
42 <xs:key name="kBSDXResourceID">
43 <xs:selector xpath=".//mstns:BSDXResource" />
44 <xs:field xpath="mstns:RESOURCEID" />
45 </xs:key>
46 <xs:keyref name="BSDXResourcePatientAppts" refer="kBSDXResourceID">
47 <xs:selector xpath=".//mstns:PatientAppts" />
48 <xs:field xpath="mstns:RESOURCEID" />
49 </xs:keyref>
50 </xs:element>
51</xs:schema>
Note: See TracBrowser for help on using the repository browser.