Company: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) |
John Leavitt (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
**[[Company.Categories|Categories]] | **[[Company.Categories|Categories]] | ||
===Company Sample=== | ===Company Sample=== | ||
Line 21: | Line 19: | ||
{{Template:XFRACAS.Blue|<GMTOffset>}}{{Template:XFRACAS.Black|-7}}{{Template:XFRACAS.Blue|</GMTOffset>}} | {{Template:XFRACAS.Blue|<GMTOffset>}}{{Template:XFRACAS.Black|-7}}{{Template:XFRACAS.Blue|</GMTOffset>}} | ||
{{Template:XFRACAS.Blue|</ExportData>}} | {{Template:XFRACAS.Blue|</ExportData>}} | ||
{{Template:XFRACAS.Blue|<Company>}} | {{Template:XFRACAS.Blue|<[[Company Element|Company]]>}} | ||
{{Template:XFRACAS.Blue|<CompanyName>}}{{Template:XFRACAS.Black|ReliaSoft Corporation}}{{Template:XFRACAS.Blue|</CompanyName>}} | {{Template:XFRACAS.Blue|<[[Company.CompanyName|'''CompanyName''']]>}}{{Template:XFRACAS.Black|ReliaSoft Corporation}}{{Template:XFRACAS.Blue|</CompanyName>}} | ||
{{Template:XFRACAS.Blue|<Phone>}}{{Template:XFRACAS.Black|520-555-5555}}{{Template:XFRACAS.Blue|</Phone>}} | {{Template:XFRACAS.Blue|<Phone>}}{{Template:XFRACAS.Black|520-555-5555}}{{Template:XFRACAS.Blue|</Phone>}} | ||
{{Template:XFRACAS.Blue|<Phone2 />}} | {{Template:XFRACAS.Blue|<Phone2 />}} | ||
Line 45: | Line 43: | ||
{{Template:XFRACAS.Blue|</Address>}} | {{Template:XFRACAS.Blue|</Address>}} | ||
{{Template:XFRACAS.Blue|</Addresses>}} | {{Template:XFRACAS.Blue|</Addresses>}} | ||
{{Template:XFRACAS.Blue|<Categories>}} | {{Template:XFRACAS.Blue|<[[Company.Categories|'''Categories''']]>}} | ||
{{Template:XFRACAS.Blue|<Category>}} | {{Template:XFRACAS.Blue|<Category>}} | ||
{{Template:XFRACAS.Blue|<CategoryID>}}{{Template:XFRACAS.Black|6}}{{Template:XFRACAS.Blue|</CategoryID>}} | {{Template:XFRACAS.Blue|<CategoryID>}}{{Template:XFRACAS.Black|6}}{{Template:XFRACAS.Blue|</CategoryID>}} | ||
Line 58: | Line 56: | ||
{{Template:XFRACAS.Blue|<CategoryName>}}{{Template:XFRACAS.Black|Distributor}}{{Template:XFRACAS.Blue|</CategoryName>}} | {{Template:XFRACAS.Blue|<CategoryName>}}{{Template:XFRACAS.Black|Distributor}}{{Template:XFRACAS.Blue|</CategoryName>}} | ||
{{Template:XFRACAS.Blue|</Category>}} | {{Template:XFRACAS.Blue|</Category>}} | ||
{{Template:XFRACAS.Blue|</Categories>}} | {{Template:XFRACAS.Blue|</[[Company.Categories|'''Categories''']]>}} | ||
{{Template:XFRACAS.Blue|<Details />}} | {{Template:XFRACAS.Blue|<Details />}} | ||
{{Template:XFRACAS.Blue|</Company>}} | {{Template:XFRACAS.Blue|</[[Company Element|Company]]>}} | ||
{{Template:XFRACAS.Blue|</Companies>}} | {{Template:XFRACAS.Blue|</Companies>}} |
Revision as of 23:22, 26 September 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 {{Template:XFRACAS.Blue|</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>