Import original source of WebService-Northern911 0.1
[WebService-Northern911.git] / share / schema / live / xsd2
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>