RateCenter.xsd

<xs:schema attributeFormDefault="unqualified"
	elementFormDefault="qualified"
	targetNamespace="https://developer.precisely.com/apis/schema/v1"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns="https://developer.precisely.com/apis/schema/v1">
	<xs:include
		schemaLocation="https://developer.precisely.com/apis/schema/v1/xsd/CommonObjects.xsd" />
	<xs:element name="ratecenter">
		<xs:complexType>
			<xs:sequence>
				<xs:element type="xs:string" name="name" />
				<xs:element type="xs:string" name="alternateName" />
				<xs:element type="xs:string" name="areaName1" />

				<xs:element name="areaCodeInfoList" minOccurs="0">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="areaCodeInfo" maxOccurs="unbounded"
								minOccurs="0">
								<xs:complexType>
									<xs:sequence>
										<xs:element type="xs:string" name="companyName" />
										<xs:element type="xs:string" name="ocn" minOccurs="0"/>
										<xs:element type="xs:string" name="ocnCategory" minOccurs="0" />
										<xs:element type="xs:string" name="npa" minOccurs="0"/>
										<xs:element type="xs:string" name="nxx" minOccurs="0"/>
										<xs:element type="xs:string" name="startRange" minOccurs="0"/>
										<xs:element type="xs:string" name="endRange" minOccurs="0"/>
										<xs:element type="xs:string" name="lata" minOccurs="0"/>
										<xs:element type="xs:string" name="areaName4" minOccurs="0"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="matchedAddress" type="address" minOccurs="0"/>
				<xs:element name="match" minOccurs="0">
					<xs:complexType>
						<xs:sequence>
							<xs:element type="xs:string" name="precisionLevel" minOccurs="0"/>
							<xs:element type="xs:string" name="locationCode" minOccurs="0"/>
							<xs:element type="xs:string" name="matchCode" minOccurs="0"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="county" minOccurs="0">
					<xs:complexType>
						<xs:sequence>
							<xs:element type="xs:string" name="name" />
							<xs:element type="xs:string" name="fips" />
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute type="xs:string" name="id" />
		</xs:complexType>
	</xs:element>
</xs:schema>