PurchaseOrder Schema
city Element
Description
The city name.
Namespace (none)
Type
xs:string
Overview
city xs:string
The city name.
Source
<xs:element name="city" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="en">The city name.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also