generated from phoughton/python_package_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
3,473 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="pyiso20022", | ||
version="1.1.2", | ||
version="1.2.2", | ||
author="Peter Houghton", | ||
author_email="[email protected]", | ||
description="pyiso20022 is a library for generating ISO20022 messages in Python.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!--Generated by Standards Editor (build:R1.0.41.3) on 2013 May 27 09:49:00, ISO 20022 version : 2013--> | ||
<xs:schema xmlns="urn:iso:std:iso:20022:tech:xsd:admi.002.001.01" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="urn:iso:std:iso:20022:tech:xsd:admi.002.001.01"> | ||
<xs:element name="Document" type="Document"/> | ||
<xs:complexType name="Document"> | ||
<xs:sequence> | ||
<xs:element name="admi.002.001.01" type="admi.002.001.01"/> | ||
</xs:sequence> | ||
</xs:complexType> | ||
<xs:simpleType name="ISODateTime"> | ||
<xs:restriction base="xs:dateTime"/> | ||
</xs:simpleType> | ||
<xs:simpleType name="Max20000Text"> | ||
<xs:restriction base="xs:string"> | ||
<xs:minLength value="1"/> | ||
<xs:maxLength value="20000"/> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
<xs:simpleType name="Max350Text"> | ||
<xs:restriction base="xs:string"> | ||
<xs:minLength value="1"/> | ||
<xs:maxLength value="350"/> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
<xs:simpleType name="Max35Text"> | ||
<xs:restriction base="xs:string"> | ||
<xs:minLength value="1"/> | ||
<xs:maxLength value="35"/> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
<xs:complexType name="MessageReference"> | ||
<xs:sequence> | ||
<xs:element name="Ref" type="Max35Text"/> | ||
</xs:sequence> | ||
</xs:complexType> | ||
<xs:complexType name="RejectionReason2"> | ||
<xs:sequence> | ||
<xs:element name="RjctgPtyRsn" type="Max35Text"/> | ||
<xs:element maxOccurs="1" minOccurs="0" name="RjctnDtTm" type="ISODateTime"/> | ||
<xs:element maxOccurs="1" minOccurs="0" name="ErrLctn" type="Max350Text"/> | ||
<xs:element maxOccurs="1" minOccurs="0" name="RsnDesc" type="Max350Text"/> | ||
<xs:element maxOccurs="1" minOccurs="0" name="AddtlData" type="Max20000Text"/> | ||
</xs:sequence> | ||
</xs:complexType> | ||
<xs:complexType name="admi.002.001.01"> | ||
<xs:sequence> | ||
<xs:element name="RltdRef" type="MessageReference"/> | ||
<xs:element name="Rsn" type="RejectionReason2"/> | ||
</xs:sequence> | ||
</xs:complexType> | ||
</xs:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!--Generated by Standards Editor (build:R1.6.2.2) on 2014 Dec 18 12:57:31, ISO 20022 version : 2013--> | ||
<xs:schema xmlns="urn:iso:std:iso:20022:tech:xsd:admi.004.001.02" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="urn:iso:std:iso:20022:tech:xsd:admi.004.001.02"> | ||
<xs:element name="Document" type="Document"/> | ||
<xs:complexType name="Document"> | ||
<xs:sequence> | ||
<xs:element name="SysEvtNtfctn" type="SystemEventNotificationV02"/> | ||
</xs:sequence> | ||
</xs:complexType> | ||
<xs:complexType name="Event2"> | ||
<xs:sequence> | ||
<xs:element name="EvtCd" type="Max4AlphaNumericText"/> | ||
<xs:element maxOccurs="unbounded" minOccurs="0" name="EvtParam" type="Max35Text"/> | ||
<xs:element maxOccurs="1" minOccurs="0" name="EvtDesc" type="Max1000Text"/> | ||
<xs:element maxOccurs="1" minOccurs="0" name="EvtTm" type="ISODateTime"/> | ||
</xs:sequence> | ||
</xs:complexType> | ||
<xs:simpleType name="ISODateTime"> | ||
<xs:restriction base="xs:dateTime"/> | ||
</xs:simpleType> | ||
<xs:simpleType name="Max1000Text"> | ||
<xs:restriction base="xs:string"> | ||
<xs:minLength value="1"/> | ||
<xs:maxLength value="1000"/> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
<xs:simpleType name="Max35Text"> | ||
<xs:restriction base="xs:string"> | ||
<xs:minLength value="1"/> | ||
<xs:maxLength value="35"/> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
<xs:simpleType name="Max4AlphaNumericText"> | ||
<xs:restriction base="xs:string"> | ||
<xs:pattern value="[a-zA-Z0-9]{1,4}"/> | ||
<xs:minLength value="1"/> | ||
<xs:maxLength value="4"/> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
<xs:complexType name="SystemEventNotificationV02"> | ||
<xs:sequence> | ||
<xs:element name="EvtInf" type="Event2"/> | ||
</xs:sequence> | ||
</xs:complexType> | ||
</xs:schema> |
Oops, something went wrong.