DHTML_XML4_8.xsd

<?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:element name="card" type="CardType"/> <xsd:complexType name="CardType"> <xsd:sequence> <xsd:element name="cardno" type="xsd:string"/> <xsd:element name="cvv" type="xsd:integer"/> <xsd:element name="type" type="xsd:string"/> <xsd:element name="holder" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:schema>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.