XML File Format Schema
WorkLocation Element
Namespace (none)
Diagram
Fax Element Phone3 Element Phone2 Element Phone1 Element Country Element PostalCode Element StateOrProvince Element County Element City Element Address3 Element Address2 Element Address1 Element MainContact Element DisplayName Element LocationID Element Sequence WorkLocation Element
Overview
Sequence
LocationID xs:string
Unique identifier for work location
DisplayName xs:string
MainContact xs:string
Address1 xs:string
Physical location - address line 1
Address2 xs:string
Physical location - address line 2
Address3 xs:string
Physical location - address line 3
City xs:string
Physical location - city
County xs:string
Physical location - county
StateOrProvince xs:string
Physical location - state or province
PostalCode xs:string
Physical location - five- or nine-digit ZIP code
Country xs:string
Physical location - country
Phone1 xs:string
Location's primary phone
Phone2 xs:string
Location's alternate phone
Phone3 xs:string
Location's second alternate phone
Fax xs:string
Location's fax number
Source
<xs:element name="WorkLocation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="LocationID" />
      <xs:element type="xs:string" name="DisplayName" />
      <xs:element type="xs:string" name="MainContact" />
      <xs:element type="xs:string" name="Address1" />
      <xs:element type="xs:string" name="Address2" />
      <xs:element type="xs:string" name="Address3" />
      <xs:element type="xs:string" name="City" />
      <xs:element type="xs:string" name="County" />
      <xs:element type="xs:string" name="StateOrProvince" />
      <xs:element type="xs:string" name="PostalCode" />
      <xs:element type="xs:string" name="Country" />
      <xs:element type="xs:string" name="Phone1" />
      <xs:element type="xs:string" name="Phone2" />
      <xs:element type="xs:string" name="Phone3" />
      <xs:element type="xs:string" name="Fax" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
WorkLocationsList ElementSyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.