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

📄 luisschema.xsd

📁 Java的面向对象数据库系统的源代码
💻 XSD
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:element name="root">
		<xsd:complexType name="rootComplex">
			<xsd:sequence>
				<xsd:any/>
			</xsd:sequence>
			<xsd:attribute name="id" type="xsd:long" use="required" i18n="false"/>
			<xsd:attribute name="_creationDate" type="xsd:date" use="optional" i18n="false"/>
			<xsd:attribute name="_lastUpdate" type="xsd:date" use="optional" i18n="false"/>
			<xsd:attribute name="_changesCounter" type="xsd:long" use="optional" i18n="false"/>
			<xsd:attribute name="_urgentImport" type="xsd:boolean" use="optional" i18n="false"/>
			<xsd:attribute name="_status" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="14"/>
						<xsd:enumeration value="DIRTY"/>
						<xsd:enumeration value="VALIDATED"/>
						<xsd:enumeration value="PUBLISHED"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="_userName" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="32"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="_validatorName" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="32"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="name" use="optional" i18n="true">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="128"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="orphanage">
		<xsd:complexType name="orphanageComplex">
			<xsd:sequence>
				<xsd:any/>
			</xsd:sequence>
			<xsd:attribute name="id" type="xsd:long" use="required" i18n="false"/>
			<xsd:attribute name="_creationDate" type="xsd:date" use="optional" i18n="false"/>
			<xsd:attribute name="_lastUpdate" type="xsd:date" use="optional" i18n="false"/>
			<xsd:attribute name="_changesCounter" type="xsd:long" use="optional" i18n="false"/>
			<xsd:attribute name="_urgentImport" type="xsd:boolean" use="optional" i18n="false"/>
			<xsd:attribute name="_status" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="14"/>
						<xsd:enumeration value="DIRTY"/>
						<xsd:enumeration value="VALIDATED"/>
						<xsd:enumeration value="PUBLISHED"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="_userName" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="32"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="_validatorName" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="32"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="name" use="optional" i18n="true">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="128"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="users">
		<xsd:complexType name="userComplex">
			<xsd:sequence>
				<xsd:element minOccurs="0" maxOccurs="unbounded" name="user"/>
			</xsd:sequence>
			<xsd:attribute name="id" type="xsd:long" use="required" i18n="false"/>
			<xsd:attribute name="_creationDate" type="xsd:date" use="optional" i18n="false"/>
			<xsd:attribute name="_lastUpdate" type="xsd:date" use="optional" i18n="false"/>
			<xsd:attribute name="_changesCounter" type="xsd:long" use="optional" i18n="false"/>
			<xsd:attribute name="_urgentImport" type="xsd:boolean" use="optional" i18n="false"/>
			<xsd:attribute name="_status" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="14"/>
						<xsd:enumeration value="DIRTY"/>
						<xsd:enumeration value="VALIDATED"/>
						<xsd:enumeration value="PUBLISHED"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="_userName" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="32"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="_validatorName" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="32"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="user">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element minOccurs="0" maxOccurs="unbounded" name="contract"/>
				<xsd:element name="name"/>
				<xsd:element maxOccurs="5" name="home"/>
			</xsd:sequence>
			<xsd:attribute name="added" use="required" i18n="false" type="xsd:date"/>
			<xsd:attribute name="favoritePrime" use="optional" i18n="false">
				<xsd:simpleType name="tPrimes">
					<xsd:restriction base="xsd:integer">
						<xsd:enumeration value="2"/>
						<xsd:enumeration value="3"/>
						<xsd:enumeration value="5"/>
						<xsd:enumeration value="7"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="age" use="optional" i18n="false" type="xsd:integer"/>
			<xsd:attribute name="IC" use="optional" i18n="false" type="xsd:decimal"/>
			<xsd:attribute name="nick" use="required" i18n="false">
				<xsd:simpleType name="tString100">
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="100"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="new" use="optional" i18n="false" type="xsd:boolean"/>
			<xsd:attribute name="descr" use="optional" i18n="true">
				<xsd:simpleType name="tString100">
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="100"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="id" type="xsd:long" use="required" i18n="false"/>
			<xsd:attribute name="_creationDate" type="xsd:date" use="optional" i18n="false"/>
			<xsd:attribute name="_lastUpdate" type="xsd:date" use="optional" i18n="false"/>
			<xsd:attribute name="_changesCounter" type="xsd:long" use="optional" i18n="false"/>
			<xsd:attribute name="_urgentImport" type="xsd:boolean" use="optional" i18n="false"/>
			<xsd:attribute name="_status" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="14"/>
						<xsd:enumeration value="DIRTY"/>
						<xsd:enumeration value="VALIDATED"/>
						<xsd:enumeration value="PUBLISHED"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="_userName" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="32"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="_validatorName" use="optional" i18n="false">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="32"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="name">
		<xsd:complexType>
			<xsd:attribute name="firstName" i18n="false">
				<xsd:simpleType name="tString100">
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="100"/>
					</xsd:restriction>
				</xsd:simpleType>

⌨️ 快捷键说明

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