data/dictionary.xsd
changeset 6 590ea4c94301
parent 5 89cbc713692d
child 13 a5d7afd1b93a
     1.1 --- a/data/dictionary.xsd	Sun Jul 07 00:28:40 2013 +0200
     1.2 +++ b/data/dictionary.xsd	Sun Jul 07 00:39:04 2013 +0200
     1.3 @@ -47,10 +47,14 @@
     1.4  		<xs:sequence>
     1.5  			<xs:element name="term" type="termType" minOccurs="1" maxOccurs="unbounded"/>
     1.6  			<xs:element name="explanation" type="explanationType"/>
     1.7 +			<xs:element name="tag" type="tagRefType"  minOccurs="0" maxOccurs="unbounded"/>
     1.8  		</xs:sequence>
     1.9  	</xs:complexType>
    1.10  	
    1.11  	<xs:complexType name="termType">
    1.12 +		<xs:sequence>
    1.13 +			<xs:element name="tag" type="tagRefType"  minOccurs="0" maxOccurs="unbounded"/>
    1.14 +		</xs:sequence>
    1.15  		<xs:attribute name="abbreviation" type="xs:string"/>
    1.16  		<xs:attribute name="completeForm" type="xs:string"/>
    1.17  		<xs:attribute name="language" type="languageType"/>
    1.18 @@ -70,5 +74,9 @@
    1.19  	<xs:simpleType name="textType">
    1.20  		<xs:restriction base="xs:string"/>
    1.21  	</xs:simpleType>
    1.22 +	
    1.23 +	<xs:simpleType name="tagRefType">
    1.24 +		<xs:restriction base="xs:string"/>
    1.25 +	</xs:simpleType>
    1.26  
    1.27  </xs:schema>
    1.28 \ No newline at end of file