⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formentry.xsd.svn-base

📁 j2me mobile application for upload file to server.
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
<?xml version="1.0"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"           xmlns:openmrs="http://tambo.cell-life.org:8180/OPENMRSDTHF//moduleServlet/formEntry/forms/schema/13-42"           elementFormDefault="qualified"           attributeFormDefault="unqualified"><xs:element name="form">  <xs:complexType>    <xs:sequence>      <xs:element name="header" type="_header_section" />      <xs:element name="patient" type="patient_section" />      <xs:element name="encounter" type="encounter_section" />      <xs:element name="obs" type="obs_section" />      <xs:element name="problem_list" type="problem_list_section" />      <xs:element name="other" type="_other_section" />    </xs:sequence>    <xs:attribute name="id" type="xs:positiveInteger" fixed="13" use="required" />    <xs:attribute name="name" type="xs:string" fixed="Events Sheet" use="required" />    <xs:attribute name="version" type="xs:string" fixed="0.9" use="required" />  </xs:complexType></xs:element><xs:complexType name="_header_section">  <xs:sequence>    <xs:element name="enterer" type="xs:string" />    <xs:element name="date_entered" type="xs:dateTime" />    <xs:element name="session" type="xs:string" />    <xs:element name="uid" type="xs:string" />  </xs:sequence></xs:complexType><xs:complexType name="_other_section">  <xs:sequence>    <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>  </xs:sequence></xs:complexType><xs:simpleType name="_requiredString">  <xs:restriction base="xs:string">    <xs:minLength value="1" />  </xs:restriction></xs:simpleType><xs:complexType name="_infopath_boolean">  <xs:simpleContent>    <xs:extension base="xs:boolean">      <xs:attribute name="infopath_boolean_hack" type="xs:positiveInteger" use="required" fixed="1" />    </xs:extension>  </xs:simpleContent></xs:complexType><xs:complexType name="patient_section">  <xs:sequence>    <xs:element name="patient.birthdate" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="birthdate" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.birthdate_estimated" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="birthdate_estimated" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.family_name" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_name" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="family_name" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.given_name" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_name" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="given_name" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.medical_record_number" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_identifier" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="identifier" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.pawc_folder_no" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_identifier" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="identifier" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.preferred_id" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_identifier" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="identifier" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.cipra_patient_id" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_identifier" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="identifier" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.art_register_no" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_identifier" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="identifier" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.dthf_patient_id" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_identifier" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="identifier" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.pawc_patient_id" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_identifier" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="identifier" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.middle_name" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_name" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="middle_name" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.patient_id" nillable="0">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="_requiredString">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="patient_id" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.sex" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="gender" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient.tribe" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="tribe" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient_address.address1" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_address" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="address1" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="patient_address.address2" nillable="1">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="xs:string">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="patient_address" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="address2" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>  </xs:sequence></xs:complexType><xs:complexType name="encounter_section">  <xs:sequence>    <xs:element name="encounter.encounter_datetime" nillable="0">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="_requiredString">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="encounter" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="encounter_datetime" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="encounter.location_id" nillable="0">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="_requiredString">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="encounter" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="location_id" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>    <xs:element name="encounter.provider_id" nillable="0">      <xs:complexType>        <xs:simpleContent>          <xs:extension base="_requiredString">            <xs:attribute name="openmrs_table" type="xs:string" use="required" fixed="encounter" />            <xs:attribute name="openmrs_attribute" type="xs:string" use="required" fixed="provider_id" />          </xs:extension>        </xs:simpleContent>      </xs:complexType>    </xs:element>  </xs:sequence></xs:complexType><xs:complexType name="obs_section">  <xs:sequence>    <xs:element name="home_language" type="home_language_type" nillable="1" />    <xs:element name="education" type="education_type" nillable="1" />    <xs:element name="employed_outside_home" type="employed_outside_home_type" nillable="1" />    <xs:element name="last_negative_hiv_test" type="last_negative_hiv_test_type" nillable="1" />    <xs:element name="positive_hiv_test_date" type="positive_hiv_test_date_type" nillable="1" />    <xs:element name="reason_for_hiv_test" type="reason_for_hiv_test_type" nillable="1" />    <xs:element name="mode_of_transmission_of_hiv" type="mode_of_transmission_of_hiv_type" nillable="1" />    <xs:element name="hiv_disclosure_to_anyone_specific" type="hiv_disclosure_to_anyone_specific_type" nillable="1" />    <xs:element name="height_cm" type="height_cm_type" nillable="1" />    <xs:element name="weight_kg" type="weight_kg_type" nillable="1" />    <xs:element name="current_who_hiv_stage" type="current_who_hiv_stage_type" nillable="1" />    <xs:element name="adult_who_condition_query" type="adult_who_condition_query_type" nillable="1" />    <xs:element name="pregnancy_status" type="pregnancy_status_type" nillable="1" />    <xs:element name="last_menstrual_period" type="last_menstrual_period_type" nillable="1" />

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -