Skip to content

Instantly share code, notes, and snippets.

View anti1869's full-sized avatar

Dmitry Litvinenko anti1869

View GitHub Profile
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fssp="http://www.fssprus.ru/namespace/incoming/2019/1" targetNamespace="http://www.fssprus.ru/namespace/incoming/2019/1" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:simpleType name="DAccountType">
<xs:annotation>
<xs:documentation>номер счета в кредитной организации</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>