diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-26 21:59:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-26 21:59:47 +0300 |
commit | 214eb6da865743f5571baccd73f3b7018d7a77a5 (patch) | |
tree | 6a0e79831c64a706d3b5f04477f2732c681416c2 /testxml/xsd | |
parent | 38b806175c2cc7f8f23cac7798f9b3c4e985ee6f (diff) | |
download | evol-tools-214eb6da865743f5571baccd73f3b7018d7a77a5.tar.gz evol-tools-214eb6da865743f5571baccd73f3b7018d7a77a5.tar.bz2 evol-tools-214eb6da865743f5571baccd73f3b7018d7a77a5.tar.xz evol-tools-214eb6da865743f5571baccd73f3b7018d7a77a5.zip |
testxml: add new stats.xml attributes to xsd
Diffstat (limited to 'testxml/xsd')
-rw-r--r-- | testxml/xsd/tmw.xsd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index b1381ff..a7fdbbb 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -1467,6 +1467,21 @@ </xs:sequence> </xs:complexType> </xs:element> + <xs:element name="page"> + <xs:complexType> + <xs:sequence> + <xs:choice minOccurs="0" maxOccurs="unbounded"> + <xs:element name="stat"> + <xs:complexType> + <xs:attribute name="id" type="xs:int" use="required"/> + <xs:attribute name="name" type="xs:string" use="required"/> + </xs:complexType> + </xs:element> + </xs:choice> + </xs:sequence> + <xs:attribute name="name" type="xs:string" use="required"/> + </xs:complexType> + </xs:element> </xs:choice> </xs:sequence> </xs:complexType> |