Valid Address: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}} :{{Template:XFRACAS.Blue|<!—}}{{APIComment|If an Address element contains any child elements, a combi…')
 
No edit summary
Line 19: Line 19:
::<font color=Blue><ZipCode></font><font color=black>85710</font><font color=Blue></ZipCode></font>
::<font color=Blue><ZipCode></font><font color=black>85710</font><font color=Blue></ZipCode></font>
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Location is a String. 80 characters maximum. Location must match an existing location. }}
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Location is a String. 80 characters maximum. Location must match an existing location. }}
::{{Template:XFRACAS.Blue|<[[Address.Location|Location]]>}}{{Template:XFRACAS.Black|ReliaSoft}}{{Template:XFRACAS.Blue|</[[Address.Location|Location]]>}}
::'''{{Template:XFRACAS.Blue|<[[Address.Location|Location]]>}}{{Template:XFRACAS.Black|ReliaSoft}}{{Template:XFRACAS.Blue|</[[Address.Location|Location]]>}}'''
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Entity must be a valid entity. [[Valid Entity]] can be exemplified under Common Elements.}}
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Entity must be a valid entity. [[Valid Entity]] can be exemplified under Common Elements.}}
::{{Template:XFRACAS.Blue|<Entity/>}}
::{{Template:XFRACAS.Blue|<Entity/>}}
::{{Template:XFRACAS.Blue|</[[Address Element|Address]]>}}
::{{Template:XFRACAS.Blue|</[[Address Element|Address]]>}}
:{{Template:XFRACAS.Blue|</Addresses>}}
:{{Template:XFRACAS.Blue|</Addresses>}}

Revision as of 23:43, 12 February 2015


<!— 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>