Valid Address

From ReliaWiki
Revision as of 23:43, 12 February 2015 by John Leavitt (talk | contribs)
Jump to navigation Jump to search


<!— If an Address element contains any child elements, a combination of those values must match an existing address.
<!— Location is the only element that is required. An invalid City, State, Country, or ZipCode will be replaced by NULL.
<Address>
<!— AddressLine1 is a String. 80 characters maximum.
<Address1>1450 South Eastside Loop</Address1>
<!— AddressLine2 is a String. 80 characters maximum.
<Address2>Address 2</Address2>
<!— City is a String. 50 characters maximum. Value must match an existing city.
<City> Tucson </City>
<!— State is a String. 80 characters maximum. Value must match an existing state.
<State> Arizona </State>
<!— StateAbbrev is a String. 2 characters maximum.
<StateAbbrev>AZ</StateAbbrev>
<!— Country is a String. 50 characters maximum. Value must match an existing country.
<Country> United States </Country>
<!— Zipcode is a String. 20 characters maximum.
<ZipCode>85710</ZipCode>
<!— Location is a String. 80 characters maximum. Location must match an existing location.
<Location> ReliaSoft </Location>
<!— Entity must be a valid entity. Valid Entity can be exemplified under Common Elements.
<Entity/>
</Address>
</Addresses>