xsd: | <element name=""comment"" type=""string""/> <element name=""shipComment"" type=""string"" substitutionGroup=""ipo:comment""/> <element name=""customerComment"" type=""string"" substitutionGroup=""ipo:comment""/> |
devolucion: | comment and substitututable elements comment (string) customerComment (string) shipComment (string)" |
xsd: | <element name=""address"" type=""addressType""/> <element name=""buyerAddress"" type=""addressType"" substitutionGroup=""address""/> <element name=""sellerAddress"" type=""addressType"" substitutionGroup=""address""/> <complexType name=""usAddressType""> <extension base=""addressType""/> </complexType> <complexType name=""canadaAddressType""> <extension base=""addressType""/> </complexType> |
devolucion: | address and substitututable elements address and elements of derived types address (addressType) address (usAddressType) address (canadaAddressType) buyerAddress and elements of derived types buyerAddress (addressType) buyerAddress (usAddressType) buyerAddress (canadaAddressType) sellerAddress and elements of derived types sellerAddress (addressType) sellerAddress (usAddressType) sellerAddress (canadaAddressType) |