Definition Type: ComplexType
Name: TransportationMethod
Namespace: http://www.openapplications.org/oagis
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
XSD Diagram of TransportationMethod in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="TransportationMethod">
    <xs:simpleContent>
        <xs:extension base="xs:string" />
    </xs:simpleContent>
</xs:complexType>