Skip to content

Instantly share code, notes, and snippets.

@FragsterAt
Last active July 20, 2020 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FragsterAt/d8c107e937dbfa9e40985d748dfbd8ec to your computer and use it in GitHub Desktop.
Save FragsterAt/d8c107e937dbfa9e40985d748dfbd8ec to your computer and use it in GitHub Desktop.
<xs:schema xmlns:ns1="http://v8.1c.ru/8.1/data/core" xmlns:tns="http://www.sample-package.org" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.sample-package.org" attributeFormDefault="unqualified" elementFormDefault="qualified">
<xs:import namespace="http://v8.1c.ru/8.1/data/core"/>
<xs:complexType name="Список">
<xs:sequence>
<xs:element name="Значение" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="СсылкаЗначение1">
<xs:restriction base="ns1:UUID"/>
</xs:simpleType>
<xs:simpleType name="СсылкаЗначение2">
<xs:restriction base="ns1:UUID"/>
</xs:simpleType>
<xs:simpleType name="СсылкаЗначение3">
<xs:restriction base="ns1:UUID"/>
</xs:simpleType>
</xs:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment