<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://cancernet/other" xmlns:other="http://cancernet/other">
	<annotation>
		<documentation xml:lang="zh-cn">其它常用数据</documentation>
		<documentation xml:lang="en-us">Other Data</documentation>
	</annotation>
	<element name="tables">
		<complexType>
			<all>
				<element name="ICD10_detail" type="other:_id_ch_value">
					<annotation>
						<documentation xml:lang="zh-cn">ICD10明细编码</documentation>
						<documentation xml:lang="en-us">ICD10 detail</documentation>
					</annotation>
				</element>
				<element name="ICD_O_morphology" type="other:_id_value">
					<annotation>
						<documentation xml:lang="zh-cn">肿瘤学国际疾病分类形态学编码</documentation>
						<documentation xml:lang="en-us">ICD-O morphology</documentation>
					</annotation>
				</element>
				<element name="ICD_O_topography" type="other:_id_value">
					<annotation>
						<documentation xml:lang="zh-cn">肿瘤国际疾病分类解剖学编码</documentation>
						<documentation xml:lang="en-us">ICD-O topography</documentation>
					</annotation>
				</element>
				<element name="ccd_87" type="other:_id_value">
					<annotation>
						<documentation xml:lang="zh-cn">中国疾病分类</documentation>
						<documentation xml:lang="en-us">ccd 87</documentation>
					</annotation>
				</element>
				<element name="ccde_87" type="other:_id_ch_value">
					<annotation>
						<documentation xml:lang="zh-cn">伤害CCDE87代码</documentation>
						<documentation xml:lang="en-us">ccde</documentation>
					</annotation>
				</element>
				<element name="gb3304_82" type="other:_id_value">
					<annotation>
						<documentation xml:lang="zh-cn">中国民族编码</documentation>
						<documentation xml:lang="en-us">China nation</documentation>
					</annotation>
				</element>
				<element name="gb6565_86" type="other:_id_value">
					<annotation>
						<documentation xml:lang="zh-cn">中国职业编码</documentation>
						<documentation xml:lang="en-us">China job</documentation>
					</annotation>
				</element>
				<element name="icd9_cm" type="other:_id_eng_value">
					<annotation>
						<documentation xml:lang="zh-cn">国际疾病分类ICD9诊断编码</documentation>
						<documentation xml:lang="en-us">icd9-cm</documentation>
					</annotation>
				</element>
				<element name="icd9_surg" type="other:_id_eng_value">
					<annotation>
						<documentation xml:lang="zh-cn">国际疾病分类ICD9手术编码</documentation>
						<documentation xml:lang="en-us">icd9-surg</documentation>
					</annotation>
				</element>
				<element name="icd10">
					<annotation>
						<documentation xml:lang="zh-cn">标准ICD10编码</documentation>
						<documentation xml:lang="en-us">icd-10</documentation>
					</annotation>
					<complexType>
						<complexContent>
							<extension base="other:_id_value">
								<sequence>
									<sequence>
										<element name="ch_pinyin">
											<simpleType>
												<restriction base="string">
													<maxLength value="16"/>
												</restriction>
											</simpleType>
										</element>
										<element name="describe_icd" type="string">
											<annotation>
												<documentation xml:lang="zh-cn">ICD使用说明</documentation>
												<documentation xml:lang="en-us">icd guide</documentation>
											</annotation>
										</element>
										<element name="describe_usr" type="string">
											<annotation>
												<documentation xml:lang="zh-cn">用户使用说明</documentation>
												<documentation xml:lang="en-us">user guide</documentation>
											</annotation>
										</element>
									</sequence>
								</sequence>
							</extension>
						</complexContent>
					</complexType>
				</element>
			</all>
		</complexType>
		<key name="ccd_87_pkey">
			<annotation>
				<documentation xml:lang="zh-cn">中国疾病分类CCD编码主键</documentation>
				<documentation xml:lang="en-us">primary key of ccd</documentation>
			</annotation>
			<selector xpath="ccd_87"/>
			<field xpath="ccd_id"/>
		</key>
		<key name="ccde_87_pkey">
			<annotation>
				<documentation xml:lang="zh-cn">伤害编码ccde-87主键</documentation>
				<documentation xml:lang="en-us">primary key of ccde</documentation>
			</annotation>
			<selector xpath="ccde_87"/>
			<field xpath="ccde_id"/>
		</key>
		<key name="gb3304_82_pkey">
			<annotation>
				<documentation xml:lang="zh-cn">中国民族编码主键</documentation>
				<documentation xml:lang="en-us">primary key of china nation</documentation>
			</annotation>
			<selector xpath="gb3304_82"/>
			<field xpath="nation_id"/>
		</key>
		<key name="gb6565_86_pkey">
			<annotation>
				<documentation xml:lang="zh-cn">中国职业编码主键</documentation>
				<documentation xml:lang="en-us">primary key of china job</documentation>
			</annotation>
			<selector xpath="gb6565_86"/>
			<field xpath="job_id"/>
		</key>
		<key name="icd_o_pkey">
			<annotation>
				<documentation xml:lang="zh-cn">肿瘤发病部位主键</documentation>
				<documentation xml:lang="en-us">primary key of topography</documentation>
			</annotation>
			<selector xpath="icd_o"/>
			<field xpath="icd_id"/>
		</key>
		<key name="icd_10_pkey">
			<annotation>
				<documentation xml:lang="zh-cn">icd_10主键</documentation>
				<documentation xml:lang="en-us">primary key of icd-10</documentation>
			</annotation>
			<selector xpath="icd_10"/>
			<field xpath="icd_id"/>
		</key>
		<key name="icd9_id_pkey">
			<selector xpath="icd9"/>
			<field xpath="icd9_id"/>
		</key>
	</element>
	<complexType name="_id_value">
		<sequence>
			<element name="code">
				<annotation>
					<documentation xml:lang="zh-cn">形态学编码</documentation>
					<documentation xml:lang="en-us">topography id</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<maxLength value="10"/>
					</restriction>
				</simpleType>
			</element>
			<element name="ch_name">
				<annotation>
					<documentation xml:lang="zh-cn">中文名称</documentation>
					<documentation xml:lang="en-us">Chinese name</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<maxLength value="128"/>
					</restriction>
				</simpleType>
			</element>
			<element name="eng_name">
				<annotation>
					<documentation xml:lang="zh-cn">英文名称</documentation>
					<documentation xml:lang="en-us">English name</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<maxLength value="128"/>
					</restriction>
				</simpleType>
			</element>
		</sequence>
	</complexType>
	<complexType name="_id_ch_value">
		<all>
			<element name="code">
				<annotation>
					<documentation xml:lang="zh-cn">形态学编码</documentation>
					<documentation xml:lang="en-us">morphology id</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<length value="16"/>
					</restriction>
				</simpleType>
			</element>
			<element name="ch_name">
				<annotation>
					<documentation xml:lang="zh-cn">中文名称</documentation>
					<documentation xml:lang="en-us">Chinese name</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<maxLength value="128"/>
					</restriction>
				</simpleType>
			</element>
		</all>
	</complexType>
	<complexType name="_id_eng_value">
		<all>
			<element name="code">
				<annotation>
					<documentation xml:lang="zh-cn">形态学编码</documentation>
					<documentation xml:lang="en-us">morphology id</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<length value="16"/>
					</restriction>
				</simpleType>
			</element>
			<element name="eng_name">
				<annotation>
					<documentation xml:lang="zh-cn">英文名称</documentation>
					<documentation xml:lang="en-us">English name</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<maxLength value="128"/>
					</restriction>
				</simpleType>
			</element>
		</all>
	</complexType>
</schema>
