Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.55 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:tns="http://www.testschema.ru/sample" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.testschema.ru/sample" elementFormDefault="qualified" attributeFormDefault="unqualified">
  3.     <xs:complexType name="my_type_name">
  4.         <xs:annotation>
  5.             <xs:documentation>bla-bla-bla</xs:documentation>
  6.         </xs:annotation>
  7.         <xs:sequence>
  8.             <xs:element name="GUID" type="xs:string"/>
  9.             <xs:element name="DeletionMark" type="xs:boolean"/>
  10.         </xs:sequence>
  11.     </xs:complexType>
  12. ...
  13. </xs:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement