Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <xsd:element name="nota">
  4. <xsd:complexType>
  5. <xsd:sequence>
  6. <xsd:element name="para" type="xsd:string"/>
  7. <xsd:element name="de" type="xsd:string"/>
  8. <xsd:element name="titulo" type="xsd:string"/>
  9. <xsd:element name="contenido" type="xsd:string"/>
  10. </xsd:sequence>
  11. </xsd:complexType>
  12. </xsd:element>
  13. </xsd:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement