Company

From ReliaWiki
Revision as of 23:13, 26 September 2013 by John Leavitt (talk | contribs) (Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Import Types|Import Types}} ===XML Elements=== *Company **CompanyName **[[Company.Categories|C…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

XML Elements

{{Template:XFRACAS.Black| {{Template:XFRACAS.Blue|

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> 
     {{Template:XFRACAS.Blue|<LastName> User  </LastName> 
      <Login>  JUSER {{Template:XFRACAS.Blue|</Login>
    </GeneratedBy> 
    <GMTOffset>  -7  </GMTOffset> 
  </ExportData> 
  <Company> 
   {{Template:XFRACAS.Blue|<CompanyName> ReliaSoft Corporation  </CompanyName> 
    <Phone>  520-555-5555  </Phone> 
    <Phone2 /> 
    <Fax /> 
    <SalesRegion /> 
   {{Template:XFRACAS.Blue|<WarrantyMonthShip> 15  </WarrantyMonthShip> 
   {{Template:XFRACAS.Blue|<WarrantyMonthCommission> 12  </WarrantyMonthCommission> 
   {{Template:XFRACAS.Blue|<WarrantyCalcMethod> 1  </WarrantyCalcMethod> 
    <Entity> 
     {{Template:XFRACAS.Blue|<EntityID> 1  </EntityID> 
     {{Template:XFRACAS.Blue|<EntityName> XFRACAS Software  </EntityName> 
    </Entity> 
    <Addresses> 
      <Address> 
       {{Template:XFRACAS.Blue|<AddressLine1> 1450 S. Eastside Loop  </AddressLine1> 
        <AddressLine2 /> 
        <City>  Tucson  </City> 
       {{Template:XFRACAS.Blue|<State> Arizona  </State> 
       {{Template:XFRACAS.Blue|<Country> United States  </Country> 
       {{Template:XFRACAS.Blue|<ZipCode> 85710  </ZipCode> 
       {{Template:XFRACAS.Blue|<Location> ReliaSoft Corporate  </Location> 
      </Address> 
    </Addresses> 
    <Categories> 
      <Category> 
       {{Template:XFRACAS.Blue|<CategoryID> 6  </CategoryID> 
       {{Template:XFRACAS.Blue|<CategoryName> Owner  </CategoryName> 
      </Category> 
      <Category> 
       {{Template:XFRACAS.Blue|<CategoryID> 9  </CategoryID> 
       {{Template:XFRACAS.Blue|<CategoryName> Authorized Service Provider  </CategoryName> 
      </Category> 
      <Category> 
       {{Template:XFRACAS.Blue|<CategoryID> 14  </CategoryID> 
       {{Template:XFRACAS.Blue|<CategoryName> Distributor  </CategoryName> 
      </Category> 
    </Categories> 
    <Details /> 
  </Company> 
 </Companies>