synapsevampire
Programmer
Anyone know of a way to create tables from an XSD file?
The following is the beginning of the file:
.<!--
Salesforce.com Enterprise Web Services API Version 7.0
Generated on 2006-03-15 17:47:40 +0000.
Copyright 1999-2006 salesforce.com, inc.
All Rights Reserved
-->
.<definitions targetNamespace="urn:enterprise.soap.sforce.com">
.<types>
.<schema elementFormDefault="qualified" targetNamespace="urn:sobject.enterprise
<import namespace="urn:enterprise.soap.sforce.com"/>
<!-- Base sObject (abstract) -->
.<complexType name="sObject">
.<sequence>
<element name="fieldsToNull" type="xsd:string" nillable="true" minOccurs="
<element name="Id" type="tns:ID" nillable="true" minOccurs="0" maxOccurs="
</sequence>
</complexType>
.<complexType name="Account">
.<complexContent>
.<extension base="ens:sObject">
.<sequence>
<element name="Account_Short_Name__c" nillable="true" minOccurs="0" type
<element name="AnnualRevenue" nillable="true" minOccurs="0" type="xsd:do
<element name="ApplicationServer__c" nillable="true" minOccurs="0" type=
<element name="BillingCity" nillable="true" minOccurs="0" type="xsd:stri
<element name="BillingCountry" nillable="true" minOccurs="0" type="xsd:s
<element name="BillingPostalCode" nillable="true" minOccurs="0" type="xs
<element name="BillingState" nillable="true" minOccurs="0" type="xsd:str
<element name="BillingStreet" nillable="true" minOccurs="0" type="xsd:st
<element name="Budget__c" nillable="true" minOccurs="0" type="xsd:string
<element name="Business_Applications__c" nillable="true" minOccurs="0" t
<element name="Clarify_Region__c" nillable="true" minOccurs="0" type="xs
<element name="Clarify_Standardised_Industry__c" nillable="true" minOccu
type="xsd:string"/>
<element name="CompellingEvent__c" nillable="true" minOccurs="0" type="x
<element name="CompetitveSituation__c" nillable="true" minOccurs="0" typ
<element name="Core_Infrastructure__c" nillable="true" minOccurs="0" typ
<element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/
<element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:date
<element name="Cust_Status__c" nillable="true" minOccurs="0" type="xsd:s
<element name="Data_Center_Locations__c" nillable="true" minOccurs="0" t
<element name="DealSize__c" nillable="true" minOccurs="0" type="xsd:stri
<element name="Description" nillable="true" minOccurs="0" type="xsd:stri
<element name="Education_Disc_Exp_Date__c" nillable="true" minOccurs="0"
<element name="Education_Disc_Fixed_Rate__c" nillable="true" minOccurs="
<element name="Education_Rate_Disc_Pct__c" nillable="true" minOccurs="0"
<element name="Environment__c" nillable="true" minOccurs="0" type="xsd:s
<element name="Environmental_Complexity__c" nillable="true" minOccurs="0
<element name="Fiscal_Year__c" nillable="true" minOccurs="0" type="xsd:s
<element name="Industry" nillable="true" minOccurs="0" type="xsd:string"
<element name="Intended_Development_Date__c" nillable="true" minOccurs="
<element name="LastModifiedById" nillable="true" minOccurs="0" type="tns
<element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd
<element name="Lead_Status__c" nillable="true" minOccurs="0" type="xsd:s
<element name="License_Disc_Pct__c" nillable="true" minOccurs="0" type="
<element name="License_Discount_Exp_Date__c" nillable="true" minOccurs="
The following is the beginning of the file:
.<!--
Salesforce.com Enterprise Web Services API Version 7.0
Generated on 2006-03-15 17:47:40 +0000.
Copyright 1999-2006 salesforce.com, inc.
All Rights Reserved
-->
.<definitions targetNamespace="urn:enterprise.soap.sforce.com">
.<types>
.<schema elementFormDefault="qualified" targetNamespace="urn:sobject.enterprise
<import namespace="urn:enterprise.soap.sforce.com"/>
<!-- Base sObject (abstract) -->
.<complexType name="sObject">
.<sequence>
<element name="fieldsToNull" type="xsd:string" nillable="true" minOccurs="
<element name="Id" type="tns:ID" nillable="true" minOccurs="0" maxOccurs="
</sequence>
</complexType>
.<complexType name="Account">
.<complexContent>
.<extension base="ens:sObject">
.<sequence>
<element name="Account_Short_Name__c" nillable="true" minOccurs="0" type
<element name="AnnualRevenue" nillable="true" minOccurs="0" type="xsd:do
<element name="ApplicationServer__c" nillable="true" minOccurs="0" type=
<element name="BillingCity" nillable="true" minOccurs="0" type="xsd:stri
<element name="BillingCountry" nillable="true" minOccurs="0" type="xsd:s
<element name="BillingPostalCode" nillable="true" minOccurs="0" type="xs
<element name="BillingState" nillable="true" minOccurs="0" type="xsd:str
<element name="BillingStreet" nillable="true" minOccurs="0" type="xsd:st
<element name="Budget__c" nillable="true" minOccurs="0" type="xsd:string
<element name="Business_Applications__c" nillable="true" minOccurs="0" t
<element name="Clarify_Region__c" nillable="true" minOccurs="0" type="xs
<element name="Clarify_Standardised_Industry__c" nillable="true" minOccu
type="xsd:string"/>
<element name="CompellingEvent__c" nillable="true" minOccurs="0" type="x
<element name="CompetitveSituation__c" nillable="true" minOccurs="0" typ
<element name="Core_Infrastructure__c" nillable="true" minOccurs="0" typ
<element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/
<element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:date
<element name="Cust_Status__c" nillable="true" minOccurs="0" type="xsd:s
<element name="Data_Center_Locations__c" nillable="true" minOccurs="0" t
<element name="DealSize__c" nillable="true" minOccurs="0" type="xsd:stri
<element name="Description" nillable="true" minOccurs="0" type="xsd:stri
<element name="Education_Disc_Exp_Date__c" nillable="true" minOccurs="0"
<element name="Education_Disc_Fixed_Rate__c" nillable="true" minOccurs="
<element name="Education_Rate_Disc_Pct__c" nillable="true" minOccurs="0"
<element name="Environment__c" nillable="true" minOccurs="0" type="xsd:s
<element name="Environmental_Complexity__c" nillable="true" minOccurs="0
<element name="Fiscal_Year__c" nillable="true" minOccurs="0" type="xsd:s
<element name="Industry" nillable="true" minOccurs="0" type="xsd:string"
<element name="Intended_Development_Date__c" nillable="true" minOccurs="
<element name="LastModifiedById" nillable="true" minOccurs="0" type="tns
<element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd
<element name="Lead_Status__c" nillable="true" minOccurs="0" type="xsd:s
<element name="License_Disc_Pct__c" nillable="true" minOccurs="0" type="
<element name="License_Discount_Exp_Date__c" nillable="true" minOccurs="