|
|
Line 1: |
Line 1: |
| {{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}}
| | #REDIRECT[[XFRACAS_XML_Import_Documentation]] |
| | |
| :{{Template:XFRACAS.Blue|<!—}}{{APIComment|If an Address element contains any child elements, a combination of those values must match an existing address.}}
| |
| :{{Template:XFRACAS.Blue|<!—}}{{APIComment|Location is the only element that is required. An invalid City, State, Country, or ZipCode will be replaced by NULL.}}
| |
| :{{Template:XFRACAS.Blue|<[[Address Element|Address]]>}}
| |
| ::{{Template:XFRACAS.Blue|<!—}}{{APIComment|AddressLine1 is a String. 80 characters maximum.}}
| |
| ::<font color=Blue><Address1></font><font color=black>1450 South Eastside Loop</font><font color=Blue></Address1></font>
| |
| ::{{Template:XFRACAS.Blue|<!—}}{{APIComment|AddressLine2 is a String. 80 characters maximum.}}
| |
| ::<font color=Blue><Address2></font><font color=black>Address 2</font><font color=Blue></Address2></font>
| |
| ::{{Template:XFRACAS.Blue|<!—}}{{APIComment|City is a String. 50 characters maximum. Value must match an existing city.}}
| |
| ::{{Template:XFRACAS.Blue|<City>}}{{Template:XFRACAS.Black|Tucson}}{{Template:XFRACAS.Blue|</City>}}
| |
| ::{{Template:XFRACAS.Blue|<!—}}{{APIComment|State is a String. 80 characters maximum. Value must match an existing state. }}
| |
| ::{{Template:XFRACAS.Blue|<State>}}{{Template:XFRACAS.Black|Arizona}}{{Template:XFRACAS.Blue|</State>}}
| |
| ::{{Template:XFRACAS.Blue|<!—}}{{APIComment|StateAbbrev is a String. 2 characters maximum. }}
| |
| ::<font color=Blue><StateAbbrev></font><font color=black>AZ</font><font color=Blue></StateAbbrev></font>
| |
| ::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Country is a String. 50 characters maximum. Value must match an existing country.}}
| |
| ::{{Template:XFRACAS.Blue|<Country>}}{{Template:XFRACAS.Black|United States}}{{Template:XFRACAS.Blue|</Country>}}
| |
| ::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Zipcode is a String. 20 characters maximum.}}
| |
| ::<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|<[[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|<Entity/>}}
| |
| ::{{Template:XFRACAS.Blue|</[[Address Element|Address]]>}}
| |
| :{{Template:XFRACAS.Blue|</Addresses>}}
| |