GetFacadeXMLSchema
Initial Build |
2006.2 |
xWeb |
Web Method |
Response Type |
Object Schema |
Provides a W3C XML Schema for any NetForum Facade Object. The only parameter for this method is a valid ObjectName - the textual display name of the object for which the XML Schema document is being requested (individual, address, etc.). The XML Schema document that is returned contains the data relationships, the datatypes, and the documentation for each element and group. In short, this method returns a complete snapshot of the NetForum Facade object.
This method returns the components within any NetForum facade object whether the object was pre-built in the application or whether the object is custom to a NetForum implementation. There is a one-to-one relationship between a NetForum object and that object's XML Schema document.
The XML Schema document that is generated conforms to the W3C XML Schema specification which can be accessed here.
There are several open-source stylesheets that will transform a netFORUM object XML Schema document into an easier to-read HTML or MSWord document. Here is an example of a transformation of the netFORUM Individual XML Schema document (the XML Schema document is included in this example).
Every netFORUM XML Schema document has a root node which expresses the plural of a netFORUM object. This is an important consideration in the design of the XML Schema document so that client applications can process multiple records in an xWeb GetQuery() response. Avectra ensures that it will conform with the XML Schema document - the XML Schema document contains the rules, relationships and datatypes for every element in a netFORUM object.
Parameters
szObjectName (string). The name of the object. See GetFacadeObjectList for more direction on this parameter.
Response
This method returns an XML Schema for the specified object.
This web method is intended to give you a dictionary of the controls that you can set in InsertFacadeObject and UpdateFacadeObject.
Sample Request
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Header>
<m:AuthorizationToken xmlns:m="http://www.avectra.com/2005/">
<m:Token>f8d15d9d-ebce-4831-b1f2-1f2f05bc010c</m:Token>
</m:AuthorizationToken>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<m:GetFacadeXMLSchema xmlns:m="http://www.avectra.com/2005/">
<m:szObjectName>Individual</m:szObjectName>
</m:GetFacadeXMLSchema>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sample Response
The response is extremely long for a complicated object such as Individual. Note that this will be different for every netFORUM client, based on different Extender Table definitions.
Annotation
The GetFacadeXMLSchema response includes an annotation that says This is not intended for production-level implementations. What this means is that the XSD is for informational and instructional purposes to help you develop integrations, but should generally not be used to validate XML programatically within the application. The fact that everytime it loads, it must dynamically generate itself, means that you will slow down a production application.
<xsd:annotation>
<xsd:documentation>Automatically generated from Build 2006_01_05, Timestamp=9/21/2006 3:54:36 PM.
This is the current IndividualObjects.xsd netForum produced W3C XML Schema for
the 'netFORUM20060104' database at the 'netFORUM' server. This is not intended
for production-level implementations.</xsd:documentation>
</xsd:annotation>
JSON Method
/xWeb/JSON/GetFacadeXMLSchema?szObjectName=Individual
POST /xWeb/JSON/GetFacadeXMLSchema
{
"GetFacadeXMLSchema" : {
"szObjectName" : "Individual"
}
}
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
"?xml": {
"@version": "1.0"
},
"xsd:schema": {
"@xmlns": "http://www.avectra.com/2005/",
"@targetNamespace": "http://www.avectra.com/2005/",
"@xmlns:xsd": "http://www.w3.org/2001/XMLSchema",
"xsd:element": [
{
"@name": "IndividualObjects",
"xsd:annotation": {
"xsd:documentation": "Avectra.netForum.xWeb.xWebVersion. This is the current IndividualObjects.xsd netForum produced W3C XML Schema for the 'nfec-develop01' database at the 'netforumenterpriseclouddb-svr.database.windows.net' server. This is not intended for production-level implementations."
},
"xsd:complexType": {
"xsd:sequence": {
"@minOccurs": "0",
"xsd:element": [
{
"@maxOccurs": "unbounded",
"@ref": "IndividualObject"
},
{
"@minOccurs": "0",
"@maxOccurs": "unbounded",
"@ref": "IndividualObjectExtension"
}
]
},
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
},
{
"@name": "IndividualObject",
"xsd:complexType": {
"xsd:complexContent": {
"@mixed": "false",
"xsd:extension": {
"@base": "IndividualObject_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "IndividualObjectExtension",
"xsd:complexType": {
"xsd:sequence": {
"@minOccurs": "0",
"xsd:any": {
"@namespace": "##any",
"@processContents": "skip"
}
},
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
},
{
"@name": "ind_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_prf_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Prefix."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_first_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "First Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_mid_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Middle Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_last_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Last Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_sfx_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Suffix."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_designation",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Designation."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_dob",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Date of Birth. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_gender",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Gender."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_full_name_cp",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Full Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength187_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_salutation_cp",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Salutation."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength51_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_cst_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_ssn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "social security number. This field has this Input Mask: ^[0-9]{3}-?[0-9]{2}-?[0-9]{4}."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength80_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_spouse_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Spouse's Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_age_cp",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "age."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_salary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "annual salary. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_ethnicity",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ethnicity."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_badge_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "badge name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_license_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "license number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_entered_field_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "date first entered field. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_num_years_in_field_cp",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "number of years in field."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_grad_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Graduation Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_political_party",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "political party."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_deceased_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "deceased."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_int_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Individual Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_ixo_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Relationship."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_marital_status",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Marital Status."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_cst_passcode_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "cst passcode ext."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_sample_multi",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "sample multi."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_maiden_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Former Last Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_progress_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Progress Ext."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_ssn_display",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "SSN (Last Four digit)."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength11_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_aicpa_id",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "AICPA ID."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength15_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_deceased_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Deceased Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_prn_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Preferred Pronouns."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_popup",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Popup."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_text_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_anonymization_status",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Anonymization Status."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ind_cst_main_office_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Main Office.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_type",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_name_cp",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Name ."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_sort_name_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Sort Name. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_ind_full_name_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Full Name. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_org_name_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Organization Name. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_ixo_title_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Title. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_pref_comm_meth",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Comm Method."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_bio",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Biographical Information."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_text_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_recno",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Record Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_recno_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_id",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer ID."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_email_text_only",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Send Only Plain Text E-mail."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_credit_limit",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "credit limit. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_src_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Source."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_src_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Source Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_tax_exempt_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Tax Exempt."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_tax_id",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Tax Id."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_cxa_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Preferred Mailing Address."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_no_email_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Contact by Email."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_cxa_billing_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Billing Address."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_eml_address_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary E-Mail. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_email_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_eml_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary E-Mail Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_no_phone_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Contact By Phone."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_phn_number_complete_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Phone. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength55_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_cph_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Phone Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_no_fax_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Contact By Fax."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_fax_number_complete_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Fax. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength55_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_cfx_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Fax Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_ixo_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Organization Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_no_web_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Make Available Online."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_oldid",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "oldid."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength15_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_member_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Member Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_url_code_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Website. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_url_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_parent_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_url_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Website Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_no_msg_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Contact By Instant Mess."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_msg_handle_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Instant Messaging Hand. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_messaging_name_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_login",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Login."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength80_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_password",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Password."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_msg_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Instant Messaging Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_no_mail_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Contact By Mail."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_start_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Login Start Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_end_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Login End Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_force_password_change",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Force User to Change Password."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_login_disabled_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Login Disabled."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_comment",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Comments."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_text_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_credit_hold_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Credit Hold Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_credit_hold_reason",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Credit Hold Reason."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_forgot_password_status",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Forgot Password Status."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_old_cxa_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Old Primary Address."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_last_email_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "last email date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_no_publish_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do not publish to other systems?."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_sin_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "industry."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_ttl_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "title."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_jfn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "job function."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_cur_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_attribute_1",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "price attribute 1."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength510_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_attribute_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "price attribute 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength510_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_salutation_1",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "customer Salutation 1."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_salutation_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "customer Salutation 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_merge_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Merged Customer Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_salutation_3",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "customer Salutation 3."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_salutation_4",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "customer Salutation 4."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_default_recognize_as",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "default recognize as."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength200_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_score",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Score."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_decimal4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_score_normalized",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Normalized Score."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_score_trend",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Scoring Trend."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_vault_account",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Vault Customer Account."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength25_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_exclude_from_social_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Exclude from Social."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_social_score",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Social Score."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_ptin",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "PTIN."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength9_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_aicpa_member_id",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "AICPA Member ID."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_recno_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_vendor_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Vendor Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_salt",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Salt."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength-1_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_sca_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary A-Score Scale."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_iterations",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Iterations."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_password_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Password Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_failed_login_count",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Failed Login Count."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "UnsignedbyteLength1_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_last_failed_login_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Last Failed Login Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_web_login_locked_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Login Locked."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_credit_available",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Credit Balance.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_receives_member_benefits_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Receives Member Benefits:.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst__ind_send_mail_reset_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Send Mail Reset Password.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_regex",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Password Requirements.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_new_password",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "New Password. This field has this Input Mask: regex:.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_new_password_confirm",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Confirm New Password.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_reset_password_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Reset Password.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cst_current_password",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Current Password.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_rlt_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Relationship Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength80_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_title",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Title."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_start_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Start Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_end_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "End Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_ind_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Individual Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_org_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Organization Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_rlt_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Relationship Type Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_cst_key_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Owning Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_void_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Void Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_primary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Organization.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ixo_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Organization Representative.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_consortia_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Consortia Flag.This element has a default value of '0'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Organization Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Organization Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_ogt_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Organization Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_cst_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_acronym",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Acronym."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_ind_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Contact."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_num_employee",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "number of employees."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_annual_sales",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "annual sales volume."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_annual_revenue",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "annual revenue."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_dnb_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "d&b number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_date_founded",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "date founded. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date2_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_num_years_in_business_cp",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Years in Business."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_state_incorporated",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "state incorporated."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength2_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_num_location",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "number of locations."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_annual_budget",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "annual budget."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_ownership_type",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "type of ownership."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength25_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_popup",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Popup."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_text_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_nonprofit_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Non-profit Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_org_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Org Customer Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "org_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Email Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_address",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "E-Mail Address."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_email_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_type",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "e-mail type.This element has a default value of 'business'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_invalid_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Invalid E-mail Address."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_invalid_reason",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Invalid E-mail Address Reason."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_unlisted_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not list my email."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "eml_primary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Website Url."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_url_long_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_type",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Website Type.This element has a default value of 'internet'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "url_primary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_handle",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "IM handle."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_messaging_name_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_type",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "IM Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "msg_primary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_adr_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_on_hold_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address On Hold Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_adh_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "On Hold Type Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_adt_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_seasonal_from_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Seasonal From Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_mailing_label",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Mailing Label."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_seasonal_through_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Seasonal Through Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_mail_stop",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Mailstop."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_mailing_label_html",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Mailing Label HTML."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_on_hold_from",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Hold From. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_on_hold_through",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "On Hold Until Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_primary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Owner.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_billing",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Billing.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_create_change_log",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Create address change log?.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cxa_AddressLinkingDropDownList",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "linking drop down list.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_cst_key_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Owner."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_line1",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Line 1."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength75_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_line2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Line 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength75_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_line3",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Line 3."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength75_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_city",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "City."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_state",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State/Territory.This element has a default value of 'VA'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_post_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Postal Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_city_state_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "City, State, Post Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength104_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_country",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country.This element has a default value of 'UNITED STATES'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength60_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_intl_province",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "International Province."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_county",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "County."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_cong_dist",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Congressional District."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_state_house",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State House."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_state_senate",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State Senate."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_latitude",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Latitude."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_float_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_longitude",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Longitude."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_float_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_mailing_label",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Mailing Label."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_mailing_label_html",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Mailing Label HTML."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_bad_address_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Bad Address Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_adb_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Bad Address Type Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_metro_stat_area",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Metropolitan Statistical Area."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_carrier_route",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Carrier Route."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_delivery_point_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delivery Point Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_lacs",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "LACS."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_time_zone",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "TimeZone."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_urbanization",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Urbanization."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength75_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_bar_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "BarCode."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_fips",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "County FIPS Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength5_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_no_validation_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Validate."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_attn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Attention."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength75_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_record_type_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Record Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "adr_geography",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "geography datatype."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength-1_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State/Territory Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_cty_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength60_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add user."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State Territory Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_type",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_rgn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_bpa_region",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "BPA Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "sta_iso_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO code that represent states and territories associated with countries.."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength6_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength60_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_long_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Offical Long Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_fips_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "FIPS Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_sovereignty",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Sovereignty."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_status",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Dependency Status."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_capital",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Capital."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_idd_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Country Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength7_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_rgn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_srg_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Shipping Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_postal_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Postal Code Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_phone_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone/Fax Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_currency_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_currency_code_description",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code Description."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_vat_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "VAT?."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_iso_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength2_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_iso_3",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 3."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_do_not_ship",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not ship."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_iso_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Numeric."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_bpa_region",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "BPA Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_do_not_sell",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not sell."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_dyn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_dyn_key_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cty_cgy_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country Catagory Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_phn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_pht_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Type.This element has a default value of '36cbefc2-d988-42dc-8618-6072a758af08'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_cst_link_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Linked Phone Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_unlisted_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unlisted Phone."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_phn_number_complete",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength55_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_extension",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ph. ext.."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_primary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Owner.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cph_PhoneLinkingDropDownList",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "PhoneLinkingDropDownList.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_cst_key_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Owner."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_phone_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_number_display",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Formatted Phone Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_cty_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country.This element has a default value of 'bc4b70f8-280e-4bb0-b935-9f728c50e183'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "phn_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength60_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_long_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Offical Long Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_fips_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "FIPS Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_sovereignty",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Sovereignty."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_status",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Dependency Status."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_capital",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Capital."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_idd_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Country Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength7_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_rgn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_srg_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Shipping Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_postal_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Postal Code Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_phone_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone/Fax Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_currency_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_currency_code_description",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code Description."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_vat_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "VAT?."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_iso_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength2_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_iso_3",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 3."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_do_not_ship",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not ship."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_iso_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Numeric."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_bpa_region",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "BPA Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_do_not_sell",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not sell."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_dyn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_dyn_key_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct3__cty_cgy_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country Catagory Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_fax_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_fxt_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Type.This element has a default value of 'aad2ad9a-961f-4a1f-b188-21dd063b5978'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_cst_link_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Linked Fax Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_unlisted_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unlisted Fax."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_fax_number_complete",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "fax number complete."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength55_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_extension",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Extension."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_primary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Owner.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cfx_FaxLinkingDropDownList",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "FaxLinkingDropDownList.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_cst_key_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Owner."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_fax_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_number_display",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Formatted Fax Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_cty_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country.This element has a default value of 'bc4b70f8-280e-4bb0-b935-9f728c50e183'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fax_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength60_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_long_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Offical Long Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_fips_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "FIPS Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_sovereignty",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Sovereignty."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_status",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Dependency Status."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_capital",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Capital."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_idd_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Country Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength7_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_rgn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_srg_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Shipping Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_postal_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Postal Code Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_phone_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone/Fax Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_currency_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_currency_code_description",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code Description."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_vat_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "VAT?."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_iso_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength2_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_iso_3",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 3."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_do_not_ship",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not ship."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_iso_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Numeric."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_bpa_region",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "BPA Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_do_not_sell",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not sell."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_dyn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_dyn_key_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct5__cty_cgy_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country Catagory Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_adr_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_on_hold_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address On Hold Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_adh_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "On Hold Type Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_adt_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_seasonal_from_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Seasonal From Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_mailing_label",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Mailing Label."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_seasonal_through_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Seasonal Through Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_mail_stop",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Mailstop."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_mailing_label_html",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Mailing Label HTML."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_on_hold_from",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Hold From. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_on_hold_through",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "On Hold Until Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_primary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Owner.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_billing",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Billing.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_create_change_log",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Create address change log?.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cx2__cxa_AddressLinkingDropDownList",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "linking drop down list.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_cst_key_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Owner."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_line1",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Line 1."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength75_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_line2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Line 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength75_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_line3",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Line 3."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength75_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_city",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "City."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_state",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State/Territory.This element has a default value of 'VA'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_post_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Postal Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_city_state_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "City, State, Post Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength104_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_country",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country.This element has a default value of 'UNITED STATES'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength60_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_intl_province",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "International Province."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_county",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "County."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_cong_dist",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Congressional District."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_state_house",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State House."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_state_senate",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State Senate."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_latitude",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Latitude."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_float_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_longitude",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Longitude."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_float_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_mailing_label",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Mailing Label."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_mailing_label_html",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Mailing Label HTML."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_bad_address_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Bad Address Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_adb_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Bad Address Type Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_metro_stat_area",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Metropolitan Statistical Area."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_carrier_route",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Carrier Route."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_delivery_point_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delivery Point Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_lacs",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "LACS."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_time_zone",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "TimeZone."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_urbanization",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Urbanization."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength75_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_bar_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "BarCode."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_fips",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "County FIPS Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength5_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_no_validation_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Validate."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_attn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Attention."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength75_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_record_type_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Record Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ad2__adr_geography",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "geography datatype."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength-1_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State/Territory Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_cty_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength60_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add user."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State Territory Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_type",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "State Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_rgn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_bpa_region",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "BPA Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "st2__sta_iso_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO code that represent states and territories associated with countries.."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength6_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength60_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_long_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Offical Long Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_fips_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "FIPS Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_sovereignty",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Sovereignty."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_status",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Dependency Status."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_capital",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Capital."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_idd_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Country Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength7_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_rgn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_srg_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Shipping Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_postal_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Postal Code Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_phone_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone/Fax Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_currency_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_currency_code_description",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code Description."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_vat_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "VAT?."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_iso_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength2_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_iso_3",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 3."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_do_not_ship",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not ship."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_iso_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Numeric."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_bpa_region",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "BPA Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_do_not_sell",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not sell."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_dyn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_dyn_key_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct2__cty_cgy_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country Catagory Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_cst_key_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Owner."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_phone_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_number_display",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Formatted Phone Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_cty_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country.This element has a default value of 'bc4b70f8-280e-4bb0-b935-9f728c50e183'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ph2__phn_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength60_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_long_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Offical Long Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_fips_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "FIPS Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_sovereignty",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Sovereignty."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_status",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Dependency Status."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_capital",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Capital."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_idd_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Country Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength7_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_rgn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_srg_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Shipping Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_postal_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Postal Code Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_phone_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone/Fax Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_currency_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_currency_code_description",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code Description."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_vat_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "VAT?."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_iso_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength2_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_iso_3",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 3."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_do_not_ship",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not ship."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_iso_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Numeric."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_bpa_region",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "BPA Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_do_not_sell",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not sell."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_dyn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_dyn_key_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct4__cty_cgy_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country Catagory Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_phn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_pht_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Type.This element has a default value of '36cbefc2-d988-42dc-8618-6072a758af08'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_cst_link_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Linked Phone Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_unlisted_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unlisted Phone."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_phn_number_complete",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength55_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_extension",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ph. ext.."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_primary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Owner.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cp2__cph_PhoneLinkingDropDownList",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "PhoneLinkingDropDownList.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_cst_key_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Owner."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_fax_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_number_display",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Formatted Fax Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_cty_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country.This element has a default value of 'bc4b70f8-280e-4bb0-b935-9f728c50e183'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "fa2__fax_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength60_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_long_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Offical Long Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_fips_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "FIPS Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_sovereignty",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Sovereignty."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_status",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Dependency Status."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength120_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_capital",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Capital."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_idd_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone Country Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength7_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_rgn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_srg_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Shipping Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_postal_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Postal Code Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_phone_input_mask",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Phone/Fax Input Mask."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength255_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_currency_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_currency_code_description",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency Code Description."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_vat_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "VAT?."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_iso_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength2_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_iso_3",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Alpha 3."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_do_not_ship",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not ship."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_iso_number",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "ISO Numeric."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength3_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_bpa_region",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "BPA Region."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength40_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_do_not_sell",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "do not sell."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_dyn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_dyn_key_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Sub Form 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "ct6__cty_cgy_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Country Catagory Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_fax_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_fxt_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Type.This element has a default value of 'aad2ad9a-961f-4a1f-b188-21dd063b5978'. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_cst_link_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Linked Fax Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_unlisted_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unlisted Fax."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_fax_number_complete",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "fax number complete."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength55_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_extension",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Extension."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_primary",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_owner",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Fax Owner.This element has a default value of '0'. This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cf2__cfx_FaxLinkingDropDownList",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "FaxLinkingDropDownList.This field is NOT a Data Field and is Read-Only. "
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_adr_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Address Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_adn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Reason."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_src_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Source."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_mailing_label",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "mailing label."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_mailing_label_html",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "mailing label html."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_new_mailing_label",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "new mailing label."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_new_mailing_label_html",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "new mailing label html."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength450_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "acl_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_type",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_name_cp",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Name ."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_sort_name_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer Sort Name. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_ind_full_name_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Full Name. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_org_name_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Organization Name. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_ixo_title_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Title. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength150_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_pref_comm_meth",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Comm Method."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_bio",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Biographical Information."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_text_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_recno",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Record Number."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_recno_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_id",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer ID."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength10_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_email_text_only",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Send Only Plain Text E-mail."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_credit_limit",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "credit limit. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_src_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Source."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_src_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Source Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_tax_exempt_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Tax Exempt."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_tax_id",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Tax Id."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength30_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_cxa_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Preferred Mailing Address."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_no_email_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Contact by Email."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_cxa_billing_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Billing Address."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_eml_address_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary E-Mail. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_email_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_eml_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary E-Mail Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_no_phone_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Contact By Phone."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_phn_number_complete_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Phone. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength55_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_cph_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Phone Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_no_fax_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Contact By Fax."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_fax_number_complete_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Fax. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength55_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_cfx_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Fax Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_ixo_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Organization Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_no_web_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Make Available Online."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_oldid",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "oldid."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength15_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_member_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Member Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_url_code_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Website. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_url_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_parent_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_url_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Website Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_no_msg_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Contact By Instant Mess."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_msg_handle_dn",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Instant Messaging Hand. This field is automatically calculated within netForum and cannot be updated via netForum xWeb."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_messaging_name_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_login",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Login."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength80_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_password",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Password."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_msg_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary Instant Messaging Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_no_mail_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do Not Contact By Mail."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_start_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Login Start Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_end_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Login End Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_force_password_change",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Force User to Change Password."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_login_disabled_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Login Disabled."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_comment",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Comments."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_text_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_credit_hold_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Credit Hold Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_credit_hold_reason",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Credit Hold Reason."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_forgot_password_status",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Forgot Password Status."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_old_cxa_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Old Primary Address."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_last_email_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "last email date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_no_publish_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Do not publish to other systems?."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_sin_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "industry."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_ttl_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "title."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_jfn_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "job function."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_cur_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Currency."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_attribute_1",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "price attribute 1."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength510_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_attribute_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "price attribute 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength510_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_salutation_1",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "customer Salutation 1."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_salutation_2",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "customer Salutation 2."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_merge_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Merged Customer Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_salutation_3",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "customer Salutation 3."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_salutation_4",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "customer Salutation 4."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_default_recognize_as",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "default recognize as."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength200_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_score",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Score."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_decimal4_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_score_normalized",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Normalized Score."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_score_trend",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Scoring Trend."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_vault_account",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Vault Customer Account."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength25_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_exclude_from_social_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Exclude from Social."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_social_score",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Social Score."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_ptin",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "PTIN."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength9_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_aicpa_member_id",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "AICPA Member ID."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_recno_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_vendor_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Vendor Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_salt",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Salt."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength-1_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_sca_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Primary A-Score Scale."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_iterations",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Iterations."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_password_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Password Change Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_failed_login_count",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Failed Login Count."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "UnsignedbyteLength1_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_last_failed_login_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Last Failed Login Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cs2__cst_web_login_locked_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Web Login Locked."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_xml_01",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_xml_01."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength-1_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_01",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_01."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_02",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_02."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_03",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_03."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_04",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_04."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_05",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_05."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_06",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_06."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_07",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_07."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_08",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_08."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_09",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_09."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_10",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_10."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_11",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_11."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_12",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_12."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_13",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_13."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_14",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_14."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_flag_15",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_flag_15."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_01",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_01. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_02",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_02. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_03",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_03. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_04",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_04. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_05",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_05. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_06",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_06. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_07",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_07. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_08",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_08. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_09",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_09. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_10",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_10. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_11",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_11. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_12",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_12. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_13",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_13. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_14",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_14. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_date_15",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_date_15. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_01",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_01. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_02",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_02. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_03",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_03. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_04",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_04. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_05",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_05. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_06",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_06. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_07",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_07. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_08",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_08. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_09",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_09. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_10",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_10. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_11",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_11. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_12",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_12. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_13",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_13. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_14",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_14. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_currency_15",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_currency_15. This field has this Input Mask: 999,999,999.99."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_currency_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_01",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_01."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_02",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_02."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_03",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_03."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_04",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_04."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_05",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_05."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_06",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_06."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_07",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_07."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_08",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_08."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_09",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_09."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_10",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_10."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_11",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_11."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_12",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_12."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_13",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_13."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_14",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_14."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_integer_15",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_integer_15."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_integer_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_01",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_01."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_02",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_02."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_03",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_03."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_04",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_04."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_05",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_05."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_06",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_06."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_07",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_07."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_08",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_08."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_09",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_09."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_10",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_10."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_11",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_11."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_12",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_12."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_13",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_13."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_14",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_14."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_string_15",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_string_15."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_01",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_01."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_02",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_02."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_03",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_03."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_04",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_04."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_05",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_05."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_06",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_06."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_07",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_07."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_08",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_08."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_09",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_09."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_10",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_10."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_11",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_11."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_12",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_12."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_13",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_13."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_14",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_14."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_custom_text_15",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "idm_custom_text_15."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength0_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "idm_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Individual."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_cst_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Customer."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_facebook_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Facebook Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_linkedin_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "LinkedIn Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_twitter_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Twitter Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_foursquare_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Foursquare Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_facebook_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Facebook Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength250_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_facebook_secret",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Facebook Secret."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength250_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_facebook_id",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Facebook ID."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_twitter_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Twitter Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength250_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_twitter_secret",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Twitter Secret."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength250_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_linkedin_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Linkedin Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength250_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_linkedin_secret",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Linkedin Secret."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength250_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_profiling_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Profiling Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_flickr_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Flickr Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_cst_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_youtube_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "YouTube Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "cel_slideshare_name",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "SlideShare Name."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength100_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Source Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_add_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_add_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Add User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_change_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change Date. This field has this Input Mask: 99/99/9999."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_change_user",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Change User."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_user_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_delete_flag",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Delete Flag."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_delete_flag_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Unique Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_type",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Source Code Type."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength20_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_start_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Start Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_end_date",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "End Date."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_date_small_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_entity_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Entity Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_key_ext",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Extender Key."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_eweb_code",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Eweb Source Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength50_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_act_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Call to Action."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_asg_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Segment."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_obj_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Object Context."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_placeholder_value",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Placeholder."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "StringLength200_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "src_src_key",
"@nillable": "true",
"xsd:annotation": {
"xsd:documentation": "Parent Source Code."
},
"xsd:complexType": {
"xsd:simpleContent": {
"xsd:extension": {
"@base": "av_key_Type",
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
}
},
{
"@name": "IndividualDetails",
"xsd:complexType": {
"xsd:sequence": {
"@minOccurs": "0",
"xsd:any": {
"@namespace": "##any",
"@processContents": "skip"
}
},
"xsd:anyAttribute": {
"@namespace": "##any",
"@processContents": "skip"
}
}
}
],
"xsd:complexType": {
"@name": "IndividualObject_Type",
"xsd:all": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_prf_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_first_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_mid_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_last_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_sfx_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_designation"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_dob"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_gender"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_full_name_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_salutation_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_cst_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_ssn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_spouse_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_age_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_salary"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_ethnicity"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_badge_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_license_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_entered_field_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_num_years_in_field_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_grad_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_political_party"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_deceased_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_int_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_ixo_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_marital_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_cst_passcode_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_sample_multi"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_maiden_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_progress_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_ssn_display"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_aicpa_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_deceased_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_prn_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_popup"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_anonymization_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_name_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_sort_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_ind_full_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_org_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_ixo_title_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_pref_comm_meth"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_bio"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_recno"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_email_text_only"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_credit_limit"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_src_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_src_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_tax_exempt_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_tax_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_email_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_cxa_billing_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_eml_address_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_eml_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_phone_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_phn_number_complete_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_cph_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_fax_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_fax_number_complete_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_cfx_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_ixo_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_web_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_oldid"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_member_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_url_code_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_parent_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_url_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_msg_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_msg_handle_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_login"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_password"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_msg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_mail_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_start_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_end_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_force_password_change"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_login_disabled_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_comment"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_credit_hold_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_credit_hold_reason"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_forgot_password_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_old_cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_last_email_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_publish_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_sin_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_ttl_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_jfn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_cur_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_attribute_1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_attribute_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_salutation_1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_salutation_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_merge_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_salutation_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_salutation_4"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_default_recognize_as"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_score"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_score_normalized"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_score_trend"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_vault_account"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_exclude_from_social_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_social_score"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_ptin"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_aicpa_member_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_vendor_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_salt"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_sca_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_iterations"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_password_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_failed_login_count"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_last_failed_login_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_login_locked_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_rlt_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_title"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_start_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_end_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_ind_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_org_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_rlt_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_void_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_consortia_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_ogt_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_cst_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_acronym"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_ind_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_num_employee"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_annual_sales"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_annual_revenue"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_dnb_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_date_founded"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_num_years_in_business_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_state_incorporated"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_num_location"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_annual_budget"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_ownership_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_popup"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_nonprofit_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_org_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_address"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_invalid_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_invalid_reason"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_unlisted_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_handle"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_adr_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_on_hold_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_adh_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_adt_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_seasonal_from_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_seasonal_through_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_mail_stop"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_on_hold_from"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_on_hold_through"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_line1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_line2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_line3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_city"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_state"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_post_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_city_state_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_country"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_intl_province"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_county"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_cong_dist"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_state_house"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_state_senate"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_latitude"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_longitude"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_bad_address_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_adb_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_metro_stat_area"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_carrier_route"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_delivery_point_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_lacs"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_time_zone"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_urbanization"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_bar_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_fips"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_no_validation_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_attn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_record_type_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_geography"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_iso_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_cgy_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_phn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_pht_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_cst_link_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_unlisted_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_phn_number_complete"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_extension"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_number_display"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_cgy_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_fax_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_fxt_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_cst_link_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_unlisted_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_fax_number_complete"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_extension"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_number_display"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_cgy_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_adr_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_on_hold_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_adh_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_adt_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_seasonal_from_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_seasonal_through_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_mail_stop"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_on_hold_from"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_on_hold_through"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_line1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_line2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_line3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_city"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_state"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_post_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_city_state_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_country"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_intl_province"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_county"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_cong_dist"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_state_house"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_state_senate"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_latitude"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_longitude"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_bad_address_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_adb_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_metro_stat_area"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_carrier_route"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_delivery_point_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_lacs"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_time_zone"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_urbanization"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_bar_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_fips"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_no_validation_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_attn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_record_type_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_geography"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_iso_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_cgy_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_number_display"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_cgy_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_phn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_pht_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_cst_link_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_unlisted_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_phn_number_complete"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_extension"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_number_display"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_cgy_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_fax_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_fxt_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_cst_link_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_unlisted_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_fax_number_complete"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_extension"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_adr_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_adn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_src_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_new_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_new_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_name_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_sort_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_ind_full_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_org_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_ixo_title_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_pref_comm_meth"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_bio"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_recno"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_email_text_only"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_credit_limit"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_src_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_src_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_tax_exempt_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_tax_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_email_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_cxa_billing_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_eml_address_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_eml_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_phone_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_phn_number_complete_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_cph_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_fax_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_fax_number_complete_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_cfx_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_ixo_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_web_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_oldid"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_member_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_url_code_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_parent_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_url_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_msg_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_msg_handle_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_login"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_password"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_msg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_mail_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_start_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_end_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_force_password_change"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_login_disabled_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_comment"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_credit_hold_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_credit_hold_reason"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_forgot_password_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_old_cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_last_email_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_publish_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_sin_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_ttl_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_jfn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_cur_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_attribute_1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_attribute_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_salutation_1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_salutation_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_merge_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_salutation_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_salutation_4"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_default_recognize_as"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_score"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_score_normalized"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_score_trend"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_vault_account"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_exclude_from_social_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_social_score"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_ptin"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_aicpa_member_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_vendor_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_salt"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_sca_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_iterations"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_password_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_failed_login_count"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_last_failed_login_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_login_locked_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_xml_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_facebook_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_linkedin_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_twitter_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_foursquare_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_facebook_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_facebook_secret"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_facebook_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_twitter_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_twitter_secret"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_linkedin_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_linkedin_secret"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_profiling_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_flickr_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_cst_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_youtube_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_slideshare_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_start_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_end_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_eweb_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_act_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_asg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_obj_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_placeholder_value"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_src_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "IndividualDetails"
}
]
}
},
"xsd:group": [
{
"@name": "Individual",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_individual netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_prf_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_first_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_mid_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_last_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_sfx_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_designation"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_dob"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_gender"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_full_name_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_salutation_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_cst_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_ssn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_spouse_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_age_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_salary"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_ethnicity"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_badge_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_license_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_entered_field_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_num_years_in_field_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_grad_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_political_party"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_deceased_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_int_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_ixo_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_marital_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_cst_passcode_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_sample_multi"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_maiden_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_progress_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_ssn_display"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_aicpa_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_deceased_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_prn_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_popup"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_anonymization_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ind_cst_main_office_cst_key"
}
]
}
},
{
"@name": "Customer",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_customer netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_name_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_sort_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_ind_full_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_org_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_ixo_title_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_pref_comm_meth"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_bio"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_recno"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_email_text_only"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_credit_limit"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_src_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_src_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_tax_exempt_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_tax_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_email_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_cxa_billing_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_eml_address_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_eml_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_phone_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_phn_number_complete_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_cph_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_fax_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_fax_number_complete_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_cfx_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_ixo_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_web_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_oldid"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_member_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_url_code_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_parent_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_url_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_msg_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_msg_handle_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_login"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_password"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_msg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_mail_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_start_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_end_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_force_password_change"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_login_disabled_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_comment"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_credit_hold_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_credit_hold_reason"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_forgot_password_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_old_cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_last_email_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_no_publish_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_sin_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_ttl_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_jfn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_cur_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_attribute_1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_attribute_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_salutation_1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_salutation_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_merge_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_salutation_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_salutation_4"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_default_recognize_as"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_score"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_score_normalized"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_score_trend"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_vault_account"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_exclude_from_social_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_social_score"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_ptin"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_aicpa_member_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_vendor_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_salt"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_sca_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_iterations"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_password_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_failed_login_count"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_last_failed_login_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_web_login_locked_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_credit_available"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_receives_member_benefits_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst__ind_send_mail_reset_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_regex"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_new_password"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_new_password_confirm"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_reset_password_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cst_current_password"
}
]
}
},
{
"@name": "OrganizationXRef",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_individual_x_organization netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_rlt_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_title"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_start_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_end_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_ind_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_org_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_rlt_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_void_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_primary"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ixo_owner"
}
]
}
},
{
"@name": "Organization",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_organization netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_consortia_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_ogt_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_cst_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_acronym"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_ind_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_num_employee"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_annual_sales"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_annual_revenue"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_dnb_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_date_founded"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_num_years_in_business_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_state_incorporated"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_num_location"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_annual_budget"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_ownership_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_popup"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_nonprofit_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_org_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "org_delete_flag"
}
]
}
},
{
"@name": "Email",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_email netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_address"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_invalid_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_invalid_reason"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_unlisted_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "eml_primary"
}
]
}
},
{
"@name": "Website",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_website netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "url_primary"
}
]
}
},
{
"@name": "Messaging",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_messaging netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_handle"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "msg_primary"
}
]
}
},
{
"@name": "BusinessAddressXRef",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_customer_x_address netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_adr_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_on_hold_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_adh_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_adt_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_seasonal_from_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_seasonal_through_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_mail_stop"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_on_hold_from"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_on_hold_through"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_primary"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_billing"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_create_change_log"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cxa_AddressLinkingDropDownList"
}
]
}
},
{
"@name": "BusinessAddress",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_address netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_line1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_line2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_line3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_city"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_state"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_post_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_city_state_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_country"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_intl_province"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_county"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_cong_dist"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_state_house"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_state_senate"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_latitude"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_longitude"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_bad_address_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_adb_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_metro_stat_area"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_carrier_route"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_delivery_point_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_lacs"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_time_zone"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_urbanization"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_bar_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_fips"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_no_validation_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_attn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_record_type_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "adr_geography"
}
]
}
},
{
"@name": "BusinessAddressState",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_state_territory netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "sta_iso_code"
}
]
}
},
{
"@name": "BusinessAddressCountry",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_country netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cty_cgy_key"
}
]
}
},
{
"@name": "BusinessPhoneXRef",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_customer_x_phone netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_phn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_pht_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_cst_link_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_unlisted_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_phn_number_complete"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_extension"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_primary"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cph_PhoneLinkingDropDownList"
}
]
}
},
{
"@name": "BusinessPhone",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_phone netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_number_display"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "phn_key_ext"
}
]
}
},
{
"@name": "BusinessPhoneCountry",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_country netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct3__cty_cgy_key"
}
]
}
},
{
"@name": "BusinessFaxXRef",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_customer_x_fax netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_fax_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_fxt_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_cst_link_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_unlisted_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_fax_number_complete"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_extension"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_primary"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cfx_FaxLinkingDropDownList"
}
]
}
},
{
"@name": "BusinessFax",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_fax netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_number_display"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fax_key_ext"
}
]
}
},
{
"@name": "BusinessFaxCountry",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_country netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct5__cty_cgy_key"
}
]
}
},
{
"@name": "HomeAddressXRef",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_customer_x_address netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_adr_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_on_hold_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_adh_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_adt_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_seasonal_from_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_seasonal_through_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_mail_stop"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_on_hold_from"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_on_hold_through"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_primary"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_billing"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_create_change_log"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cx2__cxa_AddressLinkingDropDownList"
}
]
}
},
{
"@name": "HomeAddress",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_address netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_line1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_line2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_line3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_city"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_state"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_post_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_city_state_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_country"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_intl_province"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_county"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_cong_dist"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_state_house"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_state_senate"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_latitude"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_longitude"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_bad_address_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_adb_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_metro_stat_area"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_carrier_route"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_delivery_point_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_lacs"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_time_zone"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_urbanization"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_bar_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_fips"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_no_validation_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_attn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_record_type_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ad2__adr_geography"
}
]
}
},
{
"@name": "HomeAddressState",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_state_territory netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "st2__sta_iso_code"
}
]
}
},
{
"@name": "HomeAddressCountry",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_country netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct2__cty_cgy_key"
}
]
}
},
{
"@name": "HomePhone",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_phone netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_number_display"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ph2__phn_key_ext"
}
]
}
},
{
"@name": "HomePhoneCountry",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_country netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct4__cty_cgy_key"
}
]
}
},
{
"@name": "HomePhoneXRef",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_customer_x_phone netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_phn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_pht_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_cst_link_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_unlisted_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_phn_number_complete"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_extension"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_primary"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cp2__cph_PhoneLinkingDropDownList"
}
]
}
},
{
"@name": "HomeFax",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_fax netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_cst_key_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_number_display"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "fa2__fax_key_ext"
}
]
}
},
{
"@name": "HomeFaxCountry",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_country netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_long_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_fips_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_sovereignty"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_capital"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_idd_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_rgn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_srg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_postal_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_phone_input_mask"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_currency_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_currency_code_description"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_vat_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_iso_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_iso_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_do_not_ship"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_iso_number"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_bpa_region"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_do_not_sell"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_dyn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_dyn_key_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "ct6__cty_cgy_key"
}
]
}
},
{
"@name": "HomeFaxXRef",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_customer_x_fax netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_fax_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_fxt_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_cst_link_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_unlisted_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_fax_number_complete"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_extension"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_primary"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_owner"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cf2__cfx_FaxLinkingDropDownList"
}
]
}
},
{
"@name": "AddressChangeLog",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_address_change_log netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_adr_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_adn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_src_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_new_mailing_label"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_new_mailing_label_html"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "acl_cst_key"
}
]
}
},
{
"@name": "TransferToCustomer",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_customer netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_name_cp"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_sort_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_ind_full_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_org_name_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_ixo_title_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_pref_comm_meth"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_bio"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_recno"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_email_text_only"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_credit_limit"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_src_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_src_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_tax_exempt_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_tax_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_email_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_cxa_billing_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_eml_address_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_eml_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_phone_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_phn_number_complete_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_cph_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_fax_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_fax_number_complete_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_cfx_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_ixo_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_web_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_oldid"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_member_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_url_code_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_parent_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_url_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_msg_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_msg_handle_dn"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_login"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_password"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_msg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_mail_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_start_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_end_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_force_password_change"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_login_disabled_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_comment"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_credit_hold_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_credit_hold_reason"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_forgot_password_status"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_old_cxa_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_last_email_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_no_publish_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_sin_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_ttl_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_jfn_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_cur_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_attribute_1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_attribute_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_salutation_1"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_salutation_2"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_merge_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_salutation_3"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_salutation_4"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_default_recognize_as"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_score"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_score_normalized"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_score_trend"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_vault_account"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_exclude_from_social_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_social_score"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_ptin"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_aicpa_member_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_vendor_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_salt"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_sca_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_iterations"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_password_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_failed_login_count"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_last_failed_login_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cs2__cst_web_login_locked_flag"
}
]
}
},
{
"@name": "IndividualCustomDemographics",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_individual_dem netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_xml_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_flag_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_date_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_currency_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_integer_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_string_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_01"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_02"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_03"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_04"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_05"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_06"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_07"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_08"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_09"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_10"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_11"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_12"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_13"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_14"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_custom_text_15"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "idm_cst_key"
}
]
}
},
{
"@name": "SocialLinks",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_external_link netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_cst_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_facebook_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_linkedin_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_twitter_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_foursquare_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_facebook_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_facebook_secret"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_facebook_id"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_twitter_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_twitter_secret"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_linkedin_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_linkedin_secret"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_profiling_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_flickr_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_cst_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_youtube_name"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "cel_slideshare_name"
}
]
}
},
{
"@name": "sourcecode",
"xsd:annotation": {
"xsd:documentation": "These elements are pulled from the co_source_code netForum table."
},
"xsd:sequence": {
"xsd:element": [
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_add_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_add_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_change_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_change_user"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_delete_flag"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_type"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_start_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_end_date"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_entity_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_key_ext"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_eweb_code"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_act_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_asg_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_obj_key"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_placeholder_value"
},
{
"@minOccurs": "0",
"@maxOccurs": "1",
"@ref": "src_src_key"
}
]
}
}
],
"xsd:simpleType": [
{
"@name": "av_key_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:pattern": {
"@value": "[{]?[0-9a-fA-F]{8}[\\-]?([0-9a-fA-F]{4}[\\-]?){3}[0-9a-fA-F]{12}[}]?"
}
}
},
{
"@name": "StringLength20_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "20"
}
}
},
{
"@name": "StringLength30_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "30"
}
}
},
{
"@name": "StringLength50_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "50"
}
}
},
{
"@name": "av_date_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string"
}
},
{
"@name": "StringLength187_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "187"
}
}
},
{
"@name": "StringLength51_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "51"
}
}
},
{
"@name": "StringLength80_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "80"
}
}
},
{
"@name": "StringLength100_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "100"
}
}
},
{
"@name": "av_integer_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:integer",
"xsd:maxInclusive": {
"@value": "2147483647"
},
"xsd:minInclusive": {
"@value": "-2147483648"
}
}
},
{
"@name": "av_currency_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:decimal",
"xsd:totalDigits": {
"@value": "19"
},
"xsd:fractionDigits": {
"@value": "4"
}
}
},
{
"@name": "av_date_small_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string"
}
},
{
"@name": "av_flag_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:unsignedByte",
"xsd:maxInclusive": {
"@value": "255"
},
"xsd:minInclusive": {
"@value": "0"
}
}
},
{
"@name": "StringLength10_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "10"
}
}
},
{
"@name": "av_user_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "64"
}
}
},
{
"@name": "av_delete_flag_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:unsignedByte",
"xsd:maxInclusive": {
"@value": "255"
},
"xsd:minInclusive": {
"@value": "0"
}
}
},
{
"@name": "StringLength11_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "11"
}
}
},
{
"@name": "StringLength15_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "15"
}
}
},
{
"@name": "av_text_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string"
}
},
{
"@name": "StringLength150_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "150"
}
}
},
{
"@name": "av_recno_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:integer",
"xsd:maxInclusive": {
"@value": "9223372036854775807"
},
"xsd:minInclusive": {
"@value": "-9223372036854775808"
}
}
},
{
"@name": "av_email_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "80"
}
}
},
{
"@name": "StringLength55_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "55"
}
}
},
{
"@name": "av_url_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "200"
}
}
},
{
"@name": "av_messaging_name_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "30"
}
}
},
{
"@name": "StringLength510_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "510"
}
}
},
{
"@name": "StringLength200_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "200"
}
}
},
{
"@name": "av_decimal4_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:decimal",
"xsd:totalDigits": {
"@value": "19"
},
"xsd:fractionDigits": {
"@value": "4"
}
}
},
{
"@name": "StringLength25_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "25"
}
}
},
{
"@name": "StringLength9_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "9"
}
}
},
{
"@name": "StringLength-1_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "-1"
}
}
},
{
"@name": "UnsignedbyteLength1_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:unsignedByte",
"xsd:maxLength": {
"@value": "1"
}
}
},
{
"@name": "StringLength0_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "0"
}
}
},
{
"@name": "av_date2_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "24"
}
}
},
{
"@name": "StringLength2_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "2"
}
}
},
{
"@name": "av_url_long_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "400"
}
}
},
{
"@name": "StringLength450_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "450"
}
}
},
{
"@name": "StringLength75_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "75"
}
}
},
{
"@name": "StringLength40_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "40"
}
}
},
{
"@name": "StringLength104_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "104"
}
}
},
{
"@name": "StringLength60_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "60"
}
}
},
{
"@name": "StringLength4_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "4"
}
}
},
{
"@name": "av_float_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:double"
}
},
{
"@name": "StringLength5_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "5"
}
}
},
{
"@name": "StringLength6_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "6"
}
}
},
{
"@name": "StringLength120_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "120"
}
}
},
{
"@name": "StringLength7_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "7"
}
}
},
{
"@name": "StringLength255_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "255"
}
}
},
{
"@name": "StringLength3_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "3"
}
}
},
{
"@name": "av_phone_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "30"
}
}
},
{
"@name": "av_fax_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "30"
}
}
},
{
"@name": "StringLength250_Type",
"xsd:annotation": {
"xsd:documentation": "Avectra netForum defined simpleType."
},
"xsd:restriction": {
"@base": "xsd:string",
"xsd:maxLength": {
"@value": "250"
}
}
}
]
}
}
FAQ
Q. Are the controls in the XML schema available in the GetQuery web method?
A. In many cases yes, but not always. The controls in the schema are not quite the same as the columns/tables available in GetQuery. See GetQueryDefinition for how to get the Tables/Columns in GetQuery. See List Table vs Data Object to get a better understanding of the difference between Object Schema and Queries.