<xs:complexTypename="NonFuelDataDetailType"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:sequence><xs:elementname="NonFuelProductCode"type="NonFuelProductCodeType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Three-digit code that identifies the non-fuel item purchased.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="NonFuelProductDescription"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Short description of the non-fuel item purchased.</p></xs:documentation></xs:annotation><xs:simpleType><xs:restrictionbase="xs:string"><xs:patternvalue="^[a-zA-Z0-9 ]*$"/><xs:maxLengthvalue="20"/></xs:restriction></xs:simpleType></xs:element><xs:elementname="NonFuelQuantity"type="NonFuelQuantityType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Quantity of the non-fuel item purchased.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="NonFuelUnitOfMeasure"type="NonFuelUnitOfMeasureType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Unit of measure for the non-fuel item purchased.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="NonFuelUnitPrice"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Unit price for the non-fuel item purchased.</p></xs:documentation></xs:annotation><xs:simpleType><xs:restrictionbase="xs:decimal"><xs:patternvalue="\d{1,10}(\.\d{1,3})?"/><xs:minInclusivevalue="0"/></xs:restriction></xs:simpleType></xs:element><xs:elementname="NonFuelTaxAmt"type="NonFuelTaxAmtType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Non-fuel tax amount.</p></xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>