summaryrefslogtreecommitdiff
path: root/share/schema/live/xsd2
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-07-06 20:29:15 -0700
committerMark Wells <mark@freeside.biz>2014-07-06 20:29:15 -0700
commitb65e5d4b1a15d2896995b239fba7b8871e93f27f (patch)
treef9ac957f073342f0523e27420688ebc74f2a4958 /share/schema/live/xsd2
Import original source of WebService-Northern911 0.1
Diffstat (limited to 'share/schema/live/xsd2')
-rw-r--r--share/schema/live/xsd21
1 files changed, 1 insertions, 0 deletions
diff --git a/share/schema/live/xsd2 b/share/schema/live/xsd2
new file mode 100644
index 0000000..7c83a0e
--- /dev/null
+++ b/share/schema/live/xsd2
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="utf-8"?><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/"><xs:complexType name="Customer"><xs:sequence><xs:element minOccurs="0" name="CITY" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ENHANCED_CAPABLE" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FIRST_NAME" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LAST_DATETIME_MODIFIED" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LAST_DATETIME_MODIFIED_UNIXTIME" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LAST_NAME" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OTHER_ADDRESS_INFO" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PHONE_NUMBER" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="POSTAL_CODE_ZIP" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PROVINCE_STATE" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="STREET_NAME" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="STREET_NUMBER" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SUITE_APT" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VENDOR_CODE" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Customer" nillable="true" type="tns:Customer"/><xs:complexType name="N911Response"><xs:sequence><xs:element minOccurs="0" name="Accepted" type="xs:boolean"/><xs:element minOccurs="0" name="Customer" nillable="true" type="tns:Customer"/><xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfError"/><xs:element minOccurs="0" name="VendorDumpURL" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="N911Response" nillable="true" type="tns:N911Response"/><xs:complexType name="ArrayOfError"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Error" nillable="true" type="tns:Error"/></xs:sequence></xs:complexType><xs:element name="ArrayOfError" nillable="true" type="tns:ArrayOfError"/><xs:complexType name="Error"><xs:sequence><xs:element minOccurs="0" name="ErrorCode" type="xs:int"/><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SuggestedCity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SuggestedProvinceState" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Error" nillable="true" type="tns:Error"/></xs:schema> \ No newline at end of file