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