XML File Format Schema
WorkLocationsList Element
Namespace (none)
Diagram
WorkLocation Element Sequence WorkLocationsList Element
Overview
Sequence
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="WorkLocationsList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="WorkLocation">
        <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>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
SyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.