<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bol="http://ws.estesexpress.com/schema/2013/06/bol" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://ws.estesexpress.com/schema/2013/06/bol" xml:lang="en">
<xsd:annotation>
<xsd:documentation xml:lang="en">Response to bill of lading request. Copyright 2013 Estes Express Lines, Inc.</xsd:documentation>
</xsd:annotation>
<xsd:include schemaLocation="BolService?xsd=bolCommon.xsd"/>
<xsd:element name="bolReply">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="bol:requestID"/>
<xsd:element name="final" type="bol:BolResponseType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="BolResponseType">
<xsd:annotation>
<xsd:documentation>Link to the BOL PDF and shipping labels PDF, if selected.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="bolNumber" type="bol:BolNumberType"/>
<xsd:element minOccurs="0" name="pro" type="bol:ProType"/>
<xsd:element name="pdf" type="bol:UrlType"/>
<xsd:element minOccurs="0" name="labelPdf" type="bol:UrlType"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="UrlType">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="120"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
