Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.19 KB | None | 0 0
  1.   <xs:simpleType name="cena_typ">
  2.     <xs:restriction base="xs:integer">
  3.       <xs:minInclusive value="0"/>
  4.       <xs:maxInclusive value="1500"/>
  5.     </xs:restriction>
  6.   </xs:simpleType>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement