Company: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
{{Template:XFRACAS.Blue|<FirstName>}}{{Template:XFRACAS.Black|Joe}}{{Template:XFRACAS.Blue|</FirstName>}} | {{Template:XFRACAS.Blue|<FirstName>}}{{Template:XFRACAS.Black|Joe}}{{Template:XFRACAS.Blue|</FirstName>}} | ||
{{Template:XFRACAS.Blue|<LastName>}}{{Template:XFRACAS.Black|User}}{{Template:XFRACAS.Blue|</LastName>}} | {{Template:XFRACAS.Blue|<LastName>}}{{Template:XFRACAS.Black|User}}{{Template:XFRACAS.Blue|</LastName>}} | ||
{{Template:XFRACAS.Blue|<Login>}}{{Template:XFRACAS.Black|JUSER}}{{Template:XFRACAS.Blue|</Login> | {{Template:XFRACAS.Blue|<Login>}}{{Template:XFRACAS.Black|JUSER}}{{Template:XFRACAS.Blue|</Login>}} | ||
{{Template:XFRACAS.Blue|</GeneratedBy>}} | {{Template:XFRACAS.Blue|</GeneratedBy>}} | ||
{{Template:XFRACAS.Blue|<GMTOffset>}}{{Template:XFRACAS.Black|-7}}{{Template:XFRACAS.Blue|</GMTOffset>}} | {{Template:XFRACAS.Blue|<GMTOffset>}}{{Template:XFRACAS.Black|-7}}{{Template:XFRACAS.Blue|</GMTOffset>}} |
Revision as of 20:14, 16 October 2013
XML Elements
Company Sample
<?xml version = "1.0" encoding = "utf-8"?> <!DOCTYPE Companies SYSTEM "Company.dtd"[]> <Companies xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd = "http://www.w3.org/2001/XMLSchema"> <ExportData> <ReportGenerated> 09/17/2013 05:01 PM </ReportGenerated> <GeneratedBy> <FirstName> Joe </FirstName> <LastName> User </LastName> <Login> JUSER </Login> </GeneratedBy> <GMTOffset> -7 </GMTOffset> </ExportData> <Company> <CompanyName> ReliaSoft Corporation </CompanyName> <Phone> 520-555-5555 </Phone> <Phone2 /> <Fax /> <SalesRegion /> <WarrantyMonthShip> 15 </WarrantyMonthShip> <WarrantyMonthCommission> 12 </WarrantyMonthCommission> <WarrantyCalcMethod> 1 </WarrantyCalcMethod> <Entity> <EntityID> 1 </EntityID> <EntityName> XFRACAS Software </EntityName> </Entity> <Addresses> <Address> <AddressLine1> 1450 S. Eastside Loop </AddressLine1> <AddressLine2 /> <City> Tucson </City> <State> Arizona </State> <Country> United States </Country> <ZipCode> 85710 </ZipCode> <Location> ReliaSoft Corporate </Location> </Address> </Addresses> <Categories> <Category> <CategoryID> 6 </CategoryID> <CategoryName> Owner </CategoryName> </Category> <Category> <CategoryID> 9 </CategoryID> <CategoryName> Authorized Service Provider </CategoryName> </Category> <Category> <CategoryID> 14 </CategoryID> <CategoryName> Distributor </CategoryName> </Category> </Categories> <Details /> </Company> </Companies>