From 9cb861614dd17d523f0cc4110e94d47f8f884e15 Mon Sep 17 00:00:00 2001 From: Jody Terrill Date: Wed, 21 Oct 2020 14:56:59 -0600 Subject: [PATCH 1/2] Get XSD2PHP via Composer --- composer.json | 3 +- composer.lock | 896 +- .../Serialization/XmlObjectSerializer.php | 4 +- src/DataService/DataService.php | 5 +- src/XSD2PHP/LICENSE | 14 - src/XSD2PHP/README | 50 - src/XSD2PHP/buildDocs.sh | 4 - src/XSD2PHP/docs/blank.html | 13 - src/XSD2PHP/docs/classtrees_default.html | 98 - src/XSD2PHP/docs/default/AbstractWsdl.html | 2083 -- .../docs/default/AbstractWsdlFactory.html | 227 - src/XSD2PHP/docs/default/Bind.html | 482 - src/XSD2PHP/docs/default/Common.html | 847 - src/XSD2PHP/docs/default/IWsdl.html | 202 - src/XSD2PHP/docs/default/LegkoTool.html | 338 - src/XSD2PHP/docs/default/LegkoXML.html | 405 - src/XSD2PHP/docs/default/NullLogger.html | 189 - src/XSD2PHP/docs/default/PHPClass.html | 683 - src/XSD2PHP/docs/default/Php2Xml.html | 655 - src/XSD2PHP/docs/default/SoapServer.html | 702 - src/XSD2PHP/docs/default/Wsdl.html | 2287 -- src/XSD2PHP/docs/default/WsdlFactory.html | 525 - src/XSD2PHP/docs/default/Wsdl_1_1.html | 955 - src/XSD2PHP/docs/default/Wsdl_2_0.html | 640 - src/XSD2PHP/docs/default/Xsd2Php.html | 1183 -- src/XSD2PHP/docs/default/_legko.php.html | 130 - .../_mikebevz---xsd2php---Bind.php.html | 129 - .../_mikebevz---xsd2php---Common.php.html | 125 - .../_mikebevz---xsd2php---LegkoXML.php.html | 129 - .../_mikebevz---xsd2php---NullLogger.php.html | 125 - .../_mikebevz---xsd2php---PHPClass.php.html | 129 - .../_mikebevz---xsd2php---Php2Xml.php.html | 129 - .../_mikebevz---xsd2php---SoapServer.php.html | 130 - .../_mikebevz---xsd2php---Wsdl.php.html | 131 - .../_mikebevz---xsd2php---Xsd2Php.php.html | 129 - ...z---xsd2php---wsdl---AbstractWsdl.php.html | 129 - ...2php---wsdl---AbstractWsdlFactory.php.html | 125 - ...mikebevz---xsd2php---wsdl---IWsdl.php.html | 125 - ...vz---xsd2php---wsdl---WsdlFactory.php.html | 130 - ...ebevz---xsd2php---wsdl---Wsdl_1_1.php.html | 130 - ...ebevz---xsd2php---wsdl---Wsdl_2_0.php.html | 130 - src/XSD2PHP/docs/elementindex.html | 805 - src/XSD2PHP/docs/elementindex_default.html | 867 - src/XSD2PHP/docs/errors.html | 201 - src/XSD2PHP/docs/index.html | 111 - src/XSD2PHP/docs/li_default.html | 111 - src/XSD2PHP/docs/media/background.png | Bin 237 -> 0 bytes src/XSD2PHP/docs/media/banner.css | 32 - src/XSD2PHP/docs/media/bg_left.png | Bin 180 -> 0 bytes src/XSD2PHP/docs/media/empty.png | Bin 205 -> 0 bytes src/XSD2PHP/docs/media/style.css | 195 - src/XSD2PHP/docs/media/stylesheet.css | 142 - src/XSD2PHP/docs/packages.html | 29 - src/XSD2PHP/docs/todolist.html | 66 - .../lib/ZF/1.10.7/Zend/Console/Getopt.php | 966 - .../1.10.7/Zend/Console/Getopt/Exception.php | 66 - src/XSD2PHP/lib/ZF/1.10.7/Zend/Exception.php | 95 - .../lib/ZF/1.10.7/Zend/Soap/AutoDiscover.php | 551 - .../Zend/Soap/AutoDiscover/Exception.php | 34 - .../lib/ZF/1.10.7/Zend/Soap/Client.php | 1195 -- .../lib/ZF/1.10.7/Zend/Soap/Client/Common.php | 74 - .../lib/ZF/1.10.7/Zend/Soap/Client/DotNet.php | 93 - .../ZF/1.10.7/Zend/Soap/Client/Exception.php | 35 - .../lib/ZF/1.10.7/Zend/Soap/Client/Local.php | 92 - .../lib/ZF/1.10.7/Zend/Soap/Server.php | 959 - .../ZF/1.10.7/Zend/Soap/Server/Exception.php | 37 - src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl.php | 666 - .../ZF/1.10.7/Zend/Soap/Wsdl/Exception.php | 39 - .../Zend/Soap/Wsdl/Strategy/Abstract.php | 66 - .../Zend/Soap/Wsdl/Strategy/AnyType.php | 58 - .../Soap/Wsdl/Strategy/ArrayOfTypeComplex.php | 146 - .../Wsdl/Strategy/ArrayOfTypeSequence.php | 155 - .../Zend/Soap/Wsdl/Strategy/Composite.php | 188 - .../Soap/Wsdl/Strategy/DefaultComplexType.php | 83 - .../Zend/Soap/Wsdl/Strategy/Interface.php | 48 - .../ContactCompany/ContactCompany.xsd | 62 - .../ContactPerson1/ContactPerson.xsd | 48 - .../resources/ContactWsdl/ContactCompany.xsd | 62 - .../resources/ContactWsdl/ContactPerson.xsd | 48 - .../MultiLevelImport/ContactPerson.xsd | 45 - .../resources/MultiLevelImport/common/CAC.xsd | 477 - .../MultiLevelImport/common/CAC_include1.xsd | 52 - .../MultiLevelImport/common/CAC_include2.xsd | 68 - .../MultiLevelImport/common/CommonSchema1.xsd | 217 - .../resources/MultiLevelImport/common/UDT.xsd | 432 - src/XSD2PHP/resources/maven/maven-v4_0_0.xsd | 2476 --- src/XSD2PHP/resources/mets/mets.xsd | 1686 -- src/XSD2PHP/resources/rss20/rss-2_0.xsd | 500 - src/XSD2PHP/resources/simple1/simple.xsd | 53 - .../common/CCTS_CCT_SchemaModule-2.0.xsd | 731 - .../common/CodeList_CurrencyCode_ISO_7_04.xsd | 1378 -- .../common/CodeList_LanguageCode_ISO_7_04.xsd | 2250 -- .../CodeList_MIMEMediaTypeCode_IANA_7_04.xsd | 658 - .../common/CodeList_UnitCode_UNECE_7_04.xsd | 8803 -------- .../UBL-CommonAggregateComponents-2.0.xsd | 17444 ---------------- .../common/UBL-CommonBasicComponents-2.0.xsd | 2922 --- .../UBL-CommonExtensionComponents-2.0.xsd | 240 - .../UBL-CoreComponentParameters-2.0.xsd | 64 - .../UBL-ExtensionContentDatatype-2.0.xsd | 73 - .../common/UBL-QualifiedDatatypes-2.0.xsd | 1955 -- .../UnqualifiedDataTypeSchemaModule-2.0.xsd | 1138 - .../maindoc/UBL-ApplicationResponse-2.0.xsd | 345 - .../maindoc/UBL-AttachedDocument-2.0.xsd | 362 - .../ubl2.0/maindoc/UBL-BillOfLading-2.0.xsd | 516 - .../ubl2.0/maindoc/UBL-Catalogue-2.0.xsd | 492 - .../maindoc/UBL-CatalogueDeletion-2.0.xsd | 411 - ...L-CatalogueItemSpecificationUpdate-2.0.xsd | 506 - .../UBL-CataloguePricingUpdate-2.0.xsd | 506 - .../maindoc/UBL-CatalogueRequest-2.0.xsd | 525 - .../maindoc/UBL-CertificateOfOrigin-2.0.xsd | 376 - .../ubl2.0/maindoc/UBL-CreditNote-2.0.xsd | 730 - .../ubl2.0/maindoc/UBL-DebitNote-2.0.xsd | 731 - .../ubl2.0/maindoc/UBL-DespatchAdvice-2.0.xsd | 456 - .../UBL-ForwardingInstructions-2.0.xsd | 493 - .../ubl2.0/maindoc/UBL-FreightInvoice-2.0.xsd | 809 - .../ubl2.0/maindoc/UBL-Invoice-2.0.xsd | 856 - .../ubl2.0/maindoc/UBL-Order-2.0.xsd | 731 - .../maindoc/UBL-OrderCancellation-2.0.xsd | 393 - .../ubl2.0/maindoc/UBL-OrderChange-2.0.xsd | 759 - .../ubl2.0/maindoc/UBL-OrderResponse-2.0.xsd | 828 - .../maindoc/UBL-OrderResponseSimple-2.0.xsd | 463 - .../ubl2.0/maindoc/UBL-PackingList-2.0.xsd | 408 - .../ubl2.0/maindoc/UBL-Quotation-2.0.xsd | 532 - .../ubl2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd | 440 - .../ubl2.0/maindoc/UBL-Reminder-2.0.xsd | 716 - .../maindoc/UBL-RemittanceAdvice-2.0.xsd | 540 - .../maindoc/UBL-RequestForQuotation-2.0.xsd | 440 - .../maindoc/UBL-SelfBilledCreditNote-2.0.xsd | 664 - .../maindoc/UBL-SelfBilledInvoice-2.0.xsd | 870 - .../ubl2.0/maindoc/UBL-Statement-2.0.xsd | 553 - .../maindoc/UBL-TransportationStatus-2.0.xsd | 377 - .../ubl2.0/maindoc/UBL-Waybill-2.0.xsd | 476 - src/XSD2PHP/src/com/mikebevz/xsd2php/Bind.php | 266 - .../src/com/mikebevz/xsd2php/Common.php | 373 - .../src/com/mikebevz/xsd2php/LegkoXML.php | 42 - .../src/com/mikebevz/xsd2php/NullLogger.php | 10 - .../src/com/mikebevz/xsd2php/PHPClass.php | 252 - .../src/com/mikebevz/xsd2php/Php2Xml.php | 362 - .../src/com/mikebevz/xsd2php/SoapServer.php | 265 - src/XSD2PHP/src/com/mikebevz/xsd2php/Wsdl.php | 943 - .../src/com/mikebevz/xsd2php/Xsd2Php.php | 805 - .../mikebevz/xsd2php/wsdl/AbstractWsdl.php | 686 - .../xsd2php/wsdl/AbstractWsdlFactory.php | 9 - .../src/com/mikebevz/xsd2php/wsdl/IWsdl.php | 13 - .../com/mikebevz/xsd2php/wsdl/WsdlFactory.php | 81 - .../com/mikebevz/xsd2php/wsdl/Wsdl_1_1.php | 366 - .../com/mikebevz/xsd2php/wsdl/Wsdl_2_0.php | 24 - .../src/com/mikebevz/xsd2php/xsd2php2.xsl | 357 - src/XSD2PHP/src/tools/legko.php | 121 - src/XSD2PHP/test/BindTest.php | 178 - src/XSD2PHP/test/Bootstrap.php | 66 - src/XSD2PHP/test/LegkoXMLTestCase.php | 42 - src/XSD2PHP/test/Php2XmlTest.php | 214 - src/XSD2PHP/test/SoapServerTest.php | 94 - src/XSD2PHP/test/WsdlTest.php | 81 - src/XSD2PHP/test/Xsd2Php/MavenXsdTest.php | 86 - src/XSD2PHP/test/Xsd2PhpTest.php | 232 - .../data/expected/ContactCompany/BindTest.xml | 21 - .../ContactCompany/ContactCompany.xml | 23 - .../schema/ContactCompany/AddressType.php | 86 - .../schema/ContactCompany/ContactCompany.php | 95 - .../schema/ContactPerson/ContactPerson.php | 12 - .../ContactPerson/ContactPersonType.php | 131 - .../expected/ContactCompany/generated.xml | 11643 ----------- .../AccessoryRelatedItem.php | 12 - .../AccountingContact.php | 12 - .../AccountingCustomerParty.php | 12 - .../AccountingSupplierParty.php | 12 - .../ActualPackage.php | 12 - .../AdditionalDocumentReference.php | 12 - .../AdditionalItemIdentification.php | 12 - .../AdditionalItemProperty.php | 12 - .../AdditionalTemperature.php | 12 - .../CommonAggregateComponents_2/Address.php | 12 - .../AddressLine.php | 12 - .../AddressLineType.php | 36 - .../AddressType.php | 508 - .../AgentParty.php | 12 - .../AirTransport.php | 12 - .../AirTransportType.php | 35 - .../AllowanceCharge.php | 12 - .../AllowanceChargeType.php | 261 - .../AlternativeConditionPrice.php | 12 - .../AnticipatedMonetaryTotal.php | 12 - .../ApplicableAddress.php | 12 - .../ApplicableTaxCategory.php | 12 - .../ApplicableTerritoryAddress.php | 12 - .../Attachment.php | 12 - .../AttachmentType.php | 52 - .../BillingReference.php | 12 - .../BillingReferenceLine.php | 12 - .../BillingReferenceLineType.php | 68 - .../BillingReferenceType.php | 153 - .../CommonAggregateComponents_2/Branch.php | 12 - .../BranchType.php | 84 - .../BuyerContact.php | 12 - .../BuyerCustomerParty.php | 12 - .../BuyerProposedSubstituteLineItem.php | 12 - .../BuyersItemIdentification.php | 12 - .../CardAccount.php | 12 - .../CardAccountType.php | 210 - .../CarrierParty.php | 12 - .../CatalogueDocumentReference.php | 12 - .../CatalogueItemIdentification.php | 12 - .../CatalogueItemSpecificationUpdateLine.php | 12 - ...talogueItemSpecificationUpdateLineType.php | 86 - .../CatalogueLine.php | 12 - .../CatalogueLineReference.php | 12 - .../CatalogueLineType.php | 490 - .../CataloguePricingUpdateLine.php | 12 - .../CataloguePricingUpdateLineType.php | 87 - .../CatalogueReference.php | 12 - .../CatalogueReferenceType.php | 192 - .../CatalogueRequestLine.php | 12 - .../CatalogueRequestLineType.php | 121 - .../CategorizesClassificationCategory.php | 12 - .../CertificateOfOriginApplication.php | 12 - .../CertificateOfOriginApplicationType.php | 254 - .../ClassificationCategory.php | 12 - .../ClassificationCategoryType.php | 92 - .../ClassificationScheme.php | 12 - .../ClassificationSchemeType.php | 261 - .../ClassifiedTaxCategory.php | 12 - .../CommodityClassification.php | 12 - .../CommodityClassificationType.php | 92 - .../Communication.php | 12 - .../CommunicationType.php | 72 - .../ComplementaryRelatedItem.php | 12 - .../ComponentRelatedItem.php | 12 - .../ConsigneeParty.php | 12 - .../Consignment.php | 12 - .../ConsignmentType.php | 614 - .../ConsignorParty.php | 12 - .../CommonAggregateComponents_2/Contact.php | 12 - .../ContactParty.php | 12 - .../ContactType.php | 140 - .../ContainedGoodsItem.php | 12 - .../ContainedPackage.php | 12 - .../CommonAggregateComponents_2/Contract.php | 12 - .../ContractDocumentReference.php | 12 - .../ContractType.php | 138 - .../ContractorCustomerParty.php | 12 - .../CorporateRegistrationScheme.php | 12 - .../CorporateRegistrationSchemeType.php | 89 - .../CommonAggregateComponents_2/Country.php | 12 - .../CountryType.php | 53 - .../CreditAccount.php | 12 - .../CreditAccountType.php | 36 - .../CreditNoteDocumentReference.php | 12 - .../CreditNoteLine.php | 12 - .../CreditNoteLineType.php | 318 - .../CurrentStatus.php | 12 - .../CustomerParty.php | 12 - .../CustomerPartyType.php | 139 - .../DebitNoteDocumentReference.php | 12 - .../DebitNoteLine.php | 12 - .../DebitNoteLineType.php | 318 - .../DefaultLanguage.php | 12 - .../DeletedCatalogueReference.php | 12 - .../CommonAggregateComponents_2/Delivery.php | 12 - .../DeliveryAddress.php | 12 - .../DeliveryContact.php | 12 - .../DeliveryCustomerParty.php | 12 - .../DeliveryLocation.php | 12 - .../DeliveryParty.php | 12 - .../DeliveryTerms.php | 12 - .../DeliveryTermsType.php | 121 - .../DeliveryType.php | 295 - .../DeliveryUnit.php | 12 - .../DeliveryUnitType.php | 74 - .../CommonAggregateComponents_2/Despatch.php | 12 - .../DespatchAddress.php | 12 - .../DespatchContact.php | 12 - .../DespatchDocumentReference.php | 12 - .../DespatchLine.php | 12 - .../DespatchLineReference.php | 12 - .../DespatchLineType.php | 258 - .../DespatchParty.php | 12 - .../DespatchSupplierParty.php | 12 - .../DespatchType.php | 193 - .../DestinationCountry.php | 12 - .../DigitalSignatureAttachment.php | 12 - .../CommonAggregateComponents_2/Dimension.php | 12 - .../DimensionType.php | 105 - .../DiscrepancyResponse.php | 12 - .../DocumentDistribution.php | 12 - .../DocumentDistributionType.php | 70 - .../DocumentReference.php | 12 - .../DocumentReferenceType.php | 155 - .../DocumentResponse.php | 12 - .../DocumentResponseType.php | 100 - .../EmbassyEndorsement.php | 12 - .../EmergencyTemperature.php | 12 - .../Endorsement.php | 12 - .../EndorsementType.php | 102 - .../EndorserParty.php | 12 - .../EndorserPartyType.php | 85 - .../EstimatedDeliveryPeriod.php | 12 - .../ExchangeRate.php | 12 - .../ExchangeRateType.php | 175 - .../ExportCountry.php | 12 - .../ExporterParty.php | 12 - .../ExternalReference.php | 12 - .../ExternalReferenceType.php | 86 - .../FinalDeliveryParty.php | 12 - .../FinalDeliveryTransportationService.php | 12 - .../FinalDestinationCountry.php | 12 - .../FinancialAccount.php | 12 - .../FinancialAccountType.php | 138 - .../FinancialInstitution.php | 12 - .../FinancialInstitutionBranch.php | 12 - .../FinancialInstitutionType.php | 68 - .../FirstArrivalPortLocation.php | 12 - .../FlashpointTemperature.php | 12 - .../ForeignExchangeContract.php | 12 - .../FreightAllowanceCharge.php | 12 - .../FreightForwarderParty.php | 12 - .../CommonAggregateComponents_2/GoodsItem.php | 12 - .../GoodsItemContainer.php | 12 - .../GoodsItemContainerType.php | 69 - .../GoodsItemType.php | 543 - .../HandlingUnitDespatchLine.php | 12 - .../HazardousGoodsTransit.php | 12 - .../HazardousGoodsTransitType.php | 140 - .../HazardousItem.php | 12 - .../HazardousItemType.php | 426 - .../ImporterParty.php | 12 - .../InformationContentProviderParty.php | 12 - .../InsuranceEndorsement.php | 12 - .../InvoiceDocumentReference.php | 12 - .../InvoiceLine.php | 12 - .../InvoiceLineType.php | 400 - .../InvoicePeriod.php | 12 - .../IssuerEndorsement.php | 12 - .../IssuerParty.php | 12 - .../IssuingCountry.php | 12 - .../xsd/CommonAggregateComponents_2/Item.php | 12 - .../ItemComparison.php | 12 - .../ItemComparisonType.php | 53 - .../ItemIdentification.php | 12 - .../ItemIdentificationType.php | 104 - .../ItemInstance.php | 12 - .../ItemInstanceType.php | 139 - .../ItemLocationQuantity.php | 12 - .../ItemLocationQuantityType.php | 177 - .../ItemProperty.php | 12 - .../ItemPropertyGroup.php | 12 - .../ItemPropertyGroupType.php | 54 - .../ItemPropertyType.php | 87 - .../ItemSpecificationDocumentReference.php | 12 - .../CommonAggregateComponents_2/ItemType.php | 497 - .../JurisdictionRegionAddress.php | 12 - .../CommonAggregateComponents_2/Language.php | 12 - .../LanguageType.php | 69 - .../LastExitPortLocation.php | 12 - .../LegalMonetaryTotal.php | 12 - .../CommonAggregateComponents_2/LineItem.php | 12 - .../LineItemType.php | 442 - .../LineReference.php | 12 - .../LineReferenceType.php | 85 - .../LineResponse.php | 12 - .../LineResponseType.php | 50 - .../LineValidityPeriod.php | 12 - .../LoadingLocation.php | 12 - .../LoadingPortLocation.php | 12 - .../LoadingProofParty.php | 12 - .../CommonAggregateComponents_2/Location.php | 12 - .../LocationCoordinate.php | 12 - .../LocationCoordinateType.php | 141 - .../LocationType.php | 140 - .../LotIdentification.php | 12 - .../LotIdentificationType.php | 69 - .../ManufacturerParty.php | 12 - .../ManufacturersItemIdentification.php | 12 - .../MaritimeTransport.php | 12 - .../MaritimeTransportType.php | 55 - .../MaximumTemperature.php | 12 - .../MeasurementDimension.php | 12 - .../MinimumTemperature.php | 12 - .../MonetaryTotal.php | 12 - .../MonetaryTotalType.php | 156 - .../NotifyParty.php | 12 - .../OrderDocumentReference.php | 12 - .../CommonAggregateComponents_2/OrderLine.php | 12 - .../OrderLineReference.php | 12 - .../OrderLineReferenceType.php | 103 - .../OrderLineType.php | 169 - .../OrderReference.php | 12 - .../OrderReferenceType.php | 157 - .../OrderedShipment.php | 12 - .../OrderedShipmentType.php | 50 - .../OriginAddress.php | 12 - .../OriginCountry.php | 12 - .../OriginalDepartureCountry.php | 12 - .../OriginalDespatchParty.php | 12 - .../OriginalDespatchTransportationService.php | 12 - .../OriginalDocumentReference.php | 12 - .../OriginalItemLocationQuantity.php | 12 - .../OriginatorCustomerParty.php | 12 - .../OriginatorDocumentReference.php | 12 - .../OriginatorParty.php | 12 - .../OtherCommunication.php | 12 - .../OwnerParty.php | 12 - .../CommonAggregateComponents_2/Package.php | 12 - .../PackageType.php | 188 - .../xsd/CommonAggregateComponents_2/Party.php | 12 - .../PartyIdentification.php | 12 - .../PartyIdentificationType.php | 35 - .../PartyLegalEntity.php | 12 - .../PartyLegalEntityType.php | 89 - .../CommonAggregateComponents_2/PartyName.php | 12 - .../PartyNameType.php | 36 - .../PartyTaxScheme.php | 12 - .../PartyTaxSchemeType.php | 141 - .../CommonAggregateComponents_2/PartyType.php | 271 - .../PayeeFinancialAccount.php | 12 - .../PayeeParty.php | 12 - .../PayerFinancialAccount.php | 12 - .../CommonAggregateComponents_2/Payment.php | 12 - .../PaymentAlternativeExchangeRate.php | 12 - .../PaymentExchangeRate.php | 12 - .../PaymentMeans.php | 12 - .../PaymentMeansType.php | 204 - .../PaymentTerms.php | 12 - .../PaymentTermsType.php | 191 - .../PaymentType.php | 124 - .../PenaltyPeriod.php | 12 - .../CommonAggregateComponents_2/Period.php | 12 - .../PeriodType.php | 137 - .../CommonAggregateComponents_2/Person.php | 12 - .../PersonType.php | 141 - .../PhysicalAttribute.php | 12 - .../PhysicalAttributeType.php | 88 - .../PhysicalLocation.php | 12 - .../PostalAddress.php | 12 - .../PrepaidPayment.php | 12 - .../PreparationParty.php | 12 - .../PreviousPriceList.php | 12 - .../xsd/CommonAggregateComponents_2/Price.php | 12 - .../CommonAggregateComponents_2/PriceList.php | 12 - .../PriceListType.php | 87 - .../CommonAggregateComponents_2/PriceType.php | 176 - .../PricingExchangeRate.php | 12 - .../PricingReference.php | 12 - .../PricingReferenceType.php | 52 - .../PromisedDeliveryPeriod.php | 12 - .../ProviderParty.php | 12 - .../QuotationDocumentReference.php | 12 - .../QuotationLine.php | 12 - .../QuotationLineReference.php | 12 - .../QuotationLineType.php | 153 - .../QuotedMonetaryTotal.php | 12 - .../RailTransport.php | 12 - .../RailTransportType.php | 53 - .../ReceiptDocumentReference.php | 12 - .../ReceiptLine.php | 12 - .../ReceiptLineReference.php | 12 - .../ReceiptLineType.php | 342 - .../ReceivedHandlingUnitReceiptLine.php | 12 - .../ReceiverParty.php | 12 - .../RecipientParty.php | 12 - .../ReferencedContract.php | 12 - .../RegistrationAddress.php | 12 - .../RelatedCatalogueReference.php | 12 - .../RelatedItem.php | 12 - .../RelatedItemType.php | 72 - .../ReminderDocumentReference.php | 12 - .../ReminderLine.php | 12 - .../ReminderLineType.php | 206 - .../ReminderPeriod.php | 12 - .../RemittanceAdviceLine.php | 12 - .../RemittanceAdviceLineType.php | 289 - .../ReplacementRelatedItem.php | 12 - .../ReportedShipment.php | 12 - .../RequestForQuotationDocumentReference.php | 12 - .../RequestForQuotationLine.php | 12 - .../RequestForQuotationLineType.php | 101 - .../RequestedCatalogueReference.php | 12 - .../RequestedClassificationScheme.php | 12 - .../RequestedDeliveryPeriod.php | 12 - .../RequestedLanguage.php | 12 - .../RequestedMonetaryTotal.php | 12 - .../RequiredItemLocationQuantity.php | 12 - .../RequiredRelatedItem.php | 12 - .../CommonAggregateComponents_2/Response.php | 12 - .../ResponseType.php | 69 - .../RoadTransport.php | 12 - .../RoadTransportType.php | 36 - .../SecondaryHazard.php | 12 - .../SecondaryHazardType.php | 107 - .../SelfBilledCreditNoteDocumentReference.php | 12 - .../SelfBilledInvoiceDocumentReference.php | 12 - .../SellerContact.php | 12 - .../SellerProposedSubstituteLineItem.php | 12 - .../SellerSubstitutedLineItem.php | 12 - .../SellerSupplierParty.php | 12 - .../SellersItemIdentification.php | 12 - .../SenderParty.php | 12 - .../SettlementPeriod.php | 12 - .../CommonAggregateComponents_2/Shipment.php | 12 - .../ShipmentStage.php | 12 - .../ShipmentStageType.php | 227 - .../ShipmentType.php | 548 - .../SignatoryContact.php | 12 - .../SignatoryParty.php | 12 - .../CommonAggregateComponents_2/Signature.php | 12 - .../SignatureType.php | 188 - .../StandardItemIdentification.php | 12 - .../StatementDocumentReference.php | 12 - .../StatementLine.php | 12 - .../StatementLineType.php | 339 - .../StatementPeriod.php | 12 - .../CommonAggregateComponents_2/Status.php | 12 - .../StatusType.php | 193 - .../CommonAggregateComponents_2/Stowage.php | 12 - .../StowageType.php | 71 - .../SupplierParty.php | 12 - .../SupplierPartyType.php | 139 - .../SupportingDocumentReference.php | 12 - .../TaxCategory.php | 12 - .../TaxCategoryType.php | 190 - .../TaxExchangeRate.php | 12 - .../TaxRepresentativeParty.php | 12 - .../CommonAggregateComponents_2/TaxScheme.php | 12 - .../TaxSchemeType.php | 106 - .../TaxSubtotal.php | 12 - .../TaxSubtotalType.php | 190 - .../CommonAggregateComponents_2/TaxTotal.php | 12 - .../TaxTotalType.php | 87 - .../Temperature.php | 12 - .../TemperatureType.php | 70 - .../TradingTerms.php | 12 - .../TradingTermsType.php | 71 - .../TransactionConditions.php | 12 - .../TransactionConditionsType.php | 86 - .../TransitCountry.php | 12 - .../TransitPeriod.php | 12 - .../TransportContract.php | 12 - .../TransportEquipment.php | 12 - .../TransportEquipmentSeal.php | 12 - .../TransportEquipmentSealType.php | 106 - .../TransportEquipmentType.php | 330 - .../TransportEvent.php | 12 - .../TransportEventType.php | 171 - .../TransportHandlingUnit.php | 12 - .../TransportHandlingUnitType.php | 315 - .../TransportMeans.php | 12 - .../TransportMeansType.php | 193 - .../TransportationService.php | 12 - .../TransportationServiceType.php | 88 - .../TransshipPortLocation.php | 12 - .../UnloadingPortLocation.php | 12 - .../UsabilityPeriod.php | 12 - .../ValidityPeriod.php | 12 - .../WarrantyParty.php | 12 - .../WarrantyValidityPeriod.php | 12 - .../AcceptedIndicator.php | 12 - .../AcceptedIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/AccountID.php | 12 - .../CommonBasicComponents_2/AccountIDType.php | 14 - .../AccountNumberID.php | 12 - .../AccountNumberIDType.php | 14 - .../AccountTypeCode.php | 12 - .../AccountTypeCodeType.php | 14 - .../AccountingCost.php | 12 - .../AccountingCostCode.php | 12 - .../AccountingCostCodeType.php | 14 - .../AccountingCostType.php | 14 - .../CommonBasicComponents_2/ActionCode.php | 12 - .../ActionCodeType.php | 14 - .../ActualDeliveryDate.php | 12 - .../ActualDeliveryDateType.php | 14 - .../ActualDeliveryTime.php | 12 - .../ActualDeliveryTimeType.php | 14 - .../ActualDespatchDate.php | 12 - .../ActualDespatchDateType.php | 14 - .../ActualDespatchTime.php | 12 - .../ActualDespatchTimeType.php | 14 - .../AdValoremIndicator.php | 12 - .../AdValoremIndicatorType.php | 14 - .../AdditionalAccountID.php | 12 - .../AdditionalAccountIDType.php | 14 - .../AdditionalInformation.php | 12 - .../AdditionalInformationType.php | 14 - .../AdditionalStreetName.php | 12 - .../AdditionalStreetNameType.php | 14 - .../AddressFormatCode.php | 12 - .../AddressFormatCodeType.php | 14 - .../AddressTypeCode.php | 12 - .../AddressTypeCodeType.php | 14 - .../xsd/CommonBasicComponents_2/AgencyID.php | 12 - .../CommonBasicComponents_2/AgencyIDType.php | 14 - .../CommonBasicComponents_2/AgencyName.php | 12 - .../AgencyNameType.php | 14 - .../CommonBasicComponents_2/AircraftID.php | 12 - .../AircraftIDType.php | 14 - .../AllowanceChargeReason.php | 12 - .../AllowanceChargeReasonCode.php | 12 - .../AllowanceChargeReasonCodeType.php | 14 - .../AllowanceChargeReasonType.php | 14 - .../AllowanceTotalAmount.php | 12 - .../AllowanceTotalAmountType.php | 14 - .../xsd/CommonBasicComponents_2/Amount.php | 12 - .../CommonBasicComponents_2/AmountType.php | 14 - .../CommonBasicComponents_2/ApplicationID.php | 12 - .../ApplicationIDType.php | 14 - .../ApplicationStatusCode.php | 12 - .../ApplicationStatusCodeType.php | 14 - .../ApprovalStatus.php | 12 - .../ApprovalStatusType.php | 14 - .../CommonBasicComponents_2/AttributeID.php | 12 - .../AttributeIDType.php | 14 - .../BackOrderAllowedIndicator.php | 12 - .../BackOrderAllowedIndicatorType.php | 14 - .../BackorderQuantity.php | 12 - .../BackorderQuantityType.php | 14 - .../BackorderReason.php | 12 - .../BackorderReasonType.php | 14 - .../CommonBasicComponents_2/BalanceAmount.php | 12 - .../BalanceAmountType.php | 14 - .../BalanceBroughtForwardIndicator.php | 12 - .../BalanceBroughtForwardIndicatorType.php | 14 - .../CommonBasicComponents_2/BaseAmount.php | 12 - .../BaseAmountType.php | 14 - .../CommonBasicComponents_2/BaseQuantity.php | 12 - .../BaseQuantityType.php | 14 - .../BaseUnitMeasure.php | 12 - .../BaseUnitMeasureType.php | 14 - .../CommonBasicComponents_2/BatchQuantity.php | 12 - .../BatchQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/BlockName.php | 12 - .../CommonBasicComponents_2/BlockNameType.php | 14 - .../xsd/CommonBasicComponents_2/BrandName.php | 12 - .../CommonBasicComponents_2/BrandNameType.php | 14 - .../CommonBasicComponents_2/BuildingName.php | 12 - .../BuildingNameType.php | 14 - .../BuildingNumber.php | 12 - .../BuildingNumberType.php | 14 - .../xsd/CommonBasicComponents_2/CV2ID.php | 12 - .../xsd/CommonBasicComponents_2/CV2IDType.php | 14 - .../CalculationRate.php | 12 - .../CalculationRateType.php | 14 - .../CalculationSequenceNumeric.php | 12 - .../CalculationSequenceNumericType.php | 14 - .../CancellationNote.php | 12 - .../CancellationNoteType.php | 14 - .../CanonicalizationMethod.php | 12 - .../CanonicalizationMethodType.php | 14 - .../CommonBasicComponents_2/CardChipCode.php | 12 - .../CardChipCodeType.php | 14 - .../CommonBasicComponents_2/CardTypeCode.php | 12 - .../CardTypeCodeType.php | 14 - .../CommonBasicComponents_2/CargoTypeCode.php | 12 - .../CargoTypeCodeType.php | 14 - .../CarrierAssignedID.php | 12 - .../CarrierAssignedIDType.php | 14 - .../CatalogueIndicator.php | 12 - .../CatalogueIndicatorType.php | 14 - .../CommonBasicComponents_2/CategoryName.php | 12 - .../CategoryNameType.php | 14 - .../CertificateType.php | 12 - .../CertificateTypeType.php | 14 - .../xsd/CommonBasicComponents_2/Channel.php | 12 - .../CommonBasicComponents_2/ChannelCode.php | 12 - .../ChannelCodeType.php | 14 - .../CommonBasicComponents_2/ChannelType.php | 14 - .../ChargeIndicator.php | 12 - .../ChargeIndicatorType.php | 14 - .../ChargeTotalAmount.php | 12 - .../ChargeTotalAmountType.php | 14 - .../ChargeableWeightMeasure.php | 12 - .../ChargeableWeightMeasureType.php | 14 - .../ChipApplicationID.php | 12 - .../ChipApplicationIDType.php | 14 - .../xsd/CommonBasicComponents_2/CityName.php | 12 - .../CommonBasicComponents_2/CityNameType.php | 14 - .../CitySubdivisionName.php | 12 - .../CitySubdivisionNameType.php | 14 - .../ClassifiedIndicator.php | 12 - .../ClassifiedIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/CodeValue.php | 12 - .../CommonBasicComponents_2/CodeValueType.php | 14 - .../CommonBasicComponents_2/CommodityCode.php | 12 - .../CommodityCodeType.php | 14 - .../xsd/CommonBasicComponents_2/CompanyID.php | 12 - .../CommonBasicComponents_2/CompanyIDType.php | 14 - .../CompletionIndicator.php | 12 - .../CompletionIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/Condition.php | 12 - .../CommonBasicComponents_2/ConditionCode.php | 12 - .../ConditionCodeType.php | 14 - .../CommonBasicComponents_2/ConditionType.php | 14 - .../CommonBasicComponents_2/Conditions.php | 12 - .../ConditionsType.php | 14 - .../ConsumerUnitQuantity.php | 12 - .../ConsumerUnitQuantityType.php | 14 - .../ContentUnitQuantity.php | 12 - .../ContentUnitQuantityType.php | 14 - .../ContractSubdivision.php | 12 - .../ContractSubdivisionType.php | 14 - .../CommonBasicComponents_2/ContractType.php | 12 - .../ContractTypeCode.php | 12 - .../ContractTypeCodeType.php | 14 - .../ContractTypeType.php | 14 - .../CoordinateSystemCode.php | 12 - .../CoordinateSystemCodeType.php | 14 - .../CommonBasicComponents_2/CopiesNumeric.php | 12 - .../CopiesNumericType.php | 14 - .../CommonBasicComponents_2/CopyIndicator.php | 12 - .../CopyIndicatorType.php | 14 - .../CorporateRegistrationTypeCode.php | 12 - .../CorporateRegistrationTypeCodeType.php | 14 - .../CountrySubentity.php | 12 - .../CountrySubentityCode.php | 12 - .../CountrySubentityCodeType.php | 14 - .../CountrySubentityType.php | 14 - .../CommonBasicComponents_2/CreditAmount.php | 12 - .../CreditAmountType.php | 14 - .../CreditLineAmount.php | 12 - .../CreditLineAmountType.php | 14 - .../CreditedQuantity.php | 12 - .../CreditedQuantityType.php | 14 - .../CurrencyBaseRate.php | 12 - .../CurrencyBaseRateType.php | 14 - .../CommonBasicComponents_2/CurrencyCode.php | 12 - .../CurrencyCodeType.php | 14 - .../CustomerAssignedAccountID.php | 12 - .../CustomerAssignedAccountIDType.php | 14 - .../CustomerReference.php | 12 - .../CustomerReferenceType.php | 14 - .../CustomizationID.php | 12 - .../CustomizationIDType.php | 14 - .../xsd/CommonBasicComponents_2/CustomsID.php | 12 - .../CommonBasicComponents_2/CustomsIDType.php | 14 - .../CustomsImportClassifiedIndicator.php | 12 - .../CustomsImportClassifiedIndicatorType.php | 14 - .../CustomsStatusCode.php | 12 - .../CustomsStatusCodeType.php | 14 - .../CustomsTariffQuantity.php | 12 - .../CustomsTariffQuantityType.php | 14 - .../CommonBasicComponents_2/DamageRemarks.php | 12 - .../DamageRemarksType.php | 14 - .../DataSendingCapability.php | 12 - .../DataSendingCapabilityType.php | 14 - .../xsd/CommonBasicComponents_2/Date.php | 12 - .../xsd/CommonBasicComponents_2/DateType.php | 14 - .../CommonBasicComponents_2/DebitAmount.php | 12 - .../DebitAmountType.php | 14 - .../DebitLineAmount.php | 12 - .../DebitLineAmountType.php | 14 - .../DebitedQuantity.php | 12 - .../DebitedQuantityType.php | 14 - .../DeclaredCarriageValueAmount.php | 12 - .../DeclaredCarriageValueAmountType.php | 14 - .../DeclaredCustomsValueAmount.php | 12 - .../DeclaredCustomsValueAmountType.php | 14 - .../DeclaredForCarriageValueAmount.php | 12 - .../DeclaredForCarriageValueAmountType.php | 14 - .../DeclaredStatisticsValueAmount.php | 12 - .../DeclaredStatisticsValueAmountType.php | 14 - .../DegreesMeasure.php | 12 - .../DegreesMeasureType.php | 14 - .../DeliveredQuantity.php | 12 - .../DeliveredQuantityType.php | 14 - .../CommonBasicComponents_2/DeliveryDate.php | 12 - .../DeliveryDateType.php | 14 - .../DeliveryInstructions.php | 12 - .../DeliveryInstructionsType.php | 14 - .../CommonBasicComponents_2/DeliveryTime.php | 12 - .../DeliveryTimeType.php | 14 - .../CommonBasicComponents_2/Department.php | 12 - .../DepartmentType.php | 14 - .../CommonBasicComponents_2/Description.php | 12 - .../DescriptionCode.php | 12 - .../DescriptionCodeType.php | 14 - .../DescriptionType.php | 14 - .../DespatchAdviceTypeCode.php | 12 - .../DespatchAdviceTypeCodeType.php | 14 - .../CommonBasicComponents_2/DespatchDate.php | 12 - .../DespatchDateType.php | 14 - .../CommonBasicComponents_2/DespatchTime.php | 12 - .../DespatchTimeType.php | 14 - .../CommonBasicComponents_2/DirectionCode.php | 12 - .../DirectionCodeType.php | 14 - .../DiscountPercent.php | 12 - .../DiscountPercentType.php | 14 - .../DispositionCode.php | 12 - .../DispositionCodeType.php | 14 - .../xsd/CommonBasicComponents_2/District.php | 12 - .../CommonBasicComponents_2/DistrictType.php | 14 - .../DocumentBinaryObject.php | 12 - .../DocumentBinaryObjectType.php | 14 - .../DocumentCurrencyCode.php | 12 - .../DocumentCurrencyCodeType.php | 14 - .../CommonBasicComponents_2/DocumentHash.php | 12 - .../DocumentHashType.php | 14 - .../CommonBasicComponents_2/DocumentID.php | 12 - .../DocumentIDType.php | 14 - .../DocumentStatusCode.php | 12 - .../DocumentStatusCodeType.php | 14 - .../CommonBasicComponents_2/DocumentType.php | 12 - .../DocumentTypeCode.php | 12 - .../DocumentTypeCodeType.php | 14 - .../DocumentTypeType.php | 14 - .../DurationMeasure.php | 12 - .../DurationMeasureType.php | 14 - .../ElectronicMail.php | 12 - .../ElectronicMailType.php | 14 - .../EmbeddedDocumentBinaryObject.php | 12 - .../EmbeddedDocumentBinaryObjectType.php | 14 - .../EmergencyProceduresCode.php | 12 - .../EmergencyProceduresCodeType.php | 14 - .../xsd/CommonBasicComponents_2/EndDate.php | 12 - .../CommonBasicComponents_2/EndDateType.php | 14 - .../xsd/CommonBasicComponents_2/EndTime.php | 12 - .../CommonBasicComponents_2/EndTimeType.php | 14 - .../CommonBasicComponents_2/EndpointID.php | 12 - .../EndpointIDType.php | 14 - .../EstimatedDespatchDate.php | 12 - .../EstimatedDespatchDateType.php | 14 - .../EstimatedDespatchTime.php | 12 - .../EstimatedDespatchTimeType.php | 14 - .../xsd/CommonBasicComponents_2/EventCode.php | 12 - .../CommonBasicComponents_2/EventCodeType.php | 14 - .../ExchangeMarketID.php | 12 - .../ExchangeMarketIDType.php | 14 - .../ExemptionReason.php | 12 - .../ExemptionReasonCode.php | 12 - .../ExemptionReasonCodeType.php | 14 - .../ExemptionReasonType.php | 14 - .../CommonBasicComponents_2/ExpiryDate.php | 12 - .../ExpiryDateType.php | 14 - .../CommonBasicComponents_2/ExpiryTime.php | 12 - .../ExpiryTimeType.php | 14 - .../CommonBasicComponents_2/ExtendedID.php | 12 - .../ExtendedIDType.php | 14 - .../xsd/CommonBasicComponents_2/Extension.php | 12 - .../CommonBasicComponents_2/ExtensionType.php | 14 - .../CommonBasicComponents_2/FactorNumeric.php | 12 - .../FactorNumericType.php | 14 - .../CommonBasicComponents_2/FamilyName.php | 12 - .../FamilyNameType.php | 14 - .../xsd/CommonBasicComponents_2/FirstName.php | 12 - .../CommonBasicComponents_2/FirstNameType.php | 14 - .../xsd/CommonBasicComponents_2/Floor.php | 12 - .../xsd/CommonBasicComponents_2/FloorType.php | 14 - .../FreeOfChargeIndicator.php | 12 - .../FreeOfChargeIndicatorType.php | 14 - .../FreeOnBoardValueAmount.php | 12 - .../FreeOnBoardValueAmountType.php | 14 - .../FreightRateClassCode.php | 12 - .../FreightRateClassCodeType.php | 14 - .../FullnessIndicationCode.php | 12 - .../FullnessIndicationCodeType.php | 14 - .../GoodsItemQuantity.php | 12 - .../GoodsItemQuantityType.php | 14 - .../GrossVolumeMeasure.php | 12 - .../GrossVolumeMeasureType.php | 14 - .../GrossWeightMeasure.php | 12 - .../GrossWeightMeasureType.php | 14 - .../CommonBasicComponents_2/HandlingCode.php | 12 - .../HandlingCodeType.php | 14 - .../HandlingInstructions.php | 12 - .../HandlingInstructionsType.php | 14 - .../CommonBasicComponents_2/HazardClassID.php | 12 - .../HazardClassIDType.php | 14 - .../HazardousCategoryCode.php | 12 - .../HazardousCategoryCodeType.php | 14 - .../HazardousRegulationCode.php | 12 - .../HazardousRegulationCodeType.php | 14 - .../HazardousRiskIndicator.php | 12 - .../HazardousRiskIndicatorType.php | 14 - .../CommonBasicComponents_2/HolderName.php | 12 - .../HolderNameType.php | 14 - .../schema/xsd/CommonBasicComponents_2/ID.php | 12 - .../xsd/CommonBasicComponents_2/IDType.php | 14 - .../IdentificationCode.php | 12 - .../IdentificationCodeType.php | 14 - .../IdentificationID.php | 12 - .../IdentificationIDType.php | 14 - .../IndicationIndicator.php | 12 - .../IndicationIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/Indicator.php | 12 - .../CommonBasicComponents_2/IndicatorType.php | 14 - .../CommonBasicComponents_2/Information.php | 12 - .../InformationType.php | 14 - .../InhalationToxicityZoneCode.php | 12 - .../InhalationToxicityZoneCodeType.php | 14 - .../CommonBasicComponents_2/InhouseMail.php | 12 - .../InhouseMailType.php | 14 - .../InspectionMethodCode.php | 12 - .../InspectionMethodCodeType.php | 14 - .../CommonBasicComponents_2/Instruction.php | 12 - .../CommonBasicComponents_2/InstructionID.php | 12 - .../InstructionIDType.php | 14 - .../InstructionNote.php | 12 - .../InstructionNoteType.php | 14 - .../InstructionType.php | 14 - .../CommonBasicComponents_2/Instructions.php | 12 - .../InstructionsType.php | 14 - .../InsurancePremiumAmount.php | 12 - .../InsurancePremiumAmountType.php | 14 - .../InsuranceValueAmount.php | 12 - .../InsuranceValueAmountType.php | 14 - .../CommonBasicComponents_2/InvoiceAmount.php | 12 - .../InvoiceAmountType.php | 14 - .../InvoiceTypeCode.php | 12 - .../InvoiceTypeCodeType.php | 14 - .../InvoicedQuantity.php | 12 - .../InvoicedQuantityType.php | 14 - .../InvoicingPartyReference.php | 12 - .../InvoicingPartyReferenceType.php | 14 - .../xsd/CommonBasicComponents_2/IssueDate.php | 12 - .../CommonBasicComponents_2/IssueDateType.php | 14 - .../CommonBasicComponents_2/IssueNumberID.php | 12 - .../IssueNumberIDType.php | 14 - .../xsd/CommonBasicComponents_2/IssueTime.php | 12 - .../CommonBasicComponents_2/IssueTimeType.php | 14 - .../xsd/CommonBasicComponents_2/IssuerID.php | 12 - .../CommonBasicComponents_2/IssuerIDType.php | 14 - .../ItemClassificationCode.php | 12 - .../ItemClassificationCodeType.php | 14 - .../ItemUpdateRequestIndicator.php | 12 - .../ItemUpdateRequestIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/JobID.php | 12 - .../xsd/CommonBasicComponents_2/JobIDType.php | 14 - .../xsd/CommonBasicComponents_2/JobTitle.php | 12 - .../CommonBasicComponents_2/JobTitleType.php | 14 - .../xsd/CommonBasicComponents_2/JourneyID.php | 12 - .../CommonBasicComponents_2/JourneyIDType.php | 14 - .../xsd/CommonBasicComponents_2/Keyword.php | 12 - .../CommonBasicComponents_2/KeywordType.php | 14 - .../CommonBasicComponents_2/LanguageID.php | 12 - .../LanguageIDType.php | 14 - .../LastRevisionDate.php | 12 - .../LastRevisionDateType.php | 14 - .../LastRevisionTime.php | 12 - .../LastRevisionTimeType.php | 14 - .../LatestDeliveryDate.php | 12 - .../LatestDeliveryDateType.php | 14 - .../LatestDeliveryTime.php | 12 - .../LatestDeliveryTimeType.php | 14 - .../LatitudeDegreesMeasure.php | 12 - .../LatitudeDegreesMeasureType.php | 14 - .../LatitudeDirectionCode.php | 12 - .../LatitudeDirectionCodeType.php | 14 - .../LatitudeMinutesMeasure.php | 12 - .../LatitudeMinutesMeasureType.php | 14 - .../LeadTimeMeasure.php | 12 - .../LeadTimeMeasureType.php | 14 - .../LegalStatusIndicator.php | 12 - .../LegalStatusIndicatorType.php | 14 - .../CommonBasicComponents_2/LengthMeasure.php | 12 - .../LengthMeasureType.php | 14 - .../LicensePlateID.php | 12 - .../LicensePlateIDType.php | 14 - .../LifeCycleStatusCode.php | 12 - .../LifeCycleStatusCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Line.php | 12 - .../CommonBasicComponents_2/LineAmount.php | 12 - .../LineAmountType.php | 14 - .../LineCountNumeric.php | 12 - .../LineCountNumericType.php | 14 - .../LineExtensionAmount.php | 12 - .../LineExtensionAmountType.php | 14 - .../xsd/CommonBasicComponents_2/LineID.php | 12 - .../CommonBasicComponents_2/LineIDType.php | 14 - .../LineStatusCode.php | 12 - .../LineStatusCodeType.php | 14 - .../xsd/CommonBasicComponents_2/LineType.php | 14 - .../LoadingLengthMeasure.php | 12 - .../LoadingLengthMeasureType.php | 14 - .../CommonBasicComponents_2/LocaleCode.php | 12 - .../LocaleCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Location.php | 12 - .../CommonBasicComponents_2/LocationID.php | 12 - .../LocationIDType.php | 14 - .../CommonBasicComponents_2/LocationType.php | 14 - .../LogoReferenceID.php | 12 - .../LogoReferenceIDType.php | 14 - .../LongitudeDegreesMeasure.php | 12 - .../LongitudeDegreesMeasureType.php | 14 - .../LongitudeDirectionCode.php | 12 - .../LongitudeDirectionCodeType.php | 14 - .../LongitudeMinutesMeasure.php | 12 - .../LongitudeMinutesMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/LossRisk.php | 12 - .../LossRiskResponsibilityCode.php | 12 - .../LossRiskResponsibilityCodeType.php | 14 - .../CommonBasicComponents_2/LossRiskType.php | 14 - .../CommonBasicComponents_2/LotNumberID.php | 12 - .../LotNumberIDType.php | 14 - .../LowerOrangeHazardPlacardID.php | 12 - .../LowerOrangeHazardPlacardIDType.php | 14 - .../xsd/CommonBasicComponents_2/Mail.php | 12 - .../xsd/CommonBasicComponents_2/MailType.php | 14 - .../ManufactureDate.php | 12 - .../ManufactureDateType.php | 14 - .../ManufactureTime.php | 12 - .../ManufactureTimeType.php | 14 - .../CommonBasicComponents_2/MarkAttention.php | 12 - .../MarkAttentionIndicator.php | 12 - .../MarkAttentionIndicatorType.php | 14 - .../MarkAttentionType.php | 14 - .../xsd/CommonBasicComponents_2/MarkCare.php | 12 - .../MarkCareIndicator.php | 12 - .../MarkCareIndicatorType.php | 14 - .../CommonBasicComponents_2/MarkCareType.php | 14 - .../xsd/CommonBasicComponents_2/MarkingID.php | 12 - .../CommonBasicComponents_2/MarkingIDType.php | 14 - .../xsd/CommonBasicComponents_2/Marks.php | 12 - .../xsd/CommonBasicComponents_2/MarksType.php | 14 - .../MathematicOperatorCode.php | 12 - .../MathematicOperatorCodeType.php | 14 - .../MaximumBackorderQuantity.php | 12 - .../MaximumBackorderQuantityType.php | 14 - .../MaximumCopiesNumeric.php | 12 - .../MaximumCopiesNumericType.php | 14 - .../MaximumMeasure.php | 12 - .../MaximumMeasureType.php | 14 - .../MaximumOrderQuantity.php | 12 - .../MaximumOrderQuantityType.php | 14 - .../MaximumQuantity.php | 12 - .../MaximumQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/Measure.php | 12 - .../CommonBasicComponents_2/MeasureType.php | 14 - .../MedicalFirstAidGuideCode.php | 12 - .../MedicalFirstAidGuideCodeType.php | 14 - .../CommonBasicComponents_2/MiddleName.php | 12 - .../MiddleNameType.php | 14 - .../MinimumBackorderQuantity.php | 12 - .../MinimumBackorderQuantityType.php | 14 - .../MinimumMeasure.php | 12 - .../MinimumMeasureType.php | 14 - .../MinimumOrderQuantity.php | 12 - .../MinimumOrderQuantityType.php | 14 - .../MinimumQuantity.php | 12 - .../MinimumQuantityType.php | 14 - .../MinutesMeasure.php | 12 - .../MinutesMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/ModelName.php | 12 - .../CommonBasicComponents_2/ModelNameType.php | 14 - .../MultiplierFactorNumeric.php | 12 - .../MultiplierFactorNumericType.php | 14 - .../xsd/CommonBasicComponents_2/Name.php | 12 - .../CommonBasicComponents_2/NameSuffix.php | 12 - .../NameSuffixType.php | 14 - .../xsd/CommonBasicComponents_2/NameType.php | 14 - .../CommonBasicComponents_2/Nationality.php | 12 - .../CommonBasicComponents_2/NationalityID.php | 12 - .../NationalityIDType.php | 14 - .../NationalityType.php | 14 - .../CommonBasicComponents_2/NatureCode.php | 12 - .../NatureCodeType.php | 14 - .../NetNetWeightMeasure.php | 12 - .../NetNetWeightMeasureType.php | 14 - .../NetVolumeMeasure.php | 12 - .../NetVolumeMeasureType.php | 14 - .../NetWeightMeasure.php | 12 - .../NetWeightMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/NetworkID.php | 12 - .../CommonBasicComponents_2/NetworkIDType.php | 14 - .../xsd/CommonBasicComponents_2/Note.php | 12 - .../xsd/CommonBasicComponents_2/NoteType.php | 14 - .../xsd/CommonBasicComponents_2/NumberID.php | 12 - .../CommonBasicComponents_2/NumberIDType.php | 14 - .../OccurrenceDate.php | 12 - .../OccurrenceDateType.php | 14 - .../OccurrenceTime.php | 12 - .../OccurrenceTimeType.php | 14 - .../OnCarriageIndicator.php | 12 - .../OnCarriageIndicatorType.php | 14 - .../OrangeHazardPlacardID.php | 12 - .../OrangeHazardPlacardIDType.php | 14 - .../xsd/CommonBasicComponents_2/OrderID.php | 12 - .../CommonBasicComponents_2/OrderIDType.php | 14 - .../CommonBasicComponents_2/OrderQuantity.php | 12 - .../OrderQuantityIncrementNumeric.php | 12 - .../OrderQuantityIncrementNumericType.php | 14 - .../OrderQuantityType.php | 14 - .../OrderableIndicator.php | 12 - .../OrderableIndicatorType.php | 14 - .../CommonBasicComponents_2/OrderableUnit.php | 12 - .../OrderableUnitFactorRate.php | 12 - .../OrderableUnitFactorRateType.php | 14 - .../OrderableUnitType.php | 14 - .../OrganizationDepartment.php | 12 - .../OrganizationDepartmentType.php | 14 - .../CommonBasicComponents_2/OriginalJobID.php | 12 - .../OriginalJobIDType.php | 14 - .../OtherInstruction.php | 12 - .../OtherInstructionType.php | 14 - .../OutstandingQuantity.php | 12 - .../OutstandingQuantityType.php | 14 - .../OutstandingReason.php | 12 - .../OutstandingReasonType.php | 14 - .../OversupplyQuantity.php | 12 - .../OversupplyQuantityType.php | 14 - .../CommonBasicComponents_2/OwnerTypeCode.php | 12 - .../OwnerTypeCodeType.php | 14 - .../CommonBasicComponents_2/PackLevelCode.php | 12 - .../PackLevelCodeType.php | 14 - .../CommonBasicComponents_2/PackQuantity.php | 12 - .../PackQuantityType.php | 14 - .../PackSizeNumeric.php | 12 - .../PackSizeNumericType.php | 14 - .../PackageLevelCode.php | 12 - .../PackageLevelCodeType.php | 14 - .../PackageQuantity.php | 12 - .../PackageQuantityType.php | 14 - .../PackagesQuantity.php | 12 - .../PackagesQuantityType.php | 14 - .../PackagingTypeCode.php | 12 - .../PackagingTypeCodeType.php | 14 - .../PackingCriteriaCode.php | 12 - .../PackingCriteriaCodeType.php | 14 - .../PackingMaterial.php | 12 - .../PackingMaterialType.php | 14 - .../CommonBasicComponents_2/PaidAmount.php | 12 - .../PaidAmountType.php | 14 - .../xsd/CommonBasicComponents_2/PaidDate.php | 12 - .../CommonBasicComponents_2/PaidDateType.php | 14 - .../xsd/CommonBasicComponents_2/PaidTime.php | 12 - .../CommonBasicComponents_2/PaidTimeType.php | 14 - .../ParentDocumentID.php | 12 - .../ParentDocumentIDType.php | 14 - .../ParentDocumentTypeCode.php | 12 - .../ParentDocumentTypeCodeType.php | 14 - .../PartialDeliveryIndicator.php | 12 - .../PartialDeliveryIndicatorType.php | 14 - .../CommonBasicComponents_2/PayableAmount.php | 12 - .../PayableAmountType.php | 14 - .../PayableRoundingAmount.php | 12 - .../PayableRoundingAmountType.php | 14 - .../PayerReference.php | 12 - .../PayerReferenceType.php | 14 - .../PaymentAlternativeCurrencyCode.php | 12 - .../PaymentAlternativeCurrencyCodeType.php | 14 - .../CommonBasicComponents_2/PaymentAmount.php | 12 - .../PaymentAmountType.php | 14 - .../PaymentChannelCode.php | 12 - .../PaymentChannelCodeType.php | 14 - .../PaymentCurrencyCode.php | 12 - .../PaymentCurrencyCodeType.php | 14 - .../PaymentDueDate.php | 12 - .../PaymentDueDateType.php | 14 - .../xsd/CommonBasicComponents_2/PaymentID.php | 12 - .../CommonBasicComponents_2/PaymentIDType.php | 14 - .../PaymentMeansCode.php | 12 - .../PaymentMeansCodeType.php | 14 - .../PaymentMeansID.php | 12 - .../PaymentMeansIDType.php | 14 - .../CommonBasicComponents_2/PaymentNote.php | 12 - .../PaymentNoteType.php | 14 - .../PaymentOrderReference.php | 12 - .../PaymentOrderReferenceType.php | 14 - .../PenaltySurchargePercent.php | 12 - .../PenaltySurchargePercentType.php | 14 - .../CommonBasicComponents_2/PerUnitAmount.php | 12 - .../PerUnitAmountType.php | 14 - .../xsd/CommonBasicComponents_2/Percent.php | 12 - .../CommonBasicComponents_2/PercentType.php | 14 - .../PlacardEndorsement.php | 12 - .../PlacardEndorsementType.php | 14 - .../PlacardNotation.php | 12 - .../PlacardNotationType.php | 14 - .../PlotIdentification.php | 12 - .../PlotIdentificationType.php | 14 - .../CommonBasicComponents_2/PositionCode.php | 12 - .../PositionCodeType.php | 14 - .../CommonBasicComponents_2/PostalZone.php | 12 - .../PostalZoneType.php | 14 - .../xsd/CommonBasicComponents_2/Postbox.php | 12 - .../CommonBasicComponents_2/PostboxType.php | 14 - .../PreCarriageIndicator.php | 12 - .../PreCarriageIndicatorType.php | 14 - .../PreferenceCriterionCode.php | 12 - .../PreferenceCriterionCodeType.php | 14 - .../CommonBasicComponents_2/PrepaidAmount.php | 12 - .../PrepaidAmountType.php | 14 - .../PrepaidIndicator.php | 12 - .../PrepaidIndicatorType.php | 14 - .../PrepaidPaymentReferenceID.php | 12 - .../PrepaidPaymentReferenceIDType.php | 14 - .../CommonBasicComponents_2/PreviousJobID.php | 12 - .../PreviousJobIDType.php | 14 - .../PreviousVersionID.php | 12 - .../PreviousVersionIDType.php | 14 - .../CommonBasicComponents_2/PriceAmount.php | 12 - .../PriceAmountType.php | 14 - .../PriceChangeReason.php | 12 - .../PriceChangeReasonType.php | 14 - .../xsd/CommonBasicComponents_2/PriceType.php | 12 - .../CommonBasicComponents_2/PriceTypeCode.php | 12 - .../PriceTypeCodeType.php | 14 - .../CommonBasicComponents_2/PriceTypeType.php | 14 - .../PricingCurrencyCode.php | 12 - .../PricingCurrencyCodeType.php | 14 - .../PricingUpdateRequestIndicator.php | 12 - .../PricingUpdateRequestIndicatorType.php | 14 - .../PrimaryAccountNumberID.php | 12 - .../PrimaryAccountNumberIDType.php | 14 - .../PrintQualifier.php | 12 - .../PrintQualifierType.php | 14 - .../xsd/CommonBasicComponents_2/Priority.php | 12 - .../CommonBasicComponents_2/PriorityType.php | 14 - .../ProductTraceID.php | 12 - .../ProductTraceIDType.php | 14 - .../xsd/CommonBasicComponents_2/ProfileID.php | 12 - .../CommonBasicComponents_2/ProfileIDType.php | 14 - .../ProviderTypeCode.php | 12 - .../ProviderTypeCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Qualifier.php | 12 - .../CommonBasicComponents_2/QualifierType.php | 14 - .../xsd/CommonBasicComponents_2/Quantity.php | 12 - .../CommonBasicComponents_2/QuantityType.php | 14 - .../xsd/CommonBasicComponents_2/RailCarID.php | 12 - .../CommonBasicComponents_2/RailCarIDType.php | 14 - .../xsd/CommonBasicComponents_2/Reason.php | 12 - .../CommonBasicComponents_2/ReasonType.php | 14 - .../CommonBasicComponents_2/ReceivedDate.php | 12 - .../ReceivedDateType.php | 14 - .../ReceivedQuantity.php | 12 - .../ReceivedQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/Reference.php | 12 - .../CommonBasicComponents_2/ReferenceDate.php | 12 - .../ReferenceDateType.php | 14 - .../ReferenceEventCode.php | 12 - .../ReferenceEventCodeType.php | 14 - .../CommonBasicComponents_2/ReferenceID.php | 12 - .../ReferenceIDType.php | 14 - .../CommonBasicComponents_2/ReferenceTime.php | 12 - .../ReferenceTimeType.php | 14 - .../CommonBasicComponents_2/ReferenceType.php | 14 - .../RefrigerationOnIndicator.php | 12 - .../RefrigerationOnIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/Region.php | 12 - .../CommonBasicComponents_2/RegionType.php | 14 - .../RegistrationID.php | 12 - .../RegistrationIDType.php | 14 - .../RegistrationName.php | 12 - .../RegistrationNameType.php | 14 - .../RegistrationNationality.php | 12 - .../RegistrationNationalityID.php | 12 - .../RegistrationNationalityIDType.php | 14 - .../RegistrationNationalityType.php | 14 - .../RejectActionCode.php | 12 - .../RejectActionCodeType.php | 14 - .../CommonBasicComponents_2/RejectReason.php | 12 - .../RejectReasonCode.php | 12 - .../RejectReasonCodeType.php | 14 - .../RejectReasonType.php | 14 - .../RejectedQuantity.php | 12 - .../RejectedQuantityType.php | 14 - .../CommonBasicComponents_2/RejectionNote.php | 12 - .../RejectionNoteType.php | 14 - .../xsd/CommonBasicComponents_2/Remarks.php | 12 - .../CommonBasicComponents_2/RemarksType.php | 14 - .../ReminderSequenceNumeric.php | 12 - .../ReminderSequenceNumericType.php | 14 - .../ReminderTypeCode.php | 12 - .../ReminderTypeCodeType.php | 14 - .../RequestedDespatchDate.php | 12 - .../RequestedDespatchDateType.php | 14 - .../RequestedDespatchTime.php | 12 - .../RequestedDespatchTimeType.php | 14 - .../RequestedInvoiceCurrencyCode.php | 12 - .../RequestedInvoiceCurrencyCodeType.php | 14 - .../RequiredCustomsID.php | 12 - .../RequiredCustomsIDType.php | 14 - .../CommonBasicComponents_2/ResponseCode.php | 12 - .../ResponseCodeType.php | 14 - .../CommonBasicComponents_2/ResponseDate.php | 12 - .../ResponseDateType.php | 14 - .../CommonBasicComponents_2/ResponseTime.php | 12 - .../ResponseTimeType.php | 14 - .../ReturnabilityIndicator.php | 12 - .../ReturnabilityIndicatorType.php | 14 - .../ReturnableMaterialIndicator.php | 12 - .../ReturnableMaterialIndicatorType.php | 14 - .../CommonBasicComponents_2/RevisionDate.php | 12 - .../RevisionDateType.php | 14 - .../CommonBasicComponents_2/RevisionTime.php | 12 - .../RevisionTimeType.php | 14 - .../xsd/CommonBasicComponents_2/RoleCode.php | 12 - .../CommonBasicComponents_2/RoleCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Room.php | 12 - .../xsd/CommonBasicComponents_2/RoomType.php | 14 - .../RoundingAmount.php | 12 - .../RoundingAmountType.php | 14 - .../CommonBasicComponents_2/SalesOrderID.php | 12 - .../SalesOrderIDType.php | 14 - .../SalesOrderLineID.php | 12 - .../SalesOrderLineIDType.php | 14 - .../xsd/CommonBasicComponents_2/SchemeURI.php | 12 - .../CommonBasicComponents_2/SchemeURIType.php | 14 - .../SealIssuerTypeCode.php | 12 - .../SealIssuerTypeCodeType.php | 14 - .../SealStatusCode.php | 12 - .../SealStatusCodeType.php | 14 - .../SealingPartyType.php | 12 - .../SealingPartyTypeType.php | 14 - .../CommonBasicComponents_2/SequenceID.php | 12 - .../SequenceIDType.php | 14 - .../SequenceNumberID.php | 12 - .../SequenceNumberIDType.php | 14 - .../SequenceNumeric.php | 12 - .../SequenceNumericType.php | 14 - .../xsd/CommonBasicComponents_2/SerialID.php | 12 - .../CommonBasicComponents_2/SerialIDType.php | 14 - .../SettlementDiscountPercent.php | 12 - .../SettlementDiscountPercentType.php | 14 - .../CommonBasicComponents_2/ShippingMarks.php | 12 - .../ShippingMarksType.php | 14 - .../ShippingOrderID.php | 12 - .../ShippingOrderIDType.php | 14 - .../ShippingPriorityLevelCode.php | 12 - .../ShippingPriorityLevelCodeType.php | 14 - .../CommonBasicComponents_2/ShortQuantity.php | 12 - .../ShortQuantityType.php | 14 - .../ShortageActionCode.php | 12 - .../ShortageActionCodeType.php | 14 - .../SignatureMethod.php | 12 - .../SignatureMethodType.php | 14 - .../CommonBasicComponents_2/SizeTypeCode.php | 12 - .../SizeTypeCodeType.php | 14 - .../SourceCurrencyBaseRate.php | 12 - .../SourceCurrencyBaseRateType.php | 14 - .../SourceCurrencyCode.php | 12 - .../SourceCurrencyCodeType.php | 14 - .../SpecialInstructions.php | 12 - .../SpecialInstructionsType.php | 14 - .../CommonBasicComponents_2/SpecialTerms.php | 12 - .../SpecialTermsType.php | 14 - .../SplitConsignmentIndicator.php | 12 - .../SplitConsignmentIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/StartDate.php | 12 - .../CommonBasicComponents_2/StartDateType.php | 14 - .../xsd/CommonBasicComponents_2/StartTime.php | 12 - .../CommonBasicComponents_2/StartTimeType.php | 14 - .../CommonBasicComponents_2/StatusCode.php | 12 - .../StatusCodeType.php | 14 - .../CommonBasicComponents_2/StatusReason.php | 12 - .../StatusReasonCode.php | 12 - .../StatusReasonCodeType.php | 14 - .../StatusReasonType.php | 14 - .../CommonBasicComponents_2/StreetName.php | 12 - .../StreetNameType.php | 14 - .../SubstitutionStatusCode.php | 12 - .../SubstitutionStatusCodeType.php | 14 - .../SummaryDescription.php | 12 - .../SummaryDescriptionType.php | 14 - .../SupplierAssignedAccountID.php | 12 - .../SupplierAssignedAccountIDType.php | 14 - .../SurchargePercent.php | 12 - .../SurchargePercentType.php | 14 - .../TargetCurrencyBaseRate.php | 12 - .../TargetCurrencyBaseRateType.php | 14 - .../TargetCurrencyCode.php | 12 - .../TargetCurrencyCodeType.php | 14 - .../TariffClassCode.php | 12 - .../TariffClassCodeType.php | 14 - .../CommonBasicComponents_2/TariffCode.php | 12 - .../TariffCodeType.php | 14 - .../TariffDescription.php | 12 - .../TariffDescriptionType.php | 14 - .../xsd/CommonBasicComponents_2/TaxAmount.php | 12 - .../CommonBasicComponents_2/TaxAmountType.php | 14 - .../TaxCurrencyCode.php | 12 - .../TaxCurrencyCodeType.php | 14 - .../TaxEvidenceIndicator.php | 12 - .../TaxEvidenceIndicatorType.php | 14 - .../TaxExclusiveAmount.php | 12 - .../TaxExclusiveAmountType.php | 14 - .../TaxExemptionReason.php | 12 - .../TaxExemptionReasonCode.php | 12 - .../TaxExemptionReasonCodeType.php | 14 - .../TaxExemptionReasonType.php | 14 - .../TaxInclusiveAmount.php | 12 - .../TaxInclusiveAmountType.php | 14 - .../CommonBasicComponents_2/TaxLevelCode.php | 12 - .../TaxLevelCodeType.php | 14 - .../CommonBasicComponents_2/TaxPointDate.php | 12 - .../TaxPointDateType.php | 14 - .../CommonBasicComponents_2/TaxTypeCode.php | 12 - .../TaxTypeCodeType.php | 14 - .../CommonBasicComponents_2/TaxableAmount.php | 12 - .../TaxableAmountType.php | 14 - .../CommonBasicComponents_2/TechnicalName.php | 12 - .../TechnicalNameType.php | 14 - .../xsd/CommonBasicComponents_2/Telefax.php | 12 - .../CommonBasicComponents_2/TelefaxType.php | 14 - .../xsd/CommonBasicComponents_2/Telephone.php | 12 - .../CommonBasicComponents_2/TelephoneType.php | 14 - .../xsd/CommonBasicComponents_2/Terms.php | 12 - .../xsd/CommonBasicComponents_2/TermsType.php | 14 - .../xsd/CommonBasicComponents_2/Text.php | 12 - .../xsd/CommonBasicComponents_2/TextType.php | 14 - .../xsd/CommonBasicComponents_2/TierRange.php | 12 - .../CommonBasicComponents_2/TierRangeType.php | 14 - .../TierRatePercent.php | 12 - .../TierRatePercentType.php | 14 - .../xsd/CommonBasicComponents_2/Time.php | 12 - .../xsd/CommonBasicComponents_2/TimeType.php | 14 - .../TimezoneOffset.php | 12 - .../TimezoneOffsetType.php | 14 - .../TimingComplaint.php | 12 - .../TimingComplaintCode.php | 12 - .../TimingComplaintCodeType.php | 14 - .../TimingComplaintType.php | 14 - .../xsd/CommonBasicComponents_2/Title.php | 12 - .../xsd/CommonBasicComponents_2/TitleType.php | 14 - .../ToOrderIndicator.php | 12 - .../ToOrderIndicatorType.php | 14 - .../TotalBalanceAmount.php | 12 - .../TotalBalanceAmountType.php | 14 - .../TotalCreditAmount.php | 12 - .../TotalCreditAmountType.php | 14 - .../TotalDebitAmount.php | 12 - .../TotalDebitAmountType.php | 14 - .../TotalGoodsItemQuantity.php | 12 - .../TotalGoodsItemQuantityType.php | 14 - .../TotalInvoiceAmount.php | 12 - .../TotalInvoiceAmountType.php | 14 - .../TotalPackageQuantity.php | 12 - .../TotalPackageQuantityType.php | 14 - .../TotalPackagesQuantity.php | 12 - .../TotalPackagesQuantityType.php | 14 - .../TotalPaymentAmount.php | 12 - .../TotalPaymentAmountType.php | 14 - .../TotalTaxAmount.php | 12 - .../TotalTaxAmountType.php | 14 - .../TotalTransportHandlingUnitQuantity.php | 12 - ...TotalTransportHandlingUnitQuantityType.php | 14 - .../CommonBasicComponents_2/TrackingID.php | 12 - .../TrackingIDType.php | 14 - .../TradingRestrictions.php | 12 - .../TradingRestrictionsType.php | 14 - .../xsd/CommonBasicComponents_2/TrainID.php | 12 - .../CommonBasicComponents_2/TrainIDType.php | 14 - .../TransactionCurrencyTaxAmount.php | 12 - .../TransactionCurrencyTaxAmountType.php | 14 - .../TransitDirectionCode.php | 12 - .../TransitDirectionCodeType.php | 14 - .../TransportAuthorizationCode.php | 12 - .../TransportAuthorizationCodeType.php | 14 - .../TransportEmergencyCardCode.php | 12 - .../TransportEmergencyCardCodeType.php | 14 - .../TransportEquipmentTypeCode.php | 12 - .../TransportEquipmentTypeCodeType.php | 14 - .../TransportEventTypeCode.php | 12 - .../TransportEventTypeCodeType.php | 14 - .../TransportHandlingUnitQuantity.php | 12 - .../TransportHandlingUnitQuantityType.php | 14 - .../TransportHandlingUnitTypeCode.php | 12 - .../TransportHandlingUnitTypeCodeType.php | 14 - .../TransportMeansTypeCode.php | 12 - .../TransportMeansTypeCodeType.php | 14 - .../TransportModeCode.php | 12 - .../TransportModeCodeType.php | 14 - .../TransportServiceCode.php | 12 - .../TransportServiceCodeType.php | 14 - .../CommonBasicComponents_2/UBLVersionID.php | 12 - .../UBLVersionIDType.php | 14 - .../xsd/CommonBasicComponents_2/UNDGCode.php | 12 - .../CommonBasicComponents_2/UNDGCodeType.php | 14 - .../xsd/CommonBasicComponents_2/URI.php | 12 - .../xsd/CommonBasicComponents_2/URIType.php | 14 - .../xsd/CommonBasicComponents_2/UUID.php | 12 - .../xsd/CommonBasicComponents_2/UUIDType.php | 14 - .../xsd/CommonBasicComponents_2/Unit.php | 12 - .../CommonBasicComponents_2/UnitQuantity.php | 12 - .../UnitQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/UnitType.php | 14 - .../UpperOrangeHazardPlacardID.php | 12 - .../UpperOrangeHazardPlacardIDType.php | 14 - .../ValidationDate.php | 12 - .../ValidationDateType.php | 14 - .../ValidationTime.php | 12 - .../ValidationTimeType.php | 14 - .../CommonBasicComponents_2/ValidatorID.php | 12 - .../ValidatorIDType.php | 14 - .../ValidityStartDate.php | 12 - .../ValidityStartDateType.php | 14 - .../xsd/CommonBasicComponents_2/Value.php | 12 - .../CommonBasicComponents_2/ValueAmount.php | 12 - .../ValueAmountType.php | 14 - .../xsd/CommonBasicComponents_2/ValueType.php | 14 - .../xsd/CommonBasicComponents_2/VersionID.php | 12 - .../CommonBasicComponents_2/VersionIDType.php | 14 - .../xsd/CommonBasicComponents_2/VesselID.php | 12 - .../CommonBasicComponents_2/VesselIDType.php | 14 - .../CommonBasicComponents_2/VesselName.php | 12 - .../VesselNameType.php | 14 - .../CommonBasicComponents_2/VolumeMeasure.php | 12 - .../VolumeMeasureType.php | 14 - .../WarrantyInformation.php | 12 - .../WarrantyInformationType.php | 14 - .../CommonBasicComponents_2/WebsiteURI.php | 12 - .../WebsiteURIType.php | 14 - .../CommonBasicComponents_2/WeightMeasure.php | 12 - .../WeightMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/XPath.php | 12 - .../xsd/CommonBasicComponents_2/XPathType.php | 14 - .../xsd/CommonBasicComponents_2/Zone.php | 12 - .../xsd/CommonBasicComponents_2/ZoneType.php | 14 - .../AllowanceChargeReasonCodeType.php | 103 - .../QualifiedDatatypes_2/ChannelCodeType.php | 103 - .../xsd/QualifiedDatatypes_2/ChipCodeType.php | 102 - .../ContainerSizeTypeCodeType.php | 102 - .../CountryIdentificationCodeType.php | 103 - .../QualifiedDatatypes_2/CurrencyCodeType.php | 104 - .../DocumentStatusCodeType.php | 102 - .../LatitudeDirectionCodeType.php | 102 - .../LineStatusCodeType.php | 102 - .../LongitudeDirectionCodeType.php | 102 - .../QualifiedDatatypes_2/OperatorCodeType.php | 102 - .../PackagingTypeCodeType.php | 102 - .../PaymentMeansCodeType.php | 103 - .../xsd/QualifiedDatatypes_2/PortCodeType.php | 102 - .../SubstitutionStatusCodeType.php | 102 - .../TransportEquipmentTypeCodeType.php | 102 - .../TransportModeCodeType.php | 102 - .../TransportationStatusCodeType.php | 102 - .../UnitOfMeasureCodeType.php | 102 - .../2003/BinaryObjectMimeCodeContentType.php | 18 - .../_2003/BinaryObjectMimeCodeContentType.php | 18 - .../_54217/_2001/CurrencyCodeContentType.php | 18 - .../_5639/_1988/LanguageCodeContentType.php | 18 - .../_66411/_2001/UnitCodeContentType.php | 18 - .../_2/AmountType.php | 41 - .../_2/BinaryObjectType.php | 116 - .../_2/CodeType.php | 159 - .../_2/DateTimeType.php | 27 - .../_2/DateType.php | 26 - .../_2/GraphicType.php | 101 - .../_2/IdentifierType.php | 135 - .../_2/IndicatorType.php | 26 - .../_2/MeasureType.php | 43 - .../_2/NameType.php | 41 - .../_2/NumericType.php | 26 - .../_2/PercentType.php | 26 - .../_2/PictureType.php | 101 - .../_2/QuantityType.php | 41 - .../_2/RateType.php | 26 - .../_2/SoundType.php | 101 - .../_2/TextType.php | 41 - .../_2/TimeType.php | 26 - .../_2/ValueType.php | 26 - .../_2/VideoType.php | 101 - .../schema/ContactPerson/ContactPerson.php | 12 - .../ContactPerson/ContactPersonType.php | 122 - .../expected/ContactPerson1/generated.xml | 11634 ----------- .../AccessoryRelatedItem.php | 12 - .../AccountingContact.php | 12 - .../AccountingCustomerParty.php | 12 - .../AccountingSupplierParty.php | 12 - .../ActualPackage.php | 12 - .../AdditionalDocumentReference.php | 12 - .../AdditionalItemIdentification.php | 12 - .../AdditionalItemProperty.php | 12 - .../AdditionalTemperature.php | 12 - .../CommonAggregateComponents_2/Address.php | 12 - .../AddressLine.php | 12 - .../AddressLineType.php | 36 - .../AddressType.php | 508 - .../AgentParty.php | 12 - .../AirTransport.php | 12 - .../AirTransportType.php | 35 - .../AllowanceCharge.php | 12 - .../AllowanceChargeType.php | 261 - .../AlternativeConditionPrice.php | 12 - .../AnticipatedMonetaryTotal.php | 12 - .../ApplicableAddress.php | 12 - .../ApplicableTaxCategory.php | 12 - .../ApplicableTerritoryAddress.php | 12 - .../Attachment.php | 12 - .../AttachmentType.php | 52 - .../BillingReference.php | 12 - .../BillingReferenceLine.php | 12 - .../BillingReferenceLineType.php | 68 - .../BillingReferenceType.php | 153 - .../CommonAggregateComponents_2/Branch.php | 12 - .../BranchType.php | 84 - .../BuyerContact.php | 12 - .../BuyerCustomerParty.php | 12 - .../BuyerProposedSubstituteLineItem.php | 12 - .../BuyersItemIdentification.php | 12 - .../CardAccount.php | 12 - .../CardAccountType.php | 210 - .../CarrierParty.php | 12 - .../CatalogueDocumentReference.php | 12 - .../CatalogueItemIdentification.php | 12 - .../CatalogueItemSpecificationUpdateLine.php | 12 - ...talogueItemSpecificationUpdateLineType.php | 86 - .../CatalogueLine.php | 12 - .../CatalogueLineReference.php | 12 - .../CatalogueLineType.php | 490 - .../CataloguePricingUpdateLine.php | 12 - .../CataloguePricingUpdateLineType.php | 87 - .../CatalogueReference.php | 12 - .../CatalogueReferenceType.php | 192 - .../CatalogueRequestLine.php | 12 - .../CatalogueRequestLineType.php | 121 - .../CategorizesClassificationCategory.php | 12 - .../CertificateOfOriginApplication.php | 12 - .../CertificateOfOriginApplicationType.php | 254 - .../ClassificationCategory.php | 12 - .../ClassificationCategoryType.php | 92 - .../ClassificationScheme.php | 12 - .../ClassificationSchemeType.php | 261 - .../ClassifiedTaxCategory.php | 12 - .../CommodityClassification.php | 12 - .../CommodityClassificationType.php | 92 - .../Communication.php | 12 - .../CommunicationType.php | 72 - .../ComplementaryRelatedItem.php | 12 - .../ComponentRelatedItem.php | 12 - .../ConsigneeParty.php | 12 - .../Consignment.php | 12 - .../ConsignmentType.php | 614 - .../ConsignorParty.php | 12 - .../CommonAggregateComponents_2/Contact.php | 12 - .../ContactParty.php | 12 - .../ContactType.php | 140 - .../ContainedGoodsItem.php | 12 - .../ContainedPackage.php | 12 - .../CommonAggregateComponents_2/Contract.php | 12 - .../ContractDocumentReference.php | 12 - .../ContractType.php | 138 - .../ContractorCustomerParty.php | 12 - .../CorporateRegistrationScheme.php | 12 - .../CorporateRegistrationSchemeType.php | 89 - .../CommonAggregateComponents_2/Country.php | 12 - .../CountryType.php | 53 - .../CreditAccount.php | 12 - .../CreditAccountType.php | 36 - .../CreditNoteDocumentReference.php | 12 - .../CreditNoteLine.php | 12 - .../CreditNoteLineType.php | 318 - .../CurrentStatus.php | 12 - .../CustomerParty.php | 12 - .../CustomerPartyType.php | 139 - .../DebitNoteDocumentReference.php | 12 - .../DebitNoteLine.php | 12 - .../DebitNoteLineType.php | 318 - .../DefaultLanguage.php | 12 - .../DeletedCatalogueReference.php | 12 - .../CommonAggregateComponents_2/Delivery.php | 12 - .../DeliveryAddress.php | 12 - .../DeliveryContact.php | 12 - .../DeliveryCustomerParty.php | 12 - .../DeliveryLocation.php | 12 - .../DeliveryParty.php | 12 - .../DeliveryTerms.php | 12 - .../DeliveryTermsType.php | 121 - .../DeliveryType.php | 295 - .../DeliveryUnit.php | 12 - .../DeliveryUnitType.php | 74 - .../CommonAggregateComponents_2/Despatch.php | 12 - .../DespatchAddress.php | 12 - .../DespatchContact.php | 12 - .../DespatchDocumentReference.php | 12 - .../DespatchLine.php | 12 - .../DespatchLineReference.php | 12 - .../DespatchLineType.php | 258 - .../DespatchParty.php | 12 - .../DespatchSupplierParty.php | 12 - .../DespatchType.php | 193 - .../DestinationCountry.php | 12 - .../DigitalSignatureAttachment.php | 12 - .../CommonAggregateComponents_2/Dimension.php | 12 - .../DimensionType.php | 105 - .../DiscrepancyResponse.php | 12 - .../DocumentDistribution.php | 12 - .../DocumentDistributionType.php | 70 - .../DocumentReference.php | 12 - .../DocumentReferenceType.php | 155 - .../DocumentResponse.php | 12 - .../DocumentResponseType.php | 100 - .../EmbassyEndorsement.php | 12 - .../EmergencyTemperature.php | 12 - .../Endorsement.php | 12 - .../EndorsementType.php | 102 - .../EndorserParty.php | 12 - .../EndorserPartyType.php | 85 - .../EstimatedDeliveryPeriod.php | 12 - .../ExchangeRate.php | 12 - .../ExchangeRateType.php | 175 - .../ExportCountry.php | 12 - .../ExporterParty.php | 12 - .../ExternalReference.php | 12 - .../ExternalReferenceType.php | 86 - .../FinalDeliveryParty.php | 12 - .../FinalDeliveryTransportationService.php | 12 - .../FinalDestinationCountry.php | 12 - .../FinancialAccount.php | 12 - .../FinancialAccountType.php | 138 - .../FinancialInstitution.php | 12 - .../FinancialInstitutionBranch.php | 12 - .../FinancialInstitutionType.php | 68 - .../FirstArrivalPortLocation.php | 12 - .../FlashpointTemperature.php | 12 - .../ForeignExchangeContract.php | 12 - .../FreightAllowanceCharge.php | 12 - .../FreightForwarderParty.php | 12 - .../CommonAggregateComponents_2/GoodsItem.php | 12 - .../GoodsItemContainer.php | 12 - .../GoodsItemContainerType.php | 69 - .../GoodsItemType.php | 543 - .../HandlingUnitDespatchLine.php | 12 - .../HazardousGoodsTransit.php | 12 - .../HazardousGoodsTransitType.php | 140 - .../HazardousItem.php | 12 - .../HazardousItemType.php | 426 - .../ImporterParty.php | 12 - .../InformationContentProviderParty.php | 12 - .../InsuranceEndorsement.php | 12 - .../InvoiceDocumentReference.php | 12 - .../InvoiceLine.php | 12 - .../InvoiceLineType.php | 400 - .../InvoicePeriod.php | 12 - .../IssuerEndorsement.php | 12 - .../IssuerParty.php | 12 - .../IssuingCountry.php | 12 - .../xsd/CommonAggregateComponents_2/Item.php | 12 - .../ItemComparison.php | 12 - .../ItemComparisonType.php | 53 - .../ItemIdentification.php | 12 - .../ItemIdentificationType.php | 104 - .../ItemInstance.php | 12 - .../ItemInstanceType.php | 139 - .../ItemLocationQuantity.php | 12 - .../ItemLocationQuantityType.php | 177 - .../ItemProperty.php | 12 - .../ItemPropertyGroup.php | 12 - .../ItemPropertyGroupType.php | 54 - .../ItemPropertyType.php | 87 - .../ItemSpecificationDocumentReference.php | 12 - .../CommonAggregateComponents_2/ItemType.php | 497 - .../JurisdictionRegionAddress.php | 12 - .../CommonAggregateComponents_2/Language.php | 12 - .../LanguageType.php | 69 - .../LastExitPortLocation.php | 12 - .../LegalMonetaryTotal.php | 12 - .../CommonAggregateComponents_2/LineItem.php | 12 - .../LineItemType.php | 442 - .../LineReference.php | 12 - .../LineReferenceType.php | 85 - .../LineResponse.php | 12 - .../LineResponseType.php | 50 - .../LineValidityPeriod.php | 12 - .../LoadingLocation.php | 12 - .../LoadingPortLocation.php | 12 - .../LoadingProofParty.php | 12 - .../CommonAggregateComponents_2/Location.php | 12 - .../LocationCoordinate.php | 12 - .../LocationCoordinateType.php | 141 - .../LocationType.php | 140 - .../LotIdentification.php | 12 - .../LotIdentificationType.php | 69 - .../ManufacturerParty.php | 12 - .../ManufacturersItemIdentification.php | 12 - .../MaritimeTransport.php | 12 - .../MaritimeTransportType.php | 55 - .../MaximumTemperature.php | 12 - .../MeasurementDimension.php | 12 - .../MinimumTemperature.php | 12 - .../MonetaryTotal.php | 12 - .../MonetaryTotalType.php | 156 - .../NotifyParty.php | 12 - .../OrderDocumentReference.php | 12 - .../CommonAggregateComponents_2/OrderLine.php | 12 - .../OrderLineReference.php | 12 - .../OrderLineReferenceType.php | 103 - .../OrderLineType.php | 169 - .../OrderReference.php | 12 - .../OrderReferenceType.php | 157 - .../OrderedShipment.php | 12 - .../OrderedShipmentType.php | 50 - .../OriginAddress.php | 12 - .../OriginCountry.php | 12 - .../OriginalDepartureCountry.php | 12 - .../OriginalDespatchParty.php | 12 - .../OriginalDespatchTransportationService.php | 12 - .../OriginalDocumentReference.php | 12 - .../OriginalItemLocationQuantity.php | 12 - .../OriginatorCustomerParty.php | 12 - .../OriginatorDocumentReference.php | 12 - .../OriginatorParty.php | 12 - .../OtherCommunication.php | 12 - .../OwnerParty.php | 12 - .../CommonAggregateComponents_2/Package.php | 12 - .../PackageType.php | 188 - .../xsd/CommonAggregateComponents_2/Party.php | 12 - .../PartyIdentification.php | 12 - .../PartyIdentificationType.php | 35 - .../PartyLegalEntity.php | 12 - .../PartyLegalEntityType.php | 89 - .../CommonAggregateComponents_2/PartyName.php | 12 - .../PartyNameType.php | 36 - .../PartyTaxScheme.php | 12 - .../PartyTaxSchemeType.php | 141 - .../CommonAggregateComponents_2/PartyType.php | 271 - .../PayeeFinancialAccount.php | 12 - .../PayeeParty.php | 12 - .../PayerFinancialAccount.php | 12 - .../CommonAggregateComponents_2/Payment.php | 12 - .../PaymentAlternativeExchangeRate.php | 12 - .../PaymentExchangeRate.php | 12 - .../PaymentMeans.php | 12 - .../PaymentMeansType.php | 204 - .../PaymentTerms.php | 12 - .../PaymentTermsType.php | 191 - .../PaymentType.php | 124 - .../PenaltyPeriod.php | 12 - .../CommonAggregateComponents_2/Period.php | 12 - .../PeriodType.php | 137 - .../CommonAggregateComponents_2/Person.php | 12 - .../PersonType.php | 141 - .../PhysicalAttribute.php | 12 - .../PhysicalAttributeType.php | 88 - .../PhysicalLocation.php | 12 - .../PostalAddress.php | 12 - .../PrepaidPayment.php | 12 - .../PreparationParty.php | 12 - .../PreviousPriceList.php | 12 - .../xsd/CommonAggregateComponents_2/Price.php | 12 - .../CommonAggregateComponents_2/PriceList.php | 12 - .../PriceListType.php | 87 - .../CommonAggregateComponents_2/PriceType.php | 176 - .../PricingExchangeRate.php | 12 - .../PricingReference.php | 12 - .../PricingReferenceType.php | 52 - .../PromisedDeliveryPeriod.php | 12 - .../ProviderParty.php | 12 - .../QuotationDocumentReference.php | 12 - .../QuotationLine.php | 12 - .../QuotationLineReference.php | 12 - .../QuotationLineType.php | 153 - .../QuotedMonetaryTotal.php | 12 - .../RailTransport.php | 12 - .../RailTransportType.php | 53 - .../ReceiptDocumentReference.php | 12 - .../ReceiptLine.php | 12 - .../ReceiptLineReference.php | 12 - .../ReceiptLineType.php | 342 - .../ReceivedHandlingUnitReceiptLine.php | 12 - .../ReceiverParty.php | 12 - .../RecipientParty.php | 12 - .../ReferencedContract.php | 12 - .../RegistrationAddress.php | 12 - .../RelatedCatalogueReference.php | 12 - .../RelatedItem.php | 12 - .../RelatedItemType.php | 72 - .../ReminderDocumentReference.php | 12 - .../ReminderLine.php | 12 - .../ReminderLineType.php | 206 - .../ReminderPeriod.php | 12 - .../RemittanceAdviceLine.php | 12 - .../RemittanceAdviceLineType.php | 289 - .../ReplacementRelatedItem.php | 12 - .../ReportedShipment.php | 12 - .../RequestForQuotationDocumentReference.php | 12 - .../RequestForQuotationLine.php | 12 - .../RequestForQuotationLineType.php | 101 - .../RequestedCatalogueReference.php | 12 - .../RequestedClassificationScheme.php | 12 - .../RequestedDeliveryPeriod.php | 12 - .../RequestedLanguage.php | 12 - .../RequestedMonetaryTotal.php | 12 - .../RequiredItemLocationQuantity.php | 12 - .../RequiredRelatedItem.php | 12 - .../CommonAggregateComponents_2/Response.php | 12 - .../ResponseType.php | 69 - .../RoadTransport.php | 12 - .../RoadTransportType.php | 36 - .../SecondaryHazard.php | 12 - .../SecondaryHazardType.php | 107 - .../SelfBilledCreditNoteDocumentReference.php | 12 - .../SelfBilledInvoiceDocumentReference.php | 12 - .../SellerContact.php | 12 - .../SellerProposedSubstituteLineItem.php | 12 - .../SellerSubstitutedLineItem.php | 12 - .../SellerSupplierParty.php | 12 - .../SellersItemIdentification.php | 12 - .../SenderParty.php | 12 - .../SettlementPeriod.php | 12 - .../CommonAggregateComponents_2/Shipment.php | 12 - .../ShipmentStage.php | 12 - .../ShipmentStageType.php | 227 - .../ShipmentType.php | 548 - .../SignatoryContact.php | 12 - .../SignatoryParty.php | 12 - .../CommonAggregateComponents_2/Signature.php | 12 - .../SignatureType.php | 188 - .../StandardItemIdentification.php | 12 - .../StatementDocumentReference.php | 12 - .../StatementLine.php | 12 - .../StatementLineType.php | 339 - .../StatementPeriod.php | 12 - .../CommonAggregateComponents_2/Status.php | 12 - .../StatusType.php | 193 - .../CommonAggregateComponents_2/Stowage.php | 12 - .../StowageType.php | 71 - .../SupplierParty.php | 12 - .../SupplierPartyType.php | 139 - .../SupportingDocumentReference.php | 12 - .../TaxCategory.php | 12 - .../TaxCategoryType.php | 190 - .../TaxExchangeRate.php | 12 - .../TaxRepresentativeParty.php | 12 - .../CommonAggregateComponents_2/TaxScheme.php | 12 - .../TaxSchemeType.php | 106 - .../TaxSubtotal.php | 12 - .../TaxSubtotalType.php | 190 - .../CommonAggregateComponents_2/TaxTotal.php | 12 - .../TaxTotalType.php | 87 - .../Temperature.php | 12 - .../TemperatureType.php | 70 - .../TradingTerms.php | 12 - .../TradingTermsType.php | 71 - .../TransactionConditions.php | 12 - .../TransactionConditionsType.php | 86 - .../TransitCountry.php | 12 - .../TransitPeriod.php | 12 - .../TransportContract.php | 12 - .../TransportEquipment.php | 12 - .../TransportEquipmentSeal.php | 12 - .../TransportEquipmentSealType.php | 106 - .../TransportEquipmentType.php | 330 - .../TransportEvent.php | 12 - .../TransportEventType.php | 171 - .../TransportHandlingUnit.php | 12 - .../TransportHandlingUnitType.php | 315 - .../TransportMeans.php | 12 - .../TransportMeansType.php | 193 - .../TransportationService.php | 12 - .../TransportationServiceType.php | 88 - .../TransshipPortLocation.php | 12 - .../UnloadingPortLocation.php | 12 - .../UsabilityPeriod.php | 12 - .../ValidityPeriod.php | 12 - .../WarrantyParty.php | 12 - .../WarrantyValidityPeriod.php | 12 - .../AcceptedIndicator.php | 12 - .../AcceptedIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/AccountID.php | 12 - .../CommonBasicComponents_2/AccountIDType.php | 14 - .../AccountNumberID.php | 12 - .../AccountNumberIDType.php | 14 - .../AccountTypeCode.php | 12 - .../AccountTypeCodeType.php | 14 - .../AccountingCost.php | 12 - .../AccountingCostCode.php | 12 - .../AccountingCostCodeType.php | 14 - .../AccountingCostType.php | 14 - .../CommonBasicComponents_2/ActionCode.php | 12 - .../ActionCodeType.php | 14 - .../ActualDeliveryDate.php | 12 - .../ActualDeliveryDateType.php | 14 - .../ActualDeliveryTime.php | 12 - .../ActualDeliveryTimeType.php | 14 - .../ActualDespatchDate.php | 12 - .../ActualDespatchDateType.php | 14 - .../ActualDespatchTime.php | 12 - .../ActualDespatchTimeType.php | 14 - .../AdValoremIndicator.php | 12 - .../AdValoremIndicatorType.php | 14 - .../AdditionalAccountID.php | 12 - .../AdditionalAccountIDType.php | 14 - .../AdditionalInformation.php | 12 - .../AdditionalInformationType.php | 14 - .../AdditionalStreetName.php | 12 - .../AdditionalStreetNameType.php | 14 - .../AddressFormatCode.php | 12 - .../AddressFormatCodeType.php | 14 - .../AddressTypeCode.php | 12 - .../AddressTypeCodeType.php | 14 - .../xsd/CommonBasicComponents_2/AgencyID.php | 12 - .../CommonBasicComponents_2/AgencyIDType.php | 14 - .../CommonBasicComponents_2/AgencyName.php | 12 - .../AgencyNameType.php | 14 - .../CommonBasicComponents_2/AircraftID.php | 12 - .../AircraftIDType.php | 14 - .../AllowanceChargeReason.php | 12 - .../AllowanceChargeReasonCode.php | 12 - .../AllowanceChargeReasonCodeType.php | 14 - .../AllowanceChargeReasonType.php | 14 - .../AllowanceTotalAmount.php | 12 - .../AllowanceTotalAmountType.php | 14 - .../xsd/CommonBasicComponents_2/Amount.php | 12 - .../CommonBasicComponents_2/AmountType.php | 14 - .../CommonBasicComponents_2/ApplicationID.php | 12 - .../ApplicationIDType.php | 14 - .../ApplicationStatusCode.php | 12 - .../ApplicationStatusCodeType.php | 14 - .../ApprovalStatus.php | 12 - .../ApprovalStatusType.php | 14 - .../CommonBasicComponents_2/AttributeID.php | 12 - .../AttributeIDType.php | 14 - .../BackOrderAllowedIndicator.php | 12 - .../BackOrderAllowedIndicatorType.php | 14 - .../BackorderQuantity.php | 12 - .../BackorderQuantityType.php | 14 - .../BackorderReason.php | 12 - .../BackorderReasonType.php | 14 - .../CommonBasicComponents_2/BalanceAmount.php | 12 - .../BalanceAmountType.php | 14 - .../BalanceBroughtForwardIndicator.php | 12 - .../BalanceBroughtForwardIndicatorType.php | 14 - .../CommonBasicComponents_2/BaseAmount.php | 12 - .../BaseAmountType.php | 14 - .../CommonBasicComponents_2/BaseQuantity.php | 12 - .../BaseQuantityType.php | 14 - .../BaseUnitMeasure.php | 12 - .../BaseUnitMeasureType.php | 14 - .../CommonBasicComponents_2/BatchQuantity.php | 12 - .../BatchQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/BlockName.php | 12 - .../CommonBasicComponents_2/BlockNameType.php | 14 - .../xsd/CommonBasicComponents_2/BrandName.php | 12 - .../CommonBasicComponents_2/BrandNameType.php | 14 - .../CommonBasicComponents_2/BuildingName.php | 12 - .../BuildingNameType.php | 14 - .../BuildingNumber.php | 12 - .../BuildingNumberType.php | 14 - .../xsd/CommonBasicComponents_2/CV2ID.php | 12 - .../xsd/CommonBasicComponents_2/CV2IDType.php | 14 - .../CalculationRate.php | 12 - .../CalculationRateType.php | 14 - .../CalculationSequenceNumeric.php | 12 - .../CalculationSequenceNumericType.php | 14 - .../CancellationNote.php | 12 - .../CancellationNoteType.php | 14 - .../CanonicalizationMethod.php | 12 - .../CanonicalizationMethodType.php | 14 - .../CommonBasicComponents_2/CardChipCode.php | 12 - .../CardChipCodeType.php | 14 - .../CommonBasicComponents_2/CardTypeCode.php | 12 - .../CardTypeCodeType.php | 14 - .../CommonBasicComponents_2/CargoTypeCode.php | 12 - .../CargoTypeCodeType.php | 14 - .../CarrierAssignedID.php | 12 - .../CarrierAssignedIDType.php | 14 - .../CatalogueIndicator.php | 12 - .../CatalogueIndicatorType.php | 14 - .../CommonBasicComponents_2/CategoryName.php | 12 - .../CategoryNameType.php | 14 - .../CertificateType.php | 12 - .../CertificateTypeType.php | 14 - .../xsd/CommonBasicComponents_2/Channel.php | 12 - .../CommonBasicComponents_2/ChannelCode.php | 12 - .../ChannelCodeType.php | 14 - .../CommonBasicComponents_2/ChannelType.php | 14 - .../ChargeIndicator.php | 12 - .../ChargeIndicatorType.php | 14 - .../ChargeTotalAmount.php | 12 - .../ChargeTotalAmountType.php | 14 - .../ChargeableWeightMeasure.php | 12 - .../ChargeableWeightMeasureType.php | 14 - .../ChipApplicationID.php | 12 - .../ChipApplicationIDType.php | 14 - .../xsd/CommonBasicComponents_2/CityName.php | 12 - .../CommonBasicComponents_2/CityNameType.php | 14 - .../CitySubdivisionName.php | 12 - .../CitySubdivisionNameType.php | 14 - .../ClassifiedIndicator.php | 12 - .../ClassifiedIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/CodeValue.php | 12 - .../CommonBasicComponents_2/CodeValueType.php | 14 - .../CommonBasicComponents_2/CommodityCode.php | 12 - .../CommodityCodeType.php | 14 - .../xsd/CommonBasicComponents_2/CompanyID.php | 12 - .../CommonBasicComponents_2/CompanyIDType.php | 14 - .../CompletionIndicator.php | 12 - .../CompletionIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/Condition.php | 12 - .../CommonBasicComponents_2/ConditionCode.php | 12 - .../ConditionCodeType.php | 14 - .../CommonBasicComponents_2/ConditionType.php | 14 - .../CommonBasicComponents_2/Conditions.php | 12 - .../ConditionsType.php | 14 - .../ConsumerUnitQuantity.php | 12 - .../ConsumerUnitQuantityType.php | 14 - .../ContentUnitQuantity.php | 12 - .../ContentUnitQuantityType.php | 14 - .../ContractSubdivision.php | 12 - .../ContractSubdivisionType.php | 14 - .../CommonBasicComponents_2/ContractType.php | 12 - .../ContractTypeCode.php | 12 - .../ContractTypeCodeType.php | 14 - .../ContractTypeType.php | 14 - .../CoordinateSystemCode.php | 12 - .../CoordinateSystemCodeType.php | 14 - .../CommonBasicComponents_2/CopiesNumeric.php | 12 - .../CopiesNumericType.php | 14 - .../CommonBasicComponents_2/CopyIndicator.php | 12 - .../CopyIndicatorType.php | 14 - .../CorporateRegistrationTypeCode.php | 12 - .../CorporateRegistrationTypeCodeType.php | 14 - .../CountrySubentity.php | 12 - .../CountrySubentityCode.php | 12 - .../CountrySubentityCodeType.php | 14 - .../CountrySubentityType.php | 14 - .../CommonBasicComponents_2/CreditAmount.php | 12 - .../CreditAmountType.php | 14 - .../CreditLineAmount.php | 12 - .../CreditLineAmountType.php | 14 - .../CreditedQuantity.php | 12 - .../CreditedQuantityType.php | 14 - .../CurrencyBaseRate.php | 12 - .../CurrencyBaseRateType.php | 14 - .../CommonBasicComponents_2/CurrencyCode.php | 12 - .../CurrencyCodeType.php | 14 - .../CustomerAssignedAccountID.php | 12 - .../CustomerAssignedAccountIDType.php | 14 - .../CustomerReference.php | 12 - .../CustomerReferenceType.php | 14 - .../CustomizationID.php | 12 - .../CustomizationIDType.php | 14 - .../xsd/CommonBasicComponents_2/CustomsID.php | 12 - .../CommonBasicComponents_2/CustomsIDType.php | 14 - .../CustomsImportClassifiedIndicator.php | 12 - .../CustomsImportClassifiedIndicatorType.php | 14 - .../CustomsStatusCode.php | 12 - .../CustomsStatusCodeType.php | 14 - .../CustomsTariffQuantity.php | 12 - .../CustomsTariffQuantityType.php | 14 - .../CommonBasicComponents_2/DamageRemarks.php | 12 - .../DamageRemarksType.php | 14 - .../DataSendingCapability.php | 12 - .../DataSendingCapabilityType.php | 14 - .../xsd/CommonBasicComponents_2/Date.php | 12 - .../xsd/CommonBasicComponents_2/DateType.php | 14 - .../CommonBasicComponents_2/DebitAmount.php | 12 - .../DebitAmountType.php | 14 - .../DebitLineAmount.php | 12 - .../DebitLineAmountType.php | 14 - .../DebitedQuantity.php | 12 - .../DebitedQuantityType.php | 14 - .../DeclaredCarriageValueAmount.php | 12 - .../DeclaredCarriageValueAmountType.php | 14 - .../DeclaredCustomsValueAmount.php | 12 - .../DeclaredCustomsValueAmountType.php | 14 - .../DeclaredForCarriageValueAmount.php | 12 - .../DeclaredForCarriageValueAmountType.php | 14 - .../DeclaredStatisticsValueAmount.php | 12 - .../DeclaredStatisticsValueAmountType.php | 14 - .../DegreesMeasure.php | 12 - .../DegreesMeasureType.php | 14 - .../DeliveredQuantity.php | 12 - .../DeliveredQuantityType.php | 14 - .../CommonBasicComponents_2/DeliveryDate.php | 12 - .../DeliveryDateType.php | 14 - .../DeliveryInstructions.php | 12 - .../DeliveryInstructionsType.php | 14 - .../CommonBasicComponents_2/DeliveryTime.php | 12 - .../DeliveryTimeType.php | 14 - .../CommonBasicComponents_2/Department.php | 12 - .../DepartmentType.php | 14 - .../CommonBasicComponents_2/Description.php | 12 - .../DescriptionCode.php | 12 - .../DescriptionCodeType.php | 14 - .../DescriptionType.php | 14 - .../DespatchAdviceTypeCode.php | 12 - .../DespatchAdviceTypeCodeType.php | 14 - .../CommonBasicComponents_2/DespatchDate.php | 12 - .../DespatchDateType.php | 14 - .../CommonBasicComponents_2/DespatchTime.php | 12 - .../DespatchTimeType.php | 14 - .../CommonBasicComponents_2/DirectionCode.php | 12 - .../DirectionCodeType.php | 14 - .../DiscountPercent.php | 12 - .../DiscountPercentType.php | 14 - .../DispositionCode.php | 12 - .../DispositionCodeType.php | 14 - .../xsd/CommonBasicComponents_2/District.php | 12 - .../CommonBasicComponents_2/DistrictType.php | 14 - .../DocumentBinaryObject.php | 12 - .../DocumentBinaryObjectType.php | 14 - .../DocumentCurrencyCode.php | 12 - .../DocumentCurrencyCodeType.php | 14 - .../CommonBasicComponents_2/DocumentHash.php | 12 - .../DocumentHashType.php | 14 - .../CommonBasicComponents_2/DocumentID.php | 12 - .../DocumentIDType.php | 14 - .../DocumentStatusCode.php | 12 - .../DocumentStatusCodeType.php | 14 - .../CommonBasicComponents_2/DocumentType.php | 12 - .../DocumentTypeCode.php | 12 - .../DocumentTypeCodeType.php | 14 - .../DocumentTypeType.php | 14 - .../DurationMeasure.php | 12 - .../DurationMeasureType.php | 14 - .../ElectronicMail.php | 12 - .../ElectronicMailType.php | 14 - .../EmbeddedDocumentBinaryObject.php | 12 - .../EmbeddedDocumentBinaryObjectType.php | 14 - .../EmergencyProceduresCode.php | 12 - .../EmergencyProceduresCodeType.php | 14 - .../xsd/CommonBasicComponents_2/EndDate.php | 12 - .../CommonBasicComponents_2/EndDateType.php | 14 - .../xsd/CommonBasicComponents_2/EndTime.php | 12 - .../CommonBasicComponents_2/EndTimeType.php | 14 - .../CommonBasicComponents_2/EndpointID.php | 12 - .../EndpointIDType.php | 14 - .../EstimatedDespatchDate.php | 12 - .../EstimatedDespatchDateType.php | 14 - .../EstimatedDespatchTime.php | 12 - .../EstimatedDespatchTimeType.php | 14 - .../xsd/CommonBasicComponents_2/EventCode.php | 12 - .../CommonBasicComponents_2/EventCodeType.php | 14 - .../ExchangeMarketID.php | 12 - .../ExchangeMarketIDType.php | 14 - .../ExemptionReason.php | 12 - .../ExemptionReasonCode.php | 12 - .../ExemptionReasonCodeType.php | 14 - .../ExemptionReasonType.php | 14 - .../CommonBasicComponents_2/ExpiryDate.php | 12 - .../ExpiryDateType.php | 14 - .../CommonBasicComponents_2/ExpiryTime.php | 12 - .../ExpiryTimeType.php | 14 - .../CommonBasicComponents_2/ExtendedID.php | 12 - .../ExtendedIDType.php | 14 - .../xsd/CommonBasicComponents_2/Extension.php | 12 - .../CommonBasicComponents_2/ExtensionType.php | 14 - .../CommonBasicComponents_2/FactorNumeric.php | 12 - .../FactorNumericType.php | 14 - .../CommonBasicComponents_2/FamilyName.php | 12 - .../FamilyNameType.php | 14 - .../xsd/CommonBasicComponents_2/FirstName.php | 12 - .../CommonBasicComponents_2/FirstNameType.php | 14 - .../xsd/CommonBasicComponents_2/Floor.php | 12 - .../xsd/CommonBasicComponents_2/FloorType.php | 14 - .../FreeOfChargeIndicator.php | 12 - .../FreeOfChargeIndicatorType.php | 14 - .../FreeOnBoardValueAmount.php | 12 - .../FreeOnBoardValueAmountType.php | 14 - .../FreightRateClassCode.php | 12 - .../FreightRateClassCodeType.php | 14 - .../FullnessIndicationCode.php | 12 - .../FullnessIndicationCodeType.php | 14 - .../GoodsItemQuantity.php | 12 - .../GoodsItemQuantityType.php | 14 - .../GrossVolumeMeasure.php | 12 - .../GrossVolumeMeasureType.php | 14 - .../GrossWeightMeasure.php | 12 - .../GrossWeightMeasureType.php | 14 - .../CommonBasicComponents_2/HandlingCode.php | 12 - .../HandlingCodeType.php | 14 - .../HandlingInstructions.php | 12 - .../HandlingInstructionsType.php | 14 - .../CommonBasicComponents_2/HazardClassID.php | 12 - .../HazardClassIDType.php | 14 - .../HazardousCategoryCode.php | 12 - .../HazardousCategoryCodeType.php | 14 - .../HazardousRegulationCode.php | 12 - .../HazardousRegulationCodeType.php | 14 - .../HazardousRiskIndicator.php | 12 - .../HazardousRiskIndicatorType.php | 14 - .../CommonBasicComponents_2/HolderName.php | 12 - .../HolderNameType.php | 14 - .../schema/xsd/CommonBasicComponents_2/ID.php | 12 - .../xsd/CommonBasicComponents_2/IDType.php | 14 - .../IdentificationCode.php | 12 - .../IdentificationCodeType.php | 14 - .../IdentificationID.php | 12 - .../IdentificationIDType.php | 14 - .../IndicationIndicator.php | 12 - .../IndicationIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/Indicator.php | 12 - .../CommonBasicComponents_2/IndicatorType.php | 14 - .../CommonBasicComponents_2/Information.php | 12 - .../InformationType.php | 14 - .../InhalationToxicityZoneCode.php | 12 - .../InhalationToxicityZoneCodeType.php | 14 - .../CommonBasicComponents_2/InhouseMail.php | 12 - .../InhouseMailType.php | 14 - .../InspectionMethodCode.php | 12 - .../InspectionMethodCodeType.php | 14 - .../CommonBasicComponents_2/Instruction.php | 12 - .../CommonBasicComponents_2/InstructionID.php | 12 - .../InstructionIDType.php | 14 - .../InstructionNote.php | 12 - .../InstructionNoteType.php | 14 - .../InstructionType.php | 14 - .../CommonBasicComponents_2/Instructions.php | 12 - .../InstructionsType.php | 14 - .../InsurancePremiumAmount.php | 12 - .../InsurancePremiumAmountType.php | 14 - .../InsuranceValueAmount.php | 12 - .../InsuranceValueAmountType.php | 14 - .../CommonBasicComponents_2/InvoiceAmount.php | 12 - .../InvoiceAmountType.php | 14 - .../InvoiceTypeCode.php | 12 - .../InvoiceTypeCodeType.php | 14 - .../InvoicedQuantity.php | 12 - .../InvoicedQuantityType.php | 14 - .../InvoicingPartyReference.php | 12 - .../InvoicingPartyReferenceType.php | 14 - .../xsd/CommonBasicComponents_2/IssueDate.php | 12 - .../CommonBasicComponents_2/IssueDateType.php | 14 - .../CommonBasicComponents_2/IssueNumberID.php | 12 - .../IssueNumberIDType.php | 14 - .../xsd/CommonBasicComponents_2/IssueTime.php | 12 - .../CommonBasicComponents_2/IssueTimeType.php | 14 - .../xsd/CommonBasicComponents_2/IssuerID.php | 12 - .../CommonBasicComponents_2/IssuerIDType.php | 14 - .../ItemClassificationCode.php | 12 - .../ItemClassificationCodeType.php | 14 - .../ItemUpdateRequestIndicator.php | 12 - .../ItemUpdateRequestIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/JobID.php | 12 - .../xsd/CommonBasicComponents_2/JobIDType.php | 14 - .../xsd/CommonBasicComponents_2/JobTitle.php | 12 - .../CommonBasicComponents_2/JobTitleType.php | 14 - .../xsd/CommonBasicComponents_2/JourneyID.php | 12 - .../CommonBasicComponents_2/JourneyIDType.php | 14 - .../xsd/CommonBasicComponents_2/Keyword.php | 12 - .../CommonBasicComponents_2/KeywordType.php | 14 - .../CommonBasicComponents_2/LanguageID.php | 12 - .../LanguageIDType.php | 14 - .../LastRevisionDate.php | 12 - .../LastRevisionDateType.php | 14 - .../LastRevisionTime.php | 12 - .../LastRevisionTimeType.php | 14 - .../LatestDeliveryDate.php | 12 - .../LatestDeliveryDateType.php | 14 - .../LatestDeliveryTime.php | 12 - .../LatestDeliveryTimeType.php | 14 - .../LatitudeDegreesMeasure.php | 12 - .../LatitudeDegreesMeasureType.php | 14 - .../LatitudeDirectionCode.php | 12 - .../LatitudeDirectionCodeType.php | 14 - .../LatitudeMinutesMeasure.php | 12 - .../LatitudeMinutesMeasureType.php | 14 - .../LeadTimeMeasure.php | 12 - .../LeadTimeMeasureType.php | 14 - .../LegalStatusIndicator.php | 12 - .../LegalStatusIndicatorType.php | 14 - .../CommonBasicComponents_2/LengthMeasure.php | 12 - .../LengthMeasureType.php | 14 - .../LicensePlateID.php | 12 - .../LicensePlateIDType.php | 14 - .../LifeCycleStatusCode.php | 12 - .../LifeCycleStatusCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Line.php | 12 - .../CommonBasicComponents_2/LineAmount.php | 12 - .../LineAmountType.php | 14 - .../LineCountNumeric.php | 12 - .../LineCountNumericType.php | 14 - .../LineExtensionAmount.php | 12 - .../LineExtensionAmountType.php | 14 - .../xsd/CommonBasicComponents_2/LineID.php | 12 - .../CommonBasicComponents_2/LineIDType.php | 14 - .../LineStatusCode.php | 12 - .../LineStatusCodeType.php | 14 - .../xsd/CommonBasicComponents_2/LineType.php | 14 - .../LoadingLengthMeasure.php | 12 - .../LoadingLengthMeasureType.php | 14 - .../CommonBasicComponents_2/LocaleCode.php | 12 - .../LocaleCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Location.php | 12 - .../CommonBasicComponents_2/LocationID.php | 12 - .../LocationIDType.php | 14 - .../CommonBasicComponents_2/LocationType.php | 14 - .../LogoReferenceID.php | 12 - .../LogoReferenceIDType.php | 14 - .../LongitudeDegreesMeasure.php | 12 - .../LongitudeDegreesMeasureType.php | 14 - .../LongitudeDirectionCode.php | 12 - .../LongitudeDirectionCodeType.php | 14 - .../LongitudeMinutesMeasure.php | 12 - .../LongitudeMinutesMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/LossRisk.php | 12 - .../LossRiskResponsibilityCode.php | 12 - .../LossRiskResponsibilityCodeType.php | 14 - .../CommonBasicComponents_2/LossRiskType.php | 14 - .../CommonBasicComponents_2/LotNumberID.php | 12 - .../LotNumberIDType.php | 14 - .../LowerOrangeHazardPlacardID.php | 12 - .../LowerOrangeHazardPlacardIDType.php | 14 - .../xsd/CommonBasicComponents_2/Mail.php | 12 - .../xsd/CommonBasicComponents_2/MailType.php | 14 - .../ManufactureDate.php | 12 - .../ManufactureDateType.php | 14 - .../ManufactureTime.php | 12 - .../ManufactureTimeType.php | 14 - .../CommonBasicComponents_2/MarkAttention.php | 12 - .../MarkAttentionIndicator.php | 12 - .../MarkAttentionIndicatorType.php | 14 - .../MarkAttentionType.php | 14 - .../xsd/CommonBasicComponents_2/MarkCare.php | 12 - .../MarkCareIndicator.php | 12 - .../MarkCareIndicatorType.php | 14 - .../CommonBasicComponents_2/MarkCareType.php | 14 - .../xsd/CommonBasicComponents_2/MarkingID.php | 12 - .../CommonBasicComponents_2/MarkingIDType.php | 14 - .../xsd/CommonBasicComponents_2/Marks.php | 12 - .../xsd/CommonBasicComponents_2/MarksType.php | 14 - .../MathematicOperatorCode.php | 12 - .../MathematicOperatorCodeType.php | 14 - .../MaximumBackorderQuantity.php | 12 - .../MaximumBackorderQuantityType.php | 14 - .../MaximumCopiesNumeric.php | 12 - .../MaximumCopiesNumericType.php | 14 - .../MaximumMeasure.php | 12 - .../MaximumMeasureType.php | 14 - .../MaximumOrderQuantity.php | 12 - .../MaximumOrderQuantityType.php | 14 - .../MaximumQuantity.php | 12 - .../MaximumQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/Measure.php | 12 - .../CommonBasicComponents_2/MeasureType.php | 14 - .../MedicalFirstAidGuideCode.php | 12 - .../MedicalFirstAidGuideCodeType.php | 14 - .../CommonBasicComponents_2/MiddleName.php | 12 - .../MiddleNameType.php | 14 - .../MinimumBackorderQuantity.php | 12 - .../MinimumBackorderQuantityType.php | 14 - .../MinimumMeasure.php | 12 - .../MinimumMeasureType.php | 14 - .../MinimumOrderQuantity.php | 12 - .../MinimumOrderQuantityType.php | 14 - .../MinimumQuantity.php | 12 - .../MinimumQuantityType.php | 14 - .../MinutesMeasure.php | 12 - .../MinutesMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/ModelName.php | 12 - .../CommonBasicComponents_2/ModelNameType.php | 14 - .../MultiplierFactorNumeric.php | 12 - .../MultiplierFactorNumericType.php | 14 - .../xsd/CommonBasicComponents_2/Name.php | 12 - .../CommonBasicComponents_2/NameSuffix.php | 12 - .../NameSuffixType.php | 14 - .../xsd/CommonBasicComponents_2/NameType.php | 14 - .../CommonBasicComponents_2/Nationality.php | 12 - .../CommonBasicComponents_2/NationalityID.php | 12 - .../NationalityIDType.php | 14 - .../NationalityType.php | 14 - .../CommonBasicComponents_2/NatureCode.php | 12 - .../NatureCodeType.php | 14 - .../NetNetWeightMeasure.php | 12 - .../NetNetWeightMeasureType.php | 14 - .../NetVolumeMeasure.php | 12 - .../NetVolumeMeasureType.php | 14 - .../NetWeightMeasure.php | 12 - .../NetWeightMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/NetworkID.php | 12 - .../CommonBasicComponents_2/NetworkIDType.php | 14 - .../xsd/CommonBasicComponents_2/Note.php | 12 - .../xsd/CommonBasicComponents_2/NoteType.php | 14 - .../xsd/CommonBasicComponents_2/NumberID.php | 12 - .../CommonBasicComponents_2/NumberIDType.php | 14 - .../OccurrenceDate.php | 12 - .../OccurrenceDateType.php | 14 - .../OccurrenceTime.php | 12 - .../OccurrenceTimeType.php | 14 - .../OnCarriageIndicator.php | 12 - .../OnCarriageIndicatorType.php | 14 - .../OrangeHazardPlacardID.php | 12 - .../OrangeHazardPlacardIDType.php | 14 - .../xsd/CommonBasicComponents_2/OrderID.php | 12 - .../CommonBasicComponents_2/OrderIDType.php | 14 - .../CommonBasicComponents_2/OrderQuantity.php | 12 - .../OrderQuantityIncrementNumeric.php | 12 - .../OrderQuantityIncrementNumericType.php | 14 - .../OrderQuantityType.php | 14 - .../OrderableIndicator.php | 12 - .../OrderableIndicatorType.php | 14 - .../CommonBasicComponents_2/OrderableUnit.php | 12 - .../OrderableUnitFactorRate.php | 12 - .../OrderableUnitFactorRateType.php | 14 - .../OrderableUnitType.php | 14 - .../OrganizationDepartment.php | 12 - .../OrganizationDepartmentType.php | 14 - .../CommonBasicComponents_2/OriginalJobID.php | 12 - .../OriginalJobIDType.php | 14 - .../OtherInstruction.php | 12 - .../OtherInstructionType.php | 14 - .../OutstandingQuantity.php | 12 - .../OutstandingQuantityType.php | 14 - .../OutstandingReason.php | 12 - .../OutstandingReasonType.php | 14 - .../OversupplyQuantity.php | 12 - .../OversupplyQuantityType.php | 14 - .../CommonBasicComponents_2/OwnerTypeCode.php | 12 - .../OwnerTypeCodeType.php | 14 - .../CommonBasicComponents_2/PackLevelCode.php | 12 - .../PackLevelCodeType.php | 14 - .../CommonBasicComponents_2/PackQuantity.php | 12 - .../PackQuantityType.php | 14 - .../PackSizeNumeric.php | 12 - .../PackSizeNumericType.php | 14 - .../PackageLevelCode.php | 12 - .../PackageLevelCodeType.php | 14 - .../PackageQuantity.php | 12 - .../PackageQuantityType.php | 14 - .../PackagesQuantity.php | 12 - .../PackagesQuantityType.php | 14 - .../PackagingTypeCode.php | 12 - .../PackagingTypeCodeType.php | 14 - .../PackingCriteriaCode.php | 12 - .../PackingCriteriaCodeType.php | 14 - .../PackingMaterial.php | 12 - .../PackingMaterialType.php | 14 - .../CommonBasicComponents_2/PaidAmount.php | 12 - .../PaidAmountType.php | 14 - .../xsd/CommonBasicComponents_2/PaidDate.php | 12 - .../CommonBasicComponents_2/PaidDateType.php | 14 - .../xsd/CommonBasicComponents_2/PaidTime.php | 12 - .../CommonBasicComponents_2/PaidTimeType.php | 14 - .../ParentDocumentID.php | 12 - .../ParentDocumentIDType.php | 14 - .../ParentDocumentTypeCode.php | 12 - .../ParentDocumentTypeCodeType.php | 14 - .../PartialDeliveryIndicator.php | 12 - .../PartialDeliveryIndicatorType.php | 14 - .../CommonBasicComponents_2/PayableAmount.php | 12 - .../PayableAmountType.php | 14 - .../PayableRoundingAmount.php | 12 - .../PayableRoundingAmountType.php | 14 - .../PayerReference.php | 12 - .../PayerReferenceType.php | 14 - .../PaymentAlternativeCurrencyCode.php | 12 - .../PaymentAlternativeCurrencyCodeType.php | 14 - .../CommonBasicComponents_2/PaymentAmount.php | 12 - .../PaymentAmountType.php | 14 - .../PaymentChannelCode.php | 12 - .../PaymentChannelCodeType.php | 14 - .../PaymentCurrencyCode.php | 12 - .../PaymentCurrencyCodeType.php | 14 - .../PaymentDueDate.php | 12 - .../PaymentDueDateType.php | 14 - .../xsd/CommonBasicComponents_2/PaymentID.php | 12 - .../CommonBasicComponents_2/PaymentIDType.php | 14 - .../PaymentMeansCode.php | 12 - .../PaymentMeansCodeType.php | 14 - .../PaymentMeansID.php | 12 - .../PaymentMeansIDType.php | 14 - .../CommonBasicComponents_2/PaymentNote.php | 12 - .../PaymentNoteType.php | 14 - .../PaymentOrderReference.php | 12 - .../PaymentOrderReferenceType.php | 14 - .../PenaltySurchargePercent.php | 12 - .../PenaltySurchargePercentType.php | 14 - .../CommonBasicComponents_2/PerUnitAmount.php | 12 - .../PerUnitAmountType.php | 14 - .../xsd/CommonBasicComponents_2/Percent.php | 12 - .../CommonBasicComponents_2/PercentType.php | 14 - .../PlacardEndorsement.php | 12 - .../PlacardEndorsementType.php | 14 - .../PlacardNotation.php | 12 - .../PlacardNotationType.php | 14 - .../PlotIdentification.php | 12 - .../PlotIdentificationType.php | 14 - .../CommonBasicComponents_2/PositionCode.php | 12 - .../PositionCodeType.php | 14 - .../CommonBasicComponents_2/PostalZone.php | 12 - .../PostalZoneType.php | 14 - .../xsd/CommonBasicComponents_2/Postbox.php | 12 - .../CommonBasicComponents_2/PostboxType.php | 14 - .../PreCarriageIndicator.php | 12 - .../PreCarriageIndicatorType.php | 14 - .../PreferenceCriterionCode.php | 12 - .../PreferenceCriterionCodeType.php | 14 - .../CommonBasicComponents_2/PrepaidAmount.php | 12 - .../PrepaidAmountType.php | 14 - .../PrepaidIndicator.php | 12 - .../PrepaidIndicatorType.php | 14 - .../PrepaidPaymentReferenceID.php | 12 - .../PrepaidPaymentReferenceIDType.php | 14 - .../CommonBasicComponents_2/PreviousJobID.php | 12 - .../PreviousJobIDType.php | 14 - .../PreviousVersionID.php | 12 - .../PreviousVersionIDType.php | 14 - .../CommonBasicComponents_2/PriceAmount.php | 12 - .../PriceAmountType.php | 14 - .../PriceChangeReason.php | 12 - .../PriceChangeReasonType.php | 14 - .../xsd/CommonBasicComponents_2/PriceType.php | 12 - .../CommonBasicComponents_2/PriceTypeCode.php | 12 - .../PriceTypeCodeType.php | 14 - .../CommonBasicComponents_2/PriceTypeType.php | 14 - .../PricingCurrencyCode.php | 12 - .../PricingCurrencyCodeType.php | 14 - .../PricingUpdateRequestIndicator.php | 12 - .../PricingUpdateRequestIndicatorType.php | 14 - .../PrimaryAccountNumberID.php | 12 - .../PrimaryAccountNumberIDType.php | 14 - .../PrintQualifier.php | 12 - .../PrintQualifierType.php | 14 - .../xsd/CommonBasicComponents_2/Priority.php | 12 - .../CommonBasicComponents_2/PriorityType.php | 14 - .../ProductTraceID.php | 12 - .../ProductTraceIDType.php | 14 - .../xsd/CommonBasicComponents_2/ProfileID.php | 12 - .../CommonBasicComponents_2/ProfileIDType.php | 14 - .../ProviderTypeCode.php | 12 - .../ProviderTypeCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Qualifier.php | 12 - .../CommonBasicComponents_2/QualifierType.php | 14 - .../xsd/CommonBasicComponents_2/Quantity.php | 12 - .../CommonBasicComponents_2/QuantityType.php | 14 - .../xsd/CommonBasicComponents_2/RailCarID.php | 12 - .../CommonBasicComponents_2/RailCarIDType.php | 14 - .../xsd/CommonBasicComponents_2/Reason.php | 12 - .../CommonBasicComponents_2/ReasonType.php | 14 - .../CommonBasicComponents_2/ReceivedDate.php | 12 - .../ReceivedDateType.php | 14 - .../ReceivedQuantity.php | 12 - .../ReceivedQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/Reference.php | 12 - .../CommonBasicComponents_2/ReferenceDate.php | 12 - .../ReferenceDateType.php | 14 - .../ReferenceEventCode.php | 12 - .../ReferenceEventCodeType.php | 14 - .../CommonBasicComponents_2/ReferenceID.php | 12 - .../ReferenceIDType.php | 14 - .../CommonBasicComponents_2/ReferenceTime.php | 12 - .../ReferenceTimeType.php | 14 - .../CommonBasicComponents_2/ReferenceType.php | 14 - .../RefrigerationOnIndicator.php | 12 - .../RefrigerationOnIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/Region.php | 12 - .../CommonBasicComponents_2/RegionType.php | 14 - .../RegistrationID.php | 12 - .../RegistrationIDType.php | 14 - .../RegistrationName.php | 12 - .../RegistrationNameType.php | 14 - .../RegistrationNationality.php | 12 - .../RegistrationNationalityID.php | 12 - .../RegistrationNationalityIDType.php | 14 - .../RegistrationNationalityType.php | 14 - .../RejectActionCode.php | 12 - .../RejectActionCodeType.php | 14 - .../CommonBasicComponents_2/RejectReason.php | 12 - .../RejectReasonCode.php | 12 - .../RejectReasonCodeType.php | 14 - .../RejectReasonType.php | 14 - .../RejectedQuantity.php | 12 - .../RejectedQuantityType.php | 14 - .../CommonBasicComponents_2/RejectionNote.php | 12 - .../RejectionNoteType.php | 14 - .../xsd/CommonBasicComponents_2/Remarks.php | 12 - .../CommonBasicComponents_2/RemarksType.php | 14 - .../ReminderSequenceNumeric.php | 12 - .../ReminderSequenceNumericType.php | 14 - .../ReminderTypeCode.php | 12 - .../ReminderTypeCodeType.php | 14 - .../RequestedDespatchDate.php | 12 - .../RequestedDespatchDateType.php | 14 - .../RequestedDespatchTime.php | 12 - .../RequestedDespatchTimeType.php | 14 - .../RequestedInvoiceCurrencyCode.php | 12 - .../RequestedInvoiceCurrencyCodeType.php | 14 - .../RequiredCustomsID.php | 12 - .../RequiredCustomsIDType.php | 14 - .../CommonBasicComponents_2/ResponseCode.php | 12 - .../ResponseCodeType.php | 14 - .../CommonBasicComponents_2/ResponseDate.php | 12 - .../ResponseDateType.php | 14 - .../CommonBasicComponents_2/ResponseTime.php | 12 - .../ResponseTimeType.php | 14 - .../ReturnabilityIndicator.php | 12 - .../ReturnabilityIndicatorType.php | 14 - .../ReturnableMaterialIndicator.php | 12 - .../ReturnableMaterialIndicatorType.php | 14 - .../CommonBasicComponents_2/RevisionDate.php | 12 - .../RevisionDateType.php | 14 - .../CommonBasicComponents_2/RevisionTime.php | 12 - .../RevisionTimeType.php | 14 - .../xsd/CommonBasicComponents_2/RoleCode.php | 12 - .../CommonBasicComponents_2/RoleCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Room.php | 12 - .../xsd/CommonBasicComponents_2/RoomType.php | 14 - .../RoundingAmount.php | 12 - .../RoundingAmountType.php | 14 - .../CommonBasicComponents_2/SalesOrderID.php | 12 - .../SalesOrderIDType.php | 14 - .../SalesOrderLineID.php | 12 - .../SalesOrderLineIDType.php | 14 - .../xsd/CommonBasicComponents_2/SchemeURI.php | 12 - .../CommonBasicComponents_2/SchemeURIType.php | 14 - .../SealIssuerTypeCode.php | 12 - .../SealIssuerTypeCodeType.php | 14 - .../SealStatusCode.php | 12 - .../SealStatusCodeType.php | 14 - .../SealingPartyType.php | 12 - .../SealingPartyTypeType.php | 14 - .../CommonBasicComponents_2/SequenceID.php | 12 - .../SequenceIDType.php | 14 - .../SequenceNumberID.php | 12 - .../SequenceNumberIDType.php | 14 - .../SequenceNumeric.php | 12 - .../SequenceNumericType.php | 14 - .../xsd/CommonBasicComponents_2/SerialID.php | 12 - .../CommonBasicComponents_2/SerialIDType.php | 14 - .../SettlementDiscountPercent.php | 12 - .../SettlementDiscountPercentType.php | 14 - .../CommonBasicComponents_2/ShippingMarks.php | 12 - .../ShippingMarksType.php | 14 - .../ShippingOrderID.php | 12 - .../ShippingOrderIDType.php | 14 - .../ShippingPriorityLevelCode.php | 12 - .../ShippingPriorityLevelCodeType.php | 14 - .../CommonBasicComponents_2/ShortQuantity.php | 12 - .../ShortQuantityType.php | 14 - .../ShortageActionCode.php | 12 - .../ShortageActionCodeType.php | 14 - .../SignatureMethod.php | 12 - .../SignatureMethodType.php | 14 - .../CommonBasicComponents_2/SizeTypeCode.php | 12 - .../SizeTypeCodeType.php | 14 - .../SourceCurrencyBaseRate.php | 12 - .../SourceCurrencyBaseRateType.php | 14 - .../SourceCurrencyCode.php | 12 - .../SourceCurrencyCodeType.php | 14 - .../SpecialInstructions.php | 12 - .../SpecialInstructionsType.php | 14 - .../CommonBasicComponents_2/SpecialTerms.php | 12 - .../SpecialTermsType.php | 14 - .../SplitConsignmentIndicator.php | 12 - .../SplitConsignmentIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/StartDate.php | 12 - .../CommonBasicComponents_2/StartDateType.php | 14 - .../xsd/CommonBasicComponents_2/StartTime.php | 12 - .../CommonBasicComponents_2/StartTimeType.php | 14 - .../CommonBasicComponents_2/StatusCode.php | 12 - .../StatusCodeType.php | 14 - .../CommonBasicComponents_2/StatusReason.php | 12 - .../StatusReasonCode.php | 12 - .../StatusReasonCodeType.php | 14 - .../StatusReasonType.php | 14 - .../CommonBasicComponents_2/StreetName.php | 12 - .../StreetNameType.php | 14 - .../SubstitutionStatusCode.php | 12 - .../SubstitutionStatusCodeType.php | 14 - .../SummaryDescription.php | 12 - .../SummaryDescriptionType.php | 14 - .../SupplierAssignedAccountID.php | 12 - .../SupplierAssignedAccountIDType.php | 14 - .../SurchargePercent.php | 12 - .../SurchargePercentType.php | 14 - .../TargetCurrencyBaseRate.php | 12 - .../TargetCurrencyBaseRateType.php | 14 - .../TargetCurrencyCode.php | 12 - .../TargetCurrencyCodeType.php | 14 - .../TariffClassCode.php | 12 - .../TariffClassCodeType.php | 14 - .../CommonBasicComponents_2/TariffCode.php | 12 - .../TariffCodeType.php | 14 - .../TariffDescription.php | 12 - .../TariffDescriptionType.php | 14 - .../xsd/CommonBasicComponents_2/TaxAmount.php | 12 - .../CommonBasicComponents_2/TaxAmountType.php | 14 - .../TaxCurrencyCode.php | 12 - .../TaxCurrencyCodeType.php | 14 - .../TaxEvidenceIndicator.php | 12 - .../TaxEvidenceIndicatorType.php | 14 - .../TaxExclusiveAmount.php | 12 - .../TaxExclusiveAmountType.php | 14 - .../TaxExemptionReason.php | 12 - .../TaxExemptionReasonCode.php | 12 - .../TaxExemptionReasonCodeType.php | 14 - .../TaxExemptionReasonType.php | 14 - .../TaxInclusiveAmount.php | 12 - .../TaxInclusiveAmountType.php | 14 - .../CommonBasicComponents_2/TaxLevelCode.php | 12 - .../TaxLevelCodeType.php | 14 - .../CommonBasicComponents_2/TaxPointDate.php | 12 - .../TaxPointDateType.php | 14 - .../CommonBasicComponents_2/TaxTypeCode.php | 12 - .../TaxTypeCodeType.php | 14 - .../CommonBasicComponents_2/TaxableAmount.php | 12 - .../TaxableAmountType.php | 14 - .../CommonBasicComponents_2/TechnicalName.php | 12 - .../TechnicalNameType.php | 14 - .../xsd/CommonBasicComponents_2/Telefax.php | 12 - .../CommonBasicComponents_2/TelefaxType.php | 14 - .../xsd/CommonBasicComponents_2/Telephone.php | 12 - .../CommonBasicComponents_2/TelephoneType.php | 14 - .../xsd/CommonBasicComponents_2/Terms.php | 12 - .../xsd/CommonBasicComponents_2/TermsType.php | 14 - .../xsd/CommonBasicComponents_2/Text.php | 12 - .../xsd/CommonBasicComponents_2/TextType.php | 14 - .../xsd/CommonBasicComponents_2/TierRange.php | 12 - .../CommonBasicComponents_2/TierRangeType.php | 14 - .../TierRatePercent.php | 12 - .../TierRatePercentType.php | 14 - .../xsd/CommonBasicComponents_2/Time.php | 12 - .../xsd/CommonBasicComponents_2/TimeType.php | 14 - .../TimezoneOffset.php | 12 - .../TimezoneOffsetType.php | 14 - .../TimingComplaint.php | 12 - .../TimingComplaintCode.php | 12 - .../TimingComplaintCodeType.php | 14 - .../TimingComplaintType.php | 14 - .../xsd/CommonBasicComponents_2/Title.php | 12 - .../xsd/CommonBasicComponents_2/TitleType.php | 14 - .../ToOrderIndicator.php | 12 - .../ToOrderIndicatorType.php | 14 - .../TotalBalanceAmount.php | 12 - .../TotalBalanceAmountType.php | 14 - .../TotalCreditAmount.php | 12 - .../TotalCreditAmountType.php | 14 - .../TotalDebitAmount.php | 12 - .../TotalDebitAmountType.php | 14 - .../TotalGoodsItemQuantity.php | 12 - .../TotalGoodsItemQuantityType.php | 14 - .../TotalInvoiceAmount.php | 12 - .../TotalInvoiceAmountType.php | 14 - .../TotalPackageQuantity.php | 12 - .../TotalPackageQuantityType.php | 14 - .../TotalPackagesQuantity.php | 12 - .../TotalPackagesQuantityType.php | 14 - .../TotalPaymentAmount.php | 12 - .../TotalPaymentAmountType.php | 14 - .../TotalTaxAmount.php | 12 - .../TotalTaxAmountType.php | 14 - .../TotalTransportHandlingUnitQuantity.php | 12 - ...TotalTransportHandlingUnitQuantityType.php | 14 - .../CommonBasicComponents_2/TrackingID.php | 12 - .../TrackingIDType.php | 14 - .../TradingRestrictions.php | 12 - .../TradingRestrictionsType.php | 14 - .../xsd/CommonBasicComponents_2/TrainID.php | 12 - .../CommonBasicComponents_2/TrainIDType.php | 14 - .../TransactionCurrencyTaxAmount.php | 12 - .../TransactionCurrencyTaxAmountType.php | 14 - .../TransitDirectionCode.php | 12 - .../TransitDirectionCodeType.php | 14 - .../TransportAuthorizationCode.php | 12 - .../TransportAuthorizationCodeType.php | 14 - .../TransportEmergencyCardCode.php | 12 - .../TransportEmergencyCardCodeType.php | 14 - .../TransportEquipmentTypeCode.php | 12 - .../TransportEquipmentTypeCodeType.php | 14 - .../TransportEventTypeCode.php | 12 - .../TransportEventTypeCodeType.php | 14 - .../TransportHandlingUnitQuantity.php | 12 - .../TransportHandlingUnitQuantityType.php | 14 - .../TransportHandlingUnitTypeCode.php | 12 - .../TransportHandlingUnitTypeCodeType.php | 14 - .../TransportMeansTypeCode.php | 12 - .../TransportMeansTypeCodeType.php | 14 - .../TransportModeCode.php | 12 - .../TransportModeCodeType.php | 14 - .../TransportServiceCode.php | 12 - .../TransportServiceCodeType.php | 14 - .../CommonBasicComponents_2/UBLVersionID.php | 12 - .../UBLVersionIDType.php | 14 - .../xsd/CommonBasicComponents_2/UNDGCode.php | 12 - .../CommonBasicComponents_2/UNDGCodeType.php | 14 - .../xsd/CommonBasicComponents_2/URI.php | 12 - .../xsd/CommonBasicComponents_2/URIType.php | 14 - .../xsd/CommonBasicComponents_2/UUID.php | 12 - .../xsd/CommonBasicComponents_2/UUIDType.php | 14 - .../xsd/CommonBasicComponents_2/Unit.php | 12 - .../CommonBasicComponents_2/UnitQuantity.php | 12 - .../UnitQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/UnitType.php | 14 - .../UpperOrangeHazardPlacardID.php | 12 - .../UpperOrangeHazardPlacardIDType.php | 14 - .../ValidationDate.php | 12 - .../ValidationDateType.php | 14 - .../ValidationTime.php | 12 - .../ValidationTimeType.php | 14 - .../CommonBasicComponents_2/ValidatorID.php | 12 - .../ValidatorIDType.php | 14 - .../ValidityStartDate.php | 12 - .../ValidityStartDateType.php | 14 - .../xsd/CommonBasicComponents_2/Value.php | 12 - .../CommonBasicComponents_2/ValueAmount.php | 12 - .../ValueAmountType.php | 14 - .../xsd/CommonBasicComponents_2/ValueType.php | 14 - .../xsd/CommonBasicComponents_2/VersionID.php | 12 - .../CommonBasicComponents_2/VersionIDType.php | 14 - .../xsd/CommonBasicComponents_2/VesselID.php | 12 - .../CommonBasicComponents_2/VesselIDType.php | 14 - .../CommonBasicComponents_2/VesselName.php | 12 - .../VesselNameType.php | 14 - .../CommonBasicComponents_2/VolumeMeasure.php | 12 - .../VolumeMeasureType.php | 14 - .../WarrantyInformation.php | 12 - .../WarrantyInformationType.php | 14 - .../CommonBasicComponents_2/WebsiteURI.php | 12 - .../WebsiteURIType.php | 14 - .../CommonBasicComponents_2/WeightMeasure.php | 12 - .../WeightMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/XPath.php | 12 - .../xsd/CommonBasicComponents_2/XPathType.php | 14 - .../xsd/CommonBasicComponents_2/Zone.php | 12 - .../xsd/CommonBasicComponents_2/ZoneType.php | 14 - .../AllowanceChargeReasonCodeType.php | 103 - .../QualifiedDatatypes_2/ChannelCodeType.php | 103 - .../xsd/QualifiedDatatypes_2/ChipCodeType.php | 102 - .../ContainerSizeTypeCodeType.php | 102 - .../CountryIdentificationCodeType.php | 103 - .../QualifiedDatatypes_2/CurrencyCodeType.php | 104 - .../DocumentStatusCodeType.php | 102 - .../LatitudeDirectionCodeType.php | 102 - .../LineStatusCodeType.php | 102 - .../LongitudeDirectionCodeType.php | 102 - .../QualifiedDatatypes_2/OperatorCodeType.php | 102 - .../PackagingTypeCodeType.php | 102 - .../PaymentMeansCodeType.php | 103 - .../xsd/QualifiedDatatypes_2/PortCodeType.php | 102 - .../SubstitutionStatusCodeType.php | 102 - .../TransportEquipmentTypeCodeType.php | 102 - .../TransportModeCodeType.php | 102 - .../TransportationStatusCodeType.php | 102 - .../UnitOfMeasureCodeType.php | 102 - .../54217/2001/CurrencyCodeContentType.php | 18 - .../5639/1988/LanguageCodeContentType.php | 18 - .../66411/2001/UnitCodeContentType.php | 18 - .../2003/BinaryObjectMimeCodeContentType.php | 18 - .../_2/AmountType.php | 41 - .../_2/BinaryObjectType.php | 116 - .../_2/CodeType.php | 159 - .../_2/DateTimeType.php | 27 - .../_2/DateType.php | 26 - .../_2/GraphicType.php | 101 - .../_2/IdentifierType.php | 129 - .../_2/IndicatorType.php | 26 - .../_2/MeasureType.php | 43 - .../_2/NameType.php | 41 - .../_2/NumericType.php | 26 - .../_2/PercentType.php | 26 - .../_2/PictureType.php | 101 - .../_2/QuantityType.php | 41 - .../_2/RateType.php | 26 - .../_2/SoundType.php | 101 - .../_2/TextType.php | 41 - .../_2/TimeType.php | 26 - .../_2/ValueType.php | 26 - .../_2/VideoType.php | 101 - .../ContactPersonWsdl/NavService.wsdl | 74 - .../CodeList_CurrencyCode_ISO_7_04.xsd | 1378 -- .../CodeList_LanguageCode_ISO_7_04.xsd | 2250 -- .../CodeList_MIMEMediaTypeCode_IANA_7_04.xsd | 658 - .../schemas/CodeList_UnitCode_UNECE_7_04.xsd | 8803 -------- .../public/schemas/ContactCompany.xsd | 40 - .../public/schemas/ContactPerson.xsd | 28 - .../UBL-CommonAggregateComponents-2.0.xsd | 17435 --------------- .../schemas/UBL-CommonBasicComponents-2.0.xsd | 2914 --- .../schemas/UBL-QualifiedDatatypes-2.0.xsd | 1948 -- .../UnqualifiedDataTypeSchemaModule-2.0.xsd | 1131 - .../ContactPersonWsdl/services/NavService.php | 36 - .../expected/MultiLevelImport/generated.xml | 635 - .../data/expected/SoapServer/NavService.wsdl | 89 - .../SoapServer/services/NavService.php | 36 - .../Xsd2Php/MavenTests/ParsedSchema.xml | 2419 --- .../apache/maven/POM/_4_0_0/Activation.php | 77 - .../maven/POM/_4_0_0/ActivationFile.php | 41 - .../apache/maven/POM/_4_0_0/ActivationOS.php | 63 - .../maven/POM/_4_0_0/ActivationProperty.php | 41 - .../org/apache/maven/POM/_4_0_0/Build.php | 185 - .../org/apache/maven/POM/_4_0_0/BuildBase.php | 111 - .../apache/maven/POM/_4_0_0/CiManagement.php | 48 - .../apache/maven/POM/_4_0_0/Contributor.php | 102 - .../apache/maven/POM/_4_0_0/Dependency.php | 153 - .../maven/POM/_4_0_0/DependencyManagement.php | 31 - .../maven/POM/_4_0_0/DeploymentRepository.php | 77 - .../org/apache/maven/POM/_4_0_0/Developer.php | 110 - .../POM/_4_0_0/DistributionManagement.php | 101 - .../org/apache/maven/POM/_4_0_0/Exclusion.php | 35 - .../org/apache/maven/POM/_4_0_0/Extension.php | 46 - .../maven/POM/_4_0_0/IssueManagement.php | 38 - .../org/apache/maven/POM/_4_0_0/License.php | 68 - .../apache/maven/POM/_4_0_0/MailingList.php | 91 - .../org/apache/maven/POM/_4_0_0/Model.php | 393 - .../org/apache/maven/POM/_4_0_0/Notifier.php | 87 - .../apache/maven/POM/_4_0_0/Organization.php | 36 - .../org/apache/maven/POM/_4_0_0/Parent.php | 70 - .../org/apache/maven/POM/_4_0_0/Plugin.php | 106 - .../maven/POM/_4_0_0/PluginExecution.php | 64 - .../maven/POM/_4_0_0/PluginManagement.php | 27 - .../apache/maven/POM/_4_0_0/Prerequisites.php | 26 - .../org/apache/maven/POM/_4_0_0/Profile.php | 165 - .../apache/maven/POM/_4_0_0/Relocation.php | 57 - .../apache/maven/POM/_4_0_0/ReportPlugin.php | 76 - .../org/apache/maven/POM/_4_0_0/ReportSet.php | 55 - .../org/apache/maven/POM/_4_0_0/Reporting.php | 49 - .../apache/maven/POM/_4_0_0/Repository.php | 87 - .../maven/POM/_4_0_0/RepositoryPolicy.php | 60 - .../org/apache/maven/POM/_4_0_0/Resource.php | 81 - .../org/apache/maven/POM/_4_0_0/Scm.php | 70 - .../org/apache/maven/POM/_4_0_0/Site.php | 53 - .../org/apache/maven/POM/_4_0_0/project.php | 17 - .../expected/simple1/bindings/address.php | 17 - .../data/expected/simple1/bindings/city.php | 17 - .../expected/simple1/bindings/country.php | 17 - .../data/expected/simple1/bindings/item.php | 38 - .../data/expected/simple1/bindings/name.php | 17 - .../data/expected/simple1/bindings/note.php | 17 - .../expected/simple1/bindings/orderperson.php | 17 - .../data/expected/simple1/bindings/price.php | 17 - .../expected/simple1/bindings/quantity.php | 17 - .../expected/simple1/bindings/shiporder.php | 39 - .../data/expected/simple1/bindings/shipto.php | 37 - .../data/expected/simple1/bindings/title.php | 17 - .../test/data/expected/simple1/generated.xml | 62 - .../test/data/expected/simple1/shiporder.xml | 16 - .../test/data/expected/ubl2.0/Order.xml | 21 - .../expected/ubl2.0/XSDConvertertoXML.xml | 12001 ----------- .../AccessoryRelatedItem.php | 12 - .../AccountingContact.php | 12 - .../AccountingCustomerParty.php | 12 - .../AccountingSupplierParty.php | 12 - .../ActualPackage.php | 12 - .../AdditionalDocumentReference.php | 12 - .../AdditionalItemIdentification.php | 12 - .../AdditionalItemProperty.php | 12 - .../AdditionalTemperature.php | 12 - .../CommonAggregateComponents_2/Address.php | 12 - .../AddressLine.php | 12 - .../AddressLineType.php | 36 - .../AddressType.php | 508 - .../AgentParty.php | 12 - .../AirTransport.php | 12 - .../AirTransportType.php | 35 - .../AllowanceCharge.php | 12 - .../AllowanceChargeType.php | 261 - .../AlternativeConditionPrice.php | 12 - .../AnticipatedMonetaryTotal.php | 12 - .../ApplicableAddress.php | 12 - .../ApplicableTaxCategory.php | 12 - .../ApplicableTerritoryAddress.php | 12 - .../Attachment.php | 12 - .../AttachmentType.php | 52 - .../BillingReference.php | 12 - .../BillingReferenceLine.php | 12 - .../BillingReferenceLineType.php | 68 - .../BillingReferenceType.php | 153 - .../CommonAggregateComponents_2/Branch.php | 12 - .../BranchType.php | 84 - .../BuyerContact.php | 12 - .../BuyerCustomerParty.php | 12 - .../BuyerProposedSubstituteLineItem.php | 12 - .../BuyersItemIdentification.php | 12 - .../CardAccount.php | 12 - .../CardAccountType.php | 210 - .../CarrierParty.php | 12 - .../CatalogueDocumentReference.php | 12 - .../CatalogueItemIdentification.php | 12 - .../CatalogueItemSpecificationUpdateLine.php | 12 - ...talogueItemSpecificationUpdateLineType.php | 86 - .../CatalogueLine.php | 12 - .../CatalogueLineReference.php | 12 - .../CatalogueLineType.php | 490 - .../CataloguePricingUpdateLine.php | 12 - .../CataloguePricingUpdateLineType.php | 87 - .../CatalogueReference.php | 12 - .../CatalogueReferenceType.php | 192 - .../CatalogueRequestLine.php | 12 - .../CatalogueRequestLineType.php | 121 - .../CategorizesClassificationCategory.php | 12 - .../CertificateOfOriginApplication.php | 12 - .../CertificateOfOriginApplicationType.php | 254 - .../ClassificationCategory.php | 12 - .../ClassificationCategoryType.php | 92 - .../ClassificationScheme.php | 12 - .../ClassificationSchemeType.php | 261 - .../ClassifiedTaxCategory.php | 12 - .../CommodityClassification.php | 12 - .../CommodityClassificationType.php | 92 - .../Communication.php | 12 - .../CommunicationType.php | 72 - .../ComplementaryRelatedItem.php | 12 - .../ComponentRelatedItem.php | 12 - .../ConsigneeParty.php | 12 - .../Consignment.php | 12 - .../ConsignmentType.php | 614 - .../ConsignorParty.php | 12 - .../CommonAggregateComponents_2/Contact.php | 12 - .../ContactParty.php | 12 - .../ContactType.php | 140 - .../ContainedGoodsItem.php | 12 - .../ContainedPackage.php | 12 - .../CommonAggregateComponents_2/Contract.php | 12 - .../ContractDocumentReference.php | 12 - .../ContractType.php | 138 - .../ContractorCustomerParty.php | 12 - .../CorporateRegistrationScheme.php | 12 - .../CorporateRegistrationSchemeType.php | 89 - .../CommonAggregateComponents_2/Country.php | 12 - .../CountryType.php | 53 - .../CreditAccount.php | 12 - .../CreditAccountType.php | 36 - .../CreditNoteDocumentReference.php | 12 - .../CreditNoteLine.php | 12 - .../CreditNoteLineType.php | 318 - .../CurrentStatus.php | 12 - .../CustomerParty.php | 12 - .../CustomerPartyType.php | 139 - .../DebitNoteDocumentReference.php | 12 - .../DebitNoteLine.php | 12 - .../DebitNoteLineType.php | 318 - .../DefaultLanguage.php | 12 - .../DeletedCatalogueReference.php | 12 - .../CommonAggregateComponents_2/Delivery.php | 12 - .../DeliveryAddress.php | 12 - .../DeliveryContact.php | 12 - .../DeliveryCustomerParty.php | 12 - .../DeliveryLocation.php | 12 - .../DeliveryParty.php | 12 - .../DeliveryTerms.php | 12 - .../DeliveryTermsType.php | 121 - .../DeliveryType.php | 295 - .../DeliveryUnit.php | 12 - .../DeliveryUnitType.php | 74 - .../CommonAggregateComponents_2/Despatch.php | 12 - .../DespatchAddress.php | 12 - .../DespatchContact.php | 12 - .../DespatchDocumentReference.php | 12 - .../DespatchLine.php | 12 - .../DespatchLineReference.php | 12 - .../DespatchLineType.php | 258 - .../DespatchParty.php | 12 - .../DespatchSupplierParty.php | 12 - .../DespatchType.php | 193 - .../DestinationCountry.php | 12 - .../DigitalSignatureAttachment.php | 12 - .../CommonAggregateComponents_2/Dimension.php | 12 - .../DimensionType.php | 105 - .../DiscrepancyResponse.php | 12 - .../DocumentDistribution.php | 12 - .../DocumentDistributionType.php | 70 - .../DocumentReference.php | 12 - .../DocumentReferenceType.php | 155 - .../DocumentResponse.php | 12 - .../DocumentResponseType.php | 100 - .../EmbassyEndorsement.php | 12 - .../EmergencyTemperature.php | 12 - .../Endorsement.php | 12 - .../EndorsementType.php | 102 - .../EndorserParty.php | 12 - .../EndorserPartyType.php | 85 - .../EstimatedDeliveryPeriod.php | 12 - .../ExchangeRate.php | 12 - .../ExchangeRateType.php | 175 - .../ExportCountry.php | 12 - .../ExporterParty.php | 12 - .../ExternalReference.php | 12 - .../ExternalReferenceType.php | 86 - .../FinalDeliveryParty.php | 12 - .../FinalDeliveryTransportationService.php | 12 - .../FinalDestinationCountry.php | 12 - .../FinancialAccount.php | 12 - .../FinancialAccountType.php | 138 - .../FinancialInstitution.php | 12 - .../FinancialInstitutionBranch.php | 12 - .../FinancialInstitutionType.php | 68 - .../FirstArrivalPortLocation.php | 12 - .../FlashpointTemperature.php | 12 - .../ForeignExchangeContract.php | 12 - .../FreightAllowanceCharge.php | 12 - .../FreightForwarderParty.php | 12 - .../CommonAggregateComponents_2/GoodsItem.php | 12 - .../GoodsItemContainer.php | 12 - .../GoodsItemContainerType.php | 69 - .../GoodsItemType.php | 543 - .../HandlingUnitDespatchLine.php | 12 - .../HazardousGoodsTransit.php | 12 - .../HazardousGoodsTransitType.php | 140 - .../HazardousItem.php | 12 - .../HazardousItemType.php | 426 - .../ImporterParty.php | 12 - .../InformationContentProviderParty.php | 12 - .../InsuranceEndorsement.php | 12 - .../InvoiceDocumentReference.php | 12 - .../InvoiceLine.php | 12 - .../InvoiceLineType.php | 400 - .../InvoicePeriod.php | 12 - .../IssuerEndorsement.php | 12 - .../IssuerParty.php | 12 - .../IssuingCountry.php | 12 - .../xsd/CommonAggregateComponents_2/Item.php | 12 - .../ItemComparison.php | 12 - .../ItemComparisonType.php | 53 - .../ItemIdentification.php | 12 - .../ItemIdentificationType.php | 104 - .../ItemInstance.php | 12 - .../ItemInstanceType.php | 139 - .../ItemLocationQuantity.php | 12 - .../ItemLocationQuantityType.php | 177 - .../ItemProperty.php | 12 - .../ItemPropertyGroup.php | 12 - .../ItemPropertyGroupType.php | 54 - .../ItemPropertyType.php | 87 - .../ItemSpecificationDocumentReference.php | 12 - .../CommonAggregateComponents_2/ItemType.php | 497 - .../JurisdictionRegionAddress.php | 12 - .../CommonAggregateComponents_2/Language.php | 12 - .../LanguageType.php | 69 - .../LastExitPortLocation.php | 12 - .../LegalMonetaryTotal.php | 12 - .../CommonAggregateComponents_2/LineItem.php | 12 - .../LineItemType.php | 442 - .../LineReference.php | 12 - .../LineReferenceType.php | 85 - .../LineResponse.php | 12 - .../LineResponseType.php | 50 - .../LineValidityPeriod.php | 12 - .../LoadingLocation.php | 12 - .../LoadingPortLocation.php | 12 - .../LoadingProofParty.php | 12 - .../CommonAggregateComponents_2/Location.php | 12 - .../LocationCoordinate.php | 12 - .../LocationCoordinateType.php | 141 - .../LocationType.php | 140 - .../LotIdentification.php | 12 - .../LotIdentificationType.php | 69 - .../ManufacturerParty.php | 12 - .../ManufacturersItemIdentification.php | 12 - .../MaritimeTransport.php | 12 - .../MaritimeTransportType.php | 55 - .../MaximumTemperature.php | 12 - .../MeasurementDimension.php | 12 - .../MinimumTemperature.php | 12 - .../MonetaryTotal.php | 12 - .../MonetaryTotalType.php | 156 - .../NotifyParty.php | 12 - .../OrderDocumentReference.php | 12 - .../CommonAggregateComponents_2/OrderLine.php | 12 - .../OrderLineReference.php | 12 - .../OrderLineReferenceType.php | 103 - .../OrderLineType.php | 169 - .../OrderReference.php | 12 - .../OrderReferenceType.php | 157 - .../OrderedShipment.php | 12 - .../OrderedShipmentType.php | 50 - .../OriginAddress.php | 12 - .../OriginCountry.php | 12 - .../OriginalDepartureCountry.php | 12 - .../OriginalDespatchParty.php | 12 - .../OriginalDespatchTransportationService.php | 12 - .../OriginalDocumentReference.php | 12 - .../OriginalItemLocationQuantity.php | 12 - .../OriginatorCustomerParty.php | 12 - .../OriginatorDocumentReference.php | 12 - .../OriginatorParty.php | 12 - .../OtherCommunication.php | 12 - .../OwnerParty.php | 12 - .../CommonAggregateComponents_2/Package.php | 12 - .../PackageType.php | 188 - .../xsd/CommonAggregateComponents_2/Party.php | 12 - .../PartyIdentification.php | 12 - .../PartyIdentificationType.php | 35 - .../PartyLegalEntity.php | 12 - .../PartyLegalEntityType.php | 89 - .../CommonAggregateComponents_2/PartyName.php | 12 - .../PartyNameType.php | 36 - .../PartyTaxScheme.php | 12 - .../PartyTaxSchemeType.php | 141 - .../CommonAggregateComponents_2/PartyType.php | 271 - .../PayeeFinancialAccount.php | 12 - .../PayeeParty.php | 12 - .../PayerFinancialAccount.php | 12 - .../CommonAggregateComponents_2/Payment.php | 12 - .../PaymentAlternativeExchangeRate.php | 12 - .../PaymentExchangeRate.php | 12 - .../PaymentMeans.php | 12 - .../PaymentMeansType.php | 204 - .../PaymentTerms.php | 12 - .../PaymentTermsType.php | 191 - .../PaymentType.php | 124 - .../PenaltyPeriod.php | 12 - .../CommonAggregateComponents_2/Period.php | 12 - .../PeriodType.php | 137 - .../CommonAggregateComponents_2/Person.php | 12 - .../PersonType.php | 141 - .../PhysicalAttribute.php | 12 - .../PhysicalAttributeType.php | 88 - .../PhysicalLocation.php | 12 - .../PostalAddress.php | 12 - .../PrepaidPayment.php | 12 - .../PreparationParty.php | 12 - .../PreviousPriceList.php | 12 - .../xsd/CommonAggregateComponents_2/Price.php | 12 - .../CommonAggregateComponents_2/PriceList.php | 12 - .../PriceListType.php | 87 - .../CommonAggregateComponents_2/PriceType.php | 176 - .../PricingExchangeRate.php | 12 - .../PricingReference.php | 12 - .../PricingReferenceType.php | 52 - .../PromisedDeliveryPeriod.php | 12 - .../ProviderParty.php | 12 - .../QuotationDocumentReference.php | 12 - .../QuotationLine.php | 12 - .../QuotationLineReference.php | 12 - .../QuotationLineType.php | 153 - .../QuotedMonetaryTotal.php | 12 - .../RailTransport.php | 12 - .../RailTransportType.php | 53 - .../ReceiptDocumentReference.php | 12 - .../ReceiptLine.php | 12 - .../ReceiptLineReference.php | 12 - .../ReceiptLineType.php | 342 - .../ReceivedHandlingUnitReceiptLine.php | 12 - .../ReceiverParty.php | 12 - .../RecipientParty.php | 12 - .../ReferencedContract.php | 12 - .../RegistrationAddress.php | 12 - .../RelatedCatalogueReference.php | 12 - .../RelatedItem.php | 12 - .../RelatedItemType.php | 72 - .../ReminderDocumentReference.php | 12 - .../ReminderLine.php | 12 - .../ReminderLineType.php | 206 - .../ReminderPeriod.php | 12 - .../RemittanceAdviceLine.php | 12 - .../RemittanceAdviceLineType.php | 289 - .../ReplacementRelatedItem.php | 12 - .../ReportedShipment.php | 12 - .../RequestForQuotationDocumentReference.php | 12 - .../RequestForQuotationLine.php | 12 - .../RequestForQuotationLineType.php | 101 - .../RequestedCatalogueReference.php | 12 - .../RequestedClassificationScheme.php | 12 - .../RequestedDeliveryPeriod.php | 12 - .../RequestedLanguage.php | 12 - .../RequestedMonetaryTotal.php | 12 - .../RequiredItemLocationQuantity.php | 12 - .../RequiredRelatedItem.php | 12 - .../CommonAggregateComponents_2/Response.php | 12 - .../ResponseType.php | 69 - .../RoadTransport.php | 12 - .../RoadTransportType.php | 36 - .../SecondaryHazard.php | 12 - .../SecondaryHazardType.php | 107 - .../SelfBilledCreditNoteDocumentReference.php | 12 - .../SelfBilledInvoiceDocumentReference.php | 12 - .../SellerContact.php | 12 - .../SellerProposedSubstituteLineItem.php | 12 - .../SellerSubstitutedLineItem.php | 12 - .../SellerSupplierParty.php | 12 - .../SellersItemIdentification.php | 12 - .../SenderParty.php | 12 - .../SettlementPeriod.php | 12 - .../CommonAggregateComponents_2/Shipment.php | 12 - .../ShipmentStage.php | 12 - .../ShipmentStageType.php | 227 - .../ShipmentType.php | 548 - .../SignatoryContact.php | 12 - .../SignatoryParty.php | 12 - .../CommonAggregateComponents_2/Signature.php | 12 - .../SignatureType.php | 188 - .../StandardItemIdentification.php | 12 - .../StatementDocumentReference.php | 12 - .../StatementLine.php | 12 - .../StatementLineType.php | 339 - .../StatementPeriod.php | 12 - .../CommonAggregateComponents_2/Status.php | 12 - .../StatusType.php | 193 - .../CommonAggregateComponents_2/Stowage.php | 12 - .../StowageType.php | 71 - .../SupplierParty.php | 12 - .../SupplierPartyType.php | 139 - .../SupportingDocumentReference.php | 12 - .../TaxCategory.php | 12 - .../TaxCategoryType.php | 190 - .../TaxExchangeRate.php | 12 - .../TaxRepresentativeParty.php | 12 - .../CommonAggregateComponents_2/TaxScheme.php | 12 - .../TaxSchemeType.php | 106 - .../TaxSubtotal.php | 12 - .../TaxSubtotalType.php | 190 - .../CommonAggregateComponents_2/TaxTotal.php | 12 - .../TaxTotalType.php | 87 - .../Temperature.php | 12 - .../TemperatureType.php | 70 - .../TradingTerms.php | 12 - .../TradingTermsType.php | 71 - .../TransactionConditions.php | 12 - .../TransactionConditionsType.php | 86 - .../TransitCountry.php | 12 - .../TransitPeriod.php | 12 - .../TransportContract.php | 12 - .../TransportEquipment.php | 12 - .../TransportEquipmentSeal.php | 12 - .../TransportEquipmentSealType.php | 106 - .../TransportEquipmentType.php | 330 - .../TransportEvent.php | 12 - .../TransportEventType.php | 171 - .../TransportHandlingUnit.php | 12 - .../TransportHandlingUnitType.php | 315 - .../TransportMeans.php | 12 - .../TransportMeansType.php | 193 - .../TransportationService.php | 12 - .../TransportationServiceType.php | 88 - .../TransshipPortLocation.php | 12 - .../UnloadingPortLocation.php | 12 - .../UsabilityPeriod.php | 12 - .../ValidityPeriod.php | 12 - .../WarrantyParty.php | 12 - .../WarrantyValidityPeriod.php | 12 - .../AcceptedIndicator.php | 12 - .../AcceptedIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/AccountID.php | 12 - .../CommonBasicComponents_2/AccountIDType.php | 14 - .../AccountNumberID.php | 12 - .../AccountNumberIDType.php | 14 - .../AccountTypeCode.php | 12 - .../AccountTypeCodeType.php | 14 - .../AccountingCost.php | 12 - .../AccountingCostCode.php | 12 - .../AccountingCostCodeType.php | 14 - .../AccountingCostType.php | 14 - .../CommonBasicComponents_2/ActionCode.php | 12 - .../ActionCodeType.php | 14 - .../ActualDeliveryDate.php | 12 - .../ActualDeliveryDateType.php | 14 - .../ActualDeliveryTime.php | 12 - .../ActualDeliveryTimeType.php | 14 - .../ActualDespatchDate.php | 12 - .../ActualDespatchDateType.php | 14 - .../ActualDespatchTime.php | 12 - .../ActualDespatchTimeType.php | 14 - .../AdValoremIndicator.php | 12 - .../AdValoremIndicatorType.php | 14 - .../AdditionalAccountID.php | 12 - .../AdditionalAccountIDType.php | 14 - .../AdditionalInformation.php | 12 - .../AdditionalInformationType.php | 14 - .../AdditionalStreetName.php | 12 - .../AdditionalStreetNameType.php | 14 - .../AddressFormatCode.php | 12 - .../AddressFormatCodeType.php | 14 - .../AddressTypeCode.php | 12 - .../AddressTypeCodeType.php | 14 - .../xsd/CommonBasicComponents_2/AgencyID.php | 12 - .../CommonBasicComponents_2/AgencyIDType.php | 14 - .../CommonBasicComponents_2/AgencyName.php | 12 - .../AgencyNameType.php | 14 - .../CommonBasicComponents_2/AircraftID.php | 12 - .../AircraftIDType.php | 14 - .../AllowanceChargeReason.php | 12 - .../AllowanceChargeReasonCode.php | 12 - .../AllowanceChargeReasonCodeType.php | 14 - .../AllowanceChargeReasonType.php | 14 - .../AllowanceTotalAmount.php | 12 - .../AllowanceTotalAmountType.php | 14 - .../xsd/CommonBasicComponents_2/Amount.php | 12 - .../CommonBasicComponents_2/AmountType.php | 14 - .../CommonBasicComponents_2/ApplicationID.php | 12 - .../ApplicationIDType.php | 14 - .../ApplicationStatusCode.php | 12 - .../ApplicationStatusCodeType.php | 14 - .../ApprovalStatus.php | 12 - .../ApprovalStatusType.php | 14 - .../CommonBasicComponents_2/AttributeID.php | 12 - .../AttributeIDType.php | 14 - .../BackOrderAllowedIndicator.php | 12 - .../BackOrderAllowedIndicatorType.php | 14 - .../BackorderQuantity.php | 12 - .../BackorderQuantityType.php | 14 - .../BackorderReason.php | 12 - .../BackorderReasonType.php | 14 - .../CommonBasicComponents_2/BalanceAmount.php | 12 - .../BalanceAmountType.php | 14 - .../BalanceBroughtForwardIndicator.php | 12 - .../BalanceBroughtForwardIndicatorType.php | 14 - .../CommonBasicComponents_2/BaseAmount.php | 12 - .../BaseAmountType.php | 14 - .../CommonBasicComponents_2/BaseQuantity.php | 12 - .../BaseQuantityType.php | 14 - .../BaseUnitMeasure.php | 12 - .../BaseUnitMeasureType.php | 14 - .../CommonBasicComponents_2/BatchQuantity.php | 12 - .../BatchQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/BlockName.php | 12 - .../CommonBasicComponents_2/BlockNameType.php | 14 - .../xsd/CommonBasicComponents_2/BrandName.php | 12 - .../CommonBasicComponents_2/BrandNameType.php | 14 - .../CommonBasicComponents_2/BuildingName.php | 12 - .../BuildingNameType.php | 14 - .../BuildingNumber.php | 12 - .../BuildingNumberType.php | 14 - .../xsd/CommonBasicComponents_2/CV2ID.php | 12 - .../xsd/CommonBasicComponents_2/CV2IDType.php | 14 - .../CalculationRate.php | 12 - .../CalculationRateType.php | 14 - .../CalculationSequenceNumeric.php | 12 - .../CalculationSequenceNumericType.php | 14 - .../CancellationNote.php | 12 - .../CancellationNoteType.php | 14 - .../CanonicalizationMethod.php | 12 - .../CanonicalizationMethodType.php | 14 - .../CommonBasicComponents_2/CardChipCode.php | 12 - .../CardChipCodeType.php | 14 - .../CommonBasicComponents_2/CardTypeCode.php | 12 - .../CardTypeCodeType.php | 14 - .../CommonBasicComponents_2/CargoTypeCode.php | 12 - .../CargoTypeCodeType.php | 14 - .../CarrierAssignedID.php | 12 - .../CarrierAssignedIDType.php | 14 - .../CatalogueIndicator.php | 12 - .../CatalogueIndicatorType.php | 14 - .../CommonBasicComponents_2/CategoryName.php | 12 - .../CategoryNameType.php | 14 - .../CertificateType.php | 12 - .../CertificateTypeType.php | 14 - .../xsd/CommonBasicComponents_2/Channel.php | 12 - .../CommonBasicComponents_2/ChannelCode.php | 12 - .../ChannelCodeType.php | 14 - .../CommonBasicComponents_2/ChannelType.php | 14 - .../ChargeIndicator.php | 12 - .../ChargeIndicatorType.php | 14 - .../ChargeTotalAmount.php | 12 - .../ChargeTotalAmountType.php | 14 - .../ChargeableWeightMeasure.php | 12 - .../ChargeableWeightMeasureType.php | 14 - .../ChipApplicationID.php | 12 - .../ChipApplicationIDType.php | 14 - .../xsd/CommonBasicComponents_2/CityName.php | 12 - .../CommonBasicComponents_2/CityNameType.php | 14 - .../CitySubdivisionName.php | 12 - .../CitySubdivisionNameType.php | 14 - .../ClassifiedIndicator.php | 12 - .../ClassifiedIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/CodeValue.php | 12 - .../CommonBasicComponents_2/CodeValueType.php | 14 - .../CommonBasicComponents_2/CommodityCode.php | 12 - .../CommodityCodeType.php | 14 - .../xsd/CommonBasicComponents_2/CompanyID.php | 12 - .../CommonBasicComponents_2/CompanyIDType.php | 14 - .../CompletionIndicator.php | 12 - .../CompletionIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/Condition.php | 12 - .../CommonBasicComponents_2/ConditionCode.php | 12 - .../ConditionCodeType.php | 14 - .../CommonBasicComponents_2/ConditionType.php | 14 - .../CommonBasicComponents_2/Conditions.php | 12 - .../ConditionsType.php | 14 - .../ConsumerUnitQuantity.php | 12 - .../ConsumerUnitQuantityType.php | 14 - .../ContentUnitQuantity.php | 12 - .../ContentUnitQuantityType.php | 14 - .../ContractSubdivision.php | 12 - .../ContractSubdivisionType.php | 14 - .../CommonBasicComponents_2/ContractType.php | 12 - .../ContractTypeCode.php | 12 - .../ContractTypeCodeType.php | 14 - .../ContractTypeType.php | 14 - .../CoordinateSystemCode.php | 12 - .../CoordinateSystemCodeType.php | 14 - .../CommonBasicComponents_2/CopiesNumeric.php | 12 - .../CopiesNumericType.php | 14 - .../CommonBasicComponents_2/CopyIndicator.php | 12 - .../CopyIndicatorType.php | 14 - .../CorporateRegistrationTypeCode.php | 12 - .../CorporateRegistrationTypeCodeType.php | 14 - .../CountrySubentity.php | 12 - .../CountrySubentityCode.php | 12 - .../CountrySubentityCodeType.php | 14 - .../CountrySubentityType.php | 14 - .../CommonBasicComponents_2/CreditAmount.php | 12 - .../CreditAmountType.php | 14 - .../CreditLineAmount.php | 12 - .../CreditLineAmountType.php | 14 - .../CreditedQuantity.php | 12 - .../CreditedQuantityType.php | 14 - .../CurrencyBaseRate.php | 12 - .../CurrencyBaseRateType.php | 14 - .../CommonBasicComponents_2/CurrencyCode.php | 12 - .../CurrencyCodeType.php | 14 - .../CustomerAssignedAccountID.php | 12 - .../CustomerAssignedAccountIDType.php | 14 - .../CustomerReference.php | 12 - .../CustomerReferenceType.php | 14 - .../CustomizationID.php | 12 - .../CustomizationIDType.php | 14 - .../xsd/CommonBasicComponents_2/CustomsID.php | 12 - .../CommonBasicComponents_2/CustomsIDType.php | 14 - .../CustomsImportClassifiedIndicator.php | 12 - .../CustomsImportClassifiedIndicatorType.php | 14 - .../CustomsStatusCode.php | 12 - .../CustomsStatusCodeType.php | 14 - .../CustomsTariffQuantity.php | 12 - .../CustomsTariffQuantityType.php | 14 - .../CommonBasicComponents_2/DamageRemarks.php | 12 - .../DamageRemarksType.php | 14 - .../DataSendingCapability.php | 12 - .../DataSendingCapabilityType.php | 14 - .../xsd/CommonBasicComponents_2/Date.php | 12 - .../xsd/CommonBasicComponents_2/DateType.php | 14 - .../CommonBasicComponents_2/DebitAmount.php | 12 - .../DebitAmountType.php | 14 - .../DebitLineAmount.php | 12 - .../DebitLineAmountType.php | 14 - .../DebitedQuantity.php | 12 - .../DebitedQuantityType.php | 14 - .../DeclaredCarriageValueAmount.php | 12 - .../DeclaredCarriageValueAmountType.php | 14 - .../DeclaredCustomsValueAmount.php | 12 - .../DeclaredCustomsValueAmountType.php | 14 - .../DeclaredForCarriageValueAmount.php | 12 - .../DeclaredForCarriageValueAmountType.php | 14 - .../DeclaredStatisticsValueAmount.php | 12 - .../DeclaredStatisticsValueAmountType.php | 14 - .../DegreesMeasure.php | 12 - .../DegreesMeasureType.php | 14 - .../DeliveredQuantity.php | 12 - .../DeliveredQuantityType.php | 14 - .../CommonBasicComponents_2/DeliveryDate.php | 12 - .../DeliveryDateType.php | 14 - .../DeliveryInstructions.php | 12 - .../DeliveryInstructionsType.php | 14 - .../CommonBasicComponents_2/DeliveryTime.php | 12 - .../DeliveryTimeType.php | 14 - .../CommonBasicComponents_2/Department.php | 12 - .../DepartmentType.php | 14 - .../CommonBasicComponents_2/Description.php | 12 - .../DescriptionCode.php | 12 - .../DescriptionCodeType.php | 14 - .../DescriptionType.php | 14 - .../DespatchAdviceTypeCode.php | 12 - .../DespatchAdviceTypeCodeType.php | 14 - .../CommonBasicComponents_2/DespatchDate.php | 12 - .../DespatchDateType.php | 14 - .../CommonBasicComponents_2/DespatchTime.php | 12 - .../DespatchTimeType.php | 14 - .../CommonBasicComponents_2/DirectionCode.php | 12 - .../DirectionCodeType.php | 14 - .../DiscountPercent.php | 12 - .../DiscountPercentType.php | 14 - .../DispositionCode.php | 12 - .../DispositionCodeType.php | 14 - .../xsd/CommonBasicComponents_2/District.php | 12 - .../CommonBasicComponents_2/DistrictType.php | 14 - .../DocumentBinaryObject.php | 12 - .../DocumentBinaryObjectType.php | 14 - .../DocumentCurrencyCode.php | 12 - .../DocumentCurrencyCodeType.php | 14 - .../CommonBasicComponents_2/DocumentHash.php | 12 - .../DocumentHashType.php | 14 - .../CommonBasicComponents_2/DocumentID.php | 12 - .../DocumentIDType.php | 14 - .../DocumentStatusCode.php | 12 - .../DocumentStatusCodeType.php | 14 - .../CommonBasicComponents_2/DocumentType.php | 12 - .../DocumentTypeCode.php | 12 - .../DocumentTypeCodeType.php | 14 - .../DocumentTypeType.php | 14 - .../DurationMeasure.php | 12 - .../DurationMeasureType.php | 14 - .../ElectronicMail.php | 12 - .../ElectronicMailType.php | 14 - .../EmbeddedDocumentBinaryObject.php | 12 - .../EmbeddedDocumentBinaryObjectType.php | 14 - .../EmergencyProceduresCode.php | 12 - .../EmergencyProceduresCodeType.php | 14 - .../xsd/CommonBasicComponents_2/EndDate.php | 12 - .../CommonBasicComponents_2/EndDateType.php | 14 - .../xsd/CommonBasicComponents_2/EndTime.php | 12 - .../CommonBasicComponents_2/EndTimeType.php | 14 - .../CommonBasicComponents_2/EndpointID.php | 12 - .../EndpointIDType.php | 14 - .../EstimatedDespatchDate.php | 12 - .../EstimatedDespatchDateType.php | 14 - .../EstimatedDespatchTime.php | 12 - .../EstimatedDespatchTimeType.php | 14 - .../xsd/CommonBasicComponents_2/EventCode.php | 12 - .../CommonBasicComponents_2/EventCodeType.php | 14 - .../ExchangeMarketID.php | 12 - .../ExchangeMarketIDType.php | 14 - .../ExemptionReason.php | 12 - .../ExemptionReasonCode.php | 12 - .../ExemptionReasonCodeType.php | 14 - .../ExemptionReasonType.php | 14 - .../CommonBasicComponents_2/ExpiryDate.php | 12 - .../ExpiryDateType.php | 14 - .../CommonBasicComponents_2/ExpiryTime.php | 12 - .../ExpiryTimeType.php | 14 - .../CommonBasicComponents_2/ExtendedID.php | 12 - .../ExtendedIDType.php | 14 - .../xsd/CommonBasicComponents_2/Extension.php | 12 - .../CommonBasicComponents_2/ExtensionType.php | 14 - .../CommonBasicComponents_2/FactorNumeric.php | 12 - .../FactorNumericType.php | 14 - .../CommonBasicComponents_2/FamilyName.php | 12 - .../FamilyNameType.php | 14 - .../xsd/CommonBasicComponents_2/FirstName.php | 12 - .../CommonBasicComponents_2/FirstNameType.php | 14 - .../xsd/CommonBasicComponents_2/Floor.php | 12 - .../xsd/CommonBasicComponents_2/FloorType.php | 14 - .../FreeOfChargeIndicator.php | 12 - .../FreeOfChargeIndicatorType.php | 14 - .../FreeOnBoardValueAmount.php | 12 - .../FreeOnBoardValueAmountType.php | 14 - .../FreightRateClassCode.php | 12 - .../FreightRateClassCodeType.php | 14 - .../FullnessIndicationCode.php | 12 - .../FullnessIndicationCodeType.php | 14 - .../GoodsItemQuantity.php | 12 - .../GoodsItemQuantityType.php | 14 - .../GrossVolumeMeasure.php | 12 - .../GrossVolumeMeasureType.php | 14 - .../GrossWeightMeasure.php | 12 - .../GrossWeightMeasureType.php | 14 - .../CommonBasicComponents_2/HandlingCode.php | 12 - .../HandlingCodeType.php | 14 - .../HandlingInstructions.php | 12 - .../HandlingInstructionsType.php | 14 - .../CommonBasicComponents_2/HazardClassID.php | 12 - .../HazardClassIDType.php | 14 - .../HazardousCategoryCode.php | 12 - .../HazardousCategoryCodeType.php | 14 - .../HazardousRegulationCode.php | 12 - .../HazardousRegulationCodeType.php | 14 - .../HazardousRiskIndicator.php | 12 - .../HazardousRiskIndicatorType.php | 14 - .../CommonBasicComponents_2/HolderName.php | 12 - .../HolderNameType.php | 14 - .../schema/xsd/CommonBasicComponents_2/ID.php | 12 - .../xsd/CommonBasicComponents_2/IDType.php | 14 - .../IdentificationCode.php | 12 - .../IdentificationCodeType.php | 14 - .../IdentificationID.php | 12 - .../IdentificationIDType.php | 14 - .../IndicationIndicator.php | 12 - .../IndicationIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/Indicator.php | 12 - .../CommonBasicComponents_2/IndicatorType.php | 14 - .../CommonBasicComponents_2/Information.php | 12 - .../InformationType.php | 14 - .../InhalationToxicityZoneCode.php | 12 - .../InhalationToxicityZoneCodeType.php | 14 - .../CommonBasicComponents_2/InhouseMail.php | 12 - .../InhouseMailType.php | 14 - .../InspectionMethodCode.php | 12 - .../InspectionMethodCodeType.php | 14 - .../CommonBasicComponents_2/Instruction.php | 12 - .../CommonBasicComponents_2/InstructionID.php | 12 - .../InstructionIDType.php | 14 - .../InstructionNote.php | 12 - .../InstructionNoteType.php | 14 - .../InstructionType.php | 14 - .../CommonBasicComponents_2/Instructions.php | 12 - .../InstructionsType.php | 14 - .../InsurancePremiumAmount.php | 12 - .../InsurancePremiumAmountType.php | 14 - .../InsuranceValueAmount.php | 12 - .../InsuranceValueAmountType.php | 14 - .../CommonBasicComponents_2/InvoiceAmount.php | 12 - .../InvoiceAmountType.php | 14 - .../InvoiceTypeCode.php | 12 - .../InvoiceTypeCodeType.php | 14 - .../InvoicedQuantity.php | 12 - .../InvoicedQuantityType.php | 14 - .../InvoicingPartyReference.php | 12 - .../InvoicingPartyReferenceType.php | 14 - .../xsd/CommonBasicComponents_2/IssueDate.php | 12 - .../CommonBasicComponents_2/IssueDateType.php | 14 - .../CommonBasicComponents_2/IssueNumberID.php | 12 - .../IssueNumberIDType.php | 14 - .../xsd/CommonBasicComponents_2/IssueTime.php | 12 - .../CommonBasicComponents_2/IssueTimeType.php | 14 - .../xsd/CommonBasicComponents_2/IssuerID.php | 12 - .../CommonBasicComponents_2/IssuerIDType.php | 14 - .../ItemClassificationCode.php | 12 - .../ItemClassificationCodeType.php | 14 - .../ItemUpdateRequestIndicator.php | 12 - .../ItemUpdateRequestIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/JobID.php | 12 - .../xsd/CommonBasicComponents_2/JobIDType.php | 14 - .../xsd/CommonBasicComponents_2/JobTitle.php | 12 - .../CommonBasicComponents_2/JobTitleType.php | 14 - .../xsd/CommonBasicComponents_2/JourneyID.php | 12 - .../CommonBasicComponents_2/JourneyIDType.php | 14 - .../xsd/CommonBasicComponents_2/Keyword.php | 12 - .../CommonBasicComponents_2/KeywordType.php | 14 - .../CommonBasicComponents_2/LanguageID.php | 12 - .../LanguageIDType.php | 14 - .../LastRevisionDate.php | 12 - .../LastRevisionDateType.php | 14 - .../LastRevisionTime.php | 12 - .../LastRevisionTimeType.php | 14 - .../LatestDeliveryDate.php | 12 - .../LatestDeliveryDateType.php | 14 - .../LatestDeliveryTime.php | 12 - .../LatestDeliveryTimeType.php | 14 - .../LatitudeDegreesMeasure.php | 12 - .../LatitudeDegreesMeasureType.php | 14 - .../LatitudeDirectionCode.php | 12 - .../LatitudeDirectionCodeType.php | 14 - .../LatitudeMinutesMeasure.php | 12 - .../LatitudeMinutesMeasureType.php | 14 - .../LeadTimeMeasure.php | 12 - .../LeadTimeMeasureType.php | 14 - .../LegalStatusIndicator.php | 12 - .../LegalStatusIndicatorType.php | 14 - .../CommonBasicComponents_2/LengthMeasure.php | 12 - .../LengthMeasureType.php | 14 - .../LicensePlateID.php | 12 - .../LicensePlateIDType.php | 14 - .../LifeCycleStatusCode.php | 12 - .../LifeCycleStatusCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Line.php | 12 - .../CommonBasicComponents_2/LineAmount.php | 12 - .../LineAmountType.php | 14 - .../LineCountNumeric.php | 12 - .../LineCountNumericType.php | 14 - .../LineExtensionAmount.php | 12 - .../LineExtensionAmountType.php | 14 - .../xsd/CommonBasicComponents_2/LineID.php | 12 - .../CommonBasicComponents_2/LineIDType.php | 14 - .../LineStatusCode.php | 12 - .../LineStatusCodeType.php | 14 - .../xsd/CommonBasicComponents_2/LineType.php | 14 - .../LoadingLengthMeasure.php | 12 - .../LoadingLengthMeasureType.php | 14 - .../CommonBasicComponents_2/LocaleCode.php | 12 - .../LocaleCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Location.php | 12 - .../CommonBasicComponents_2/LocationID.php | 12 - .../LocationIDType.php | 14 - .../CommonBasicComponents_2/LocationType.php | 14 - .../LogoReferenceID.php | 12 - .../LogoReferenceIDType.php | 14 - .../LongitudeDegreesMeasure.php | 12 - .../LongitudeDegreesMeasureType.php | 14 - .../LongitudeDirectionCode.php | 12 - .../LongitudeDirectionCodeType.php | 14 - .../LongitudeMinutesMeasure.php | 12 - .../LongitudeMinutesMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/LossRisk.php | 12 - .../LossRiskResponsibilityCode.php | 12 - .../LossRiskResponsibilityCodeType.php | 14 - .../CommonBasicComponents_2/LossRiskType.php | 14 - .../CommonBasicComponents_2/LotNumberID.php | 12 - .../LotNumberIDType.php | 14 - .../LowerOrangeHazardPlacardID.php | 12 - .../LowerOrangeHazardPlacardIDType.php | 14 - .../xsd/CommonBasicComponents_2/Mail.php | 12 - .../xsd/CommonBasicComponents_2/MailType.php | 14 - .../ManufactureDate.php | 12 - .../ManufactureDateType.php | 14 - .../ManufactureTime.php | 12 - .../ManufactureTimeType.php | 14 - .../CommonBasicComponents_2/MarkAttention.php | 12 - .../MarkAttentionIndicator.php | 12 - .../MarkAttentionIndicatorType.php | 14 - .../MarkAttentionType.php | 14 - .../xsd/CommonBasicComponents_2/MarkCare.php | 12 - .../MarkCareIndicator.php | 12 - .../MarkCareIndicatorType.php | 14 - .../CommonBasicComponents_2/MarkCareType.php | 14 - .../xsd/CommonBasicComponents_2/MarkingID.php | 12 - .../CommonBasicComponents_2/MarkingIDType.php | 14 - .../xsd/CommonBasicComponents_2/Marks.php | 12 - .../xsd/CommonBasicComponents_2/MarksType.php | 14 - .../MathematicOperatorCode.php | 12 - .../MathematicOperatorCodeType.php | 14 - .../MaximumBackorderQuantity.php | 12 - .../MaximumBackorderQuantityType.php | 14 - .../MaximumCopiesNumeric.php | 12 - .../MaximumCopiesNumericType.php | 14 - .../MaximumMeasure.php | 12 - .../MaximumMeasureType.php | 14 - .../MaximumOrderQuantity.php | 12 - .../MaximumOrderQuantityType.php | 14 - .../MaximumQuantity.php | 12 - .../MaximumQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/Measure.php | 12 - .../CommonBasicComponents_2/MeasureType.php | 14 - .../MedicalFirstAidGuideCode.php | 12 - .../MedicalFirstAidGuideCodeType.php | 14 - .../CommonBasicComponents_2/MiddleName.php | 12 - .../MiddleNameType.php | 14 - .../MinimumBackorderQuantity.php | 12 - .../MinimumBackorderQuantityType.php | 14 - .../MinimumMeasure.php | 12 - .../MinimumMeasureType.php | 14 - .../MinimumOrderQuantity.php | 12 - .../MinimumOrderQuantityType.php | 14 - .../MinimumQuantity.php | 12 - .../MinimumQuantityType.php | 14 - .../MinutesMeasure.php | 12 - .../MinutesMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/ModelName.php | 12 - .../CommonBasicComponents_2/ModelNameType.php | 14 - .../MultiplierFactorNumeric.php | 12 - .../MultiplierFactorNumericType.php | 14 - .../xsd/CommonBasicComponents_2/Name.php | 12 - .../CommonBasicComponents_2/NameSuffix.php | 12 - .../NameSuffixType.php | 14 - .../xsd/CommonBasicComponents_2/NameType.php | 14 - .../CommonBasicComponents_2/Nationality.php | 12 - .../CommonBasicComponents_2/NationalityID.php | 12 - .../NationalityIDType.php | 14 - .../NationalityType.php | 14 - .../CommonBasicComponents_2/NatureCode.php | 12 - .../NatureCodeType.php | 14 - .../NetNetWeightMeasure.php | 12 - .../NetNetWeightMeasureType.php | 14 - .../NetVolumeMeasure.php | 12 - .../NetVolumeMeasureType.php | 14 - .../NetWeightMeasure.php | 12 - .../NetWeightMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/NetworkID.php | 12 - .../CommonBasicComponents_2/NetworkIDType.php | 14 - .../xsd/CommonBasicComponents_2/Note.php | 12 - .../xsd/CommonBasicComponents_2/NoteType.php | 14 - .../xsd/CommonBasicComponents_2/NumberID.php | 12 - .../CommonBasicComponents_2/NumberIDType.php | 14 - .../OccurrenceDate.php | 12 - .../OccurrenceDateType.php | 14 - .../OccurrenceTime.php | 12 - .../OccurrenceTimeType.php | 14 - .../OnCarriageIndicator.php | 12 - .../OnCarriageIndicatorType.php | 14 - .../OrangeHazardPlacardID.php | 12 - .../OrangeHazardPlacardIDType.php | 14 - .../xsd/CommonBasicComponents_2/OrderID.php | 12 - .../CommonBasicComponents_2/OrderIDType.php | 14 - .../CommonBasicComponents_2/OrderQuantity.php | 12 - .../OrderQuantityIncrementNumeric.php | 12 - .../OrderQuantityIncrementNumericType.php | 14 - .../OrderQuantityType.php | 14 - .../OrderableIndicator.php | 12 - .../OrderableIndicatorType.php | 14 - .../CommonBasicComponents_2/OrderableUnit.php | 12 - .../OrderableUnitFactorRate.php | 12 - .../OrderableUnitFactorRateType.php | 14 - .../OrderableUnitType.php | 14 - .../OrganizationDepartment.php | 12 - .../OrganizationDepartmentType.php | 14 - .../CommonBasicComponents_2/OriginalJobID.php | 12 - .../OriginalJobIDType.php | 14 - .../OtherInstruction.php | 12 - .../OtherInstructionType.php | 14 - .../OutstandingQuantity.php | 12 - .../OutstandingQuantityType.php | 14 - .../OutstandingReason.php | 12 - .../OutstandingReasonType.php | 14 - .../OversupplyQuantity.php | 12 - .../OversupplyQuantityType.php | 14 - .../CommonBasicComponents_2/OwnerTypeCode.php | 12 - .../OwnerTypeCodeType.php | 14 - .../CommonBasicComponents_2/PackLevelCode.php | 12 - .../PackLevelCodeType.php | 14 - .../CommonBasicComponents_2/PackQuantity.php | 12 - .../PackQuantityType.php | 14 - .../PackSizeNumeric.php | 12 - .../PackSizeNumericType.php | 14 - .../PackageLevelCode.php | 12 - .../PackageLevelCodeType.php | 14 - .../PackageQuantity.php | 12 - .../PackageQuantityType.php | 14 - .../PackagesQuantity.php | 12 - .../PackagesQuantityType.php | 14 - .../PackagingTypeCode.php | 12 - .../PackagingTypeCodeType.php | 14 - .../PackingCriteriaCode.php | 12 - .../PackingCriteriaCodeType.php | 14 - .../PackingMaterial.php | 12 - .../PackingMaterialType.php | 14 - .../CommonBasicComponents_2/PaidAmount.php | 12 - .../PaidAmountType.php | 14 - .../xsd/CommonBasicComponents_2/PaidDate.php | 12 - .../CommonBasicComponents_2/PaidDateType.php | 14 - .../xsd/CommonBasicComponents_2/PaidTime.php | 12 - .../CommonBasicComponents_2/PaidTimeType.php | 14 - .../ParentDocumentID.php | 12 - .../ParentDocumentIDType.php | 14 - .../ParentDocumentTypeCode.php | 12 - .../ParentDocumentTypeCodeType.php | 14 - .../PartialDeliveryIndicator.php | 12 - .../PartialDeliveryIndicatorType.php | 14 - .../CommonBasicComponents_2/PayableAmount.php | 12 - .../PayableAmountType.php | 14 - .../PayableRoundingAmount.php | 12 - .../PayableRoundingAmountType.php | 14 - .../PayerReference.php | 12 - .../PayerReferenceType.php | 14 - .../PaymentAlternativeCurrencyCode.php | 12 - .../PaymentAlternativeCurrencyCodeType.php | 14 - .../CommonBasicComponents_2/PaymentAmount.php | 12 - .../PaymentAmountType.php | 14 - .../PaymentChannelCode.php | 12 - .../PaymentChannelCodeType.php | 14 - .../PaymentCurrencyCode.php | 12 - .../PaymentCurrencyCodeType.php | 14 - .../PaymentDueDate.php | 12 - .../PaymentDueDateType.php | 14 - .../xsd/CommonBasicComponents_2/PaymentID.php | 12 - .../CommonBasicComponents_2/PaymentIDType.php | 14 - .../PaymentMeansCode.php | 12 - .../PaymentMeansCodeType.php | 14 - .../PaymentMeansID.php | 12 - .../PaymentMeansIDType.php | 14 - .../CommonBasicComponents_2/PaymentNote.php | 12 - .../PaymentNoteType.php | 14 - .../PaymentOrderReference.php | 12 - .../PaymentOrderReferenceType.php | 14 - .../PenaltySurchargePercent.php | 12 - .../PenaltySurchargePercentType.php | 14 - .../CommonBasicComponents_2/PerUnitAmount.php | 12 - .../PerUnitAmountType.php | 14 - .../xsd/CommonBasicComponents_2/Percent.php | 12 - .../CommonBasicComponents_2/PercentType.php | 14 - .../PlacardEndorsement.php | 12 - .../PlacardEndorsementType.php | 14 - .../PlacardNotation.php | 12 - .../PlacardNotationType.php | 14 - .../PlotIdentification.php | 12 - .../PlotIdentificationType.php | 14 - .../CommonBasicComponents_2/PositionCode.php | 12 - .../PositionCodeType.php | 14 - .../CommonBasicComponents_2/PostalZone.php | 12 - .../PostalZoneType.php | 14 - .../xsd/CommonBasicComponents_2/Postbox.php | 12 - .../CommonBasicComponents_2/PostboxType.php | 14 - .../PreCarriageIndicator.php | 12 - .../PreCarriageIndicatorType.php | 14 - .../PreferenceCriterionCode.php | 12 - .../PreferenceCriterionCodeType.php | 14 - .../CommonBasicComponents_2/PrepaidAmount.php | 12 - .../PrepaidAmountType.php | 14 - .../PrepaidIndicator.php | 12 - .../PrepaidIndicatorType.php | 14 - .../PrepaidPaymentReferenceID.php | 12 - .../PrepaidPaymentReferenceIDType.php | 14 - .../CommonBasicComponents_2/PreviousJobID.php | 12 - .../PreviousJobIDType.php | 14 - .../PreviousVersionID.php | 12 - .../PreviousVersionIDType.php | 14 - .../CommonBasicComponents_2/PriceAmount.php | 12 - .../PriceAmountType.php | 14 - .../PriceChangeReason.php | 12 - .../PriceChangeReasonType.php | 14 - .../xsd/CommonBasicComponents_2/PriceType.php | 12 - .../CommonBasicComponents_2/PriceTypeCode.php | 12 - .../PriceTypeCodeType.php | 14 - .../CommonBasicComponents_2/PriceTypeType.php | 14 - .../PricingCurrencyCode.php | 12 - .../PricingCurrencyCodeType.php | 14 - .../PricingUpdateRequestIndicator.php | 12 - .../PricingUpdateRequestIndicatorType.php | 14 - .../PrimaryAccountNumberID.php | 12 - .../PrimaryAccountNumberIDType.php | 14 - .../PrintQualifier.php | 12 - .../PrintQualifierType.php | 14 - .../xsd/CommonBasicComponents_2/Priority.php | 12 - .../CommonBasicComponents_2/PriorityType.php | 14 - .../ProductTraceID.php | 12 - .../ProductTraceIDType.php | 14 - .../xsd/CommonBasicComponents_2/ProfileID.php | 12 - .../CommonBasicComponents_2/ProfileIDType.php | 14 - .../ProviderTypeCode.php | 12 - .../ProviderTypeCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Qualifier.php | 12 - .../CommonBasicComponents_2/QualifierType.php | 14 - .../xsd/CommonBasicComponents_2/Quantity.php | 12 - .../CommonBasicComponents_2/QuantityType.php | 14 - .../xsd/CommonBasicComponents_2/RailCarID.php | 12 - .../CommonBasicComponents_2/RailCarIDType.php | 14 - .../xsd/CommonBasicComponents_2/Reason.php | 12 - .../CommonBasicComponents_2/ReasonType.php | 14 - .../CommonBasicComponents_2/ReceivedDate.php | 12 - .../ReceivedDateType.php | 14 - .../ReceivedQuantity.php | 12 - .../ReceivedQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/Reference.php | 12 - .../CommonBasicComponents_2/ReferenceDate.php | 12 - .../ReferenceDateType.php | 14 - .../ReferenceEventCode.php | 12 - .../ReferenceEventCodeType.php | 14 - .../CommonBasicComponents_2/ReferenceID.php | 12 - .../ReferenceIDType.php | 14 - .../CommonBasicComponents_2/ReferenceTime.php | 12 - .../ReferenceTimeType.php | 14 - .../CommonBasicComponents_2/ReferenceType.php | 14 - .../RefrigerationOnIndicator.php | 12 - .../RefrigerationOnIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/Region.php | 12 - .../CommonBasicComponents_2/RegionType.php | 14 - .../RegistrationID.php | 12 - .../RegistrationIDType.php | 14 - .../RegistrationName.php | 12 - .../RegistrationNameType.php | 14 - .../RegistrationNationality.php | 12 - .../RegistrationNationalityID.php | 12 - .../RegistrationNationalityIDType.php | 14 - .../RegistrationNationalityType.php | 14 - .../RejectActionCode.php | 12 - .../RejectActionCodeType.php | 14 - .../CommonBasicComponents_2/RejectReason.php | 12 - .../RejectReasonCode.php | 12 - .../RejectReasonCodeType.php | 14 - .../RejectReasonType.php | 14 - .../RejectedQuantity.php | 12 - .../RejectedQuantityType.php | 14 - .../CommonBasicComponents_2/RejectionNote.php | 12 - .../RejectionNoteType.php | 14 - .../xsd/CommonBasicComponents_2/Remarks.php | 12 - .../CommonBasicComponents_2/RemarksType.php | 14 - .../ReminderSequenceNumeric.php | 12 - .../ReminderSequenceNumericType.php | 14 - .../ReminderTypeCode.php | 12 - .../ReminderTypeCodeType.php | 14 - .../RequestedDespatchDate.php | 12 - .../RequestedDespatchDateType.php | 14 - .../RequestedDespatchTime.php | 12 - .../RequestedDespatchTimeType.php | 14 - .../RequestedInvoiceCurrencyCode.php | 12 - .../RequestedInvoiceCurrencyCodeType.php | 14 - .../RequiredCustomsID.php | 12 - .../RequiredCustomsIDType.php | 14 - .../CommonBasicComponents_2/ResponseCode.php | 12 - .../ResponseCodeType.php | 14 - .../CommonBasicComponents_2/ResponseDate.php | 12 - .../ResponseDateType.php | 14 - .../CommonBasicComponents_2/ResponseTime.php | 12 - .../ResponseTimeType.php | 14 - .../ReturnabilityIndicator.php | 12 - .../ReturnabilityIndicatorType.php | 14 - .../ReturnableMaterialIndicator.php | 12 - .../ReturnableMaterialIndicatorType.php | 14 - .../CommonBasicComponents_2/RevisionDate.php | 12 - .../RevisionDateType.php | 14 - .../CommonBasicComponents_2/RevisionTime.php | 12 - .../RevisionTimeType.php | 14 - .../xsd/CommonBasicComponents_2/RoleCode.php | 12 - .../CommonBasicComponents_2/RoleCodeType.php | 14 - .../xsd/CommonBasicComponents_2/Room.php | 12 - .../xsd/CommonBasicComponents_2/RoomType.php | 14 - .../RoundingAmount.php | 12 - .../RoundingAmountType.php | 14 - .../CommonBasicComponents_2/SalesOrderID.php | 12 - .../SalesOrderIDType.php | 14 - .../SalesOrderLineID.php | 12 - .../SalesOrderLineIDType.php | 14 - .../xsd/CommonBasicComponents_2/SchemeURI.php | 12 - .../CommonBasicComponents_2/SchemeURIType.php | 14 - .../SealIssuerTypeCode.php | 12 - .../SealIssuerTypeCodeType.php | 14 - .../SealStatusCode.php | 12 - .../SealStatusCodeType.php | 14 - .../SealingPartyType.php | 12 - .../SealingPartyTypeType.php | 14 - .../CommonBasicComponents_2/SequenceID.php | 12 - .../SequenceIDType.php | 14 - .../SequenceNumberID.php | 12 - .../SequenceNumberIDType.php | 14 - .../SequenceNumeric.php | 12 - .../SequenceNumericType.php | 14 - .../xsd/CommonBasicComponents_2/SerialID.php | 12 - .../CommonBasicComponents_2/SerialIDType.php | 14 - .../SettlementDiscountPercent.php | 12 - .../SettlementDiscountPercentType.php | 14 - .../CommonBasicComponents_2/ShippingMarks.php | 12 - .../ShippingMarksType.php | 14 - .../ShippingOrderID.php | 12 - .../ShippingOrderIDType.php | 14 - .../ShippingPriorityLevelCode.php | 12 - .../ShippingPriorityLevelCodeType.php | 14 - .../CommonBasicComponents_2/ShortQuantity.php | 12 - .../ShortQuantityType.php | 14 - .../ShortageActionCode.php | 12 - .../ShortageActionCodeType.php | 14 - .../SignatureMethod.php | 12 - .../SignatureMethodType.php | 14 - .../CommonBasicComponents_2/SizeTypeCode.php | 12 - .../SizeTypeCodeType.php | 14 - .../SourceCurrencyBaseRate.php | 12 - .../SourceCurrencyBaseRateType.php | 14 - .../SourceCurrencyCode.php | 12 - .../SourceCurrencyCodeType.php | 14 - .../SpecialInstructions.php | 12 - .../SpecialInstructionsType.php | 14 - .../CommonBasicComponents_2/SpecialTerms.php | 12 - .../SpecialTermsType.php | 14 - .../SplitConsignmentIndicator.php | 12 - .../SplitConsignmentIndicatorType.php | 14 - .../xsd/CommonBasicComponents_2/StartDate.php | 12 - .../CommonBasicComponents_2/StartDateType.php | 14 - .../xsd/CommonBasicComponents_2/StartTime.php | 12 - .../CommonBasicComponents_2/StartTimeType.php | 14 - .../CommonBasicComponents_2/StatusCode.php | 12 - .../StatusCodeType.php | 14 - .../CommonBasicComponents_2/StatusReason.php | 12 - .../StatusReasonCode.php | 12 - .../StatusReasonCodeType.php | 14 - .../StatusReasonType.php | 14 - .../CommonBasicComponents_2/StreetName.php | 12 - .../StreetNameType.php | 14 - .../SubstitutionStatusCode.php | 12 - .../SubstitutionStatusCodeType.php | 14 - .../SummaryDescription.php | 12 - .../SummaryDescriptionType.php | 14 - .../SupplierAssignedAccountID.php | 12 - .../SupplierAssignedAccountIDType.php | 14 - .../SurchargePercent.php | 12 - .../SurchargePercentType.php | 14 - .../TargetCurrencyBaseRate.php | 12 - .../TargetCurrencyBaseRateType.php | 14 - .../TargetCurrencyCode.php | 12 - .../TargetCurrencyCodeType.php | 14 - .../TariffClassCode.php | 12 - .../TariffClassCodeType.php | 14 - .../CommonBasicComponents_2/TariffCode.php | 12 - .../TariffCodeType.php | 14 - .../TariffDescription.php | 12 - .../TariffDescriptionType.php | 14 - .../xsd/CommonBasicComponents_2/TaxAmount.php | 12 - .../CommonBasicComponents_2/TaxAmountType.php | 14 - .../TaxCurrencyCode.php | 12 - .../TaxCurrencyCodeType.php | 14 - .../TaxEvidenceIndicator.php | 12 - .../TaxEvidenceIndicatorType.php | 14 - .../TaxExclusiveAmount.php | 12 - .../TaxExclusiveAmountType.php | 14 - .../TaxExemptionReason.php | 12 - .../TaxExemptionReasonCode.php | 12 - .../TaxExemptionReasonCodeType.php | 14 - .../TaxExemptionReasonType.php | 14 - .../TaxInclusiveAmount.php | 12 - .../TaxInclusiveAmountType.php | 14 - .../CommonBasicComponents_2/TaxLevelCode.php | 12 - .../TaxLevelCodeType.php | 14 - .../CommonBasicComponents_2/TaxPointDate.php | 12 - .../TaxPointDateType.php | 14 - .../CommonBasicComponents_2/TaxTypeCode.php | 12 - .../TaxTypeCodeType.php | 14 - .../CommonBasicComponents_2/TaxableAmount.php | 12 - .../TaxableAmountType.php | 14 - .../CommonBasicComponents_2/TechnicalName.php | 12 - .../TechnicalNameType.php | 14 - .../xsd/CommonBasicComponents_2/Telefax.php | 12 - .../CommonBasicComponents_2/TelefaxType.php | 14 - .../xsd/CommonBasicComponents_2/Telephone.php | 12 - .../CommonBasicComponents_2/TelephoneType.php | 14 - .../xsd/CommonBasicComponents_2/Terms.php | 12 - .../xsd/CommonBasicComponents_2/TermsType.php | 14 - .../xsd/CommonBasicComponents_2/Text.php | 12 - .../xsd/CommonBasicComponents_2/TextType.php | 14 - .../xsd/CommonBasicComponents_2/TierRange.php | 12 - .../CommonBasicComponents_2/TierRangeType.php | 14 - .../TierRatePercent.php | 12 - .../TierRatePercentType.php | 14 - .../xsd/CommonBasicComponents_2/Time.php | 12 - .../xsd/CommonBasicComponents_2/TimeType.php | 14 - .../TimezoneOffset.php | 12 - .../TimezoneOffsetType.php | 14 - .../TimingComplaint.php | 12 - .../TimingComplaintCode.php | 12 - .../TimingComplaintCodeType.php | 14 - .../TimingComplaintType.php | 14 - .../xsd/CommonBasicComponents_2/Title.php | 12 - .../xsd/CommonBasicComponents_2/TitleType.php | 14 - .../ToOrderIndicator.php | 12 - .../ToOrderIndicatorType.php | 14 - .../TotalBalanceAmount.php | 12 - .../TotalBalanceAmountType.php | 14 - .../TotalCreditAmount.php | 12 - .../TotalCreditAmountType.php | 14 - .../TotalDebitAmount.php | 12 - .../TotalDebitAmountType.php | 14 - .../TotalGoodsItemQuantity.php | 12 - .../TotalGoodsItemQuantityType.php | 14 - .../TotalInvoiceAmount.php | 12 - .../TotalInvoiceAmountType.php | 14 - .../TotalPackageQuantity.php | 12 - .../TotalPackageQuantityType.php | 14 - .../TotalPackagesQuantity.php | 12 - .../TotalPackagesQuantityType.php | 14 - .../TotalPaymentAmount.php | 12 - .../TotalPaymentAmountType.php | 14 - .../TotalTaxAmount.php | 12 - .../TotalTaxAmountType.php | 14 - .../TotalTransportHandlingUnitQuantity.php | 12 - ...TotalTransportHandlingUnitQuantityType.php | 14 - .../CommonBasicComponents_2/TrackingID.php | 12 - .../TrackingIDType.php | 14 - .../TradingRestrictions.php | 12 - .../TradingRestrictionsType.php | 14 - .../xsd/CommonBasicComponents_2/TrainID.php | 12 - .../CommonBasicComponents_2/TrainIDType.php | 14 - .../TransactionCurrencyTaxAmount.php | 12 - .../TransactionCurrencyTaxAmountType.php | 14 - .../TransitDirectionCode.php | 12 - .../TransitDirectionCodeType.php | 14 - .../TransportAuthorizationCode.php | 12 - .../TransportAuthorizationCodeType.php | 14 - .../TransportEmergencyCardCode.php | 12 - .../TransportEmergencyCardCodeType.php | 14 - .../TransportEquipmentTypeCode.php | 12 - .../TransportEquipmentTypeCodeType.php | 14 - .../TransportEventTypeCode.php | 12 - .../TransportEventTypeCodeType.php | 14 - .../TransportHandlingUnitQuantity.php | 12 - .../TransportHandlingUnitQuantityType.php | 14 - .../TransportHandlingUnitTypeCode.php | 12 - .../TransportHandlingUnitTypeCodeType.php | 14 - .../TransportMeansTypeCode.php | 12 - .../TransportMeansTypeCodeType.php | 14 - .../TransportModeCode.php | 12 - .../TransportModeCodeType.php | 14 - .../TransportServiceCode.php | 12 - .../TransportServiceCodeType.php | 14 - .../CommonBasicComponents_2/UBLVersionID.php | 12 - .../UBLVersionIDType.php | 14 - .../xsd/CommonBasicComponents_2/UNDGCode.php | 12 - .../CommonBasicComponents_2/UNDGCodeType.php | 14 - .../xsd/CommonBasicComponents_2/URI.php | 12 - .../xsd/CommonBasicComponents_2/URIType.php | 14 - .../xsd/CommonBasicComponents_2/UUID.php | 12 - .../xsd/CommonBasicComponents_2/UUIDType.php | 14 - .../xsd/CommonBasicComponents_2/Unit.php | 12 - .../CommonBasicComponents_2/UnitQuantity.php | 12 - .../UnitQuantityType.php | 14 - .../xsd/CommonBasicComponents_2/UnitType.php | 14 - .../UpperOrangeHazardPlacardID.php | 12 - .../UpperOrangeHazardPlacardIDType.php | 14 - .../ValidationDate.php | 12 - .../ValidationDateType.php | 14 - .../ValidationTime.php | 12 - .../ValidationTimeType.php | 14 - .../CommonBasicComponents_2/ValidatorID.php | 12 - .../ValidatorIDType.php | 14 - .../ValidityStartDate.php | 12 - .../ValidityStartDateType.php | 14 - .../xsd/CommonBasicComponents_2/Value.php | 12 - .../CommonBasicComponents_2/ValueAmount.php | 12 - .../ValueAmountType.php | 14 - .../xsd/CommonBasicComponents_2/ValueType.php | 14 - .../xsd/CommonBasicComponents_2/VersionID.php | 12 - .../CommonBasicComponents_2/VersionIDType.php | 14 - .../xsd/CommonBasicComponents_2/VesselID.php | 12 - .../CommonBasicComponents_2/VesselIDType.php | 14 - .../CommonBasicComponents_2/VesselName.php | 12 - .../VesselNameType.php | 14 - .../CommonBasicComponents_2/VolumeMeasure.php | 12 - .../VolumeMeasureType.php | 14 - .../WarrantyInformation.php | 12 - .../WarrantyInformationType.php | 14 - .../CommonBasicComponents_2/WebsiteURI.php | 12 - .../WebsiteURIType.php | 14 - .../CommonBasicComponents_2/WeightMeasure.php | 12 - .../WeightMeasureType.php | 14 - .../xsd/CommonBasicComponents_2/XPath.php | 12 - .../xsd/CommonBasicComponents_2/XPathType.php | 14 - .../xsd/CommonBasicComponents_2/Zone.php | 12 - .../xsd/CommonBasicComponents_2/ZoneType.php | 14 - .../ExtensionAgencyID.php | 12 - .../ExtensionAgencyIDType.php | 14 - .../ExtensionAgencyName.php | 12 - .../ExtensionAgencyNameType.php | 14 - .../ExtensionAgencyURI.php | 12 - .../ExtensionAgencyURIType.php | 14 - .../ExtensionContent.php | 12 - .../ExtensionContentType.php | 15 - .../ExtensionReason.php | 12 - .../ExtensionReasonCode.php | 12 - .../ExtensionReasonCodeType.php | 14 - .../ExtensionReasonType.php | 14 - .../ExtensionURI.php | 12 - .../ExtensionURIType.php | 14 - .../ExtensionVersionID.php | 12 - .../ExtensionVersionIDType.php | 14 - .../UBLExtension.php | 15 - .../UBLExtensionType.php | 149 - .../UBLExtensions.php | 15 - .../UBLExtensionsType.php | 29 - .../ubl/schema/xsd/Order_2/Order.php | 13 - .../ubl/schema/xsd/Order_2/OrderType.php | 695 - .../AllowanceChargeReasonCodeType.php | 103 - .../QualifiedDatatypes_2/ChannelCodeType.php | 103 - .../xsd/QualifiedDatatypes_2/ChipCodeType.php | 102 - .../ContainerSizeTypeCodeType.php | 102 - .../CountryIdentificationCodeType.php | 103 - .../QualifiedDatatypes_2/CurrencyCodeType.php | 104 - .../DocumentStatusCodeType.php | 102 - .../LatitudeDirectionCodeType.php | 102 - .../LineStatusCodeType.php | 102 - .../LongitudeDirectionCodeType.php | 102 - .../QualifiedDatatypes_2/OperatorCodeType.php | 102 - .../PackagingTypeCodeType.php | 102 - .../PaymentMeansCodeType.php | 103 - .../xsd/QualifiedDatatypes_2/PortCodeType.php | 102 - .../SubstitutionStatusCodeType.php | 102 - .../TransportEquipmentTypeCodeType.php | 102 - .../TransportModeCodeType.php | 102 - .../TransportationStatusCodeType.php | 102 - .../UnitOfMeasureCodeType.php | 102 - .../_2003/BinaryObjectMimeCodeContentType.php | 18 - .../_54217/_2001/CurrencyCodeContentType.php | 18 - .../_5639/_1988/LanguageCodeContentType.php | 18 - .../_66411/_2001/UnitCodeContentType.php | 18 - .../_2/AmountType.php | 41 - .../_2/BinaryObjectType.php | 116 - .../_2/CodeType.php | 159 - .../_2/DateTimeType.php | 27 - .../_2/DateType.php | 26 - .../_2/GraphicType.php | 101 - .../_2/IdentifierType.php | 129 - .../_2/IndicatorType.php | 26 - .../_2/MeasureType.php | 43 - .../_2/NameType.php | 41 - .../_2/NumericType.php | 26 - .../_2/PercentType.php | 26 - .../_2/PictureType.php | 101 - .../_2/QuantityType.php | 41 - .../_2/RateType.php | 26 - .../_2/SoundType.php | 101 - .../_2/TextType.php | 41 - .../_2/TimeType.php | 26 - .../_2/ValueType.php | 26 - .../_2/VideoType.php | 101 - src/XSD2PHP/test/phpunit.xml | 15 - src/XSD2PHP/website/README | 3 - src/xsd2php.php | 2 +- 4417 files changed, 585 insertions(+), 282804 deletions(-) delete mode 100644 src/XSD2PHP/LICENSE delete mode 100644 src/XSD2PHP/README delete mode 100644 src/XSD2PHP/buildDocs.sh delete mode 100644 src/XSD2PHP/docs/blank.html delete mode 100644 src/XSD2PHP/docs/classtrees_default.html delete mode 100644 src/XSD2PHP/docs/default/AbstractWsdl.html delete mode 100644 src/XSD2PHP/docs/default/AbstractWsdlFactory.html delete mode 100644 src/XSD2PHP/docs/default/Bind.html delete mode 100644 src/XSD2PHP/docs/default/Common.html delete mode 100644 src/XSD2PHP/docs/default/IWsdl.html delete mode 100644 src/XSD2PHP/docs/default/LegkoTool.html delete mode 100644 src/XSD2PHP/docs/default/LegkoXML.html delete mode 100644 src/XSD2PHP/docs/default/NullLogger.html delete mode 100644 src/XSD2PHP/docs/default/PHPClass.html delete mode 100644 src/XSD2PHP/docs/default/Php2Xml.html delete mode 100644 src/XSD2PHP/docs/default/SoapServer.html delete mode 100644 src/XSD2PHP/docs/default/Wsdl.html delete mode 100644 src/XSD2PHP/docs/default/WsdlFactory.html delete mode 100644 src/XSD2PHP/docs/default/Wsdl_1_1.html delete mode 100644 src/XSD2PHP/docs/default/Wsdl_2_0.html delete mode 100644 src/XSD2PHP/docs/default/Xsd2Php.html delete mode 100644 src/XSD2PHP/docs/default/_legko.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---Bind.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---Common.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---LegkoXML.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---NullLogger.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---PHPClass.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---Php2Xml.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---SoapServer.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---Wsdl.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---Xsd2Php.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdl.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---IWsdl.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---WsdlFactory.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html delete mode 100644 src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html delete mode 100644 src/XSD2PHP/docs/elementindex.html delete mode 100644 src/XSD2PHP/docs/elementindex_default.html delete mode 100644 src/XSD2PHP/docs/errors.html delete mode 100644 src/XSD2PHP/docs/index.html delete mode 100644 src/XSD2PHP/docs/li_default.html delete mode 100644 src/XSD2PHP/docs/media/background.png delete mode 100644 src/XSD2PHP/docs/media/banner.css delete mode 100644 src/XSD2PHP/docs/media/bg_left.png delete mode 100644 src/XSD2PHP/docs/media/empty.png delete mode 100644 src/XSD2PHP/docs/media/style.css delete mode 100644 src/XSD2PHP/docs/media/stylesheet.css delete mode 100644 src/XSD2PHP/docs/packages.html delete mode 100644 src/XSD2PHP/docs/todolist.html delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt/Exception.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Exception.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover/Exception.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Common.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/DotNet.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Exception.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Local.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server/Exception.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Exception.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Abstract.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/AnyType.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeComplex.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Composite.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php delete mode 100644 src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Interface.php delete mode 100644 src/XSD2PHP/resources/ContactCompany/ContactCompany.xsd delete mode 100644 src/XSD2PHP/resources/ContactPerson1/ContactPerson.xsd delete mode 100644 src/XSD2PHP/resources/ContactWsdl/ContactCompany.xsd delete mode 100644 src/XSD2PHP/resources/ContactWsdl/ContactPerson.xsd delete mode 100644 src/XSD2PHP/resources/MultiLevelImport/ContactPerson.xsd delete mode 100644 src/XSD2PHP/resources/MultiLevelImport/common/CAC.xsd delete mode 100644 src/XSD2PHP/resources/MultiLevelImport/common/CAC_include1.xsd delete mode 100644 src/XSD2PHP/resources/MultiLevelImport/common/CAC_include2.xsd delete mode 100644 src/XSD2PHP/resources/MultiLevelImport/common/CommonSchema1.xsd delete mode 100644 src/XSD2PHP/resources/MultiLevelImport/common/UDT.xsd delete mode 100644 src/XSD2PHP/resources/maven/maven-v4_0_0.xsd delete mode 100644 src/XSD2PHP/resources/mets/mets.xsd delete mode 100644 src/XSD2PHP/resources/rss20/rss-2_0.xsd delete mode 100644 src/XSD2PHP/resources/simple1/simple.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/CCTS_CCT_SchemaModule-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/CodeList_LanguageCode_ISO_7_04.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/CodeList_UnitCode_UNECE_7_04.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/UBL-CommonAggregateComponents-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/UBL-CommonBasicComponents-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/UBL-CommonExtensionComponents-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/UBL-CoreComponentParameters-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/UBL-ExtensionContentDatatype-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/UBL-QualifiedDatatypes-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ApplicationResponse-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-AttachedDocument-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-BillOfLading-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Catalogue-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueRequest-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CreditNote-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DebitNote-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DespatchAdvice-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-FreightInvoice-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Invoice-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Order-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderCancellation-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderChange-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponse-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-PackingList-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Quotation-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Reminder-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RequestForQuotation-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Statement-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-TransportationStatus-2.0.xsd delete mode 100644 src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Waybill-2.0.xsd delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/Bind.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/Common.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/LegkoXML.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/NullLogger.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/PHPClass.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/Php2Xml.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/SoapServer.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/Wsdl.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/Xsd2Php.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdl.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/IWsdl.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/WsdlFactory.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_1_1.php delete mode 100644 src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_2_0.php delete mode 100755 src/XSD2PHP/src/com/mikebevz/xsd2php/xsd2php2.xsl delete mode 100644 src/XSD2PHP/src/tools/legko.php delete mode 100644 src/XSD2PHP/test/BindTest.php delete mode 100644 src/XSD2PHP/test/Bootstrap.php delete mode 100644 src/XSD2PHP/test/LegkoXMLTestCase.php delete mode 100644 src/XSD2PHP/test/Php2XmlTest.php delete mode 100644 src/XSD2PHP/test/SoapServerTest.php delete mode 100644 src/XSD2PHP/test/WsdlTest.php delete mode 100644 src/XSD2PHP/test/Xsd2Php/MavenXsdTest.php delete mode 100644 src/XSD2PHP/test/Xsd2PhpTest.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/BindTest.xml delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/ContactCompany.xml delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/AddressType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/ContactCompany.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactPerson/ContactPerson.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactPerson/ContactPersonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/generated.xml delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccountingContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccountingCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccountingSupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ActualPackage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalItemProperty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Address.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AddressLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AddressLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AddressType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AgentParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AirTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AirTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AllowanceCharge.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AllowanceChargeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AlternativeConditionPrice.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AnticipatedMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ApplicableAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ApplicableTaxCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ApplicableTerritoryAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Attachment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AttachmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReferenceLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReferenceLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Branch.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BranchType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyerContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyerCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyerProposedSubstituteLineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyersItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CardAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CardAccountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CarrierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueItemSpecificationUpdateLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueItemSpecificationUpdateLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CataloguePricingUpdateLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CataloguePricingUpdateLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueRequestLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueRequestLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CategorizesClassificationCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CertificateOfOriginApplication.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CertificateOfOriginApplicationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationCategoryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassifiedTaxCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CommodityClassification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CommodityClassificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Communication.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CommunicationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ComplementaryRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ComponentRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ConsigneeParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Consignment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ConsignmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ConsignorParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Contact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContactParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContactType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContainedGoodsItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContainedPackage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Contract.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContractDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContractType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContractorCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CorporateRegistrationScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CorporateRegistrationSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Country.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CountryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditAccountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditNoteDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditNoteLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditNoteLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CurrentStatus.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CustomerPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DebitNoteDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DebitNoteLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DebitNoteLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DefaultLanguage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeletedCatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Delivery.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryUnit.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryUnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Despatch.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchSupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DestinationCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DigitalSignatureAttachment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Dimension.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DimensionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DiscrepancyResponse.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentDistribution.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentDistributionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentResponse.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentResponseType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EmbassyEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EmergencyTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Endorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EndorsementType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EndorserParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EndorserPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EstimatedDeliveryPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExchangeRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExportCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExporterParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExternalReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExternalReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinalDeliveryParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinalDeliveryTransportationService.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinalDestinationCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialAccountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialInstitution.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialInstitutionBranch.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialInstitutionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FirstArrivalPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FlashpointTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ForeignExchangeContract.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FreightAllowanceCharge.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FreightForwarderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItemContainer.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItemContainerType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HandlingUnitDespatchLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousGoodsTransit.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousGoodsTransitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ImporterParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InformationContentProviderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InsuranceEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoiceDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoiceLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoiceLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoicePeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/IssuerEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/IssuerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/IssuingCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Item.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemComparison.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemComparisonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemInstance.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemInstanceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemLocationQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemLocationQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemProperty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemPropertyGroup.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemPropertyGroupType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemPropertyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemSpecificationDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/JurisdictionRegionAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Language.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LanguageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LastExitPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LegalMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineResponse.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineResponseType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineValidityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LoadingLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LoadingPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LoadingProofParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Location.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LocationCoordinate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LocationCoordinateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LocationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LotIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LotIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ManufacturerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ManufacturersItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MaritimeTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MaritimeTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MaximumTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MeasurementDimension.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MinimumTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MonetaryTotalType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/NotifyParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLineReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderedShipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderedShipmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDepartureCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDespatchParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDespatchTransportationService.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalItemLocationQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginatorCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginatorDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginatorParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OtherCommunication.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OwnerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Package.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PackageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Party.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyLegalEntity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyLegalEntityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyTaxScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyTaxSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayeeFinancialAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayeeParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayerFinancialAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Payment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentAlternativeExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentMeans.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentMeansType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PenaltyPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Period.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PeriodType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Person.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PersonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PhysicalAttribute.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PhysicalAttributeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PhysicalLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PostalAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PrepaidPayment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PreparationParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PreviousPriceList.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Price.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceList.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceListType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PricingExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PricingReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PricingReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PromisedDeliveryPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ProviderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotedMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RailTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RailTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceivedHandlingUnitReceiptLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiverParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RecipientParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReferencedContract.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RegistrationAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RelatedCatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RelatedItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RemittanceAdviceLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RemittanceAdviceLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReplacementRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReportedShipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestForQuotationDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestForQuotationLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestForQuotationLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedCatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedClassificationScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedDeliveryPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedLanguage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequiredItemLocationQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequiredRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Response.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ResponseType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RoadTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RoadTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SecondaryHazard.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SecondaryHazardType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SelfBilledCreditNoteDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SelfBilledInvoiceDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerProposedSubstituteLineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerSubstitutedLineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerSupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellersItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SenderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SettlementPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Shipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ShipmentStage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ShipmentStageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ShipmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SignatoryContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SignatoryParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Signature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SignatureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StandardItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Status.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatusType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Stowage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StowageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SupplierPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SupportingDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxCategoryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxRepresentativeParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxSubtotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxSubtotalType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxTotalType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Temperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TemperatureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TradingTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TradingTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransactionConditions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransactionConditionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransitCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransitPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportContract.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipmentSeal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipmentSealType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEvent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEventType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportHandlingUnit.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportHandlingUnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportMeans.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportMeansType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportationService.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportationServiceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransshipPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/UnloadingPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/UsabilityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ValidityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/WarrantyParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/WarrantyValidityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AcceptedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AcceptedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCost.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCostCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCostCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCostType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdValoremIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdValoremIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalAccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalAccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalInformation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalInformationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalStreetName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalStreetNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressFormatCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressFormatCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AircraftID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AircraftIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceTotalAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceTotalAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Amount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApprovalStatus.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApprovalStatusType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AttributeID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AttributeIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackOrderAllowedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackOrderAllowedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceBroughtForwardIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceBroughtForwardIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseUnitMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseUnitMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BatchQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BatchQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BlockName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BlockNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BrandName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BrandNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNumber.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNumberType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2ID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2IDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationSequenceNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationSequenceNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CancellationNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CancellationNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CanonicalizationMethod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CanonicalizationMethodType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardChipCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardChipCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CargoTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CargoTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CarrierAssignedID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CarrierAssignedIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CatalogueIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CatalogueIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CategoryName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CategoryNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CertificateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CertificateTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Channel.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeTotalAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeTotalAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeableWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeableWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChipApplicationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChipApplicationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CityName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CityNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CitySubdivisionName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CitySubdivisionNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ClassifiedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ClassifiedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CodeValue.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CodeValueType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CommodityCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CommodityCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompanyID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompanyIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompletionIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompletionIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Condition.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Conditions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConsumerUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConsumerUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContentUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContentUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractSubdivision.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractSubdivisionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CoordinateSystemCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CoordinateSystemCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopiesNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopiesNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopyIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopyIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CorporateRegistrationTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CorporateRegistrationTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentityCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentityCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditLineAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditLineAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyBaseRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyBaseRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerAssignedAccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerAssignedAccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomizationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomizationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsImportClassifiedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsImportClassifiedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsTariffQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsTariffQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DamageRemarks.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DamageRemarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DataSendingCapability.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DataSendingCapabilityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Date.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitLineAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitLineAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCarriageValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCarriageValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCustomsValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCustomsValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredForCarriageValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredForCarriageValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredStatisticsValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredStatisticsValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DegreesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DegreesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveredQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveredQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryInstructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryInstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Department.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DepartmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Description.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DescriptionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DescriptionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DescriptionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchAdviceTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchAdviceTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DiscountPercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DiscountPercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DispositionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DispositionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/District.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DistrictType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentBinaryObject.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentBinaryObjectType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentHash.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentHashType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DurationMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DurationMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ElectronicMail.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ElectronicMailType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmbeddedDocumentBinaryObject.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmbeddedDocumentBinaryObjectType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmergencyProceduresCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmergencyProceduresCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndpointID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndpointIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EventCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EventCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExchangeMarketID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExchangeMarketIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtendedID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtendedIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Extension.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtensionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FactorNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FactorNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FamilyName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FamilyNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FirstName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FirstNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Floor.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FloorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOfChargeIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOfChargeIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOnBoardValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOnBoardValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreightRateClassCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreightRateClassCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FullnessIndicationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FullnessIndicationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GoodsItemQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GoodsItemQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossVolumeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossVolumeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingInstructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingInstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardClassID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardClassIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousCategoryCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousCategoryCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRegulationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRegulationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRiskIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRiskIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HolderName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HolderNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicationIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicationIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Indicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Information.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InformationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhalationToxicityZoneCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhalationToxicityZoneCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhouseMail.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhouseMailType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InspectionMethodCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InspectionMethodCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Instruction.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Instructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsurancePremiumAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsurancePremiumAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsuranceValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsuranceValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicingPartyReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicingPartyReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssuerID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssuerIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemClassificationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemClassificationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemUpdateRequestIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemUpdateRequestIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobTitle.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobTitleType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JourneyID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JourneyIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Keyword.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/KeywordType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LanguageID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LanguageIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDegreesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDegreesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeMinutesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeMinutesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LeadTimeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LeadTimeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LegalStatusIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LegalStatusIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LengthMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LengthMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LicensePlateID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LicensePlateIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LifeCycleStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LifeCycleStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Line.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineCountNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineCountNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineExtensionAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineExtensionAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LoadingLengthMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LoadingLengthMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocaleCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocaleCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Location.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LogoReferenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LogoReferenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDegreesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDegreesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeMinutesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeMinutesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRisk.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskResponsibilityCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskResponsibilityCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LotNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LotNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LowerOrangeHazardPlacardID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LowerOrangeHazardPlacardIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Mail.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MailType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttention.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttentionIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttentionIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttentionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCare.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkingID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkingIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Marks.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MathematicOperatorCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MathematicOperatorCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumBackorderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumBackorderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumCopiesNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumCopiesNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumOrderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumOrderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Measure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MedicalFirstAidGuideCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MedicalFirstAidGuideCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MiddleName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MiddleNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumBackorderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumBackorderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumOrderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumOrderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinutesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinutesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ModelName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ModelNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MultiplierFactorNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MultiplierFactorNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Name.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameSuffix.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameSuffixType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Nationality.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NatureCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NatureCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetNetWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetNetWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetVolumeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetVolumeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetworkID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetworkIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Note.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OnCarriageIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OnCarriageIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrangeHazardPlacardID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrangeHazardPlacardIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantityIncrementNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantityIncrementNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnit.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnitFactorRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnitFactorRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrganizationDepartment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrganizationDepartmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OriginalJobID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OriginalJobIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OtherInstruction.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OtherInstructionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OversupplyQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OversupplyQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OwnerTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OwnerTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackSizeNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackSizeNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagesQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagesQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagingTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagingTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingCriteriaCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingCriteriaCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingMaterial.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingMaterialType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PartialDeliveryIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PartialDeliveryIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableRoundingAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableRoundingAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayerReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayerReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAlternativeCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAlternativeCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentChannelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentChannelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentDueDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentDueDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentOrderReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentOrderReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PenaltySurchargePercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PenaltySurchargePercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PerUnitAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PerUnitAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Percent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardEndorsementType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardNotation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardNotationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlotIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlotIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PositionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PositionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostalZone.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostalZoneType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Postbox.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostboxType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreCarriageIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreCarriageIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreferenceCriterionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreferenceCriterionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidPaymentReferenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidPaymentReferenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousJobID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousJobIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousVersionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousVersionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceChangeReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceChangeReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingUpdateRequestIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingUpdateRequestIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrimaryAccountNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrimaryAccountNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrintQualifier.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrintQualifierType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Priority.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriorityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProductTraceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProductTraceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProfileID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProfileIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProviderTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProviderTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Qualifier.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/QualifierType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Quantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/QuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RailCarID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RailCarIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceEventCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceEventCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RefrigerationOnIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RefrigerationOnIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Region.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationality.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationalityID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationalityIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationalityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectActionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectActionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectionNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectionNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Remarks.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RemarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderSequenceNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderSequenceNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedInvoiceCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedInvoiceCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequiredCustomsID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequiredCustomsIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnabilityIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnabilityIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnableMaterialIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnableMaterialIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoleCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoleCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Room.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoomType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoundingAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoundingAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderLineID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderLineIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SchemeURI.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SchemeURIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealIssuerTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealIssuerTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealingPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealingPartyTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SerialID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SerialIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SettlementDiscountPercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SettlementDiscountPercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingMarks.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingMarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingOrderID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingOrderIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingPriorityLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingPriorityLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortageActionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortageActionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SignatureMethod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SignatureMethodType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SizeTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SizeTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyBaseRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyBaseRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialInstructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialInstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SplitConsignmentIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SplitConsignmentIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StreetName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StreetNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SubstitutionStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SubstitutionStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SummaryDescription.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SummaryDescriptionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SupplierAssignedAccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SupplierAssignedAccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SurchargePercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SurchargePercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyBaseRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyBaseRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffClassCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffClassCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffDescription.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffDescriptionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxEvidenceIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxEvidenceIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExclusiveAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExclusiveAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxInclusiveAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxInclusiveAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxPointDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxPointDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxableAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxableAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TechnicalName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TechnicalNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Telefax.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TelefaxType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Telephone.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TelephoneType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Terms.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Text.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TextType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRange.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRangeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRatePercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRatePercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Time.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimezoneOffset.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimezoneOffsetType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaint.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaintCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaintCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaintType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Title.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TitleType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ToOrderIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ToOrderIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalBalanceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalBalanceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalCreditAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalCreditAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalDebitAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalDebitAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalGoodsItemQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalGoodsItemQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalInvoiceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalInvoiceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackageQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackageQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackagesQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackagesQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPaymentAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPaymentAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTaxAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTaxAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTransportHandlingUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTransportHandlingUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrackingID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrackingIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TradingRestrictions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TradingRestrictionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrainID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrainIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransactionCurrencyTaxAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransactionCurrencyTaxAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransitDirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransitDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportAuthorizationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportAuthorizationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEmergencyCardCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEmergencyCardCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEquipmentTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEquipmentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEventTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEventTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportMeansTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportMeansTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportModeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportModeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportServiceCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportServiceCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UBLVersionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UBLVersionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UNDGCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UNDGCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URI.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Unit.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UpperOrangeHazardPlacardID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UpperOrangeHazardPlacardIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidatorID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidatorIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidityStartDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidityStartDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Value.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VersionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VersionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VolumeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VolumeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WarrantyInformation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WarrantyInformationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WebsiteURI.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WebsiteURIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPath.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPathType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Zone.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ZoneType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/AllowanceChargeReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ChannelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ChipCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ContainerSizeTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/CountryIdentificationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/CurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/DocumentStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/LatitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/LineStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/LongitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/OperatorCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PackagingTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PaymentMeansCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PortCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/SubstitutionStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/TransportEquipmentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/TransportModeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/TransportationStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/UnitOfMeasureCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/codelist/specification/IANAMIMEMediaType/2003/BinaryObjectMimeCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/codelist/specification/IANAMIMEMediaType/_2003/BinaryObjectMimeCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/codelist/specification/_54217/_2001/CurrencyCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/codelist/specification/_5639/_1988/LanguageCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/codelist/specification/_66411/_2001/UnitCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/AmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/BinaryObjectType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/CodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/DateTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/DateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/GraphicType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/IdentifierType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/IndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/MeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/NameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/NumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/PercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/PictureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/QuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/RateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/SoundType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/TextType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/TimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/ValueType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactCompany/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/VideoType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/dk/nordsign/schema/ContactPerson/ContactPerson.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/dk/nordsign/schema/ContactPerson/ContactPersonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/generated.xml delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccountingContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccountingCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccountingSupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ActualPackage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalItemProperty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Address.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AddressLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AddressLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AddressType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AgentParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AirTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AirTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AllowanceCharge.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AllowanceChargeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AlternativeConditionPrice.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AnticipatedMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ApplicableAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ApplicableTaxCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ApplicableTerritoryAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Attachment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AttachmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReferenceLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReferenceLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Branch.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BranchType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyerContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyerCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyerProposedSubstituteLineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyersItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CardAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CardAccountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CarrierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueItemSpecificationUpdateLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueItemSpecificationUpdateLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CataloguePricingUpdateLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CataloguePricingUpdateLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueRequestLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueRequestLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CategorizesClassificationCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CertificateOfOriginApplication.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CertificateOfOriginApplicationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationCategoryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassifiedTaxCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CommodityClassification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CommodityClassificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Communication.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CommunicationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ComplementaryRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ComponentRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ConsigneeParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Consignment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ConsignmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ConsignorParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Contact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContactParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContactType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContainedGoodsItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContainedPackage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Contract.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContractDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContractType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContractorCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CorporateRegistrationScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CorporateRegistrationSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Country.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CountryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditAccountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditNoteDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditNoteLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditNoteLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CurrentStatus.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CustomerPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DebitNoteDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DebitNoteLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DebitNoteLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DefaultLanguage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeletedCatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Delivery.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryUnit.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryUnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Despatch.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchSupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DestinationCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DigitalSignatureAttachment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Dimension.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DimensionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DiscrepancyResponse.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentDistribution.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentDistributionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentResponse.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentResponseType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EmbassyEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EmergencyTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Endorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EndorsementType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EndorserParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EndorserPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EstimatedDeliveryPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExchangeRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExportCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExporterParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExternalReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExternalReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinalDeliveryParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinalDeliveryTransportationService.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinalDestinationCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialAccountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialInstitution.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialInstitutionBranch.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialInstitutionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FirstArrivalPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FlashpointTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ForeignExchangeContract.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FreightAllowanceCharge.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FreightForwarderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItemContainer.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItemContainerType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HandlingUnitDespatchLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousGoodsTransit.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousGoodsTransitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ImporterParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InformationContentProviderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InsuranceEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoiceDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoiceLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoiceLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoicePeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/IssuerEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/IssuerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/IssuingCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Item.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemComparison.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemComparisonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemInstance.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemInstanceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemLocationQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemLocationQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemProperty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemPropertyGroup.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemPropertyGroupType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemPropertyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemSpecificationDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/JurisdictionRegionAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Language.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LanguageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LastExitPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LegalMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineResponse.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineResponseType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineValidityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LoadingLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LoadingPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LoadingProofParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Location.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LocationCoordinate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LocationCoordinateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LocationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LotIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LotIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ManufacturerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ManufacturersItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MaritimeTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MaritimeTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MaximumTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MeasurementDimension.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MinimumTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MonetaryTotalType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/NotifyParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLineReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderedShipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderedShipmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDepartureCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDespatchParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDespatchTransportationService.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalItemLocationQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginatorCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginatorDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginatorParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OtherCommunication.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OwnerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Package.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PackageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Party.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyLegalEntity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyLegalEntityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyTaxScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyTaxSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayeeFinancialAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayeeParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayerFinancialAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Payment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentAlternativeExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentMeans.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentMeansType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PenaltyPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Period.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PeriodType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Person.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PersonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PhysicalAttribute.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PhysicalAttributeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PhysicalLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PostalAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PrepaidPayment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PreparationParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PreviousPriceList.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Price.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceList.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceListType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PricingExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PricingReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PricingReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PromisedDeliveryPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ProviderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotedMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RailTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RailTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceivedHandlingUnitReceiptLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiverParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RecipientParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReferencedContract.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RegistrationAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RelatedCatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RelatedItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RemittanceAdviceLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RemittanceAdviceLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReplacementRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReportedShipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestForQuotationDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestForQuotationLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestForQuotationLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedCatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedClassificationScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedDeliveryPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedLanguage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequiredItemLocationQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequiredRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Response.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ResponseType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RoadTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RoadTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SecondaryHazard.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SecondaryHazardType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SelfBilledCreditNoteDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SelfBilledInvoiceDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerProposedSubstituteLineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerSubstitutedLineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerSupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellersItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SenderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SettlementPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Shipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ShipmentStage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ShipmentStageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ShipmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SignatoryContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SignatoryParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Signature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SignatureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StandardItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Status.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatusType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Stowage.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StowageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SupplierPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SupportingDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxCategoryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxRepresentativeParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxSubtotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxSubtotalType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxTotalType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Temperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TemperatureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TradingTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TradingTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransactionConditions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransactionConditionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransitCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransitPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportContract.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipmentSeal.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipmentSealType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEvent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEventType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportHandlingUnit.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportHandlingUnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportMeans.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportMeansType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportationService.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportationServiceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransshipPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/UnloadingPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/UsabilityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ValidityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/WarrantyParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/WarrantyValidityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AcceptedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AcceptedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCost.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCostCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCostCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCostType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdValoremIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdValoremIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalAccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalAccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalInformation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalInformationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalStreetName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalStreetNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressFormatCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressFormatCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AircraftID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AircraftIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceTotalAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceTotalAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Amount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApprovalStatus.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApprovalStatusType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AttributeID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AttributeIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackOrderAllowedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackOrderAllowedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceBroughtForwardIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceBroughtForwardIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseUnitMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseUnitMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BatchQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BatchQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BlockName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BlockNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BrandName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BrandNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNumber.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNumberType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2ID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2IDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationSequenceNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationSequenceNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CancellationNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CancellationNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CanonicalizationMethod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CanonicalizationMethodType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardChipCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardChipCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CargoTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CargoTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CarrierAssignedID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CarrierAssignedIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CatalogueIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CatalogueIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CategoryName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CategoryNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CertificateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CertificateTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Channel.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeTotalAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeTotalAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeableWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeableWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChipApplicationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChipApplicationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CityName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CityNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CitySubdivisionName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CitySubdivisionNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ClassifiedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ClassifiedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CodeValue.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CodeValueType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CommodityCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CommodityCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompanyID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompanyIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompletionIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompletionIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Condition.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Conditions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConsumerUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConsumerUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContentUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContentUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractSubdivision.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractSubdivisionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CoordinateSystemCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CoordinateSystemCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopiesNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopiesNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopyIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopyIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CorporateRegistrationTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CorporateRegistrationTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentityCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentityCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditLineAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditLineAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyBaseRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyBaseRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerAssignedAccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerAssignedAccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomizationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomizationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsImportClassifiedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsImportClassifiedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsTariffQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsTariffQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DamageRemarks.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DamageRemarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DataSendingCapability.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DataSendingCapabilityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Date.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitLineAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitLineAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCarriageValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCarriageValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCustomsValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCustomsValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredForCarriageValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredForCarriageValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredStatisticsValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredStatisticsValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DegreesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DegreesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveredQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveredQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryInstructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryInstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Department.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DepartmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Description.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DescriptionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DescriptionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DescriptionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchAdviceTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchAdviceTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DiscountPercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DiscountPercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DispositionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DispositionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/District.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DistrictType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentBinaryObject.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentBinaryObjectType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentHash.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentHashType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DurationMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DurationMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ElectronicMail.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ElectronicMailType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmbeddedDocumentBinaryObject.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmbeddedDocumentBinaryObjectType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmergencyProceduresCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmergencyProceduresCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndpointID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndpointIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EventCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EventCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExchangeMarketID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExchangeMarketIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtendedID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtendedIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Extension.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtensionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FactorNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FactorNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FamilyName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FamilyNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FirstName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FirstNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Floor.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FloorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOfChargeIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOfChargeIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOnBoardValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOnBoardValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreightRateClassCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreightRateClassCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FullnessIndicationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FullnessIndicationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GoodsItemQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GoodsItemQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossVolumeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossVolumeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingInstructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingInstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardClassID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardClassIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousCategoryCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousCategoryCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRegulationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRegulationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRiskIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRiskIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HolderName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HolderNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicationIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicationIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Indicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Information.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InformationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhalationToxicityZoneCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhalationToxicityZoneCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhouseMail.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhouseMailType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InspectionMethodCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InspectionMethodCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Instruction.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Instructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsurancePremiumAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsurancePremiumAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsuranceValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsuranceValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicingPartyReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicingPartyReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssuerID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssuerIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemClassificationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemClassificationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemUpdateRequestIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemUpdateRequestIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobTitle.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobTitleType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JourneyID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JourneyIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Keyword.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/KeywordType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LanguageID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LanguageIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDegreesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDegreesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeMinutesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeMinutesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LeadTimeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LeadTimeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LegalStatusIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LegalStatusIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LengthMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LengthMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LicensePlateID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LicensePlateIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LifeCycleStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LifeCycleStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Line.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineCountNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineCountNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineExtensionAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineExtensionAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LoadingLengthMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LoadingLengthMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocaleCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocaleCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Location.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LogoReferenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LogoReferenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDegreesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDegreesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeMinutesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeMinutesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRisk.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskResponsibilityCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskResponsibilityCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LotNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LotNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LowerOrangeHazardPlacardID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LowerOrangeHazardPlacardIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Mail.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MailType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttention.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttentionIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttentionIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttentionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCare.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkingID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkingIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Marks.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MathematicOperatorCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MathematicOperatorCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumBackorderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumBackorderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumCopiesNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumCopiesNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumOrderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumOrderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Measure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MedicalFirstAidGuideCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MedicalFirstAidGuideCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MiddleName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MiddleNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumBackorderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumBackorderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumOrderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumOrderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinutesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinutesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ModelName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ModelNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MultiplierFactorNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MultiplierFactorNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Name.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameSuffix.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameSuffixType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Nationality.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NatureCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NatureCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetNetWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetNetWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetVolumeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetVolumeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetworkID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetworkIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Note.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OnCarriageIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OnCarriageIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrangeHazardPlacardID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrangeHazardPlacardIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantityIncrementNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantityIncrementNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnit.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnitFactorRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnitFactorRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrganizationDepartment.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrganizationDepartmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OriginalJobID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OriginalJobIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OtherInstruction.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OtherInstructionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OversupplyQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OversupplyQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OwnerTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OwnerTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackSizeNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackSizeNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagesQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagesQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagingTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagingTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingCriteriaCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingCriteriaCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingMaterial.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingMaterialType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PartialDeliveryIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PartialDeliveryIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableRoundingAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableRoundingAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayerReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayerReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAlternativeCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAlternativeCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentChannelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentChannelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentDueDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentDueDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentOrderReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentOrderReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PenaltySurchargePercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PenaltySurchargePercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PerUnitAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PerUnitAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Percent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardEndorsementType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardNotation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardNotationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlotIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlotIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PositionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PositionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostalZone.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostalZoneType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Postbox.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostboxType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreCarriageIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreCarriageIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreferenceCriterionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreferenceCriterionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidPaymentReferenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidPaymentReferenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousJobID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousJobIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousVersionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousVersionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceChangeReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceChangeReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingUpdateRequestIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingUpdateRequestIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrimaryAccountNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrimaryAccountNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrintQualifier.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrintQualifierType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Priority.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriorityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProductTraceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProductTraceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProfileID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProfileIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProviderTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProviderTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Qualifier.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/QualifierType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Quantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/QuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RailCarID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RailCarIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reference.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceEventCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceEventCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RefrigerationOnIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RefrigerationOnIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Region.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationality.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationalityID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationalityIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationalityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectActionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectActionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectionNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectionNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Remarks.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RemarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderSequenceNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderSequenceNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedInvoiceCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedInvoiceCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequiredCustomsID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequiredCustomsIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnabilityIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnabilityIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnableMaterialIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnableMaterialIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoleCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoleCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Room.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoomType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoundingAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoundingAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderLineID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderLineIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SchemeURI.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SchemeURIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealIssuerTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealIssuerTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealingPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealingPartyTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SerialID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SerialIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SettlementDiscountPercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SettlementDiscountPercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingMarks.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingMarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingOrderID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingOrderIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingPriorityLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingPriorityLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortageActionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortageActionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SignatureMethod.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SignatureMethodType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SizeTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SizeTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyBaseRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyBaseRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialInstructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialInstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SplitConsignmentIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SplitConsignmentIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StreetName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StreetNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SubstitutionStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SubstitutionStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SummaryDescription.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SummaryDescriptionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SupplierAssignedAccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SupplierAssignedAccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SurchargePercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SurchargePercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyBaseRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyBaseRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffClassCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffClassCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffDescription.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffDescriptionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxEvidenceIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxEvidenceIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExclusiveAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExclusiveAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxInclusiveAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxInclusiveAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxPointDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxPointDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxableAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxableAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TechnicalName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TechnicalNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Telefax.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TelefaxType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Telephone.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TelephoneType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Terms.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Text.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TextType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRange.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRangeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRatePercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRatePercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Time.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimezoneOffset.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimezoneOffsetType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaint.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaintCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaintCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaintType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Title.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TitleType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ToOrderIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ToOrderIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalBalanceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalBalanceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalCreditAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalCreditAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalDebitAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalDebitAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalGoodsItemQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalGoodsItemQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalInvoiceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalInvoiceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackageQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackageQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackagesQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackagesQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPaymentAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPaymentAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTaxAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTaxAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTransportHandlingUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTransportHandlingUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrackingID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrackingIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TradingRestrictions.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TradingRestrictionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrainID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrainIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransactionCurrencyTaxAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransactionCurrencyTaxAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransitDirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransitDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportAuthorizationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportAuthorizationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEmergencyCardCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEmergencyCardCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEquipmentTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEquipmentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEventTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEventTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportMeansTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportMeansTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportModeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportModeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportServiceCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportServiceCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UBLVersionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UBLVersionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UNDGCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UNDGCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URI.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Unit.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UpperOrangeHazardPlacardID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UpperOrangeHazardPlacardIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidatorID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidatorIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidityStartDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidityStartDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Value.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VersionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VersionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselID.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselName.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VolumeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VolumeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WarrantyInformation.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WarrantyInformationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WebsiteURI.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WebsiteURIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPath.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPathType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Zone.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ZoneType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/AllowanceChargeReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ChannelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ChipCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ContainerSizeTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/CountryIdentificationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/CurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/DocumentStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/LatitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/LineStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/LongitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/OperatorCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PackagingTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PaymentMeansCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PortCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/SubstitutionStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/TransportEquipmentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/TransportModeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/TransportationStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/UnitOfMeasureCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/codelist/specification/54217/2001/CurrencyCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/codelist/specification/5639/1988/LanguageCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/codelist/specification/66411/2001/UnitCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/codelist/specification/IANAMIMEMediaType/2003/BinaryObjectMimeCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/AmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/BinaryObjectType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/CodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/DateTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/DateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/GraphicType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/IdentifierType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/IndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/MeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/NameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/NumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/PercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/PictureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/QuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/RateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/SoundType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/TextType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/TimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/ValueType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPerson1/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/VideoType.php delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/NavService.wsdl delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_CurrencyCode_ISO_7_04.xsd delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_LanguageCode_ISO_7_04.xsd delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_UnitCode_UNECE_7_04.xsd delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactCompany.xsd delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactPerson.xsd delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonAggregateComponents-2.0.xsd delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonBasicComponents-2.0.xsd delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-QualifiedDatatypes-2.0.xsd delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UnqualifiedDataTypeSchemaModule-2.0.xsd delete mode 100644 src/XSD2PHP/test/data/expected/ContactPersonWsdl/services/NavService.php delete mode 100644 src/XSD2PHP/test/data/expected/MultiLevelImport/generated.xml delete mode 100644 src/XSD2PHP/test/data/expected/SoapServer/NavService.wsdl delete mode 100644 src/XSD2PHP/test/data/expected/SoapServer/services/NavService.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/ParsedSchema.xml delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Activation.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationFile.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationOS.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationProperty.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Build.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/BuildBase.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/CiManagement.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Contributor.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Dependency.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DependencyManagement.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DeploymentRepository.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Developer.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DistributionManagement.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Exclusion.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Extension.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/IssueManagement.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/License.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/MailingList.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Model.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Notifier.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Organization.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Parent.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Plugin.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/PluginExecution.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/PluginManagement.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Prerequisites.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Profile.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Relocation.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportPlugin.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportSet.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Reporting.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Repository.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/RepositoryPolicy.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Resource.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Scm.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Site.php delete mode 100644 src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/project.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/address.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/city.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/country.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/item.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/name.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/note.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/orderperson.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/price.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/quantity.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/shiporder.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/shipto.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/bindings/title.php delete mode 100644 src/XSD2PHP/test/data/expected/simple1/generated.xml delete mode 100644 src/XSD2PHP/test/data/expected/simple1/shiporder.xml delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/Order.xml delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/XSDConvertertoXML.xml delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccountingContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccountingCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccountingSupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ActualPackage.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalItemProperty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AdditionalTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Address.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AddressLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AddressLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AddressType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AgentParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AirTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AirTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AllowanceCharge.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AllowanceChargeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AlternativeConditionPrice.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AnticipatedMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ApplicableAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ApplicableTaxCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ApplicableTerritoryAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Attachment.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AttachmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReferenceLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReferenceLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BillingReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Branch.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BranchType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyerContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyerCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyerProposedSubstituteLineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BuyersItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CardAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CardAccountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CarrierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueItemSpecificationUpdateLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueItemSpecificationUpdateLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CataloguePricingUpdateLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CataloguePricingUpdateLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueRequestLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CatalogueRequestLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CategorizesClassificationCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CertificateOfOriginApplication.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CertificateOfOriginApplicationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationCategoryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassificationSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ClassifiedTaxCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CommodityClassification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CommodityClassificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Communication.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CommunicationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ComplementaryRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ComponentRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ConsigneeParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Consignment.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ConsignmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ConsignorParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Contact.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContactParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContactType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContainedGoodsItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContainedPackage.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Contract.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContractDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContractType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ContractorCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CorporateRegistrationScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CorporateRegistrationSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Country.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CountryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditAccountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditNoteDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditNoteLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CreditNoteLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CurrentStatus.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CustomerPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DebitNoteDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DebitNoteLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DebitNoteLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DefaultLanguage.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeletedCatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Delivery.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryUnit.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DeliveryUnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Despatch.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchSupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DespatchType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DestinationCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DigitalSignatureAttachment.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Dimension.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DimensionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DiscrepancyResponse.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentDistribution.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentDistributionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentResponse.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/DocumentResponseType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EmbassyEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EmergencyTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Endorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EndorsementType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EndorserParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EndorserPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/EstimatedDeliveryPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExchangeRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExportCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExporterParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExternalReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ExternalReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinalDeliveryParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinalDeliveryTransportationService.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinalDestinationCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialAccountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialInstitution.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialInstitutionBranch.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FinancialInstitutionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FirstArrivalPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FlashpointTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ForeignExchangeContract.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FreightAllowanceCharge.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/FreightForwarderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItemContainer.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItemContainerType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HandlingUnitDespatchLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousGoodsTransit.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousGoodsTransitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/HazardousItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ImporterParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InformationContentProviderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InsuranceEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoiceDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoiceLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoiceLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/InvoicePeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/IssuerEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/IssuerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/IssuingCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Item.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemComparison.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemComparisonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemInstance.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemInstanceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemLocationQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemLocationQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemProperty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemPropertyGroup.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemPropertyGroupType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemPropertyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemSpecificationDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/JurisdictionRegionAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Language.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LanguageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LastExitPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LegalMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineResponse.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineResponseType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineValidityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LoadingLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LoadingPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LoadingProofParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Location.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LocationCoordinate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LocationCoordinateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LocationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LotIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LotIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ManufacturerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ManufacturersItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MaritimeTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MaritimeTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MaximumTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MeasurementDimension.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MinimumTemperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/MonetaryTotalType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/NotifyParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLineReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderedShipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderedShipmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDepartureCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDespatchParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDespatchTransportationService.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginalItemLocationQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginatorCustomerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginatorDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OriginatorParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OtherCommunication.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OwnerParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Package.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PackageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Party.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyLegalEntity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyLegalEntityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyTaxScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyTaxSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayeeFinancialAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayeeParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayerFinancialAccount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Payment.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentAlternativeExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentMeans.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentMeansType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PaymentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PenaltyPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Period.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PeriodType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Person.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PersonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PhysicalAttribute.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PhysicalAttributeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PhysicalLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PostalAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PrepaidPayment.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PreparationParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PreviousPriceList.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Price.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceList.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceListType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PricingExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PricingReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PricingReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PromisedDeliveryPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ProviderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotationLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/QuotedMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RailTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RailTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptLineReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiptLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceivedHandlingUnitReceiptLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReceiverParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RecipientParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReferencedContract.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RegistrationAddress.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RelatedCatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RelatedItemType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReminderPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RemittanceAdviceLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RemittanceAdviceLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReplacementRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ReportedShipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestForQuotationDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestForQuotationLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestForQuotationLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedCatalogueReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedClassificationScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedDeliveryPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedLanguage.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequestedMonetaryTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequiredItemLocationQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RequiredRelatedItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Response.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ResponseType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RoadTransport.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/RoadTransportType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SecondaryHazard.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SecondaryHazardType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SelfBilledCreditNoteDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SelfBilledInvoiceDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerProposedSubstituteLineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerSubstitutedLineItem.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellerSupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SellersItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SenderParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SettlementPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Shipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ShipmentStage.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ShipmentStageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ShipmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SignatoryContact.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SignatoryParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Signature.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SignatureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StandardItemIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementLine.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementLineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatementPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Status.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatusType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Stowage.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StowageType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SupplierParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SupplierPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/SupportingDocumentReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxCategory.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxCategoryType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxExchangeRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxRepresentativeParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxScheme.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxSchemeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxSubtotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxSubtotalType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxTotal.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxTotalType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Temperature.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TemperatureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TradingTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TradingTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransactionConditions.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransactionConditionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransitCountry.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransitPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportContract.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipment.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipmentSeal.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipmentSealType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEquipmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEvent.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportEventType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportHandlingUnit.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportHandlingUnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportMeans.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportMeansType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportationService.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransportationServiceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TransshipPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/UnloadingPortLocation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/UsabilityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ValidityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/WarrantyParty.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/WarrantyValidityPeriod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AcceptedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AcceptedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCost.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCostCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCostCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCostType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDeliveryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActualDespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdValoremIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdValoremIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalAccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalAccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalInformation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalInformationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalStreetName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AdditionalStreetNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressFormatCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressFormatCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AddressTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AircraftID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AircraftIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceChargeReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceTotalAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AllowanceTotalAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Amount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApprovalStatus.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApprovalStatusType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AttributeID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AttributeIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackOrderAllowedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackOrderAllowedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BackorderReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceBroughtForwardIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceBroughtForwardIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseUnitMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseUnitMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BatchQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BatchQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BlockName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BlockNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BrandName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BrandNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNumber.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNumberType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2ID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2IDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationSequenceNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CalculationSequenceNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CancellationNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CancellationNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CanonicalizationMethod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CanonicalizationMethodType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardChipCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardChipCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CargoTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CargoTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CarrierAssignedID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CarrierAssignedIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CatalogueIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CatalogueIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CategoryName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CategoryNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CertificateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CertificateTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Channel.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeTotalAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeTotalAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeableWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChargeableWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChipApplicationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChipApplicationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CityName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CityNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CitySubdivisionName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CitySubdivisionNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ClassifiedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ClassifiedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CodeValue.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CodeValueType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CommodityCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CommodityCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompanyID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompanyIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompletionIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompletionIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Condition.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Conditions.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConsumerUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConsumerUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContentUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContentUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractSubdivision.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractSubdivisionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CoordinateSystemCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CoordinateSystemCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopiesNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopiesNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopyIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopyIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CorporateRegistrationTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CorporateRegistrationTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentityCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentityCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CountrySubentityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditLineAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditLineAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyBaseRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyBaseRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerAssignedAccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerAssignedAccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomerReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomizationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomizationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsImportClassifiedIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsImportClassifiedIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsTariffQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsTariffQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DamageRemarks.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DamageRemarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DataSendingCapability.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DataSendingCapabilityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Date.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitLineAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitLineAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCarriageValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCarriageValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCustomsValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredCustomsValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredForCarriageValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredForCarriageValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredStatisticsValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeclaredStatisticsValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DegreesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DegreesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveredQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveredQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryInstructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryInstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Department.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DepartmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Description.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DescriptionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DescriptionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DescriptionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchAdviceTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchAdviceTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DiscountPercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DiscountPercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DispositionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DispositionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/District.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DistrictType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentBinaryObject.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentBinaryObjectType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentHash.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentHashType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DurationMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DurationMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ElectronicMail.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ElectronicMailType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmbeddedDocumentBinaryObject.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmbeddedDocumentBinaryObjectType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmergencyProceduresCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EmergencyProceduresCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndpointID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndpointIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EstimatedDespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EventCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EventCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExchangeMarketID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExchangeMarketIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExemptionReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtendedID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtendedIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Extension.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtensionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FactorNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FactorNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FamilyName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FamilyNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FirstName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FirstNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Floor.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FloorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOfChargeIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOfChargeIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOnBoardValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreeOnBoardValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreightRateClassCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FreightRateClassCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FullnessIndicationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FullnessIndicationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GoodsItemQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GoodsItemQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossVolumeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossVolumeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/GrossWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingInstructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingInstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardClassID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardClassIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousCategoryCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousCategoryCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRegulationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRegulationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRiskIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardousRiskIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HolderName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HolderNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IdentificationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicationIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicationIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Indicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Information.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InformationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhalationToxicityZoneCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhalationToxicityZoneCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhouseMail.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhouseMailType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InspectionMethodCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InspectionMethodCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Instruction.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Instructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsurancePremiumAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsurancePremiumAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsuranceValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InsuranceValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicingPartyReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoicingPartyReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssuerID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssuerIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemClassificationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemClassificationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemUpdateRequestIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ItemUpdateRequestIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobTitle.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobTitleType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JourneyID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JourneyIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Keyword.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/KeywordType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LanguageID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LanguageIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LastRevisionTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatestDeliveryTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDegreesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDegreesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeMinutesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LatitudeMinutesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LeadTimeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LeadTimeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LegalStatusIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LegalStatusIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LengthMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LengthMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LicensePlateID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LicensePlateIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LifeCycleStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LifeCycleStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Line.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineCountNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineCountNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineExtensionAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineExtensionAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LoadingLengthMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LoadingLengthMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocaleCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocaleCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Location.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LogoReferenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LogoReferenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDegreesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDegreesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeMinutesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LongitudeMinutesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRisk.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskResponsibilityCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskResponsibilityCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LotNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LotNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LowerOrangeHazardPlacardID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LowerOrangeHazardPlacardIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Mail.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MailType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ManufactureTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttention.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttentionIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttentionIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttentionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCare.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkingID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkingIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Marks.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MathematicOperatorCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MathematicOperatorCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumBackorderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumBackorderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumCopiesNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumCopiesNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumOrderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumOrderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Measure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MedicalFirstAidGuideCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MedicalFirstAidGuideCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MiddleName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MiddleNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumBackorderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumBackorderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumOrderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumOrderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinutesMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinutesMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ModelName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ModelNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MultiplierFactorNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MultiplierFactorNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Name.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameSuffix.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameSuffixType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Nationality.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NatureCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NatureCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetNetWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetNetWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetVolumeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetVolumeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetWeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetWeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetworkID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetworkIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Note.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OnCarriageIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OnCarriageIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrangeHazardPlacardID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrangeHazardPlacardIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantityIncrementNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantityIncrementNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnit.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnitFactorRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnitFactorRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrganizationDepartment.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrganizationDepartmentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OriginalJobID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OriginalJobIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OtherInstruction.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OtherInstructionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OutstandingReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OversupplyQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OversupplyQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OwnerTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OwnerTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackSizeNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackSizeNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackageQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagesQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagesQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagingTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackagingTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingCriteriaCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingCriteriaCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingMaterial.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackingMaterialType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ParentDocumentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PartialDeliveryIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PartialDeliveryIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableRoundingAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableRoundingAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayerReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayerReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAlternativeCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAlternativeCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentChannelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentChannelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentDueDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentDueDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentOrderReference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentOrderReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PenaltySurchargePercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PenaltySurchargePercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PerUnitAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PerUnitAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Percent.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardEndorsement.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardEndorsementType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardNotation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlacardNotationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlotIdentification.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PlotIdentificationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PositionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PositionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostalZone.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostalZoneType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Postbox.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostboxType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreCarriageIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreCarriageIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreferenceCriterionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreferenceCriterionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidPaymentReferenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidPaymentReferenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousJobID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousJobIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousVersionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousVersionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceChangeReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceChangeReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingUpdateRequestIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PricingUpdateRequestIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrimaryAccountNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrimaryAccountNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrintQualifier.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrintQualifierType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Priority.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriorityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProductTraceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProductTraceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProfileID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProfileIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProviderTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProviderTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Qualifier.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/QualifierType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Quantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/QuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RailCarID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RailCarIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reason.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reference.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceEventCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceEventCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RefrigerationOnIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RefrigerationOnIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Region.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationality.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationalityID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationalityIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationNationalityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectActionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectActionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectedQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectedQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectionNote.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectionNoteType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Remarks.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RemarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderSequenceNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderSequenceNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReminderTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedDespatchTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedInvoiceCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequestedInvoiceCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequiredCustomsID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RequiredCustomsIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ResponseTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnabilityIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnabilityIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnableMaterialIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReturnableMaterialIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RevisionTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoleCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoleCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Room.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoomType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoundingAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoundingAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderLineID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SalesOrderLineIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SchemeURI.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SchemeURIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealIssuerTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealIssuerTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealingPartyType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SealingPartyTypeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumberID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumberIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumeric.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceNumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SerialID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SerialIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SettlementDiscountPercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SettlementDiscountPercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingMarks.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingMarksType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingOrderID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingOrderIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingPriorityLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShippingPriorityLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortageActionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ShortageActionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SignatureMethod.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SignatureMethodType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SizeTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SizeTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyBaseRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyBaseRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SourceCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialInstructions.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialInstructionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialTerms.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SpecialTermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SplitConsignmentIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SplitConsignmentIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StreetName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StreetNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SubstitutionStatusCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SubstitutionStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SummaryDescription.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SummaryDescriptionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SupplierAssignedAccountID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SupplierAssignedAccountIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SurchargePercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SurchargePercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyBaseRate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyBaseRateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TargetCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffClassCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffClassCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffDescription.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffDescriptionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxCurrencyCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxCurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxEvidenceIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxEvidenceIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExclusiveAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExclusiveAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxExemptionReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxInclusiveAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxInclusiveAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxLevelCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxLevelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxPointDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxPointDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxableAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxableAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TechnicalName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TechnicalNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Telefax.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TelefaxType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Telephone.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TelephoneType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Terms.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TermsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Text.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TextType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRange.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRangeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRatePercent.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRatePercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Time.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimezoneOffset.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimezoneOffsetType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaint.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaintCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaintCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimingComplaintType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Title.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TitleType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ToOrderIndicator.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ToOrderIndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalBalanceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalBalanceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalCreditAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalCreditAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalDebitAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalDebitAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalGoodsItemQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalGoodsItemQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalInvoiceAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalInvoiceAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackageQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackageQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackagesQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPackagesQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPaymentAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalPaymentAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTaxAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTaxAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTransportHandlingUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TotalTransportHandlingUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrackingID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrackingIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TradingRestrictions.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TradingRestrictionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrainID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrainIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransactionCurrencyTaxAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransactionCurrencyTaxAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransitDirectionCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransitDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportAuthorizationCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportAuthorizationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEmergencyCardCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEmergencyCardCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEquipmentTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEquipmentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEventTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportEventTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportHandlingUnitTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportMeansTypeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportMeansTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportModeCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportModeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportServiceCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TransportServiceCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UBLVersionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UBLVersionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UNDGCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UNDGCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URI.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Unit.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitQuantity.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitQuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UpperOrangeHazardPlacardID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UpperOrangeHazardPlacardIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationTime.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidationTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidatorID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidatorIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidityStartDate.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidityStartDateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Value.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueAmount.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueAmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VersionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VersionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VolumeMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VolumeMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WarrantyInformation.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WarrantyInformationType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WebsiteURI.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WebsiteURIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WeightMeasure.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WeightMeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPath.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPathType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Zone.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ZoneType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionAgencyID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionAgencyIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionAgencyName.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionAgencyNameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionAgencyURI.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionAgencyURIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionContent.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionReason.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionReasonCode.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionReasonType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionURI.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionURIType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionVersionID.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/ExtensionVersionIDType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/UBLExtension.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/UBLExtensionType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/UBLExtensions.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonExtensionComponents_2/UBLExtensionsType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/Order.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/OrderType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/AllowanceChargeReasonCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ChannelCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ChipCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ContainerSizeTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/CountryIdentificationCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/CurrencyCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/DocumentStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/LatitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/LineStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/LongitudeDirectionCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/OperatorCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PackagingTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PaymentMeansCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PortCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/SubstitutionStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/TransportEquipmentTypeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/TransportModeCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/TransportationStatusCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/UnitOfMeasureCodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/codelist/specification/IANAMIMEMediaType/_2003/BinaryObjectMimeCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/codelist/specification/_54217/_2001/CurrencyCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/codelist/specification/_5639/_1988/LanguageCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/codelist/specification/_66411/_2001/UnitCodeContentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/AmountType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/BinaryObjectType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/CodeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/DateTimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/DateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/GraphicType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/IdentifierType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/IndicatorType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/MeasureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/NameType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/NumericType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/PercentType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/PictureType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/QuantityType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/RateType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/SoundType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/TextType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/TimeType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/ValueType.php delete mode 100644 src/XSD2PHP/test/data/expected/ubl2.0/un/unece/uncefact/data/specification/UnqualifiedDataTypesSchemaModule/_2/VideoType.php delete mode 100644 src/XSD2PHP/test/phpunit.xml delete mode 100644 src/XSD2PHP/website/README diff --git a/composer.json b/composer.json index 47bb0c28..4d12abd0 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,8 @@ "require": { "php": ">=5.6.0", "ext-mbstring": "*", - "ext-dom": "*" + "ext-dom": "*", + "elliotchance/intuit-quickbooks":"^v2.0.5-alpha" }, "require-dev": { "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0" diff --git a/composer.lock b/composer.lock index 1cc53e68..84aa6c3b 100644 --- a/composer.lock +++ b/composer.lock @@ -1,40 +1,103 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e60ce2e775e0cbea2eae5543cfcbe769", - "packages": [], + "content-hash": "beb1d5f700147d7bd190ec1ea8c9fee5", + "packages": [ + { + "name": "elliotchance/intuit-quickbooks", + "version": "v2.0.5-alpha.2", + "source": { + "type": "git", + "url": "https://github.com/elliotchance/intuit-quickbooks.git", + "reference": "58ff6f7090d4aa84f62214b349b5d5e591460390" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/elliotchance/intuit-quickbooks/zipball/58ff6f7090d4aa84f62214b349b5d5e591460390", + "reference": "58ff6f7090d4aa84f62214b349b5d5e591460390", + "shasum": "" + }, + "require": { + "elliotchance/xsd2php": "0.0.5" + }, + "type": "library", + "autoload": { + "classmap": [ + "IntuitQuickbooks.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "The PHP SDK for QuickBooks v3 is set of PHP classes that make it easier to call QuickBooks APIs.", + "time": "2015-02-13T04:33:14+00:00" + }, + { + "name": "elliotchance/xsd2php", + "version": "v0.0.5", + "source": { + "type": "git", + "url": "https://github.com/elliotchance/XSD2PHP.git", + "reference": "6c57cfa40f6bf1f757b2866c42545ad4edb22b05" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/elliotchance/XSD2PHP/zipball/6c57cfa40f6bf1f757b2866c42545ad4edb22b05", + "reference": "6c57cfa40f6bf1f757b2866c42545ad4edb22b05", + "shasum": "" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Mike Bevz", + "email": "myb@mikebevz.com", + "homepage": "http://mikebevz.com", + "role": "Lead Developer" + } + ], + "description": "LegkoXML (XSD2PHP) support", + "time": "2015-02-13T02:58:44+00:00" + } + ], "packages-dev": [ { "name": "doctrine/instantiator", - "version": "1.0.5", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", + "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", "shasum": "" }, "require": { - "php": ">=5.3,<8.0-DEV" + "php": "^7.1 || ^8.0" }, "require-dev": { - "athletic/athletic": "~0.1.8", + "doctrine/coding-standard": "^6.0", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -54,46 +117,66 @@ } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2020-05-29T17:27:14+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.6.1", + "version": "1.10.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" + "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", - "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", + "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": "^7.1 || ^8.0" + }, + "replace": { + "myclabs/deep-copy": "self.version" }, "require-dev": { - "doctrine/collections": "1.*", - "phpunit/phpunit": "~4.1" + "doctrine/collections": "^1.0", + "doctrine/common": "^2.6", + "phpunit/phpunit": "^7.1" }, "type": "library", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" - } + }, + "files": [ + "src/DeepCopy/deep_copy.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", - "homepage": "https://github.com/myclabs/DeepCopy", "keywords": [ "clone", "copy", @@ -101,39 +184,142 @@ "object", "object graph" ], - "time": "2017-04-12T18:52:22+00:00" + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2020-06-29T13:22:24+00:00" + }, + { + "name": "phar-io/manifest", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "phar-io/version": "^2.0", + "php": "^5.6 || ^7.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "time": "2018-07-08T19:23:20+00:00" + }, + { + "name": "phar-io/version", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "time": "2018-07-08T19:19:57+00:00" }, { "name": "phpdocumentor/reflection-common", - "version": "1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", - "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { - "php": ">=5.5" - }, - "require-dev": { - "phpunit/phpunit": "^4.6" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-2.x": "2.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] + "phpDocumentor\\Reflection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -155,38 +341,41 @@ "reflection", "static analysis" ], - "time": "2015-12-27T11:43:31+00:00" + "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", - "version": "3.1.1", + "version": "5.2.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" + "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", - "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", + "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", "shasum": "" }, "require": { - "php": ">=5.5", - "phpdocumentor/reflection-common": "^1.0@dev", - "phpdocumentor/type-resolver": "^0.2.0", - "webmozart/assert": "^1.0" + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^4.4" + "mockery/mockery": "~1.3.2" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -197,44 +386,45 @@ { "name": "Mike van Riel", "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2016-09-30T07:12:33+00:00" + "time": "2020-09-03T19:13:55+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "0.2.1", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" + "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", - "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", + "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "shasum": "" }, "require": { - "php": ">=5.5", - "phpdocumentor/reflection-common": "^1.0" + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.2||^4.8.24" + "ext-tokenizer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -247,42 +437,43 @@ "email": "me@mikevanriel.com" } ], - "time": "2016-11-25T06:54:22+00:00" + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "time": "2020-09-17T18:55:26+00:00" }, { "name": "phpspec/prophecy", - "version": "v1.7.0", + "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" + "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", - "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ce87516be71aae9b956f81906aaf0338e0d8a2d", + "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", - "sebastian/comparator": "^1.1|^2.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" + "doctrine/instantiator": "^1.2", + "php": "^7.2 || ~8.0, <8.1", + "phpdocumentor/reflection-docblock": "^5.2", + "sebastian/comparator": "^3.0 || ^4.0", + "sebastian/recursion-context": "^3.0 || ^4.0" }, "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8 || ^5.6.5" + "phpspec/phpspec": "^6.0", + "phpunit/phpunit": "^8.0 || ^9.0 <9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.11.x-dev" } }, "autoload": { - "psr-0": { - "Prophecy\\": "src/" + "psr-4": { + "Prophecy\\": "src/Prophecy" } }, "notification-url": "https://packagist.org/downloads/", @@ -310,44 +501,44 @@ "spy", "stub" ], - "time": "2017-03-02T20:05:34+00:00" + "time": "2020-09-29T09:10:42+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "4.0.8", + "version": "6.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" + "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", - "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", + "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", - "php": "^5.6 || ^7.0", - "phpunit/php-file-iterator": "^1.3", - "phpunit/php-text-template": "^1.2", - "phpunit/php-token-stream": "^1.4.2 || ^2.0", - "sebastian/code-unit-reverse-lookup": "^1.0", - "sebastian/environment": "^1.3.2 || ^2.0", - "sebastian/version": "^1.0 || ^2.0" + "php": "^7.1", + "phpunit/php-file-iterator": "^2.0", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-token-stream": "^3.0", + "sebastian/code-unit-reverse-lookup": "^1.0.1", + "sebastian/environment": "^3.1 || ^4.0", + "sebastian/version": "^2.0.1", + "theseer/tokenizer": "^1.1" }, "require-dev": { - "ext-xdebug": "^2.1.4", - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^7.0" }, "suggest": { - "ext-xdebug": "^2.5.1" + "ext-xdebug": "^2.6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "6.1-dev" } }, "autoload": { @@ -362,7 +553,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -373,29 +564,32 @@ "testing", "xunit" ], - "time": "2017-04-02T07:44:40+00:00" + "time": "2018-10-31T16:06:48+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "1.4.2", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" + "reference": "050bedf145a257b1ff02746c31894800e5122946" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", + "reference": "050bedf145a257b1ff02746c31894800e5122946", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.1" + }, + "require-dev": { + "phpunit/phpunit": "^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -410,7 +604,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -420,7 +614,7 @@ "filesystem", "iterator" ], - "time": "2016-10-03T07:40:28+00:00" + "time": "2018-09-13T20:33:42+00:00" }, { "name": "phpunit/php-text-template", @@ -465,28 +659,28 @@ }, { "name": "phpunit/php-timer", - "version": "1.0.9", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -501,7 +695,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -510,33 +704,33 @@ "keywords": [ "timer" ], - "time": "2017-02-26T11:10:40+00:00" + "time": "2019-06-07T04:22:29+00:00" }, { "name": "phpunit/php-token-stream", - "version": "1.4.11", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" + "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", + "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": ">=5.3.3" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -559,55 +753,58 @@ "keywords": [ "tokenizer" ], - "time": "2017-02-27T10:12:30+00:00" + "abandoned": true, + "time": "2019-09-17T06:23:10+00:00" }, { "name": "phpunit/phpunit", - "version": "5.7.20", + "version": "7.5.20", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b" + "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3cb94a5f8c07a03c8b7527ed7468a2926203f58b", - "reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", + "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", "shasum": "" }, "require": { + "doctrine/instantiator": "^1.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", - "myclabs/deep-copy": "~1.3", - "php": "^5.6 || ^7.0", - "phpspec/prophecy": "^1.6.2", - "phpunit/php-code-coverage": "^4.0.4", - "phpunit/php-file-iterator": "~1.4", - "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "^1.0.6", - "phpunit/phpunit-mock-objects": "^3.2", - "sebastian/comparator": "^1.2.4", - "sebastian/diff": "^1.4.3", - "sebastian/environment": "^1.3.4 || ^2.0", - "sebastian/exporter": "~2.0", - "sebastian/global-state": "^1.1", - "sebastian/object-enumerator": "~2.0", - "sebastian/resource-operations": "~1.0", - "sebastian/version": "~1.0.3|~2.0", - "symfony/yaml": "~2.1|~3.0" + "myclabs/deep-copy": "^1.7", + "phar-io/manifest": "^1.0.2", + "phar-io/version": "^2.0", + "php": "^7.1", + "phpspec/prophecy": "^1.7", + "phpunit/php-code-coverage": "^6.0.7", + "phpunit/php-file-iterator": "^2.0.1", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-timer": "^2.1", + "sebastian/comparator": "^3.0", + "sebastian/diff": "^3.0", + "sebastian/environment": "^4.0", + "sebastian/exporter": "^3.1", + "sebastian/global-state": "^2.0", + "sebastian/object-enumerator": "^3.0.3", + "sebastian/resource-operations": "^2.0", + "sebastian/version": "^2.0.1" }, "conflict": { - "phpdocumentor/reflection-docblock": "3.0.2" + "phpunit/phpunit-mock-objects": "*" }, "require-dev": { "ext-pdo": "*" }, "suggest": { + "ext-soap": "*", "ext-xdebug": "*", - "phpunit/php-invoker": "~1.1" + "phpunit/php-invoker": "^2.0" }, "bin": [ "phpunit" @@ -615,7 +812,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.7.x-dev" + "dev-master": "7.5-dev" } }, "autoload": { @@ -641,66 +838,7 @@ "testing", "xunit" ], - "time": "2017-05-22T07:42:55+00:00" - }, - { - "name": "phpunit/phpunit-mock-objects", - "version": "3.4.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", - "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.6 || ^7.0", - "phpunit/php-text-template": "^1.2", - "sebastian/exporter": "^1.2 || ^2.0" - }, - "conflict": { - "phpunit/phpunit": "<5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.4" - }, - "suggest": { - "ext-soap": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Mock Object library for PHPUnit", - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", - "keywords": [ - "mock", - "xunit" - ], - "time": "2016-12-08T20:27:08+00:00" + "time": "2020-01-08T08:45:45+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -749,30 +887,30 @@ }, { "name": "sebastian/comparator", - "version": "1.2.4", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2 || ~2.0" + "php": "^7.1", + "sebastian/diff": "^3.0", + "sebastian/exporter": "^3.1" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -803,38 +941,39 @@ } ], "description": "Provides the functionality to compare PHP values for equality", - "homepage": "http://www.github.com/sebastianbergmann/comparator", + "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], - "time": "2017-01-29T09:50:25+00:00" + "time": "2018-07-12T15:12:46+00:00" }, { "name": "sebastian/diff", - "version": "1.4.3", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpunit/phpunit": "^7.5 || ^8.0", + "symfony/process": "^2 || ^3.3 || ^4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -859,34 +998,40 @@ "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ - "diff" + "diff", + "udiff", + "unidiff", + "unified diff" ], - "time": "2017-05-22T07:24:03+00:00" + "time": "2019-02-04T06:01:07+00:00" }, { "name": "sebastian/environment", - "version": "2.0.0", + "version": "4.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" + "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", - "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", + "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^5.0" + "phpunit/phpunit": "^7.5" + }, + "suggest": { + "ext-posix": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -911,34 +1056,34 @@ "environment", "hhvm" ], - "time": "2016-11-26T07:53:53+00:00" + "time": "2019-11-20T08:46:58+00:00" }, { "name": "sebastian/exporter", - "version": "2.0.0", + "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" + "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", - "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", + "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/recursion-context": "~2.0" + "php": "^7.0", + "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.1.x-dev" } }, "autoload": { @@ -951,6 +1096,10 @@ "BSD-3-Clause" ], "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" @@ -959,17 +1108,13 @@ "name": "Volker Dusch", "email": "github@wallbash.com" }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, { "name": "Adam Harvey", "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], "description": "Provides the functionality to export PHP variables for visualization", @@ -978,27 +1123,27 @@ "export", "exporter" ], - "time": "2016-11-19T08:54:04+00:00" + "time": "2019-09-14T09:02:43+00:00" }, { "name": "sebastian/global-state", - "version": "1.1.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "^6.0" }, "suggest": { "ext-uopz": "*" @@ -1006,7 +1151,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -1029,33 +1174,34 @@ "keywords": [ "global state" ], - "time": "2015-10-12T03:26:01+00:00" + "time": "2017-04-27T15:39:26+00:00" }, { "name": "sebastian/object-enumerator", - "version": "2.0.1", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", "shasum": "" }, "require": { - "php": ">=5.6", - "sebastian/recursion-context": "~2.0" + "php": "^7.0", + "sebastian/object-reflector": "^1.1.1", + "sebastian/recursion-context": "^3.0" }, "require-dev": { - "phpunit/phpunit": "~5" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1075,32 +1221,77 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-02-18T15:18:39+00:00" + "time": "2017-08-03T12:35:26+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "773f97c67f28de00d397be301821b06708fca0be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", + "reference": "773f97c67f28de00d397be301821b06708fca0be", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "time": "2017-03-29T09:07:27+00:00" }, { "name": "sebastian/recursion-context", - "version": "2.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", - "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1128,29 +1319,29 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2016-11-19T07:33:16+00:00" + "time": "2017-03-03T06:23:57+00:00" }, { "name": "sebastian/resource-operations", - "version": "1.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", "shasum": "" }, "require": { - "php": ">=5.6.0" + "php": "^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -1170,7 +1361,7 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2015-07-28T20:34:47+00:00" + "time": "2018-10-04T04:07:39+00:00" }, { "name": "sebastian/version", @@ -1216,40 +1407,41 @@ "time": "2016-10-03T07:35:21+00:00" }, { - "name": "symfony/yaml", - "version": "v3.3.2", + "name": "symfony/polyfill-ctype", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063" + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063", - "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", + "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", "shasum": "" }, "require": { - "php": ">=5.5.9" - }, - "require-dev": { - "symfony/console": "~2.8|~3.0" + "php": ">=5.3.3" }, "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Yaml\\": "" + "Symfony\\Polyfill\\Ctype\\": "" }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1258,45 +1450,110 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Yaml Component", + "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", - "time": "2017-06-02T22:05:06+00:00" + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { - "name": "webmozart/assert", + "name": "theseer/tokenizer", "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "75a63c33a8577608444246075ea0af0d052e452a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", + "reference": "75a63c33a8577608444246075ea0af0d052e452a", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2020-07-12T23:59:07+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", + "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.3.3 || ^7.0 || ^8.0", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<3.9.1" }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" @@ -1318,16 +1575,21 @@ "check", "validate" ], - "time": "2016-11-23T20:04:58+00:00" + "time": "2020-07-08T17:02:28+00:00" } ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "elliotchance/intuit-quickbooks": 15 + }, "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.6.0" + "php": ">=5.6.0", + "ext-mbstring": "*", + "ext-dom": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" } diff --git a/src/Core/Http/Serialization/XmlObjectSerializer.php b/src/Core/Http/Serialization/XmlObjectSerializer.php index 0db71af5..a89a6f19 100644 --- a/src/Core/Http/Serialization/XmlObjectSerializer.php +++ b/src/Core/Http/Serialization/XmlObjectSerializer.php @@ -4,8 +4,8 @@ use QuickBooksOnline\API\Core\CoreConstants; use QuickBooksOnline\API\Data\IPPIntuitEntity; -use QuickBooksOnline\API\XSD2PHP\src\com\mikebevz\xsd2php\Php2Xml; -use QuickBooksOnline\API\XSD2PHP\src\com\mikebevz\xsd2php\Bind; +use com\mikebevz\xsd2php\Php2Xml; +use com\mikebevz\xsd2php\Bind; use QuickBooksOnline\API\Diagnostics\Logger; use QuickBooksOnline\API\Diagnostics\TraceLevel; diff --git a/src/DataService/DataService.php b/src/DataService/DataService.php index bd87b2d6..08dec825 100644 --- a/src/DataService/DataService.php +++ b/src/DataService/DataService.php @@ -20,7 +20,6 @@ use QuickBooksOnline\API\Core\Http\Serialization\IEntitySerializer; use QuickBooksOnline\API\Core\Http\Serialization\XmlObjectSerializer; use QuickBooksOnline\API\Core\HttpClients\FaultHandler; -use QuickBooksOnline\API\Core\HttpClients\RestHandler; use QuickBooksOnline\API\Core\ServiceContext; use QuickBooksOnline\API\Core\CoreConstants; use QuickBooksOnline\API\Core\HttpClients\SyncRestHandler; @@ -28,9 +27,7 @@ use QuickBooksOnline\API\Core\Http\Serialization\JsonObjectSerializer; use QuickBooksOnline\API\Core\Http\Serialization\SerializationFormat; use QuickBooksOnline\API\Data\IPPAttachable; -use QuickBooksOnline\API\Data\IPPEntitlementsResponse; use QuickBooksOnline\API\Data\IPPIntuitEntity; -use QuickBooksOnline\API\Data\IPPRecurringTransaction; use QuickBooksOnline\API\Data\IPPTaxService; use QuickBooksOnline\API\Data\IPPid; use QuickBooksOnline\API\Exception\IdsException; @@ -39,7 +36,7 @@ use QuickBooksOnline\API\Exception\SdkException; use QuickBooksOnline\API\Diagnostics\TraceLevel; use QuickBooksOnline\API\Diagnostics\ContentWriter; -use QuickBooksOnline\API\XSD2PHP\src\com\mikebevz\xsd2php\Php2Xml; +use com\mikebevz\xsd2php\Php2Xml; use QuickBooksOnline\API\Core\OAuth\OAuth2\OAuth2LoginHelper; use QuickBooksOnline\API\Core\OAuth\OAuth2\OAuth2AccessToken; use QuickBooksOnline\API\Core\HttpClients\ClientFactory; diff --git a/src/XSD2PHP/LICENSE b/src/XSD2PHP/LICENSE deleted file mode 100644 index 2e3f0406..00000000 --- a/src/XSD2PHP/LICENSE +++ /dev/null @@ -1,14 +0,0 @@ -Copyright 2010 Mike Bevz -This work has been modified by Intuit Inc., Copyright 2014. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file diff --git a/src/XSD2PHP/README b/src/XSD2PHP/README deleted file mode 100644 index 455fce77..00000000 --- a/src/XSD2PHP/README +++ /dev/null @@ -1,50 +0,0 @@ -Legko XML -This work has been modified by Intuit Inc., Copyright 2014. - -!!!! -Note: We are constantly looking for user stories on how they used LegkoXML (XSD2PHP). -If you would like to help to our project, please send your story about how you have used -LegkoXML in your project. Email is myb (at) mikebevz (dot) com. -!!!! - -See PhpDocs at http://legkoxml.org/docs -Discussion Group http://groups.google.com/group/legkoxml-support - -With the present library you are able to compile PHP binding from XML Schema files, -and consequently, bind XML files to PHP models (unmarshalling), and save PHP bindings -as XML (marshalling). - -Versions history - -Current release - # Fixed #24: Fix problem with WSDL generation - soap:operation must not have any child - -0.0.5 Major refactoring - # Fixed #17: Array of objects is not converted to XML correctly - # Implemented #12: Feature: WSDL generator utilizing existing mapping in classes - # Added NullLogger - mock for logger. It will be used later for #18: Feature: Logger injection - # #13 Command line tool: Initial version developed, compile-schema target only. - # #8 Create facade class: Initial version implemented, only compileSchema method works. (See LegkoXml.php) - -0.0.4 Issue #12. WSDL autodiscovery - # Fixed #10: Directory structure do not correspond to PHP namespaces - # Fixed #5: Add debug output option to XSD2PHP - # Fixed #9: Generated WSDL tested with Zend_Soap - # WSDL tested with Apache CXF - -0.0.3 XML generation refactored - # namespaces generated as ns0 ... nsX - # Fixed #4: added @var to PHP models with full class name (with namespace) - -0.0.2 XSD Imports and includes routines rewritten - # Refactored XSD import and include tags processing - # Fixed problem with numeric namespaces in generated PHP models - # Added new test cases: Multi level include and import processing, custom schema based on UBL2.0 - -0.0.1 Initial release - # Compile XSD to PHP - # Marshal/unmarshal XML - - -========== -If you wanna help the project you are welcome to donate BitCoins. Send those to account 1P6iMj85EmYMqgxDkNkDVWWMm7h5EmMM7a \ No newline at end of file diff --git a/src/XSD2PHP/buildDocs.sh b/src/XSD2PHP/buildDocs.sh deleted file mode 100644 index 555e8b7a..00000000 --- a/src/XSD2PHP/buildDocs.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -phpdoc -t docs -d src -o HTML:Smarty:PHP -ue -pp -s -ric -ti "LegkoXML documentation" - diff --git a/src/XSD2PHP/docs/blank.html b/src/XSD2PHP/docs/blank.html deleted file mode 100644 index 9c47fbf8..00000000 --- a/src/XSD2PHP/docs/blank.html +++ /dev/null @@ -1,13 +0,0 @@ - - - LegkoXML documentation - - - - -

LegkoXML documentation

-Welcome to default!
-
-This documentation was generated by phpDocumentor v1.4.3
- - \ No newline at end of file diff --git a/src/XSD2PHP/docs/classtrees_default.html b/src/XSD2PHP/docs/classtrees_default.html deleted file mode 100644 index 770b73f9..00000000 --- a/src/XSD2PHP/docs/classtrees_default.html +++ /dev/null @@ -1,98 +0,0 @@ - - -Class Trees for Package default - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class Trees for Package default

-
-
Root interface IWsdl

- - -
-
Root class AbstractWsdl

- - -
-
Root class AbstractWsdlFactory

- - -
-
Root class Common

- - -
-
Root class LegkoTool

- - -
-
Root class LegkoXML

- - -
-
Root class NullLogger

- - -
-
Root class WsdlFactory

- - -
-
Root class \

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/AbstractWsdl.html b/src/XSD2PHP/docs/default/AbstractWsdl.html deleted file mode 100644 index 4faee6f4..00000000 --- a/src/XSD2PHP/docs/default/AbstractWsdl.html +++ /dev/null @@ -1,2083 +0,0 @@ - - -Docs For Class AbstractWsdl - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: AbstractWsdl

-Source Location: /mikebevz/xsd2php/wsdl/AbstractWsdl.php

- - - - - - - - - - -
- -

Class Overview

-

-


-

Author(s):

-
    -
- - - - - - - -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - - -
-

Child classes:

-
-
-
Wsdl_1_1
-
-
-
-
Wsdl_2_0
-
-
-
-
-
- - -

Class Details

-
-[line 8]
-

-

Tags:

-
- - - - -
abstract:  
-
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$bindingNameSuffix =  "_Binding"

-

[line 98]

- Suffix for generated binding tag name



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  unknown_type
-


-
[ Top ]

- -

-

$common =

-

[line 58]

- Commons class



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  com\mikebevz\xsd2php\Common
-


-
[ Top ]

- -

-

$debug =  false

-

[line 52]

-

-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  boolean
-


-
[ Top ]

- -

-

$docNamespaces = array()

-

[line 118]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$dom =

-

[line 40]

- DOM Instance



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  \DomDocument
-


-
[ Top ]

- -

-

$importedNamespaces = array()

-

[line 116]

- Namespaces already imported to XML Schema



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$lastNsKey =  0

-

[line 135]

-

-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$location =

-

[line 137]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$methodsMeta =

-

[line 152]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$portNameSuffix =  "_Port"

-

[line 93]

- Suffix for generated port tag name



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$publicPath =  null

-

[line 131]

- Path to publicly accessable folder to store imported/included schemas



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$publicUrl =  null

-

[line 133]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$refl =

-

[line 34]

- Service Reflection



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  \ReflectionClass
-


-
[ Top ]

- -

-

$requestSuffix =  "Request"

-

[line 110]

- Request



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  unknown_type
-


-
[ Top ]

- -

-

$responseSuffix =  "Response"

-

[line 104]

- Response items suffix



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$schemasPath =  null

-

[line 124]

- Path to schema to be imported/included in XSD



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$service =  null

-

[line 28]

- Service



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  object
-


-
[ Top ]

- -

-

$serviceNameSuffix =  "_Service"

-

[line 87]

- Suffix for generated service tag name



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$soapBindingStyle =  SOAP_DOCUMENT

-

[line 64]

- Soap binding style: rpc|document



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$soapBindingTransport =  "http://schemas.xmlsoap.org/soap/http"

-

[line 70]

- Soap binding transport: which transport of SOAP this binding corresponds to



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$targetNsPrefix =  "tns"

-

[line 76]

- Prefix of target namespace



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$wsBinding =

-

[line 149]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$wsDefinitions =

-

[line 144]

- Definitions node



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  DOMNode
-


-
[ Top ]

- -

-

$wsdlName =

-

[line 16]

- WSDL Name



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$wsdlTargetNamespace =

-

[line 22]

- WSDL Target namespace



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$wsdlXmlSource =

-

[line 46]

- Copy of Current WSDL as XML string



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$wsDocumentation =

-

[line 145]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$wsMessage =

-

[line 147]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$wsPortType =

-

[line 148]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$wsService =

-

[line 150]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$wsTypes =

-

[line 146]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$wsXmlSchema =

-

[line 151]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$xmlSchemaImports = array()

-

[line 154]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$xmlSchemaPreffix =  "xsd"

-

[line 82]

- Prefix for XML Schema namespace



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

constructor __construct [line 163]

-
-
-
- void __construct( -object|class -$service) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
object|class  $service  Class name or object of the service to build WSDL for
-

-
[ Top ]
-
-
- -

method addImportToSchema [line 330]

-
-
-
- void addImportToSchema( -string -$namespace, string -$code) -
-

- - Add xsd:import tag to XML schema before any childs added



-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $namespace  Namespace URI
string  $code  Shortcut for namespace, fx, ns0. Returned by getNsCode()
-

-
[ Top ]
-
-
- -

method composeUrl [line 560]

-
-
-
- string composeUrl( -array -$parts) -
-

- - Compose URL of kind schema://host:port



-

Tags:

-
- - - - - - - -
return:  URL
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
array  $parts  
-

-
[ Top ]
-
-
- -

method copyToPublic [line 540]

-
-
-
- string copyToPublic( -string -$path, [boolean -$overwrite = false]) -
-

- - Copy given file to publicSchemaPath



-

Tags:

-
- - - - - - - - - - -
return:  Path to new file
throws:  RuntimeException If file cannot be copied
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $path  Path to file
boolean  $overwrite  Overwrite file if it exists? default false
-

-
[ Top ]
-
-
- -

method getClassMethods [line 242]

-
-
-
- array getClassMethods( -) -
-

- - Get service class public methods



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method getClassNamespace [line 480]

-
-
-
- string getClassNamespace( -string -$class) -
-

- - Return class XML namespace taken from @xmlNamespace doc



-

Tags:

-
- - - - - - - - - - -
return:  XML namespace
throws:  RuntimeException If namespace cannot be found in class DocBlock
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $class  Class name
-

-
[ Top ]
-
-
- -

method getDebug [line 665]

-
-
-
- the getDebug( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getLocation [line 633]

-
-
-
- string getLocation( -) -
-

- - Get SOAP service location (service->port->address->location)



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getMethodIO [line 231]

-
-
-
- array getMethodIO( -string -$method) -
-

- - Return method input/output



-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
string  $method  Method name
-

-
[ Top ]
-
-
- -

method getNsCode [line 303]

-
-
-
- void getNsCode( - -$longNs, [ -$rt = false]) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $longNs  
  $rt  
-

-
[ Top ]
-
-
- -

method getPublicPath [line 599]

-
-
-
- the getPublicPath( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getPublicUrl [line 649]

-
-
-
- the getPublicUrl( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getSchemaLocation [line 390]

-
-
-
- string getSchemaLocation( -string -$ns) -
-

- - Get path to schema in schemasPath with targetNamespace = $ns



-

Tags:

-
- - - - - - - - - - - - - - - - - - - - - - -
return:  absolut path to schema file
throws:  RuntimeException If SchemaPath is not specified
throws:  RuntimeException If Public folder is not specified
throws:  RuntimeException If SchemaPath is not readable
throws:  RuntimeException If namespace cannot be found in SchemaPath
throws:  RuntimeException If PublicPath is not writable
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $ns  Namespace to match
-

-
[ Top ]
-
-
- -

method getSchemasPath [line 615]

-
-
-
- the getSchemasPath( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getShortName [line 497]

-
-
-
- string getShortName( -string -$longName) -
-

- - Get class name without namespace



-

Tags:

-
- - - - - - - -
return:  Class base name
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $longName  Class full name
-

-
[ Top ]
-
-
- -

method getSoapBindingStyle [line 583]

-
-
-
- the getSoapBindingStyle( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getTypeName [line 283]

-
-
-
- string getTypeName( -string -$type) -
-

- - Get QName style for given type



-

Tags:

-
- - - - - - - -
throws:  RuntimeException If class of type cannot be found
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $type  Type name
-

-
[ Top ]
-
-
- -

method importsToAbsUrl [line 441]

-
-
-
- string importsToAbsUrl( -string -$schemaPath, [ -$relPath = '']) -
-

- - Convert relative paths in XMLSchema's imports and includes to URLs using $location



-

Tags:

-
- - - - - - - -
return:  URL of the schema
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $schemaPath  Absolute path to XML Schema file
  $relPath  
-

-
[ Top ]
-
-
- -

method isTargetNamespaceEqualsTo [line 512]

-
-
-
- boolean isTargetNamespaceEqualsTo( -string -$schema, string -$ns) -
-

- - Check if $schema XML Schema file belongs to $ns



-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $schema  Path to XML Schema file
string  $ns  Target namespace to match
-

-
[ Top ]
-
-
- -

method namespaceToUrn [line 271]

-
-
-
- string namespaceToUrn( -string -$namespace) -
-

- - Convert PHP namespace to URN



-

Tags:

-
- - - - -
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $namespace  
-

-
[ Top ]
-
-
- -

method prepareDom [line 196]

-
-
-
- void prepareDom( -) -
-

- - Prepare DOM



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method prepareReflection [line 217]

-
-
-
- void prepareReflection( -) -
-

- - Prepare service class reflection



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method setDebug [line 673]

-
-
-
- void setDebug( -$debug -$debug) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$debug  $debug  the $debug to set
-

-
[ Top ]
-
-
- -

method setLocation [line 641]

-
-
-
- void setLocation( -$location -$location) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$location  $location  the $location to set
-

-
[ Top ]
-
-
- -

method setPublicPath [line 607]

-
-
-
- void setPublicPath( -$publicPath -$publicPath) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$publicPath  $publicPath  the $publicPath to set
-

-
[ Top ]
-
-
- -

method setPublicUrl [line 657]

-
-
-
- void setPublicUrl( -$publicUrl -$publicUrl) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$publicUrl  $publicUrl  the $publicUrl to set
-

-
[ Top ]
-
-
- -

method setSchemasPath [line 623]

-
-
-
- void setSchemasPath( -$schemasPath -$schemasPath) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$schemasPath  $schemasPath  the $schemasPath to set
-

-
[ Top ]
-
-
- -

method setSoapBindingStyle [line 591]

-
-
-
- void setSoapBindingStyle( -$soapBindingStyle -$soapBindingStyle) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$soapBindingStyle  $soapBindingStyle  the $soapBindingStyle to set
-

-
[ Top ]
-
-
- -

method toXml [line 252]

-
-
-
- string toXml( -) -
-

- - Return WSDL as XML string



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/AbstractWsdlFactory.html b/src/XSD2PHP/docs/default/AbstractWsdlFactory.html deleted file mode 100644 index 746b9efb..00000000 --- a/src/XSD2PHP/docs/default/AbstractWsdlFactory.html +++ /dev/null @@ -1,227 +0,0 @@ - - -Docs For Class AbstractWsdlFactory - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: AbstractWsdlFactory

-Source Location: /mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php

- - - - - - - - - -
- -

Class Overview

-

-


-

Author(s):

-
    -
- - - - - - - -
-

Methods

- -
-
- - - - - - - - -
-
- - -

Class Details

-
-[line 5]
-

-

Tags:

-
- - - - -
abstract:  
-
-


-
[ Top ]

- - -
- -

Class Methods

-
- -
- -

method getWsdl_1_1 [line 6]

-
-
-
- void getWsdl_1_1( -) -
-

- -

-

Tags:

-
- - - - -
abstract:  
-
-

- - -
[ Top ]
-
-
- -

method getWsdl_2_0 [line 7]

-
-
-
- void getWsdl_2_0( -) -
-

- -

-

Tags:

-
- - - - -
abstract:  
-
-

- - -
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/Bind.html b/src/XSD2PHP/docs/default/Bind.html deleted file mode 100644 index 7472ad7d..00000000 --- a/src/XSD2PHP/docs/default/Bind.html +++ /dev/null @@ -1,482 +0,0 @@ - - -Docs For Class Bind - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: Bind

-Source Location: /mikebevz/xsd2php/Bind.php

- - - - - - - - - -
- -

Class Overview

-
Common
-   |
-   --Bind

-
Bind XML to PHP binding


-

Author(s):

- - - - - - - -

Version:

-
    -
  • 0.0.5
  • -
- - -
-

Methods

- -
-
- - - - - - - - - - -
-

Inherited Variables

-
-

Class: Common

-
-
- Common::$basicTypes -
-
- -
-
- Common::$debug -
-
- -
-
- Common::$dom -
-
- -
-
- Common::$lastNsKey -
-
- -
-
- Common::$namespaces -
-
- -
-
- Common::$phpTypes -
-
- -
-
- Common::$reservedWords -
-
- -
-
-
-
-

Inherited Methods

-
-

Class: Common

-
-
- Common::getDocNamespaces() -
-
- -
-
- Common::getNsCode() -
-
- -
-
- Common::isQName() -
-
- -
-
- Common::normalizeType() -
-
- Convert XMLSchema data type to PHP data type -
-
- Common::parseDocComments() -
-
- Parse Doc comments -
-
- Common::parseParamDocs() -
-
- -
-
- Common::parseQName() -
-
- -
-
- Common::parseReturnDocs() -
-
- -
-
- Common::phpTypeToSoap() -
-
- -
-
- Common::resolveNamespace() -
-
- Resolve short namespace to long, or return the same code if not found -
-
- Common::urnToPhpName() -
-
- -
-
-
-
-
- - -

Class Details

-
-[line 26]
-Bind XML to PHP binding



-

Tags:

-
- - - - - - - -
author:  Mike Bevz <myb@mikebevz.com>
version:  0.0.5
-
-


-
[ Top ]

- - -
- -

Class Methods

-
- -
- -

method bindXml [line 80]

-
-
-
- object PHP bindXml( -string -$xml, object -$model) -
-

- - Bind XML file to model



-

Tags:

-
- - - - - - - -
return:  model
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $xml  XML source
object  $model  PHP Model to bind to
-

-
[ Top ]
-
-
- -

method bindXmlRec [line 160]

-
-
-
- void bindXmlRec( - -$node, -$dom, -$modelName) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
  $node  
  $dom  
  $modelName  
-

-
[ Top ]
-
-
- -

method hasChild [line 149]

-
-
-
- void hasChild( - -$node) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
  $node  
-

-
[ Top ]
-
-
- -

method unmarshal [line 38]

-
-
-
- object PHP unmarshal( -string -$xml) -
-

- - Unmarshal XML string to corresponding PHP binding



-

Tags:

-
- - - - - - - -
return:  binding object
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $xml  XML string to unmarshal
-

-
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/Common.html b/src/XSD2PHP/docs/default/Common.html deleted file mode 100644 index 907f4de0..00000000 --- a/src/XSD2PHP/docs/default/Common.html +++ /dev/null @@ -1,847 +0,0 @@ - - -Docs For Class Common - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: Common

-Source Location: /mikebevz/xsd2php/Common.php

- - - - - - - - - - -
- -

Class Overview

-

-
Common data


-

Author(s):

- - - - - - - -

Version:

-
    -
  • 0.0.1
  • -
- - -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - - -
-

Child classes:

-
-
-
Bind
-
Bind XML to PHP binding
-
-
-
Php2Xml
-
PHP to XML converter
-
-
-
PHPClass
-
PHP Class representation
-
-
-
Wsdl
-
Common data
-
-
-
Xsd2Php
-
Generate PHP classes based on XSD schema
-
-
-
-
- - -

Class Details

-
-[line 28]
-Common data



-

Tags:

-
- - - - - - - -
author:  Mike Bevz <myb@mikebevz.com>
version:  0.0.1
-
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$basicTypes = array('decimal', 'base64Binary', 'normalizedString', 
-                                'dateTime', 'date', 'boolean',
-                                'positiveInteger', 'anySimpleType',
-                                'anyURI', 'byte', 'double', 'duration', 
-                                //'ENTITIES', 'ENTITY', - not sure about those
-                                'float', 'gDay', 'gMonth', 'gMonthDay', 'gYear', 'gYearMonth',
-                                'hexBinary', 
-                                //'ID', 'IDREFS', 'IDREF', - not sure 
-                                'int', 'integer', 'language', 'long',
-                                'negativeInteger', 'nonPositiveInteger', 'nonNegativeInteger',
-                                //'Name', 'NSName', 'NMTOKEN', 'NMTOKENS', 'NOTATION',
-                                'QName', 'short', 'string', 'time', 'token',
-                                'unsignedByte', 'unsignedInt', 'unsignedLong', 'unsignedShort'
-                                )

-

[line 32]

-

-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$debug =  false

-

[line 73]

-

-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$dom =

-

[line 79]

- Dom document



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  DOMDocument
-


-
[ Top ]

- -

-

$lastNsKey =  0

-

[line 71]

-

-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$namespaces =  null

-

[line 69]

-

-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$phpTypes = array(
-        'int', 'integer', 'float', 'string', 'boolean', 'bool', 'object'
-    )

-

[line 47]

-

-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$reservedWords = array (
-        'and', 'or', 'xor', '__FILE__', 'exception',
-        '__LINE__', 'array', 'as', 'break', 'case',
-        'class', 'const', 'continue', 'declare', 'default',
-        'die', 'do', 'echo', 'else', 'elseif',
-        'empty', 'enddeclare', 'endfor', 'endforeach', 'endif',
-        'endswitch', 'endwhile', 'eval', 'exit', 'extends',
-        'for', 'foreach', 'function', 'global', 'if',
-        'include', 'include_once', 'isset', 'list', 'new',
-        'print', 'require', 'require_once', 'return', 'static',
-        'switch', 'unset', 'use', 'var', 'while', 
-        '__FUNCTION__', '__CLASS__', '__METHOD__', 'final', 'php_user_filter',
-        'interface', 'implements', 'instanceof', 'public', 'private',
-        'protected', 'abstract', 'clone', 'try', 'catch',
-        'throw', 'this', 'final', '__NAMESPACE__', 'namespace', 'goto',
-        '__DIR__'
-    )

-

[line 51]

-

-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

method getDocNamespaces [line 81]

-
-
-
- void getDocNamespaces( - -$dom) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $dom  
-

-
[ Top ]
-
-
- -

method getNsCode [line 235]

-
-
-
- void getNsCode( - -$longNs, [ -$rt = false]) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $longNs  
  $rt  
-

-
[ Top ]
-
-
- -

method isQName [line 127]

-
-
-
- void isQName( - -$name) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $name  
-

-
[ Top ]
-
-
- -

method normalizeType [line 261]

-
-
-
- string normalizeType( -mixed -$type) -
-

- - Convert XMLSchema data type to PHP data type



-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
mixed  $type  XML Schema data type
-

-
[ Top ]
-
-
- -

method parseDocComments [line 172]

-
-
-
- array parseDocComments( -string -$comments) -
-

- - Parse Doc comments



-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $comments  
-

-
[ Top ]
-
-
- -

method parseParamDocs [line 201]

-
-
-
- void parseParamDocs( - -$string) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $string  
-

-
[ Top ]
-
-
- -

method parseQName [line 112]

-
-
-
- array($namespace, parseQName( -string -$qname, [boolean -$resolveNamespace = false]) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $qname  QName string (fx, ns1:Name)
boolean  $resolveNamespace  [optional] Resolve namespace code to full form
-

-
[ Top ]
-
-
- -

method parseReturnDocs [line 220]

-
-
-
- void parseReturnDocs( - -$string) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $string  
-

-
[ Top ]
-
-
- -

method phpTypeToSoap [line 315]

-
-
-
- void phpTypeToSoap( - -$phpType) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $phpType  
-

-
[ Top ]
-
-
- -

method resolveNamespace [line 149]

-
-
-
- string resolveNamespace( -unknown_type -$shortNs) -
-

- - Resolve short namespace to long, or return the same code if not found



-

Tags:

-
- - - - - - - -
return:  Long namespace
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
unknown_type  $shortNs  
-

-
[ Top ]
-
-
- -

method urnToPhpName [line 136]

-
-
-
- void urnToPhpName( - -$urn) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $urn  
-

-
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/IWsdl.html b/src/XSD2PHP/docs/default/IWsdl.html deleted file mode 100644 index 39078b10..00000000 --- a/src/XSD2PHP/docs/default/IWsdl.html +++ /dev/null @@ -1,202 +0,0 @@ - - -Docs For Class IWsdl - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: IWsdl

-Source Location: /mikebevz/xsd2php/wsdl/IWsdl.php

- - - - - - - - - -
- -

Interface Overview

-

-
WSDL interface


-

Author(s):

- - - - - - - - -
-

Methods

- -
-
- - - - - - - - -
-
- - -

Class Details

-
-[line 10]
-WSDL interface



-

Tags:

-
- - - - -
author:  Mike Bevz <myb@mikebevz.com>
-
-


-
[ Top ]

- - -
- -

Class Methods

-
- -
- -

method prepare [line 11]

-
-
-
- void prepare( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/LegkoTool.html b/src/XSD2PHP/docs/default/LegkoTool.html deleted file mode 100644 index ce44465b..00000000 --- a/src/XSD2PHP/docs/default/LegkoTool.html +++ /dev/null @@ -1,338 +0,0 @@ - - -Docs For Class LegkoTool - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: LegkoTool

-Source Location: /legko.php

- - - - - - - - - - -
- -

Class Overview

-

-


- - - - - - - -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - -
-
- - -

Class Details

-
-[line 13]
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$legko =

-

[line 19]

- Legko XML Facade



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  com\mikebevz\xsd2php\LegkoXML
-


-
[ Top ]

- -

-

$opts =

-

[line 25]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  Zend_Console_Getopt
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

constructor __construct [line 27]

-
-
-
- LegkoTool __construct( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method compileSchema [line 65]

-
-
-
- void compileSchema( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method println [line 86]

-
-
-
- void println( -[ -$msg = ""]) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
  $msg  
-

-
[ Top ]
-
-
- -

method showHelp [line 43]

-
-
-
- void showHelp( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/LegkoXML.html b/src/XSD2PHP/docs/default/LegkoXML.html deleted file mode 100644 index 93e6d8c7..00000000 --- a/src/XSD2PHP/docs/default/LegkoXML.html +++ /dev/null @@ -1,405 +0,0 @@ - - -Docs For Class LegkoXML - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: LegkoXML

-Source Location: /mikebevz/xsd2php/LegkoXML.php

- - - - - - - - - - -
- -

Class Overview

-

-


- - - - - - - -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - -
-
- - -

Class Details

-
-[line 6]
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$php2wsdl =

-

[line 18]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$version =  "0.0.4"

-

[line 8]

-

-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$xml2php =

-

[line 16]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$xsd2php =

-

[line 14]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  Xsd2Php
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

constructor __construct [line 20]

-
-
-
- LegkoXML __construct( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method compileSchema [line 25]

-
-
-
- void compileSchema( - -$schema, -$destination) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $schema  
  $destination  
-

-
[ Top ]
-
-
- -

method generateWsdl [line 30]

-
-
-
- void generateWsdl( - -$class) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $class  
-

-
[ Top ]
-
-
- -

method getVersion [line 37]

-
-
-
- the getVersion( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/NullLogger.html b/src/XSD2PHP/docs/default/NullLogger.html deleted file mode 100644 index 20e3eaed..00000000 --- a/src/XSD2PHP/docs/default/NullLogger.html +++ /dev/null @@ -1,189 +0,0 @@ - - -Docs For Class NullLogger - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: NullLogger

-Source Location: /mikebevz/xsd2php/NullLogger.php

- - - - - - - - - -
- -

Class Overview

-

-


- - - - - - - -
-

Methods

- -
-
- - - - - - - - -
-
- - -

Class Details

-
-[line 4]
-


-
[ Top ]

- - -
- -

Class Methods

-
- -
- -

method __call [line 6]

-
-
-
- void __call( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/PHPClass.html b/src/XSD2PHP/docs/default/PHPClass.html deleted file mode 100644 index 9cda65f3..00000000 --- a/src/XSD2PHP/docs/default/PHPClass.html +++ /dev/null @@ -1,683 +0,0 @@ - - -Docs For Class PHPClass - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: PHPClass

-Source Location: /mikebevz/xsd2php/PHPClass.php

- - - - - - - - - - -
- -

Class Overview

-
Common
-   |
-   --PHPClass

-
PHP Class representation


-

Author(s):

- - - - - - - -

Version:

-
    -
  • 0.0.1
  • -
- - -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - - - -
-

Inherited Variables

-
-

Class: Common

-
-
- Common::$basicTypes -
-
- -
-
- Common::$dom -
-
- -
-
- Common::$lastNsKey -
-
- -
-
- Common::$namespaces -
-
- -
-
- Common::$phpTypes -
-
- -
-
- Common::$reservedWords -
-
- -
-
-
-
-

Inherited Methods

-
-

Class: Common

-
-
- Common::getDocNamespaces() -
-
- -
-
- Common::getNsCode() -
-
- -
-
- Common::isQName() -
-
- -
-
- Common::normalizeType() -
-
- Convert XMLSchema data type to PHP data type -
-
- Common::parseDocComments() -
-
- Parse Doc comments -
-
- Common::parseParamDocs() -
-
- -
-
- Common::parseQName() -
-
- -
-
- Common::parseReturnDocs() -
-
- -
-
- Common::phpTypeToSoap() -
-
- -
-
- Common::resolveNamespace() -
-
- Resolve short namespace to long, or return the same code if not found -
-
- Common::urnToPhpName() -
-
- -
-
-
-
-
- - -

Class Details

-
-[line 28]
-PHP Class representation



-

Tags:

-
- - - - - - - -
author:  Mike Bevz <myb@mikebevz.com>
version:  0.0.1
-
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$classDocBlock =

-

[line 41]

- Array of class level documentation



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$classProperties =

-

[line 67]

- Class properties



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$debug =  false

-

[line 91]

- Show debug info



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - - - - - -
Type:  boolean
Overrides:  Array
-


-
[ Top ]

- -

-

$extends =

-

[line 73]

- Class to extend



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$extendsNamespace =

-

[line 79]

- Namespace of parent class



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$name =

-

[line 34]

- Class name



-

Tags:

-
- - - - - - - -
var:  name
access:  public
-
- -
-
- - - - - -
Type:  class
-


-
[ Top ]

- -

-

$namespace =

-

[line 54]

- Class namespace



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$properties =

-

[line 85]

- Array of class properties array(array('name'=>'propertyName', 'docs' => array('property'=>'value')))



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$type =

-

[line 48]

- Class type



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$typeNamespace =

-

[line 60]

- Class type namespace



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

method getClassProperties [line 141]

-
-
-
- string getClassProperties( -array -$props, [array -$indent = "\t"]) -
-

- - Return class properties from array with indent specified



-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $props  Properties array
array  $indent  Indentation in tabs
-

-
[ Top ]
-
-
- -

method getDocBlock [line 161]

-
-
-
- void getDocBlock( -array -$docs, [string -$indent = ""]) -
-

- - Return docBlock



-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $docs  Array of docs
string  $indent  

Indentation

return string

-

-
[ Top ]
-
-
- -

method getPhpCode [line 97]

-
-
-
- array getPhpCode( -) -
-

- - Returns array of PHP classes



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/Php2Xml.html b/src/XSD2PHP/docs/default/Php2Xml.html deleted file mode 100644 index 5662464d..00000000 --- a/src/XSD2PHP/docs/default/Php2Xml.html +++ /dev/null @@ -1,655 +0,0 @@ - - -Docs For Class Php2Xml - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: Php2Xml

-Source Location: /mikebevz/xsd2php/Php2Xml.php

- - - - - - - - - - -
- -

Class Overview

-
Common
-   |
-   --Php2Xml

-
PHP to XML converter


-

Author(s):

- - - - - - - -

Version:

-
    -
  • 0.0.4
  • -
- - -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - - - -
-

Inherited Variables

-
-

Class: Common

-
-
- Common::$basicTypes -
-
- -
-
- Common::$debug -
-
- -
-
- Common::$dom -
-
- -
-
- Common::$lastNsKey -
-
- -
-
- Common::$namespaces -
-
- -
-
- Common::$phpTypes -
-
- -
-
- Common::$reservedWords -
-
- -
-
-
-
-

Inherited Methods

-
-

Class: Common

-
-
- Common::getDocNamespaces() -
-
- -
-
- Common::getNsCode() -
-
- -
-
- Common::isQName() -
-
- -
-
- Common::normalizeType() -
-
- Convert XMLSchema data type to PHP data type -
-
- Common::parseDocComments() -
-
- Parse Doc comments -
-
- Common::parseParamDocs() -
-
- -
-
- Common::parseQName() -
-
- -
-
- Common::parseReturnDocs() -
-
- -
-
- Common::phpTypeToSoap() -
-
- -
-
- Common::resolveNamespace() -
-
- Resolve short namespace to long, or return the same code if not found -
-
- Common::urnToPhpName() -
-
- -
-
-
-
-
- - -

Class Details

-
-[line 28]
-PHP to XML converter



-

Tags:

-
- - - - - - - -
author:  Mike Bevz <myb@mikebevz.com>
version:  0.0.4
-
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$logger =

-

[line 45]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$phpClass =  null

-

[line 33]

- Php class to convert to XML



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  Object
-


-
[ Top ]

- -

-

$root =

-

[line 40]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  DOMElement
-


-
[ Top ]

- -

-

$rootTagName =

-

[line 43]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

constructor __construct [line 47]

-
-
-
- Php2Xml __construct( -[ -$phpClass = null]) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $phpClass  
-

-
[ Top ]
-
-
- -

method addProperty [line 145]

-
-
-
- void addProperty( - -$docs, -$dom) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $docs  
  $dom  
-

-
[ Top ]
-
-
- -

method buildXml [line 134]

-
-
-
- void buildXml( -) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method getXml [line 62]

-
-
-
- void getXml( -[ -$phpClass = null]) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $phpClass  
-

-
[ Top ]
-
-
- -

method parseClass [line 95]

-
-
-
- void parseClass( - -$object, -$dom, [ -$rt = false]) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
  $object  
  $dom  
  $rt  
-

-
[ Top ]
-
-
- -

method parseObjectValue [line 183]

-
-
-
- DOMElement parseObjectValue( -Object -$obj, DOMElement -$element) -
-

- - Parse value of the object



-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
Object  $obj  
DOMElement  $element  
-

-
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/SoapServer.html b/src/XSD2PHP/docs/default/SoapServer.html deleted file mode 100644 index 43354a44..00000000 --- a/src/XSD2PHP/docs/default/SoapServer.html +++ /dev/null @@ -1,702 +0,0 @@ - - -Docs For Class SoapServer - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: SoapServer

-Source Location: /mikebevz/xsd2php/SoapServer.php

- - - - - - - - - - -
- -

Class Overview

-
\
-   |
-   --SoapServer

-
Class aware SOAP Server implementation


-

Author(s):

- - - - - - - - -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - -
-
- - -

Class Details

-
-[line 38]
-Class aware SOAP Server implementation



-

Tags:

-
- - - - - - - - - - - - - -
author:  Mike Bevz <myb@mikebevz.com>
todo:  Multiple parameters to service methods are not supported
todo:  Limited support of XML Schema constructions, working example as follows <xsd:complexType name="updateContactCompanyType"> <xsd:sequence> <xsd:element ref="ns1:ContactCompany" /> </xsd:sequence> </xsd:complexType> <xsd:element name="updateContactCompany" type="tns:updateContactCompanyType" />
todo:  Refactor type extracting algorithm
-
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$common =

-

[line 44]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  Common
-


-
[ Top ]

- -

-

$xsdTypes = array()

-

[line 50]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

-

- -
- -

Class Methods

-
-
- -

static method marshalRoot [line 86]

-
-
-
- static void marshalRoot( - -$object) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $object  
-

-
[ Top ]
-
-
- -

static method unmarshalRoot [line 68]

-
-
-
- static void unmarshalRoot( - -$string) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
  $string  
-

-
[ Top ]
-
- -
- -

constructor SoapServer [line 52]

-
-
-
- SoapServer SoapServer( - -$wsdl, -$options) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $wsdl  
  $options  
-

-
[ Top ]
-
-
- -

method getXSDTypes [line 94]

-
-
-
- void getXSDTypes( - -$wsdl) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
  $wsdl  
-

-
[ Top ]
-
-
- -

method parseComplexTypeName [line 245]

-
-
-
- void parseComplexTypeName( - -$node, -$tNs) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $node  
  $tNs  
-

-
[ Top ]
-
-
- -

method parseComplexTypeNode [line 234]

-
-
-
- void parseComplexTypeNode( - -$node, -$tNs) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $node  
  $tNs  
-

-
[ Top ]
-
-
- -

method parseComplexTypeNoName [line 253]

-
-
-
- void parseComplexTypeNoName( - -$node, -$tNs) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $node  
  $tNs  
-

-
[ Top ]
-
-
- -

method parseElementNameNode [line 202]

-
-
-
- void parseElementNameNode( - -$node, -$tNs) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $node  
  $tNs  
-

-
[ Top ]
-
-
- -

method parseElementNode [line 190]

-
-
-
- void parseElementNode( - -$node, -$tNs) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $node  
  $tNs  
-

-
[ Top ]
-
-
- -

method parseElementRefNode [line 224]

-
-
-
- void parseElementRefNode( - -$node, -$tNs) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $node  
  $tNs  
-

-
[ Top ]
-
-
- -

method parseNode [line 143]

-
-
-
- void parseNode( - -$node, -$tNs) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
  $node  
  $tNs  
-

-
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/Wsdl.html b/src/XSD2PHP/docs/default/Wsdl.html deleted file mode 100644 index a4f65da7..00000000 --- a/src/XSD2PHP/docs/default/Wsdl.html +++ /dev/null @@ -1,2287 +0,0 @@ - - -Docs For Class Wsdl - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: Wsdl

-Source Location: /mikebevz/xsd2php/Wsdl.php

- - - - - - - - - - -
- -

Class Overview

-
Common
-   |
-   --Wsdl

-
Common data


-

Author(s):

- - - - - - - -

Version:

-
    -
  • 0.0.1
  • -
- - -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - - - -
-

Inherited Variables

-
-

Class: Common

-
-
- Common::$basicTypes -
-
- -
-
- Common::$debug -
-
- -
-
- Common::$dom -
-
- -
-
- Common::$lastNsKey -
-
- -
-
- Common::$namespaces -
-
- -
-
- Common::$phpTypes -
-
- -
-
- Common::$reservedWords -
-
- -
-
-
-
-

Inherited Methods

-
-

Class: Common

-
-
- Common::getDocNamespaces() -
-
- -
-
- Common::getNsCode() -
-
- -
-
- Common::isQName() -
-
- -
-
- Common::normalizeType() -
-
- Convert XMLSchema data type to PHP data type -
-
- Common::parseDocComments() -
-
- Parse Doc comments -
-
- Common::parseParamDocs() -
-
- -
-
- Common::parseQName() -
-
- -
-
- Common::parseReturnDocs() -
-
- -
-
- Common::phpTypeToSoap() -
-
- -
-
- Common::resolveNamespace() -
-
- Resolve short namespace to long, or return the same code if not found -
-
- Common::urnToPhpName() -
-
- -
-
-
-
-
- - -

Class Details

-
-[line 14]
-Common data



-

Tags:

-
- - - - - - - -
author:  Mike Bevz <myb@mikebevz.com>
version:  0.0.1
-
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$binding =

-

[line 58]

- Binding



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  DomNode
-


-
[ Top ]

- -

-

$bindingNameSuffix =  "_Binding"

-

[line 93]

- Suffix for generated binding tag name



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  unknown_type
-


-
[ Top ]

- -

-

$class =

-

[line 21]

- Service class to be exposed



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  object
-


-
[ Top ]

- -

-

$importedNamespaces = array()

-

[line 126]

- Namespaces already imported to XML Schema



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$location =

-

[line 65]

- Service location



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$portNameSuffix =  "_Port"

-

[line 88]

- Suffix for generated port tag name



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$portType =

-

[line 52]

- Port type



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  DomNode
-


-
[ Top ]

- -

-

$publicPath =  null

-

[line 118]

- Path to publicly accessable folder to store imported/included schemas



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$publicUrl =  null

-

[line 120]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$refl =

-

[line 34]

- Reflection of the $class



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  \ReflectionClass
-


-
[ Top ]

- -

-

$requestSuffix =  "Request"

-

[line 105]

- Request



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  unknown_type
-


-
[ Top ]

- -

-

$responseSuffix =  "Response"

-

[line 99]

- Response items suffix



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$schemasPath =  null

-

[line 111]

- Path to schema to be imported/included in XSD



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$serviceNameSuffix =  "_Service"

-

[line 82]

- Suffix for generated service tag name



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$soapBindingStyle =  "document"

-

[line 40]

- Soap binding style: rpc|document



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$soapBindingTransport =  "http://schemas.xmlsoap.org/soap/http"

-

[line 46]

- Soap binding transport: which transport of SOAP this binding corresponds to



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$targetNsPrefix =  "tns"

-

[line 71]

- Prefix of target namespace



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$wsdl =

-

[line 28]

- Instance of Zend_Soap_Wsdl



-

Tags:

-
- - - - - - - -
todo:  consider replace this class - it's not that useful
access:  private
-
- -
-
- - - - - -
Type:  com\mikebevz\xsd2php\wsdl\AbstractWsdl
-


-
[ Top ]

- -

-

$xmlSchemaPreffix =  "xsd"

-

[line 77]

- Prefix for XML Schema namespace



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

constructor __construct [line 136]

-
-
-
- void __construct( -[string|object -$class = null]) -
-

- - Creates new wsdl for the $class given



-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string|object   $class  
-

-
[ Top ]
-
-
- -

method addBindingOperations [line 281]

-
-
-
- void addBindingOperations( -) -
-

- - Add operations to binding



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method addBindings [line 205]

-
-
-
- DomNode addBindings( -) -
-

- - Add bindings to WSDL



-

Tags:

-
- - - - - - - -
return:  Binding node
access:  private
-
-

- - -
[ Top ]
-
-
- -

method addImportToSchema [line 523]

-
-
-
- void addImportToSchema( -string -$namespace, string -$code) -
-

- - Add xsd:import tag to XML schema before any childs added



-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $namespace  Namespace URI
string  $code  Shortcut for namespace, fx, ns0. Returned by getNsCode()
-

-
[ Top ]
-
-
- -

method addMessages [line 369]

-
-
-
- void addMessages( -array -$messages) -
-

- - Add SOAP messages



-

Tags:

-
- - - - - - - - - - -
throws:  RuntimeException If
throws:  RuntimeException If method does not have any inputs/outputs
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
array  $messages  Messages to add
-

-
[ Top ]
-
-
- -

method addPortOperations [line 310]

-
-
-
- void addPortOperations( -) -
-

- - Add Port operations



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method addPortType [line 230]

-
-
-
- DOMNode addPortType( -) -
-

- - Add port type



-

Tags:

-
- - - - - - - -
return:  portType node
access:  private
-
-

- - -
[ Top ]
-
-
- -

method addServices [line 485]

-
-
-
- void addServices( -) -
-

- - Add SOAP Service



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method addType [line 783]

-
-
-
- string addType( -string -$type) -
-

- -

-

Tags:

-
- - - - - - - -
todo:  Check this method
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
string  $type  Data type
-

-
[ Top ]
-
-
- -

method addTypes [line 242]

-
-
-
- void addTypes( -) -
-

- - Add XML Schema types



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method composeUrl [line 610]

-
-
-
- string composeUrl( -array -$parts) -
-

- - Compose URL of kind schema://host:port



-

Tags:

-
- - - - - - - -
return:  URL
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
array  $parts  
-

-
[ Top ]
-
-
- -

method copyToPublic [line 640]

-
-
-
- string copyToPublic( -string -$path, [boolean -$overwrite = false]) -
-

- - Copy given file to publicSchemaPath



-

Tags:

-
- - - - - - - - - - -
return:  Path to new file
throws:  RuntimeException If file cannot be copied
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $path  Path to file
boolean  $overwrite  Overwrite file if it exists? default false
-

-
[ Top ]
-
-
- -

method getBaseNsName [line 739]

-
-
-
- string getBaseNsName( -string -$ns) -
-

- - Get base name from URI



-

Tags:

-
- - - - - - - -
return:  Base name
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $ns  URI
-

-
[ Top ]
-
-
- -

method getBindingName [line 809]

-
-
-
- void getBindingName( -) -
-

- - Get binding element name



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method getBindingTypeName [line 221]

-
-
-
- string getBindingTypeName( -) -
-

- - Get binding type name



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method getClassMethods [line 444]

-
-
-
- array getClassMethods( -) -
-

- - Get service class public methods



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method getClassNamespace [line 752]

-
-
-
- string getClassNamespace( -string -$class) -
-

- - Return class XML namespace taken from @xmlNamespace doc



-

Tags:

-
- - - - - - - - - - -
return:  XML namespace
throws:  RuntimeException If namespace cannot be found in class DocBlock
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $class  Class name
-

-
[ Top ]
-
-
- -

method getDebug [line 884]

-
-
-
- the getDebug( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getLocation [line 819]

-
-
-
- string getLocation( -) -
-

- - Get SOAP service location (service->port->address->location)



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getMethodIO [line 455]

-
-
-
- array getMethodIO( -string -$method) -
-

- - Return method input/output



-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
string  $method  Method name
-

-
[ Top ]
-
-
- -

method getNamespaceName [line 471]

-
-
-
- void getNamespaceName( - -$class) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
  $class  
-

-
[ Top ]
-
-
- -

method getPortName [line 467]

-
-
-
- string getPortName( -) -
-

- - Get port name



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method getPublicPath [line 899]

-
-
-
- the getPublicPath( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getPublicUrl [line 914]

-
-
-
- the getPublicUrl( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getSchemaLocation [line 665]

-
-
-
- string getSchemaLocation( -string -$ns) -
-

- - Get path to schema in schemasPath with targetNamespace = $ns



-

Tags:

-
- - - - - - - - - - - - - - - - - - - - - - -
return:  absolut path to schema file
throws:  RuntimeException If SchemaPath is not specified
throws:  RuntimeException If Public folder is not specified
throws:  RuntimeException If SchemaPath is not readable
throws:  RuntimeException If namespace cannot be found in SchemaPath
throws:  RuntimeException If PublicPath is not writable
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $ns  Namespace to match
-

-
[ Top ]
-
-
- -

method getSchemasPath [line 869]

-
-
-
- the getSchemasPath( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getServiceName [line 798]

-
-
-
- string getServiceName( -) -
-

- - Get service element name



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method getShortName [line 769]

-
-
-
- string getShortName( -string -$longName) -
-

- - Get class name without namespace



-

Tags:

-
- - - - - - - -
return:  Class base name
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
string  $longName  Class full name
-

-
[ Top ]
-
-
- -

method getSoapBindingStyle [line 836]

-
-
-
- string getSoapBindingStyle( -) -
-

- - Get SOAP binding style



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getSoapBindingTransport [line 853]

-
-
-
- string getSoapBindingTransport( -) -
-

- - Get SOAP binding transport



-

Tags:

-
- - - - - - - -
return:  the $soapBindingTransport
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getTypeName [line 496]

-
-
-
- string getTypeName( -string -$type) -
-

- - Get QName style for given type



-

Tags:

-
- - - - - - - -
throws:  RuntimeException If class of type cannot be found
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
string  $type  Type name
-

-
[ Top ]
-
-
- -

method getWsdl [line 153]

-
-
-
- string getWsdl( -[string|object -$class = null]) -
-

- - Ger WSDL file contents



-

Tags:

-
- - - - - - - - - - - - - -
throws:  RuntimeException If class not defined
throws:  RuntimeException If given class is neither class nor string
throws:  RuntimeException If given class is not found, ie was not included before
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string|object   $class  
-

-
[ Top ]
-
-
- -

method importsToAbsUrl [line 572]

-
-
-
- string importsToAbsUrl( -string -$schemaPath, [ -$relPath = '']) -
-

- - Convert relative paths in XMLSchema's imports and includes to URLs using $location



-

Tags:

-
- - - - - - - -
return:  URL of the schema
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $schemaPath  Absolute path to XML Schema file
  $relPath  
-

-
[ Top ]
-
-
- -

method isLocalType [line 344]

-
-
-
- boolean isLocalType( -string -$type) -
-

- - Return true if given type is local, false in case the type is not from xsd or tns namespaces



-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $type  QName type name
-

-
[ Top ]
-
-
- -

method isTargetNamespaceEqualsTo [line 713]

-
-
-
- boolean isTargetNamespaceEqualsTo( -string -$schema, string -$ns) -
-

- - Check if $schema XML Schema file belongs to $ns



-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $schema  Path to XML Schema file
string  $ns  Target namespace to match
-

-
[ Top ]
-
-
- -

method namespaceToUrn [line 475]

-
-
-
- void namespaceToUrn( - -$namespace) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
  $namespace  
-

-
[ Top ]
-
-
- -

method setDebug [line 892]

-
-
-
- void setDebug( -$debug -$debug) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$debug  $debug  the $debug to set
-

-
[ Top ]
-
-
- -

method setLocation [line 827]

-
-
-
- void setLocation( -$location -$location) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$location  $location  the $location to set
-

-
[ Top ]
-
-
- -

method setPublicPath [line 907]

-
-
-
- void setPublicPath( -$publicPath -$publicPath) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$publicPath  $publicPath  the $publicPath to set
-

-
[ Top ]
-
-
- -

method setPublicUrl [line 922]

-
-
-
- void setPublicUrl( -$publicUrl -$publicUrl) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$publicUrl  $publicUrl  the $publicUrl to set
-

-
[ Top ]
-
-
- -

method setSchemasPath [line 877]

-
-
-
- void setSchemasPath( -$schemasPath -$schemasPath) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$schemasPath  $schemasPath  the $schemasPath to set
-

-
[ Top ]
-
-
- -

method setSoapBindingStyle [line 844]

-
-
-
- void setSoapBindingStyle( -$soapBindingStyle -$soapBindingStyle) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$soapBindingStyle  $soapBindingStyle  the $soapBindingStyle to set
-

-
[ Top ]
-
-
- -

method setSoapBindingTransport [line 861]

-
-
-
- void setSoapBindingTransport( -$soapBindingTransport -$soapBindingTransport) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$soapBindingTransport  $soapBindingTransport  the $soapBindingTransport to set
-

-
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/WsdlFactory.html b/src/XSD2PHP/docs/default/WsdlFactory.html deleted file mode 100644 index d9ffa0f5..00000000 --- a/src/XSD2PHP/docs/default/WsdlFactory.html +++ /dev/null @@ -1,525 +0,0 @@ - - -Docs For Class WsdlFactory - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: WsdlFactory

-Source Location: /mikebevz/xsd2php/wsdl/WsdlFactory.php

- - - - - - - - - - - -
- -

Class Overview

-

-


- - - - - - - -
-

Variables

- -
-

Constants

- -
-

Methods

- -
-
- - - - - - - - -
-
- - -

Class Details

-
-[line 7]
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$debug =

-

[line 12]

-

-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$implementation =

-

[line 17]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$service =

-

[line 16]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$soapBindingStyle =

-

[line 19]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$wsdlVersion =

-

[line 18]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

constructor __construct [line 21]

-
-
-
- WsdlFactory __construct( -[ -$service = null], [ -$wsdlVersion = WsdlFactory::WSDL_1_1], [ -$style = SOAP_DOCUMENT]) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
  $service  
  $wsdlVersion  
  $style  
-

-
[ Top ]
-
-
- -

method getImplementation [line 28]

-
-
-
- void getImplementation( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getService [line 53]

-
-
-
- the getService( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getWsdlVersion [line 68]

-
-
-
- the getWsdlVersion( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method setService [line 61]

-
-
-
- void setService( -$service -$service) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$service  $service  the $service to set
-

-
[ Top ]
-
-
- -

method setWsdlVersion [line 76]

-
-
-
- void setWsdlVersion( -$wsdlVersion -$wsdlVersion) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
$wsdlVersion  $wsdlVersion  the $wsdlVersion to set
-

-
[ Top ]
-
-

- -
- -

Class Constants

-
- -

-

WSDL_1_1 =  "WSDL 1.1"

-

[line 9]

- -
-
[ Top ]

- -

-

WSDL_2_0 =  "WSDl 2.0"

-

[line 10]

- -
-
[ Top ]

-

- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/Wsdl_1_1.html b/src/XSD2PHP/docs/default/Wsdl_1_1.html deleted file mode 100644 index 28a80547..00000000 --- a/src/XSD2PHP/docs/default/Wsdl_1_1.html +++ /dev/null @@ -1,955 +0,0 @@ - - -Docs For Class Wsdl_1_1 - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: Wsdl_1_1

-Source Location: /mikebevz/xsd2php/wsdl/Wsdl_1_1.php

- - - - - - - - - - -
- -

Class Overview

-
AbstractWsdl
-   |
-   --Wsdl_1_1

-


- - - - - - -

- Implements interfaces: -

-

- -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - - - -
-

Inherited Variables

- -
-

Inherited Methods

-
-

Class: AbstractWsdl

-
-
- AbstractWsdl::__construct() -
-
- -
-
- AbstractWsdl::addImportToSchema() -
-
- Add xsd:import tag to XML schema before any childs added -
-
- AbstractWsdl::composeUrl() -
-
- Compose URL of kind schema://host:port -
-
- AbstractWsdl::copyToPublic() -
-
- Copy given file to publicSchemaPath -
-
- AbstractWsdl::getClassMethods() -
-
- Get service class public methods -
-
- AbstractWsdl::getClassNamespace() -
-
- Return class XML namespace taken from @xmlNamespace doc -
-
- AbstractWsdl::getDebug() -
-
- -
-
- AbstractWsdl::getLocation() -
-
- Get SOAP service location (service->port->address->location) -
-
- AbstractWsdl::getMethodIO() -
-
- Return method input/output -
-
- AbstractWsdl::getNsCode() -
-
- -
-
- AbstractWsdl::getPublicPath() -
-
- -
-
- AbstractWsdl::getPublicUrl() -
-
- -
-
- AbstractWsdl::getSchemaLocation() -
-
- Get path to schema in schemasPath with targetNamespace = $ns -
-
- AbstractWsdl::getSchemasPath() -
-
- -
-
- AbstractWsdl::getShortName() -
-
- Get class name without namespace -
-
- AbstractWsdl::getSoapBindingStyle() -
-
- -
-
- AbstractWsdl::getTypeName() -
-
- Get QName style for given type -
-
- AbstractWsdl::importsToAbsUrl() -
-
- Convert relative paths in XMLSchema's imports and includes to URLs using $location -
-
- AbstractWsdl::isTargetNamespaceEqualsTo() -
-
- Check if $schema XML Schema file belongs to $ns -
-
- AbstractWsdl::namespaceToUrn() -
-
- Convert PHP namespace to URN -
-
- AbstractWsdl::prepareDom() -
-
- Prepare DOM -
-
- AbstractWsdl::prepareReflection() -
-
- Prepare service class reflection -
-
- AbstractWsdl::setDebug() -
-
- -
-
- AbstractWsdl::setLocation() -
-
- -
-
- AbstractWsdl::setPublicPath() -
-
- -
-
- AbstractWsdl::setPublicUrl() -
-
- -
-
- AbstractWsdl::setSchemasPath() -
-
- -
-
- AbstractWsdl::setSoapBindingStyle() -
-
- -
-
- AbstractWsdl::toXml() -
-
- Return WSDL as XML string -
-
-
-
-
- - -

Class Details

-
-[line 7]
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$namespaces = array (
-        'wsdl' => 'http://schemas.xmlsoap.org/wsdl/',
-        'soap' => 'http://schemas.xmlsoap.org/wsdl/soap/',
-        'http' => 'http://schemas.xmlsoap.org/wsdl/http/',
-        'mime' => 'http://schemas.xmlsoap.org/wsdl/mime/',
-        'soapenc' => 'http://schemas.xmlsoap.org/soap/encoding/',
-        'soapenv' => 'http://schemas.xmlsoap.org/soap/envelope/',
-        'xsi' => 'http://www.w3.org/2000/10/XMLSchema-instance',
-        'xsd' => 'http://www.w3.org/2000/10/XMLSchema',
-    )

-

[line 14]

- WSDL 1.1 XML namespaces



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

method addBindingOperations [line 192]

-
-
-
- void addBindingOperations( -string -$operation, [array -$input = false], [array -$output = false]) -
-

- - Add operations to bindings

  1.   <operation name="$operation">
  2. -
  3.         <soap:operation
  4. -
  5.             soapAction="targetNamespace/$operation/>
  6. -
  7.         <input>
  8. -
  9.             $input
  10. -
  11.         </input>
  12. -
  13.         <output>
  14. -
  15.             $output
  16. -
  17.         </output>
  18. -
  19.     </operation>
  20. -




-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
string  $operation  Operation name
array  $input  Array of inputs [optional]
array  $output  Array of outputs [optional]
-

-
[ Top ]
-
-
- -

method addMessage [line 266]

-
-
-
- void addMessage( -string -$name, string -$type) -
-

- - Add message

  1.    <message name="$name">
  2. -
  3.        <part name="$nameelement="$type/>
  4. -
  5.   </message>
  6. -




-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $name  Message name
string  $type  Message type
-

-
[ Top ]
-
-
- -

method addPortOperations [line 235]

-
-
-
- void addPortOperations( -string -$operation, [array -$input = false], [array -$output = false]) -
-

- - Add operations to port

  1.   <operation name="$name">
  2. -
  3.         <input message="tns:messageName" />
  4. -
  5.         <output message="tns:messageName" />
  6. -
  7.     </operation>
  8. -




-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
string  $operation  Name of the operation
array  $input  Array of inputs
array  $output  Array of outputs
-

-
[ Top ]
-
-
- -

method createElementWithComplexType [line 321]

-
-
-
- DOMElement createElementWithComplexType( -string -$name, array -$elements) -
-

- - Create an element with complex type

  1.  <element name="$name">
  2. -
  3.    <complexType>
  4. -
  5.        <sequence>
  6. -
  7.            $elements
  8. -
  9.        </sequence>
  10. -
  11.    </complexType>
  12. -
  13.  </element>
  14. -




-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $name  Element name
array  $elements  Array of elements to include into sequence
-

-
[ Top ]
-
-
- -

method createRefElement [line 296]

-
-
-
- DOMElement createRefElement( -string -$ref) -
-

- - Create ref element

  1.  <element ref="$ref/>
  2. -




-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
string  $ref  
-

-
[ Top ]
-
-
- -

method createSimpleElement [line 351]

-
-
-
- DOMElement createSimpleElement( -string -$name, string -$type) -
-

- - Create simple element

  1.  <element name="$nametype="$type/>
  2. -




-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $name  Element name
string  $type  Element type
-

-
[ Top ]
-
-
- -

method extractTypes [line 92]

-
-
-
- void extractTypes( -) -
-

- - Extract types from WSDL



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method prepare [line 30]

-
-
-
- void prepare( -) -
-

- - Prepare WSDL DOM model



-

Tags:

-
- - - - -
access:  public
-
-

- -
-
Implementation of:
-
-
IWsdl::prepare()
-
- -
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/Wsdl_2_0.html b/src/XSD2PHP/docs/default/Wsdl_2_0.html deleted file mode 100644 index c8add8f6..00000000 --- a/src/XSD2PHP/docs/default/Wsdl_2_0.html +++ /dev/null @@ -1,640 +0,0 @@ - - -Docs For Class Wsdl_2_0 - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: Wsdl_2_0

-Source Location: /mikebevz/xsd2php/wsdl/Wsdl_2_0.php

- - - - - - - - - - -
- -

Class Overview

-
AbstractWsdl
-   |
-   --Wsdl_2_0

-


- - - - - - -

- Implements interfaces: -

-

- -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - - - -
-

Inherited Variables

- -
-

Inherited Methods

-
-

Class: AbstractWsdl

-
-
- AbstractWsdl::__construct() -
-
- -
-
- AbstractWsdl::addImportToSchema() -
-
- Add xsd:import tag to XML schema before any childs added -
-
- AbstractWsdl::composeUrl() -
-
- Compose URL of kind schema://host:port -
-
- AbstractWsdl::copyToPublic() -
-
- Copy given file to publicSchemaPath -
-
- AbstractWsdl::getClassMethods() -
-
- Get service class public methods -
-
- AbstractWsdl::getClassNamespace() -
-
- Return class XML namespace taken from @xmlNamespace doc -
-
- AbstractWsdl::getDebug() -
-
- -
-
- AbstractWsdl::getLocation() -
-
- Get SOAP service location (service->port->address->location) -
-
- AbstractWsdl::getMethodIO() -
-
- Return method input/output -
-
- AbstractWsdl::getNsCode() -
-
- -
-
- AbstractWsdl::getPublicPath() -
-
- -
-
- AbstractWsdl::getPublicUrl() -
-
- -
-
- AbstractWsdl::getSchemaLocation() -
-
- Get path to schema in schemasPath with targetNamespace = $ns -
-
- AbstractWsdl::getSchemasPath() -
-
- -
-
- AbstractWsdl::getShortName() -
-
- Get class name without namespace -
-
- AbstractWsdl::getSoapBindingStyle() -
-
- -
-
- AbstractWsdl::getTypeName() -
-
- Get QName style for given type -
-
- AbstractWsdl::importsToAbsUrl() -
-
- Convert relative paths in XMLSchema's imports and includes to URLs using $location -
-
- AbstractWsdl::isTargetNamespaceEqualsTo() -
-
- Check if $schema XML Schema file belongs to $ns -
-
- AbstractWsdl::namespaceToUrn() -
-
- Convert PHP namespace to URN -
-
- AbstractWsdl::prepareDom() -
-
- Prepare DOM -
-
- AbstractWsdl::prepareReflection() -
-
- Prepare service class reflection -
-
- AbstractWsdl::setDebug() -
-
- -
-
- AbstractWsdl::setLocation() -
-
- -
-
- AbstractWsdl::setPublicPath() -
-
- -
-
- AbstractWsdl::setPublicUrl() -
-
- -
-
- AbstractWsdl::setSchemasPath() -
-
- -
-
- AbstractWsdl::setSoapBindingStyle() -
-
- -
-
- AbstractWsdl::toXml() -
-
- Return WSDL as XML string -
-
-
-
-
- - -

Class Details

-
-[line 7]
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$namespaces = array (
-        'wsdl' => 'http://www.w3.org/ns/wsdl',
-        'wsdli' => 'http://www.w3.org/ns/wsdl-instance',
-        'wsdlx' => 'http://www.w3.org/ns/wsdl-extensions',
-        'rpc' => 'http://www.w3.org/ns/wsdl/rpc',
-        'soap' => 'http://www.w3.org/ns/wsdl/soap',
-        'http' => 'http://www.w3.org/ns/wsdl/http',
-        'xsd' => 'http://www.w3.org/2001/XMLSchema',
-        'xsi' => 'http://www.w3.org/2001/XMLSchema-instance'
-        
-    )

-

[line 9]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

method prepare [line 21]

-
-
-
- void prepare( -) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- -
-
Implementation of:
-
-
IWsdl::prepare()
-
- -
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:30 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/Xsd2Php.html b/src/XSD2PHP/docs/default/Xsd2Php.html deleted file mode 100644 index b4b6e92b..00000000 --- a/src/XSD2PHP/docs/default/Xsd2Php.html +++ /dev/null @@ -1,1183 +0,0 @@ - - -Docs For Class Xsd2Php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Class: Xsd2Php

-Source Location: /mikebevz/xsd2php/Xsd2Php.php

- - - - - - - - - - -
- -

Class Overview

-
Common
-   |
-   --Xsd2Php

-
Generate PHP classes based on XSD schema


-

Author(s):

- - - - - - - -

Version:

-
    -
  • 0.0.1
  • -
- - -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - - - -
-

Inherited Variables

-
-

Class: Common

-
-
- Common::$basicTypes -
-
- -
-
- Common::$dom -
-
- -
-
- Common::$lastNsKey -
-
- -
-
- Common::$namespaces -
-
- -
-
- Common::$phpTypes -
-
- -
-
- Common::$reservedWords -
-
- -
-
-
-
-

Inherited Methods

-
-

Class: Common

-
-
- Common::getDocNamespaces() -
-
- -
-
- Common::getNsCode() -
-
- -
-
- Common::isQName() -
-
- -
-
- Common::normalizeType() -
-
- Convert XMLSchema data type to PHP data type -
-
- Common::parseDocComments() -
-
- Parse Doc comments -
-
- Common::parseParamDocs() -
-
- -
-
- Common::parseQName() -
-
- -
-
- Common::parseReturnDocs() -
-
- -
-
- Common::phpTypeToSoap() -
-
- -
-
- Common::resolveNamespace() -
-
- Resolve short namespace to long, or return the same code if not found -
-
- Common::urnToPhpName() -
-
- -
-
-
-
-
- - -

Class Details

-
-[line 30]
-Generate PHP classes based on XSD schema



-

Tags:

-
- - - - - - - -
author:  Mike Bevz <myb@mikebevz.com>
version:  0.0.1
-
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$debug =  false

-

[line 62]

- Show debug info



-

Tags:

-
- - - - -
access:  public
-
- -
-
- - - - - - - - - -
Type:  boolean
Overrides:  Array
-


-
[ Top ]

- -

-

$importHeadNS = array()

-

[line 88]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$loadedImportFiles = array()

-

[line 86]

- Already processed imports



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$nspace =

-

[line 50]

- Namespaces in the current xsd schema



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$shortNamespaces =

-

[line 70]

- Namespaces = array (className => namespace ), used in dirs/files generation



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$targetNamespace =

-

[line 74]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$xmlForPhp =

-

[line 56]

- XML file suitable for PHP code generation



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

- -

-

$xmlSource =

-

[line 72]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$xpath =

-

[line 44]

-

-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  DOMXPath
-


-
[ Top ]

- -

-

$xsdFile =

-

[line 36]

- XSD schema to convert from



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  String
-


-
[ Top ]

- -

-

$xsdNs =

-

[line 80]

- XSD root namespace alias (fx, xsd = http://www.w3.org/2001/XMLSchema)



-

Tags:

-
- - - - -
access:  private
-
- -
-
- - - - - -
Type:  string
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

constructor __construct [line 115]

-
-
-
- void __construct( -string -$xsdFile, [ -$debug = false]) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $xsdFile  Xsd file to convert
  $debug  
-

-
[ Top ]
-
-
- -

method expandNS [line 577]

-
-
-
- string expandNS( -string -$ns) -
-

- - Resolve short namespace



-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
string  $ns  Short namespace
-

-
[ Top ]
-
-
- -

method getNamespaces [line 163]

-
-
-
- array getNamespaces( -DOMXPath -$xpath) -
-

- - Return array of namespaces of the docuemtn



-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
DOMXPath  $xpath  
-

-
[ Top ]
-
-
- -

method getPHP [line 430]

-
-
-
- string getPHP( -) -
-

- - Return generated PHP source code



-

Tags:

-
- - - - -
access:  private
-
-

- - -
[ Top ]
-
-
- -

method getTargetNS [line 146]

-
-
-
- void getTargetNS( - -$xpath) -
-

- -

-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
  $xpath  
-

-
[ Top ]
-
-
- -

method getXML [line 367]

-
-
-
- string getXML( -) -
-

- - Convert XSD to XML suitable for further processing



-

Tags:

-
- - - - - - - -
return:  XML string
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getXmlForPhp [line 347]

-
-
-
- string getXmlForPhp( -) -
-

- - Convert XSD to XML suitable for PHP code generation



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getXmlSource [line 95]

-
-
-
- string getXmlSource( -) -
-

- - XSD schema converted to XML



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method loadImports [line 208]

-
-
-
- void loadImports( -DOMDocument -$dom, [string -$xsdFile = '']) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
DOMDocument  $dom  DOM model of the schema
string  $xsdFile  Full path to first XSD Schema
-

-
[ Top ]
-
-
- -

method loadIncludes [line 284]

-
-
-
- void loadIncludes( - -$dom, [ -$filepath = ''], [ -$namespace = '']) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
  $dom  
  $filepath  
  $namespace  
-

-
[ Top ]
-
-
- -

method namespaceToPath [line 637]

-
-
-
- string namespaceToPath( -string -$xmlNS) -
-

- - Convert XML URI to Path



-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
string  $xmlNS  XML URI
-

-
[ Top ]
-
-
- -

method namespaceToPhp [line 597]

-
-
-
- string namespaceToPhp( -string -$xmlNS) -
-

- - Convert XML URI to PHP complient namespace



-

Tags:

-
- - - - -
access:  private
-
-

- - -

Parameters:

-
- - - - - - -
string  $xmlNS  XML URI
-

-
[ Top ]
-
-
- -

method saveClasses [line 195]

-
-
-
- void saveClasses( -string -$dir, boolean -$createDirectory) -
-

- - Save generated classes to directory



-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $dir  Directory to save classes to
boolean  $createDirectory  Create directory, false by default
-

-
[ Top ]
-
-
- -

method savePhpFiles [line 401]

-
-
-
- void savePhpFiles( -string -$dir, [ -$createDirectory = false]) -
-

- - Save PHP files to directory structure



-

Tags:

-
- - - - - - - -
throws:  RuntimeException if given directory does not exist
access:  private
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $dir  Directory to save files to
  $createDirectory  
-

-
[ Top ]
-
-
- -

method setXmlForPhp [line 357]

-
-
-
- void setXmlForPhp( -string -$xmlForPhp) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $xmlForPhp  XML
-

-
[ Top ]
-
-
- -

method setXmlSource [line 104]

-
-
-
- void setXmlSource( -string -$xmlSource) -
-

- -

-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $xmlSource  XML Source
-

-
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:30 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_legko.php.html b/src/XSD2PHP/docs/default/_legko.php.html deleted file mode 100644 index 033403c2..00000000 --- a/src/XSD2PHP/docs/default/_legko.php.html +++ /dev/null @@ -1,130 +0,0 @@ - - -Docs for page legko.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: legko.php

-Source Location: /legko.php

- -
-
- -
-

Classes:

-
LegkoTool
-
-


- -

Page Details:

-

-

Includes:

-
-require_once('../com/mikebevz/xsd2php/LegkoXML.php') [line 6]
-require_once('Zend/Console/Getopt.php') [line 7]
-
-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Bind.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Bind.php.html deleted file mode 100644 index a2aafd25..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Bind.php.html +++ /dev/null @@ -1,129 +0,0 @@ - - -Docs for page Bind.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: Bind.php

-Source Location: /mikebevz/xsd2php/Bind.php

- -
-
- -
-

Classes:

-
Bind
-
Bind XML to PHP binding
-


- -

Page Details:

-

-

Includes:

-
-require_once('Common.php') [line 18]
-Copyright 2010 Mike Bevz <myb@mikebevz.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Common.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Common.php.html deleted file mode 100644 index 07030931..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Common.php.html +++ /dev/null @@ -1,125 +0,0 @@ - - -Docs for page Common.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: Common.php

-Source Location: /mikebevz/xsd2php/Common.php

- -
-
- -
-

Classes:

-
Common
-
Common data
-


- -

Page Details:

-Copyright 2010 Mike Bevz <myb@mikebevz.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.




-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---LegkoXML.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---LegkoXML.php.html deleted file mode 100644 index c070c2c9..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---LegkoXML.php.html +++ /dev/null @@ -1,129 +0,0 @@ - - -Docs for page LegkoXML.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: LegkoXML.php

-Source Location: /mikebevz/xsd2php/LegkoXML.php

- -
-
- -
-

Classes:

-
LegkoXML
-
-


- -

Page Details:

-

-

Includes:

-
-require_once('Xsd2Php.php') [line 4]
-
-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---NullLogger.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---NullLogger.php.html deleted file mode 100644 index ffe3076b..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---NullLogger.php.html +++ /dev/null @@ -1,125 +0,0 @@ - - -Docs for page NullLogger.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: NullLogger.php

-Source Location: /mikebevz/xsd2php/NullLogger.php

- -
-
- -
-

Classes:

-
NullLogger
-
-


- -

Page Details:

-

-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---PHPClass.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---PHPClass.php.html deleted file mode 100644 index 268d030f..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---PHPClass.php.html +++ /dev/null @@ -1,129 +0,0 @@ - - -Docs for page PHPClass.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: PHPClass.php

-Source Location: /mikebevz/xsd2php/PHPClass.php

- -
-
- -
-

Classes:

-
PHPClass
-
PHP Class representation
-


- -

Page Details:

-

-

Includes:

-
-require_once(dirname(__FILE__).'/Common.php') [line 19]
-Copyright 2010 Mike Bevz <myb@mikebevz.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Php2Xml.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Php2Xml.php.html deleted file mode 100644 index ad3e171d..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Php2Xml.php.html +++ /dev/null @@ -1,129 +0,0 @@ - - -Docs for page Php2Xml.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: Php2Xml.php

-Source Location: /mikebevz/xsd2php/Php2Xml.php

- -
-
- -
-

Classes:

-
Php2Xml
-
PHP to XML converter
-


- -

Page Details:

-

-

Includes:

-
-require_once(dirname(__FILE__).'/Common.php') [line 20]
-Copyright 2010 Mike Bevz <myb@mikebevz.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---SoapServer.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---SoapServer.php.html deleted file mode 100644 index 1e7d3225..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---SoapServer.php.html +++ /dev/null @@ -1,130 +0,0 @@ - - -Docs for page SoapServer.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: SoapServer.php

-Source Location: /mikebevz/xsd2php/SoapServer.php

- -
-
- -
-

Classes:

-
SoapServer
-
Class aware SOAP Server implementation
-


- -

Page Details:

-

-

Includes:

-
-require_once('Bind.php') [line 18]
-Copyright 2010 Mike Bevz <myb@mikebevz.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


require_once('Php2Xml.php') [line 19]
-
-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Wsdl.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Wsdl.php.html deleted file mode 100644 index 68cdb9c9..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Wsdl.php.html +++ /dev/null @@ -1,131 +0,0 @@ - - -Docs for page Wsdl.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: Wsdl.php

-Source Location: /mikebevz/xsd2php/Wsdl.php

- -
-
- -
-

Classes:

-
Wsdl
-
Common data
-


- -

Page Details:

-

-

Includes:

-
-require_once('Zend/Soap/Wsdl.php') [line 10]
-require_once('com/mikebevz/xsd2php/Common.php') [line 11]
-require_once('com/mikebevz/xsd2php/wsdl/WsdlFactory.php') [line 12]
-
-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Xsd2Php.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Xsd2Php.php.html deleted file mode 100644 index 0f98c381..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Xsd2Php.php.html +++ /dev/null @@ -1,129 +0,0 @@ - - -Docs for page Xsd2Php.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: Xsd2Php.php

-Source Location: /mikebevz/xsd2php/Xsd2Php.php

- -
-
- -
-

Classes:

-
Xsd2Php
-
Generate PHP classes based on XSD schema
-


- -

Page Details:

-

-

Includes:

-
-require_once(dirname(__FILE__).'/PHPClass.php') [line 20]
-Copyright 2010 Mike Bevz <myb@mikebevz.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:30 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdl.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdl.php.html deleted file mode 100644 index 555643f5..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdl.php.html +++ /dev/null @@ -1,129 +0,0 @@ - - -Docs for page AbstractWsdl.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: AbstractWsdl.php

-Source Location: /mikebevz/xsd2php/wsdl/AbstractWsdl.php

- -
-
- -
-

Classes:

-
AbstractWsdl
-
-


- -

Page Details:

-

-

Includes:

-
-require_once(dirname(__FILE__).'/../Common.php') [line 6]
-
-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html deleted file mode 100644 index 882e1ace..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html +++ /dev/null @@ -1,125 +0,0 @@ - - -Docs for page AbstractWsdlFactory.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: AbstractWsdlFactory.php

-Source Location: /mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php

- -
-
- -
-

Classes:

-
AbstractWsdlFactory
-
-


- -

Page Details:

-

-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---IWsdl.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---IWsdl.php.html deleted file mode 100644 index 97996552..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---IWsdl.php.html +++ /dev/null @@ -1,125 +0,0 @@ - - -Docs for page IWsdl.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: IWsdl.php

-Source Location: /mikebevz/xsd2php/wsdl/IWsdl.php

- -
-
- -
-

Classes:

-
IWsdl
-
WSDL interface
-


- -

Page Details:

-

-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---WsdlFactory.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---WsdlFactory.php.html deleted file mode 100644 index fb63f1b9..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---WsdlFactory.php.html +++ /dev/null @@ -1,130 +0,0 @@ - - -Docs for page WsdlFactory.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: WsdlFactory.php

-Source Location: /mikebevz/xsd2php/wsdl/WsdlFactory.php

- -
-
- -
-

Classes:

-
WsdlFactory
-
-


- -

Page Details:

-

-

Includes:

-
-require_once('Wsdl_1_1.php') [line 4]
-require_once('Wsdl_2_0.php') [line 5]
-
-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html deleted file mode 100644 index 79e7a86b..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html +++ /dev/null @@ -1,130 +0,0 @@ - - -Docs for page Wsdl_1_1.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: Wsdl_1_1.php

-Source Location: /mikebevz/xsd2php/wsdl/Wsdl_1_1.php

- -
-
- -
-

Classes:

-
Wsdl_1_1
-
-


- -

Page Details:

-

-

Includes:

-
-require_once('AbstractWsdl.php') [line 4]
-require_once('IWsdl.php') [line 5]
-
-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html b/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html deleted file mode 100644 index c77ec636..00000000 --- a/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html +++ /dev/null @@ -1,130 +0,0 @@ - - -Docs for page Wsdl_2_0.php - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Procedural File: Wsdl_2_0.php

-Source Location: /mikebevz/xsd2php/wsdl/Wsdl_2_0.php

- -
-
- -
-

Classes:

-
Wsdl_2_0
-
-


- -

Page Details:

-

-

Includes:

-
-require_once('AbstractWsdl.php') [line 4]
-require_once('IWsdl.php') [line 5]
-
-

-

-
- -
-
- Documentation generated on Tue, 01 Feb 2011 22:29:30 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/elementindex.html b/src/XSD2PHP/docs/elementindex.html deleted file mode 100644 index 9782987c..00000000 --- a/src/XSD2PHP/docs/elementindex.html +++ /dev/null @@ -1,805 +0,0 @@ - - -Element Index - - - - - - - - - - - - - -
- - [ all elements ] -
- - - - - - -
-
- - -

Index of all elements

- [ a ] - [ b ] - [ c ] - [ d ] - [ e ] - [ g ] - [ h ] - [ i ] - [ l ] - [ m ] - [ n ] - [ o ] - [ p ] - [ r ] - [ s ] - [ t ] - [ u ] - [ v ] - [ w ] - [ x ] - [ _ ] - -
- -
-

a

-
-
AbstractWsdl
-
in file AbstractWsdl.php, class AbstractWsdl
-
AbstractWsdlFactory
-
in file AbstractWsdlFactory.php, class AbstractWsdlFactory
-
addBindingOperations
-
in file Wsdl_1_1.php, method Wsdl_1_1::addBindingOperations()
    Add operations to bindings
-
addBindingOperations
-
in file Wsdl.php, method Wsdl::addBindingOperations()
    Add operations to binding
-
addBindings
-
in file Wsdl.php, method Wsdl::addBindings()
    Add bindings to WSDL
-
addImportToSchema
-
in file Wsdl.php, method Wsdl::addImportToSchema()
    Add xsd:import tag to XML schema before any childs added
-
addImportToSchema
-
in file AbstractWsdl.php, method AbstractWsdl::addImportToSchema()
    Add xsd:import tag to XML schema before any childs added
-
addMessage
-
in file Wsdl_1_1.php, method Wsdl_1_1::addMessage()
    Add message
-
addMessages
-
in file Wsdl.php, method Wsdl::addMessages()
    Add SOAP messages
-
addPortOperations
-
in file Wsdl.php, method Wsdl::addPortOperations()
    Add Port operations
-
addPortOperations
-
in file Wsdl_1_1.php, method Wsdl_1_1::addPortOperations()
    Add operations to port
-
addPortType
-
in file Wsdl.php, method Wsdl::addPortType()
    Add port type
-
addProperty
-
in file Php2Xml.php, method Php2Xml::addProperty()
-
addServices
-
in file Wsdl.php, method Wsdl::addServices()
    Add SOAP Service
-
addType
-
in file Wsdl.php, method Wsdl::addType()
-
addTypes
-
in file Wsdl.php, method Wsdl::addTypes()
    Add XML Schema types
-
AbstractWsdl.php
-
procedural page AbstractWsdl.php
-
AbstractWsdlFactory.php
-
procedural page AbstractWsdlFactory.php
-
-
- top
-
- -
-

b

-
-
$basicTypes
-
in file Common.php, variable Common::$basicTypes
-
$binding
-
in file Wsdl.php, variable Wsdl::$binding
    Binding
-
$bindingNameSuffix
-
in file Wsdl.php, variable Wsdl::$bindingNameSuffix
    Suffix for generated binding tag name
-
$bindingNameSuffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$bindingNameSuffix
    Suffix for generated binding tag name
-
Bind
-
in file Bind.php, class Bind
    Bind XML to PHP binding
-
bindXml
-
in file Bind.php, method Bind::bindXml()
    Bind XML file to model
-
bindXmlRec
-
in file Bind.php, method Bind::bindXmlRec()
-
buildXml
-
in file Php2Xml.php, method Php2Xml::buildXml()
-
Bind.php
-
procedural page Bind.php
-
-
- top
-
- -
-

c

-
-
$class
-
in file Wsdl.php, variable Wsdl::$class
    Service class to be exposed
-
$classDocBlock
-
in file PHPClass.php, variable PHPClass::$classDocBlock
    Array of class level documentation
-
$classProperties
-
in file PHPClass.php, variable PHPClass::$classProperties
    Class properties
-
$common
-
in file AbstractWsdl.php, variable AbstractWsdl::$common
    Commons class
-
$common
-
in file SoapServer.php, variable SoapServer::$common
-
Common
-
in file Common.php, class Common
    Common data
-
compileSchema
-
in file LegkoXML.php, method LegkoXML::compileSchema()
-
compileSchema
-
in file legko.php, method LegkoTool::compileSchema()
-
composeUrl
-
in file Wsdl.php, method Wsdl::composeUrl()
    Compose URL of kind schema://host:port
-
composeUrl
-
in file AbstractWsdl.php, method AbstractWsdl::composeUrl()
    Compose URL of kind schema://host:port
-
copyToPublic
-
in file AbstractWsdl.php, method AbstractWsdl::copyToPublic()
    Copy given file to publicSchemaPath
-
copyToPublic
-
in file Wsdl.php, method Wsdl::copyToPublic()
    Copy given file to publicSchemaPath
-
createElementWithComplexType
-
in file Wsdl_1_1.php, method Wsdl_1_1::createElementWithComplexType()
    Create an element with complex type
-
createRefElement
-
in file Wsdl_1_1.php, method Wsdl_1_1::createRefElement()
    Create ref element
-
createSimpleElement
-
in file Wsdl_1_1.php, method Wsdl_1_1::createSimpleElement()
    Create simple element
-
Common.php
-
procedural page Common.php
-
-
- top
-
- -
-

d

-
-
$debug
-
in file WsdlFactory.php, variable WsdlFactory::$debug
-
$debug
-
in file Xsd2Php.php, variable Xsd2Php::$debug
    Show debug info
-
$debug
-
in file PHPClass.php, variable PHPClass::$debug
    Show debug info
-
$debug
-
in file Common.php, variable Common::$debug
-
$debug
-
in file AbstractWsdl.php, variable AbstractWsdl::$debug
-
$docNamespaces
-
in file AbstractWsdl.php, variable AbstractWsdl::$docNamespaces
-
$dom
-
in file AbstractWsdl.php, variable AbstractWsdl::$dom
    DOM Instance
-
$dom
-
in file Common.php, variable Common::$dom
    Dom document
-
-
- top
-
- -
-

e

-
-
$extends
-
in file PHPClass.php, variable PHPClass::$extends
    Class to extend
-
$extendsNamespace
-
in file PHPClass.php, variable PHPClass::$extendsNamespace
    Namespace of parent class
-
expandNS
-
in file Xsd2Php.php, method Xsd2Php::expandNS()
    Resolve short namespace
-
extractTypes
-
in file Wsdl_1_1.php, method Wsdl_1_1::extractTypes()
    Extract types from WSDL
-
-
- top
-
- -
-

g

-
-
generateWsdl
-
in file LegkoXML.php, method LegkoXML::generateWsdl()
-
getBaseNsName
-
in file Wsdl.php, method Wsdl::getBaseNsName()
    Get base name from URI
-
getBindingName
-
in file Wsdl.php, method Wsdl::getBindingName()
    Get binding element name
-
getBindingTypeName
-
in file Wsdl.php, method Wsdl::getBindingTypeName()
    Get binding type name
-
getClassMethods
-
in file AbstractWsdl.php, method AbstractWsdl::getClassMethods()
    Get service class public methods
-
getClassMethods
-
in file Wsdl.php, method Wsdl::getClassMethods()
    Get service class public methods
-
getClassNamespace
-
in file AbstractWsdl.php, method AbstractWsdl::getClassNamespace()
    Return class XML namespace taken from @xmlNamespace doc
-
getClassNamespace
-
in file Wsdl.php, method Wsdl::getClassNamespace()
    Return class XML namespace taken from @xmlNamespace doc
-
getClassProperties
-
in file PHPClass.php, method PHPClass::getClassProperties()
    Return class properties from array with indent specified
-
getDebug
-
in file Wsdl.php, method Wsdl::getDebug()
-
getDebug
-
in file AbstractWsdl.php, method AbstractWsdl::getDebug()
-
getDocBlock
-
in file PHPClass.php, method PHPClass::getDocBlock()
    Return docBlock
-
getDocNamespaces
-
in file Common.php, method Common::getDocNamespaces()
-
getImplementation
-
in file WsdlFactory.php, method WsdlFactory::getImplementation()
-
getLocation
-
in file AbstractWsdl.php, method AbstractWsdl::getLocation()
    Get SOAP service location (service->port->address->location)
-
getLocation
-
in file Wsdl.php, method Wsdl::getLocation()
    Get SOAP service location (service->port->address->location)
-
getMethodIO
-
in file AbstractWsdl.php, method AbstractWsdl::getMethodIO()
    Return method input/output
-
getMethodIO
-
in file Wsdl.php, method Wsdl::getMethodIO()
    Return method input/output
-
getNamespaceName
-
in file Wsdl.php, method Wsdl::getNamespaceName()
-
getNamespaces
-
in file Xsd2Php.php, method Xsd2Php::getNamespaces()
    Return array of namespaces of the docuemtn
-
getNsCode
-
in file Common.php, method Common::getNsCode()
-
getNsCode
-
in file AbstractWsdl.php, method AbstractWsdl::getNsCode()
-
getPHP
-
in file Xsd2Php.php, method Xsd2Php::getPHP()
    Return generated PHP source code
-
getPhpCode
-
in file PHPClass.php, method PHPClass::getPhpCode()
    Returns array of PHP classes
-
getPortName
-
in file Wsdl.php, method Wsdl::getPortName()
    Get port name
-
getPublicPath
-
in file AbstractWsdl.php, method AbstractWsdl::getPublicPath()
-
getPublicPath
-
in file Wsdl.php, method Wsdl::getPublicPath()
-
getPublicUrl
-
in file Wsdl.php, method Wsdl::getPublicUrl()
-
getPublicUrl
-
in file AbstractWsdl.php, method AbstractWsdl::getPublicUrl()
-
getSchemaLocation
-
in file Wsdl.php, method Wsdl::getSchemaLocation()
    Get path to schema in schemasPath with targetNamespace = $ns
-
getSchemaLocation
-
in file AbstractWsdl.php, method AbstractWsdl::getSchemaLocation()
    Get path to schema in schemasPath with targetNamespace = $ns
-
getSchemasPath
-
in file Wsdl.php, method Wsdl::getSchemasPath()
-
getSchemasPath
-
in file AbstractWsdl.php, method AbstractWsdl::getSchemasPath()
-
getService
-
in file WsdlFactory.php, method WsdlFactory::getService()
-
getServiceName
-
in file Wsdl.php, method Wsdl::getServiceName()
    Get service element name
-
getShortName
-
in file Wsdl.php, method Wsdl::getShortName()
    Get class name without namespace
-
getShortName
-
in file AbstractWsdl.php, method AbstractWsdl::getShortName()
    Get class name without namespace
-
getSoapBindingStyle
-
in file Wsdl.php, method Wsdl::getSoapBindingStyle()
    Get SOAP binding style
-
getSoapBindingStyle
-
in file AbstractWsdl.php, method AbstractWsdl::getSoapBindingStyle()
-
getSoapBindingTransport
-
in file Wsdl.php, method Wsdl::getSoapBindingTransport()
    Get SOAP binding transport
-
getTargetNS
-
in file Xsd2Php.php, method Xsd2Php::getTargetNS()
-
getTypeName
-
in file Wsdl.php, method Wsdl::getTypeName()
    Get QName style for given type
-
getTypeName
-
in file AbstractWsdl.php, method AbstractWsdl::getTypeName()
    Get QName style for given type
-
getVersion
-
in file LegkoXML.php, method LegkoXML::getVersion()
-
getWsdl
-
in file Wsdl.php, method Wsdl::getWsdl()
    Ger WSDL file contents
-
getWsdlVersion
-
in file WsdlFactory.php, method WsdlFactory::getWsdlVersion()
-
getWsdl_1_1
-
in file AbstractWsdlFactory.php, method AbstractWsdlFactory::getWsdl_1_1()
-
getWsdl_2_0
-
in file AbstractWsdlFactory.php, method AbstractWsdlFactory::getWsdl_2_0()
-
getXML
-
in file Xsd2Php.php, method Xsd2Php::getXML()
    Convert XSD to XML suitable for further processing
-
getXml
-
in file Php2Xml.php, method Php2Xml::getXml()
-
getXmlForPhp
-
in file Xsd2Php.php, method Xsd2Php::getXmlForPhp()
    Convert XSD to XML suitable for PHP code generation
-
getXmlSource
-
in file Xsd2Php.php, method Xsd2Php::getXmlSource()
    XSD schema converted to XML
-
getXSDTypes
-
in file SoapServer.php, method SoapServer::getXSDTypes()
-
-
- top
-
- -
-

h

-
-
hasChild
-
in file Bind.php, method Bind::hasChild()
-
-
- top
-
- -
-

i

-
-
$implementation
-
in file WsdlFactory.php, variable WsdlFactory::$implementation
-
$importedNamespaces
-
in file AbstractWsdl.php, variable AbstractWsdl::$importedNamespaces
    Namespaces already imported to XML Schema
-
$importedNamespaces
-
in file Wsdl.php, variable Wsdl::$importedNamespaces
    Namespaces already imported to XML Schema
-
$importHeadNS
-
in file Xsd2Php.php, variable Xsd2Php::$importHeadNS
-
importsToAbsUrl
-
in file Wsdl.php, method Wsdl::importsToAbsUrl()
    Convert relative paths in XMLSchema's imports and includes to URLs using $location
-
importsToAbsUrl
-
in file AbstractWsdl.php, method AbstractWsdl::importsToAbsUrl()
    Convert relative paths in XMLSchema's imports and includes to URLs using $location
-
isLocalType
-
in file Wsdl.php, method Wsdl::isLocalType()
    Return true if given type is local, false in case the type is not from xsd or tns namespaces
-
isQName
-
in file Common.php, method Common::isQName()
-
isTargetNamespaceEqualsTo
-
in file Wsdl.php, method Wsdl::isTargetNamespaceEqualsTo()
    Check if $schema XML Schema file belongs to $ns
-
isTargetNamespaceEqualsTo
-
in file AbstractWsdl.php, method AbstractWsdl::isTargetNamespaceEqualsTo()
    Check if $schema XML Schema file belongs to $ns
-
IWsdl
-
in file IWsdl.php, class IWsdl
    WSDL interface
-
IWsdl.php
-
procedural page IWsdl.php
-
-
- top
-
- -
-

l

-
-
$lastNsKey
-
in file AbstractWsdl.php, variable AbstractWsdl::$lastNsKey
-
$lastNsKey
-
in file Common.php, variable Common::$lastNsKey
-
$legko
-
in file legko.php, variable LegkoTool::$legko
    Legko XML Facade
-
$loadedImportFiles
-
in file Xsd2Php.php, variable Xsd2Php::$loadedImportFiles
    Already processed imports
-
$location
-
in file Wsdl.php, variable Wsdl::$location
    Service location
-
$location
-
in file AbstractWsdl.php, variable AbstractWsdl::$location
-
$logger
-
in file Php2Xml.php, variable Php2Xml::$logger
-
legko.php
-
procedural page legko.php
-
LegkoTool
-
in file legko.php, class LegkoTool
-
LegkoXML
-
in file LegkoXML.php, class LegkoXML
-
loadImports
-
in file Xsd2Php.php, method Xsd2Php::loadImports()
-
loadIncludes
-
in file Xsd2Php.php, method Xsd2Php::loadIncludes()
-
LegkoXML.php
-
procedural page LegkoXML.php
-
-
- top
-
- -
-

m

-
-
$methodsMeta
-
in file AbstractWsdl.php, variable AbstractWsdl::$methodsMeta
-
marshalRoot
-
in file SoapServer.php, method SoapServer::marshalRoot()
-
-
- top
-
- -
-

n

-
-
$name
-
in file PHPClass.php, variable PHPClass::$name
    Class name
-
$namespace
-
in file PHPClass.php, variable PHPClass::$namespace
    Class namespace
-
$namespaces
-
in file Wsdl_1_1.php, variable Wsdl_1_1::$namespaces
    WSDL 1.1 XML namespaces
-
$namespaces
-
in file Wsdl_2_0.php, variable Wsdl_2_0::$namespaces
-
$namespaces
-
in file Common.php, variable Common::$namespaces
-
$nspace
-
in file Xsd2Php.php, variable Xsd2Php::$nspace
    Namespaces in the current xsd schema
-
NullLogger.php
-
procedural page NullLogger.php
-
namespaceToPath
-
in file Xsd2Php.php, method Xsd2Php::namespaceToPath()
    Convert XML URI to Path
-
namespaceToPhp
-
in file Xsd2Php.php, method Xsd2Php::namespaceToPhp()
    Convert XML URI to PHP complient namespace
-
namespaceToUrn
-
in file Wsdl.php, method Wsdl::namespaceToUrn()
-
namespaceToUrn
-
in file AbstractWsdl.php, method AbstractWsdl::namespaceToUrn()
    Convert PHP namespace to URN
-
normalizeType
-
in file Common.php, method Common::normalizeType()
    Convert XMLSchema data type to PHP data type
-
NullLogger
-
in file NullLogger.php, class NullLogger
-
-
- top
-
- -
-

o

-
-
$opts
-
in file legko.php, variable LegkoTool::$opts
-
-
- top
-
- -
-

p

-
-
$php2wsdl
-
in file LegkoXML.php, variable LegkoXML::$php2wsdl
-
$phpClass
-
in file Php2Xml.php, variable Php2Xml::$phpClass
    Php class to convert to XML
-
$phpTypes
-
in file Common.php, variable Common::$phpTypes
-
$portNameSuffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$portNameSuffix
    Suffix for generated port tag name
-
$portNameSuffix
-
in file Wsdl.php, variable Wsdl::$portNameSuffix
    Suffix for generated port tag name
-
$portType
-
in file Wsdl.php, variable Wsdl::$portType
    Port type
-
$properties
-
in file PHPClass.php, variable PHPClass::$properties
    Array of class properties array(array('name'=>'propertyName', 'docs' => array('property'=>'value')))
-
$publicPath
-
in file AbstractWsdl.php, variable AbstractWsdl::$publicPath
    Path to publicly accessable folder to store imported/included schemas
-
$publicPath
-
in file Wsdl.php, variable Wsdl::$publicPath
    Path to publicly accessable folder to store imported/included schemas
-
$publicUrl
-
in file Wsdl.php, variable Wsdl::$publicUrl
-
$publicUrl
-
in file AbstractWsdl.php, variable AbstractWsdl::$publicUrl
-
Php2Xml.php
-
procedural page Php2Xml.php
-
PHPClass.php
-
procedural page PHPClass.php
-
parseClass
-
in file Php2Xml.php, method Php2Xml::parseClass()
-
parseComplexTypeName
-
in file SoapServer.php, method SoapServer::parseComplexTypeName()
-
parseComplexTypeNode
-
in file SoapServer.php, method SoapServer::parseComplexTypeNode()
-
parseComplexTypeNoName
-
in file SoapServer.php, method SoapServer::parseComplexTypeNoName()
-
parseDocComments
-
in file Common.php, method Common::parseDocComments()
    Parse Doc comments
-
parseElementNameNode
-
in file SoapServer.php, method SoapServer::parseElementNameNode()
-
parseElementNode
-
in file SoapServer.php, method SoapServer::parseElementNode()
-
parseElementRefNode
-
in file SoapServer.php, method SoapServer::parseElementRefNode()
-
parseNode
-
in file SoapServer.php, method SoapServer::parseNode()
-
parseObjectValue
-
in file Php2Xml.php, method Php2Xml::parseObjectValue()
    Parse value of the object
-
parseParamDocs
-
in file Common.php, method Common::parseParamDocs()
-
parseQName
-
in file Common.php, method Common::parseQName()
-
parseReturnDocs
-
in file Common.php, method Common::parseReturnDocs()
-
Php2Xml
-
in file Php2Xml.php, class Php2Xml
    PHP to XML converter
-
PHPClass
-
in file PHPClass.php, class PHPClass
    PHP Class representation
-
phpTypeToSoap
-
in file Common.php, method Common::phpTypeToSoap()
-
prepare
-
in file Wsdl_1_1.php, method Wsdl_1_1::prepare()
    Prepare WSDL DOM model
-
prepare
-
in file IWsdl.php, method IWsdl::prepare()
-
prepare
-
in file Wsdl_2_0.php, method Wsdl_2_0::prepare()
-
prepareDom
-
in file AbstractWsdl.php, method AbstractWsdl::prepareDom()
    Prepare DOM
-
prepareReflection
-
in file AbstractWsdl.php, method AbstractWsdl::prepareReflection()
    Prepare service class reflection
-
println
-
in file legko.php, method LegkoTool::println()
-
-
- top
-
- -
-

r

-
-
$refl
-
in file AbstractWsdl.php, variable AbstractWsdl::$refl
    Service Reflection
-
$refl
-
in file Wsdl.php, variable Wsdl::$refl
    Reflection of the $class
-
$requestSuffix
-
in file Wsdl.php, variable Wsdl::$requestSuffix
    Request
-
$requestSuffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$requestSuffix
    Request
-
$reservedWords
-
in file Common.php, variable Common::$reservedWords
-
$responseSuffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$responseSuffix
    Response items suffix
-
$responseSuffix
-
in file Wsdl.php, variable Wsdl::$responseSuffix
    Response items suffix
-
$root
-
in file Php2Xml.php, variable Php2Xml::$root
-
$rootTagName
-
in file Php2Xml.php, variable Php2Xml::$rootTagName
-
resolveNamespace
-
in file Common.php, method Common::resolveNamespace()
    Resolve short namespace to long, or return the same code if not found
-
-
- top
-
- -
-

s

-
-
$schemasPath
-
in file Wsdl.php, variable Wsdl::$schemasPath
    Path to schema to be imported/included in XSD
-
$schemasPath
-
in file AbstractWsdl.php, variable AbstractWsdl::$schemasPath
    Path to schema to be imported/included in XSD
-
$service
-
in file AbstractWsdl.php, variable AbstractWsdl::$service
    Service
-
$service
-
in file WsdlFactory.php, variable WsdlFactory::$service
-
$serviceNameSuffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$serviceNameSuffix
    Suffix for generated service tag name
-
$serviceNameSuffix
-
in file Wsdl.php, variable Wsdl::$serviceNameSuffix
    Suffix for generated service tag name
-
$shortNamespaces
-
in file Xsd2Php.php, variable Xsd2Php::$shortNamespaces
    Namespaces = array (className => namespace ), used in dirs/files generation
-
$soapBindingStyle
-
in file WsdlFactory.php, variable WsdlFactory::$soapBindingStyle
-
$soapBindingStyle
-
in file Wsdl.php, variable Wsdl::$soapBindingStyle
    Soap binding style: rpc|document
-
$soapBindingStyle
-
in file AbstractWsdl.php, variable AbstractWsdl::$soapBindingStyle
    Soap binding style: rpc|document
-
$soapBindingTransport
-
in file Wsdl.php, variable Wsdl::$soapBindingTransport
    Soap binding transport: which transport of SOAP this binding corresponds to
-
$soapBindingTransport
-
in file AbstractWsdl.php, variable AbstractWsdl::$soapBindingTransport
    Soap binding transport: which transport of SOAP this binding corresponds to
-
SoapServer.php
-
procedural page SoapServer.php
-
saveClasses
-
in file Xsd2Php.php, method Xsd2Php::saveClasses()
    Save generated classes to directory
-
savePhpFiles
-
in file Xsd2Php.php, method Xsd2Php::savePhpFiles()
    Save PHP files to directory structure
-
setDebug
-
in file AbstractWsdl.php, method AbstractWsdl::setDebug()
-
setDebug
-
in file Wsdl.php, method Wsdl::setDebug()
-
setLocation
-
in file AbstractWsdl.php, method AbstractWsdl::setLocation()
-
setLocation
-
in file Wsdl.php, method Wsdl::setLocation()
-
setPublicPath
-
in file Wsdl.php, method Wsdl::setPublicPath()
-
setPublicPath
-
in file AbstractWsdl.php, method AbstractWsdl::setPublicPath()
-
setPublicUrl
-
in file Wsdl.php, method Wsdl::setPublicUrl()
-
setPublicUrl
-
in file AbstractWsdl.php, method AbstractWsdl::setPublicUrl()
-
setSchemasPath
-
in file Wsdl.php, method Wsdl::setSchemasPath()
-
setSchemasPath
-
in file AbstractWsdl.php, method AbstractWsdl::setSchemasPath()
-
setService
-
in file WsdlFactory.php, method WsdlFactory::setService()
-
setSoapBindingStyle
-
in file AbstractWsdl.php, method AbstractWsdl::setSoapBindingStyle()
-
setSoapBindingStyle
-
in file Wsdl.php, method Wsdl::setSoapBindingStyle()
-
setSoapBindingTransport
-
in file Wsdl.php, method Wsdl::setSoapBindingTransport()
-
setWsdlVersion
-
in file WsdlFactory.php, method WsdlFactory::setWsdlVersion()
-
setXmlForPhp
-
in file Xsd2Php.php, method Xsd2Php::setXmlForPhp()
-
setXmlSource
-
in file Xsd2Php.php, method Xsd2Php::setXmlSource()
-
showHelp
-
in file legko.php, method LegkoTool::showHelp()
-
SoapServer
-
in file SoapServer.php, method SoapServer::SoapServer()
-
SoapServer
-
in file SoapServer.php, class SoapServer
    Class aware SOAP Server implementation
-
-
- top
-
- -
-

t

-
-
$targetNamespace
-
in file Xsd2Php.php, variable Xsd2Php::$targetNamespace
-
$targetNsPrefix
-
in file AbstractWsdl.php, variable AbstractWsdl::$targetNsPrefix
    Prefix of target namespace
-
$targetNsPrefix
-
in file Wsdl.php, variable Wsdl::$targetNsPrefix
    Prefix of target namespace
-
$type
-
in file PHPClass.php, variable PHPClass::$type
    Class type
-
$typeNamespace
-
in file PHPClass.php, variable PHPClass::$typeNamespace
    Class type namespace
-
toXml
-
in file AbstractWsdl.php, method AbstractWsdl::toXml()
    Return WSDL as XML string
-
-
- top
-
- -
-

u

-
-
unmarshal
-
in file Bind.php, method Bind::unmarshal()
    Unmarshal XML string to corresponding PHP binding
-
unmarshalRoot
-
in file SoapServer.php, method SoapServer::unmarshalRoot()
-
urnToPhpName
-
in file Common.php, method Common::urnToPhpName()
-
-
- top
-
- -
-

v

-
-
$version
-
in file LegkoXML.php, variable LegkoXML::$version
-
-
- top
-
- -
-

w

-
-
$wsBinding
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsBinding
-
$wsDefinitions
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsDefinitions
    Definitions node
-
$wsdl
-
in file Wsdl.php, variable Wsdl::$wsdl
    Instance of Zend_Soap_Wsdl
-
$wsdlName
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsdlName
    WSDL Name
-
$wsdlTargetNamespace
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsdlTargetNamespace
    WSDL Target namespace
-
$wsdlVersion
-
in file WsdlFactory.php, variable WsdlFactory::$wsdlVersion
-
$wsdlXmlSource
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsdlXmlSource
    Copy of Current WSDL as XML string
-
$wsDocumentation
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsDocumentation
-
$wsMessage
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsMessage
-
$wsPortType
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsPortType
-
$wsService
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsService
-
$wsTypes
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsTypes
-
$wsXmlSchema
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsXmlSchema
-
WsdlFactory.php
-
procedural page WsdlFactory.php
-
Wsdl_1_1.php
-
procedural page Wsdl_1_1.php
-
Wsdl_2_0.php
-
procedural page Wsdl_2_0.php
-
Wsdl.php
-
procedural page Wsdl.php
-
Wsdl
-
in file Wsdl.php, class Wsdl
    Common data
-
WsdlFactory
-
in file WsdlFactory.php, class WsdlFactory
-
WSDL_1_1
-
in file WsdlFactory.php, class constant WsdlFactory::WSDL_1_1
-
Wsdl_1_1
-
in file Wsdl_1_1.php, class Wsdl_1_1
-
Wsdl_2_0
-
in file Wsdl_2_0.php, class Wsdl_2_0
-
WSDL_2_0
-
in file WsdlFactory.php, class constant WsdlFactory::WSDL_2_0
-
-
- top
-
- -
-

x

-
-
$xml2php
-
in file LegkoXML.php, variable LegkoXML::$xml2php
-
$xmlForPhp
-
in file Xsd2Php.php, variable Xsd2Php::$xmlForPhp
    XML file suitable for PHP code generation
-
$xmlSchemaImports
-
in file AbstractWsdl.php, variable AbstractWsdl::$xmlSchemaImports
-
$xmlSchemaPreffix
-
in file Wsdl.php, variable Wsdl::$xmlSchemaPreffix
    Prefix for XML Schema namespace
-
$xmlSchemaPreffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$xmlSchemaPreffix
    Prefix for XML Schema namespace
-
$xmlSource
-
in file Xsd2Php.php, variable Xsd2Php::$xmlSource
-
$xpath
-
in file Xsd2Php.php, variable Xsd2Php::$xpath
-
$xsd2php
-
in file LegkoXML.php, variable LegkoXML::$xsd2php
-
$xsdFile
-
in file Xsd2Php.php, variable Xsd2Php::$xsdFile
    XSD schema to convert from
-
$xsdNs
-
in file Xsd2Php.php, variable Xsd2Php::$xsdNs
    XSD root namespace alias (fx, xsd = http://www.w3.org/2001/XMLSchema)
-
$xsdTypes
-
in file SoapServer.php, variable SoapServer::$xsdTypes
-
Xsd2Php.php
-
procedural page Xsd2Php.php
-
Xsd2Php
-
in file Xsd2Php.php, class Xsd2Php
    Generate PHP classes based on XSD schema
-
-
- top
-
- -
-

_

-
-
__call
-
in file NullLogger.php, method NullLogger::__call()
-
__construct
-
in file WsdlFactory.php, method WsdlFactory::__construct()
-
__construct
-
in file Xsd2Php.php, method Xsd2Php::__construct()
-
__construct
-
in file Wsdl.php, method Wsdl::__construct()
    Creates new wsdl for the $class given
-
__construct
-
in file Php2Xml.php, method Php2Xml::__construct()
-
__construct
-
in file LegkoXML.php, method LegkoXML::__construct()
-
__construct
-
in file AbstractWsdl.php, method AbstractWsdl::__construct()
-
__construct
-
in file legko.php, method LegkoTool::__construct()
-
-
- top
-
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/elementindex_default.html b/src/XSD2PHP/docs/elementindex_default.html deleted file mode 100644 index 217e3de8..00000000 --- a/src/XSD2PHP/docs/elementindex_default.html +++ /dev/null @@ -1,867 +0,0 @@ - - -Package default Element Index - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- - -

Element index for package default

- [ a ] - [ b ] - [ c ] - [ d ] - [ e ] - [ g ] - [ h ] - [ i ] - [ l ] - [ m ] - [ n ] - [ o ] - [ p ] - [ r ] - [ s ] - [ t ] - [ u ] - [ v ] - [ w ] - [ x ] - [ _ ] - -
- -
-

_

-
-
__call
-
in file NullLogger.php, method NullLogger::__call()
-
__construct
-
in file WsdlFactory.php, method WsdlFactory::__construct()
-
__construct
-
in file Xsd2Php.php, method Xsd2Php::__construct()
-
__construct
-
in file Wsdl.php, method Wsdl::__construct()
    Creates new wsdl for the $class given
-
__construct
-
in file Php2Xml.php, method Php2Xml::__construct()
-
__construct
-
in file LegkoXML.php, method LegkoXML::__construct()
-
__construct
-
in file AbstractWsdl.php, method AbstractWsdl::__construct()
-
__construct
-
in file legko.php, method LegkoTool::__construct()
-
-
- top
-
- -
-

a

-
-
AbstractWsdl
-
in file AbstractWsdl.php, class AbstractWsdl
-
AbstractWsdlFactory
-
in file AbstractWsdlFactory.php, class AbstractWsdlFactory
-
addBindingOperations
-
in file Wsdl_1_1.php, method Wsdl_1_1::addBindingOperations()
    Add operations to bindings
-
addBindingOperations
-
in file Wsdl.php, method Wsdl::addBindingOperations()
    Add operations to binding
-
addBindings
-
in file Wsdl.php, method Wsdl::addBindings()
    Add bindings to WSDL
-
addImportToSchema
-
in file Wsdl.php, method Wsdl::addImportToSchema()
    Add xsd:import tag to XML schema before any childs added
-
addImportToSchema
-
in file AbstractWsdl.php, method AbstractWsdl::addImportToSchema()
    Add xsd:import tag to XML schema before any childs added
-
addMessage
-
in file Wsdl_1_1.php, method Wsdl_1_1::addMessage()
    Add message
-
addMessages
-
in file Wsdl.php, method Wsdl::addMessages()
    Add SOAP messages
-
addPortOperations
-
in file Wsdl.php, method Wsdl::addPortOperations()
    Add Port operations
-
addPortOperations
-
in file Wsdl_1_1.php, method Wsdl_1_1::addPortOperations()
    Add operations to port
-
addPortType
-
in file Wsdl.php, method Wsdl::addPortType()
    Add port type
-
addProperty
-
in file Php2Xml.php, method Php2Xml::addProperty()
-
addServices
-
in file Wsdl.php, method Wsdl::addServices()
    Add SOAP Service
-
addType
-
in file Wsdl.php, method Wsdl::addType()
-
addTypes
-
in file Wsdl.php, method Wsdl::addTypes()
    Add XML Schema types
-
AbstractWsdl.php
-
procedural page AbstractWsdl.php
-
AbstractWsdlFactory.php
-
procedural page AbstractWsdlFactory.php
-
-
- top
-
- -
-

b

-
-
$basicTypes
-
in file Common.php, variable Common::$basicTypes
-
$binding
-
in file Wsdl.php, variable Wsdl::$binding
    Binding
-
$bindingNameSuffix
-
in file Wsdl.php, variable Wsdl::$bindingNameSuffix
    Suffix for generated binding tag name
-
$bindingNameSuffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$bindingNameSuffix
    Suffix for generated binding tag name
-
Bind
-
in file Bind.php, class Bind
    Bind XML to PHP binding
-
bindXml
-
in file Bind.php, method Bind::bindXml()
    Bind XML file to model
-
bindXmlRec
-
in file Bind.php, method Bind::bindXmlRec()
-
buildXml
-
in file Php2Xml.php, method Php2Xml::buildXml()
-
Bind.php
-
procedural page Bind.php
-
-
- top
-
- -
-

c

-
-
$class
-
in file Wsdl.php, variable Wsdl::$class
    Service class to be exposed
-
$classDocBlock
-
in file PHPClass.php, variable PHPClass::$classDocBlock
    Array of class level documentation
-
$classProperties
-
in file PHPClass.php, variable PHPClass::$classProperties
    Class properties
-
$common
-
in file AbstractWsdl.php, variable AbstractWsdl::$common
    Commons class
-
$common
-
in file SoapServer.php, variable SoapServer::$common
-
Common
-
in file Common.php, class Common
    Common data
-
compileSchema
-
in file LegkoXML.php, method LegkoXML::compileSchema()
-
compileSchema
-
in file legko.php, method LegkoTool::compileSchema()
-
composeUrl
-
in file Wsdl.php, method Wsdl::composeUrl()
    Compose URL of kind schema://host:port
-
composeUrl
-
in file AbstractWsdl.php, method AbstractWsdl::composeUrl()
    Compose URL of kind schema://host:port
-
copyToPublic
-
in file AbstractWsdl.php, method AbstractWsdl::copyToPublic()
    Copy given file to publicSchemaPath
-
copyToPublic
-
in file Wsdl.php, method Wsdl::copyToPublic()
    Copy given file to publicSchemaPath
-
createElementWithComplexType
-
in file Wsdl_1_1.php, method Wsdl_1_1::createElementWithComplexType()
    Create an element with complex type
-
createRefElement
-
in file Wsdl_1_1.php, method Wsdl_1_1::createRefElement()
    Create ref element
-
createSimpleElement
-
in file Wsdl_1_1.php, method Wsdl_1_1::createSimpleElement()
    Create simple element
-
Common.php
-
procedural page Common.php
-
-
- top
-
- -
-

d

-
-
$debug
-
in file WsdlFactory.php, variable WsdlFactory::$debug
-
$debug
-
in file Xsd2Php.php, variable Xsd2Php::$debug
    Show debug info
-
$debug
-
in file PHPClass.php, variable PHPClass::$debug
    Show debug info
-
$debug
-
in file Common.php, variable Common::$debug
-
$debug
-
in file AbstractWsdl.php, variable AbstractWsdl::$debug
-
$docNamespaces
-
in file AbstractWsdl.php, variable AbstractWsdl::$docNamespaces
-
$dom
-
in file AbstractWsdl.php, variable AbstractWsdl::$dom
    DOM Instance
-
$dom
-
in file Common.php, variable Common::$dom
    Dom document
-
-
- top
-
- -
-

e

-
-
$extends
-
in file PHPClass.php, variable PHPClass::$extends
    Class to extend
-
$extendsNamespace
-
in file PHPClass.php, variable PHPClass::$extendsNamespace
    Namespace of parent class
-
expandNS
-
in file Xsd2Php.php, method Xsd2Php::expandNS()
    Resolve short namespace
-
extractTypes
-
in file Wsdl_1_1.php, method Wsdl_1_1::extractTypes()
    Extract types from WSDL
-
-
- top
-
- -
-

g

-
-
generateWsdl
-
in file LegkoXML.php, method LegkoXML::generateWsdl()
-
getBaseNsName
-
in file Wsdl.php, method Wsdl::getBaseNsName()
    Get base name from URI
-
getBindingName
-
in file Wsdl.php, method Wsdl::getBindingName()
    Get binding element name
-
getBindingTypeName
-
in file Wsdl.php, method Wsdl::getBindingTypeName()
    Get binding type name
-
getClassMethods
-
in file AbstractWsdl.php, method AbstractWsdl::getClassMethods()
    Get service class public methods
-
getClassMethods
-
in file Wsdl.php, method Wsdl::getClassMethods()
    Get service class public methods
-
getClassNamespace
-
in file AbstractWsdl.php, method AbstractWsdl::getClassNamespace()
    Return class XML namespace taken from @xmlNamespace doc
-
getClassNamespace
-
in file Wsdl.php, method Wsdl::getClassNamespace()
    Return class XML namespace taken from @xmlNamespace doc
-
getClassProperties
-
in file PHPClass.php, method PHPClass::getClassProperties()
    Return class properties from array with indent specified
-
getDebug
-
in file Wsdl.php, method Wsdl::getDebug()
-
getDebug
-
in file AbstractWsdl.php, method AbstractWsdl::getDebug()
-
getDocBlock
-
in file PHPClass.php, method PHPClass::getDocBlock()
    Return docBlock
-
getDocNamespaces
-
in file Common.php, method Common::getDocNamespaces()
-
getImplementation
-
in file WsdlFactory.php, method WsdlFactory::getImplementation()
-
getLocation
-
in file AbstractWsdl.php, method AbstractWsdl::getLocation()
    Get SOAP service location (service->port->address->location)
-
getLocation
-
in file Wsdl.php, method Wsdl::getLocation()
    Get SOAP service location (service->port->address->location)
-
getMethodIO
-
in file AbstractWsdl.php, method AbstractWsdl::getMethodIO()
    Return method input/output
-
getMethodIO
-
in file Wsdl.php, method Wsdl::getMethodIO()
    Return method input/output
-
getNamespaceName
-
in file Wsdl.php, method Wsdl::getNamespaceName()
-
getNamespaces
-
in file Xsd2Php.php, method Xsd2Php::getNamespaces()
    Return array of namespaces of the docuemtn
-
getNsCode
-
in file Common.php, method Common::getNsCode()
-
getNsCode
-
in file AbstractWsdl.php, method AbstractWsdl::getNsCode()
-
getPHP
-
in file Xsd2Php.php, method Xsd2Php::getPHP()
    Return generated PHP source code
-
getPhpCode
-
in file PHPClass.php, method PHPClass::getPhpCode()
    Returns array of PHP classes
-
getPortName
-
in file Wsdl.php, method Wsdl::getPortName()
    Get port name
-
getPublicPath
-
in file AbstractWsdl.php, method AbstractWsdl::getPublicPath()
-
getPublicPath
-
in file Wsdl.php, method Wsdl::getPublicPath()
-
getPublicUrl
-
in file Wsdl.php, method Wsdl::getPublicUrl()
-
getPublicUrl
-
in file AbstractWsdl.php, method AbstractWsdl::getPublicUrl()
-
getSchemaLocation
-
in file Wsdl.php, method Wsdl::getSchemaLocation()
    Get path to schema in schemasPath with targetNamespace = $ns
-
getSchemaLocation
-
in file AbstractWsdl.php, method AbstractWsdl::getSchemaLocation()
    Get path to schema in schemasPath with targetNamespace = $ns
-
getSchemasPath
-
in file Wsdl.php, method Wsdl::getSchemasPath()
-
getSchemasPath
-
in file AbstractWsdl.php, method AbstractWsdl::getSchemasPath()
-
getService
-
in file WsdlFactory.php, method WsdlFactory::getService()
-
getServiceName
-
in file Wsdl.php, method Wsdl::getServiceName()
    Get service element name
-
getShortName
-
in file Wsdl.php, method Wsdl::getShortName()
    Get class name without namespace
-
getShortName
-
in file AbstractWsdl.php, method AbstractWsdl::getShortName()
    Get class name without namespace
-
getSoapBindingStyle
-
in file Wsdl.php, method Wsdl::getSoapBindingStyle()
    Get SOAP binding style
-
getSoapBindingStyle
-
in file AbstractWsdl.php, method AbstractWsdl::getSoapBindingStyle()
-
getSoapBindingTransport
-
in file Wsdl.php, method Wsdl::getSoapBindingTransport()
    Get SOAP binding transport
-
getTargetNS
-
in file Xsd2Php.php, method Xsd2Php::getTargetNS()
-
getTypeName
-
in file Wsdl.php, method Wsdl::getTypeName()
    Get QName style for given type
-
getTypeName
-
in file AbstractWsdl.php, method AbstractWsdl::getTypeName()
    Get QName style for given type
-
getVersion
-
in file LegkoXML.php, method LegkoXML::getVersion()
-
getWsdl
-
in file Wsdl.php, method Wsdl::getWsdl()
    Ger WSDL file contents
-
getWsdlVersion
-
in file WsdlFactory.php, method WsdlFactory::getWsdlVersion()
-
getWsdl_1_1
-
in file AbstractWsdlFactory.php, method AbstractWsdlFactory::getWsdl_1_1()
-
getWsdl_2_0
-
in file AbstractWsdlFactory.php, method AbstractWsdlFactory::getWsdl_2_0()
-
getXML
-
in file Xsd2Php.php, method Xsd2Php::getXML()
    Convert XSD to XML suitable for further processing
-
getXml
-
in file Php2Xml.php, method Php2Xml::getXml()
-
getXmlForPhp
-
in file Xsd2Php.php, method Xsd2Php::getXmlForPhp()
    Convert XSD to XML suitable for PHP code generation
-
getXmlSource
-
in file Xsd2Php.php, method Xsd2Php::getXmlSource()
    XSD schema converted to XML
-
getXSDTypes
-
in file SoapServer.php, method SoapServer::getXSDTypes()
-
-
- top
-
- -
-

h

-
-
hasChild
-
in file Bind.php, method Bind::hasChild()
-
-
- top
-
- -
-

i

-
-
$implementation
-
in file WsdlFactory.php, variable WsdlFactory::$implementation
-
$importedNamespaces
-
in file AbstractWsdl.php, variable AbstractWsdl::$importedNamespaces
    Namespaces already imported to XML Schema
-
$importedNamespaces
-
in file Wsdl.php, variable Wsdl::$importedNamespaces
    Namespaces already imported to XML Schema
-
$importHeadNS
-
in file Xsd2Php.php, variable Xsd2Php::$importHeadNS
-
importsToAbsUrl
-
in file Wsdl.php, method Wsdl::importsToAbsUrl()
    Convert relative paths in XMLSchema's imports and includes to URLs using $location
-
importsToAbsUrl
-
in file AbstractWsdl.php, method AbstractWsdl::importsToAbsUrl()
    Convert relative paths in XMLSchema's imports and includes to URLs using $location
-
isLocalType
-
in file Wsdl.php, method Wsdl::isLocalType()
    Return true if given type is local, false in case the type is not from xsd or tns namespaces
-
isQName
-
in file Common.php, method Common::isQName()
-
isTargetNamespaceEqualsTo
-
in file Wsdl.php, method Wsdl::isTargetNamespaceEqualsTo()
    Check if $schema XML Schema file belongs to $ns
-
isTargetNamespaceEqualsTo
-
in file AbstractWsdl.php, method AbstractWsdl::isTargetNamespaceEqualsTo()
    Check if $schema XML Schema file belongs to $ns
-
IWsdl
-
in file IWsdl.php, class IWsdl
    WSDL interface
-
IWsdl.php
-
procedural page IWsdl.php
-
-
- top
-
- -
-

l

-
-
$lastNsKey
-
in file AbstractWsdl.php, variable AbstractWsdl::$lastNsKey
-
$lastNsKey
-
in file Common.php, variable Common::$lastNsKey
-
$legko
-
in file legko.php, variable LegkoTool::$legko
    Legko XML Facade
-
$loadedImportFiles
-
in file Xsd2Php.php, variable Xsd2Php::$loadedImportFiles
    Already processed imports
-
$location
-
in file Wsdl.php, variable Wsdl::$location
    Service location
-
$location
-
in file AbstractWsdl.php, variable AbstractWsdl::$location
-
$logger
-
in file Php2Xml.php, variable Php2Xml::$logger
-
legko.php
-
procedural page legko.php
-
LegkoTool
-
in file legko.php, class LegkoTool
-
LegkoXML
-
in file LegkoXML.php, class LegkoXML
-
loadImports
-
in file Xsd2Php.php, method Xsd2Php::loadImports()
-
loadIncludes
-
in file Xsd2Php.php, method Xsd2Php::loadIncludes()
-
LegkoXML.php
-
procedural page LegkoXML.php
-
-
- top
-
- -
-

m

-
-
$methodsMeta
-
in file AbstractWsdl.php, variable AbstractWsdl::$methodsMeta
-
marshalRoot
-
in file SoapServer.php, method SoapServer::marshalRoot()
-
-
- top
-
- -
-

n

-
-
$name
-
in file PHPClass.php, variable PHPClass::$name
    Class name
-
$namespace
-
in file PHPClass.php, variable PHPClass::$namespace
    Class namespace
-
$namespaces
-
in file Wsdl_1_1.php, variable Wsdl_1_1::$namespaces
    WSDL 1.1 XML namespaces
-
$namespaces
-
in file Wsdl_2_0.php, variable Wsdl_2_0::$namespaces
-
$namespaces
-
in file Common.php, variable Common::$namespaces
-
$nspace
-
in file Xsd2Php.php, variable Xsd2Php::$nspace
    Namespaces in the current xsd schema
-
NullLogger.php
-
procedural page NullLogger.php
-
namespaceToPath
-
in file Xsd2Php.php, method Xsd2Php::namespaceToPath()
    Convert XML URI to Path
-
namespaceToPhp
-
in file Xsd2Php.php, method Xsd2Php::namespaceToPhp()
    Convert XML URI to PHP complient namespace
-
namespaceToUrn
-
in file Wsdl.php, method Wsdl::namespaceToUrn()
-
namespaceToUrn
-
in file AbstractWsdl.php, method AbstractWsdl::namespaceToUrn()
    Convert PHP namespace to URN
-
normalizeType
-
in file Common.php, method Common::normalizeType()
    Convert XMLSchema data type to PHP data type
-
NullLogger
-
in file NullLogger.php, class NullLogger
-
-
- top
-
- -
-

o

-
-
$opts
-
in file legko.php, variable LegkoTool::$opts
-
-
- top
-
- -
-

p

-
-
$php2wsdl
-
in file LegkoXML.php, variable LegkoXML::$php2wsdl
-
$phpClass
-
in file Php2Xml.php, variable Php2Xml::$phpClass
    Php class to convert to XML
-
$phpTypes
-
in file Common.php, variable Common::$phpTypes
-
$portNameSuffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$portNameSuffix
    Suffix for generated port tag name
-
$portNameSuffix
-
in file Wsdl.php, variable Wsdl::$portNameSuffix
    Suffix for generated port tag name
-
$portType
-
in file Wsdl.php, variable Wsdl::$portType
    Port type
-
$properties
-
in file PHPClass.php, variable PHPClass::$properties
    Array of class properties array(array('name'=>'propertyName', 'docs' => array('property'=>'value')))
-
$publicPath
-
in file AbstractWsdl.php, variable AbstractWsdl::$publicPath
    Path to publicly accessable folder to store imported/included schemas
-
$publicPath
-
in file Wsdl.php, variable Wsdl::$publicPath
    Path to publicly accessable folder to store imported/included schemas
-
$publicUrl
-
in file Wsdl.php, variable Wsdl::$publicUrl
-
$publicUrl
-
in file AbstractWsdl.php, variable AbstractWsdl::$publicUrl
-
Php2Xml.php
-
procedural page Php2Xml.php
-
PHPClass.php
-
procedural page PHPClass.php
-
parseClass
-
in file Php2Xml.php, method Php2Xml::parseClass()
-
parseComplexTypeName
-
in file SoapServer.php, method SoapServer::parseComplexTypeName()
-
parseComplexTypeNode
-
in file SoapServer.php, method SoapServer::parseComplexTypeNode()
-
parseComplexTypeNoName
-
in file SoapServer.php, method SoapServer::parseComplexTypeNoName()
-
parseDocComments
-
in file Common.php, method Common::parseDocComments()
    Parse Doc comments
-
parseElementNameNode
-
in file SoapServer.php, method SoapServer::parseElementNameNode()
-
parseElementNode
-
in file SoapServer.php, method SoapServer::parseElementNode()
-
parseElementRefNode
-
in file SoapServer.php, method SoapServer::parseElementRefNode()
-
parseNode
-
in file SoapServer.php, method SoapServer::parseNode()
-
parseObjectValue
-
in file Php2Xml.php, method Php2Xml::parseObjectValue()
    Parse value of the object
-
parseParamDocs
-
in file Common.php, method Common::parseParamDocs()
-
parseQName
-
in file Common.php, method Common::parseQName()
-
parseReturnDocs
-
in file Common.php, method Common::parseReturnDocs()
-
Php2Xml
-
in file Php2Xml.php, class Php2Xml
    PHP to XML converter
-
PHPClass
-
in file PHPClass.php, class PHPClass
    PHP Class representation
-
phpTypeToSoap
-
in file Common.php, method Common::phpTypeToSoap()
-
prepare
-
in file Wsdl_1_1.php, method Wsdl_1_1::prepare()
    Prepare WSDL DOM model
-
prepare
-
in file IWsdl.php, method IWsdl::prepare()
-
prepare
-
in file Wsdl_2_0.php, method Wsdl_2_0::prepare()
-
prepareDom
-
in file AbstractWsdl.php, method AbstractWsdl::prepareDom()
    Prepare DOM
-
prepareReflection
-
in file AbstractWsdl.php, method AbstractWsdl::prepareReflection()
    Prepare service class reflection
-
println
-
in file legko.php, method LegkoTool::println()
-
-
- top
-
- -
-

r

-
-
$refl
-
in file AbstractWsdl.php, variable AbstractWsdl::$refl
    Service Reflection
-
$refl
-
in file Wsdl.php, variable Wsdl::$refl
    Reflection of the $class
-
$requestSuffix
-
in file Wsdl.php, variable Wsdl::$requestSuffix
    Request
-
$requestSuffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$requestSuffix
    Request
-
$reservedWords
-
in file Common.php, variable Common::$reservedWords
-
$responseSuffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$responseSuffix
    Response items suffix
-
$responseSuffix
-
in file Wsdl.php, variable Wsdl::$responseSuffix
    Response items suffix
-
$root
-
in file Php2Xml.php, variable Php2Xml::$root
-
$rootTagName
-
in file Php2Xml.php, variable Php2Xml::$rootTagName
-
resolveNamespace
-
in file Common.php, method Common::resolveNamespace()
    Resolve short namespace to long, or return the same code if not found
-
-
- top
-
- -
-

s

-
-
$schemasPath
-
in file Wsdl.php, variable Wsdl::$schemasPath
    Path to schema to be imported/included in XSD
-
$schemasPath
-
in file AbstractWsdl.php, variable AbstractWsdl::$schemasPath
    Path to schema to be imported/included in XSD
-
$service
-
in file AbstractWsdl.php, variable AbstractWsdl::$service
    Service
-
$service
-
in file WsdlFactory.php, variable WsdlFactory::$service
-
$serviceNameSuffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$serviceNameSuffix
    Suffix for generated service tag name
-
$serviceNameSuffix
-
in file Wsdl.php, variable Wsdl::$serviceNameSuffix
    Suffix for generated service tag name
-
$shortNamespaces
-
in file Xsd2Php.php, variable Xsd2Php::$shortNamespaces
    Namespaces = array (className => namespace ), used in dirs/files generation
-
$soapBindingStyle
-
in file WsdlFactory.php, variable WsdlFactory::$soapBindingStyle
-
$soapBindingStyle
-
in file Wsdl.php, variable Wsdl::$soapBindingStyle
    Soap binding style: rpc|document
-
$soapBindingStyle
-
in file AbstractWsdl.php, variable AbstractWsdl::$soapBindingStyle
    Soap binding style: rpc|document
-
$soapBindingTransport
-
in file Wsdl.php, variable Wsdl::$soapBindingTransport
    Soap binding transport: which transport of SOAP this binding corresponds to
-
$soapBindingTransport
-
in file AbstractWsdl.php, variable AbstractWsdl::$soapBindingTransport
    Soap binding transport: which transport of SOAP this binding corresponds to
-
SoapServer.php
-
procedural page SoapServer.php
-
saveClasses
-
in file Xsd2Php.php, method Xsd2Php::saveClasses()
    Save generated classes to directory
-
savePhpFiles
-
in file Xsd2Php.php, method Xsd2Php::savePhpFiles()
    Save PHP files to directory structure
-
setDebug
-
in file AbstractWsdl.php, method AbstractWsdl::setDebug()
-
setDebug
-
in file Wsdl.php, method Wsdl::setDebug()
-
setLocation
-
in file AbstractWsdl.php, method AbstractWsdl::setLocation()
-
setLocation
-
in file Wsdl.php, method Wsdl::setLocation()
-
setPublicPath
-
in file Wsdl.php, method Wsdl::setPublicPath()
-
setPublicPath
-
in file AbstractWsdl.php, method AbstractWsdl::setPublicPath()
-
setPublicUrl
-
in file Wsdl.php, method Wsdl::setPublicUrl()
-
setPublicUrl
-
in file AbstractWsdl.php, method AbstractWsdl::setPublicUrl()
-
setSchemasPath
-
in file Wsdl.php, method Wsdl::setSchemasPath()
-
setSchemasPath
-
in file AbstractWsdl.php, method AbstractWsdl::setSchemasPath()
-
setService
-
in file WsdlFactory.php, method WsdlFactory::setService()
-
setSoapBindingStyle
-
in file AbstractWsdl.php, method AbstractWsdl::setSoapBindingStyle()
-
setSoapBindingStyle
-
in file Wsdl.php, method Wsdl::setSoapBindingStyle()
-
setSoapBindingTransport
-
in file Wsdl.php, method Wsdl::setSoapBindingTransport()
-
setWsdlVersion
-
in file WsdlFactory.php, method WsdlFactory::setWsdlVersion()
-
setXmlForPhp
-
in file Xsd2Php.php, method Xsd2Php::setXmlForPhp()
-
setXmlSource
-
in file Xsd2Php.php, method Xsd2Php::setXmlSource()
-
showHelp
-
in file legko.php, method LegkoTool::showHelp()
-
SoapServer
-
in file SoapServer.php, method SoapServer::SoapServer()
-
SoapServer
-
in file SoapServer.php, class SoapServer
    Class aware SOAP Server implementation
-
-
- top
-
- -
-

t

-
-
$targetNamespace
-
in file Xsd2Php.php, variable Xsd2Php::$targetNamespace
-
$targetNsPrefix
-
in file AbstractWsdl.php, variable AbstractWsdl::$targetNsPrefix
    Prefix of target namespace
-
$targetNsPrefix
-
in file Wsdl.php, variable Wsdl::$targetNsPrefix
    Prefix of target namespace
-
$type
-
in file PHPClass.php, variable PHPClass::$type
    Class type
-
$typeNamespace
-
in file PHPClass.php, variable PHPClass::$typeNamespace
    Class type namespace
-
toXml
-
in file AbstractWsdl.php, method AbstractWsdl::toXml()
    Return WSDL as XML string
-
-
- top
-
- -
-

u

-
-
unmarshal
-
in file Bind.php, method Bind::unmarshal()
    Unmarshal XML string to corresponding PHP binding
-
unmarshalRoot
-
in file SoapServer.php, method SoapServer::unmarshalRoot()
-
urnToPhpName
-
in file Common.php, method Common::urnToPhpName()
-
-
- top
-
- -
-

v

-
-
$version
-
in file LegkoXML.php, variable LegkoXML::$version
-
-
- top
-
- -
-

w

-
-
$wsBinding
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsBinding
-
$wsDefinitions
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsDefinitions
    Definitions node
-
$wsdl
-
in file Wsdl.php, variable Wsdl::$wsdl
    Instance of Zend_Soap_Wsdl
-
$wsdlName
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsdlName
    WSDL Name
-
$wsdlTargetNamespace
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsdlTargetNamespace
    WSDL Target namespace
-
$wsdlVersion
-
in file WsdlFactory.php, variable WsdlFactory::$wsdlVersion
-
$wsdlXmlSource
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsdlXmlSource
    Copy of Current WSDL as XML string
-
$wsDocumentation
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsDocumentation
-
$wsMessage
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsMessage
-
$wsPortType
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsPortType
-
$wsService
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsService
-
$wsTypes
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsTypes
-
$wsXmlSchema
-
in file AbstractWsdl.php, variable AbstractWsdl::$wsXmlSchema
-
WsdlFactory.php
-
procedural page WsdlFactory.php
-
Wsdl_1_1.php
-
procedural page Wsdl_1_1.php
-
Wsdl_2_0.php
-
procedural page Wsdl_2_0.php
-
Wsdl.php
-
procedural page Wsdl.php
-
Wsdl
-
in file Wsdl.php, class Wsdl
    Common data
-
WsdlFactory
-
in file WsdlFactory.php, class WsdlFactory
-
WSDL_1_1
-
in file WsdlFactory.php, class constant WsdlFactory::WSDL_1_1
-
Wsdl_1_1
-
in file Wsdl_1_1.php, class Wsdl_1_1
-
Wsdl_2_0
-
in file Wsdl_2_0.php, class Wsdl_2_0
-
WSDL_2_0
-
in file WsdlFactory.php, class constant WsdlFactory::WSDL_2_0
-
-
- top
-
- -
-

x

-
-
$xml2php
-
in file LegkoXML.php, variable LegkoXML::$xml2php
-
$xmlForPhp
-
in file Xsd2Php.php, variable Xsd2Php::$xmlForPhp
    XML file suitable for PHP code generation
-
$xmlSchemaImports
-
in file AbstractWsdl.php, variable AbstractWsdl::$xmlSchemaImports
-
$xmlSchemaPreffix
-
in file Wsdl.php, variable Wsdl::$xmlSchemaPreffix
    Prefix for XML Schema namespace
-
$xmlSchemaPreffix
-
in file AbstractWsdl.php, variable AbstractWsdl::$xmlSchemaPreffix
    Prefix for XML Schema namespace
-
$xmlSource
-
in file Xsd2Php.php, variable Xsd2Php::$xmlSource
-
$xpath
-
in file Xsd2Php.php, variable Xsd2Php::$xpath
-
$xsd2php
-
in file LegkoXML.php, variable LegkoXML::$xsd2php
-
$xsdFile
-
in file Xsd2Php.php, variable Xsd2Php::$xsdFile
    XSD schema to convert from
-
$xsdNs
-
in file Xsd2Php.php, variable Xsd2Php::$xsdNs
    XSD root namespace alias (fx, xsd = http://www.w3.org/2001/XMLSchema)
-
$xsdTypes
-
in file SoapServer.php, variable SoapServer::$xsdTypes
-
Xsd2Php.php
-
procedural page Xsd2Php.php
-
Xsd2Php
-
in file Xsd2Php.php, class Xsd2Php
    Generate PHP classes based on XSD schema
-
-
- top
-
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/errors.html b/src/XSD2PHP/docs/errors.html deleted file mode 100644 index 95c0a2d4..00000000 --- a/src/XSD2PHP/docs/errors.html +++ /dev/null @@ -1,201 +0,0 @@ - - -phpDocumentor Parser Errors and Warnings - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -Post-parsing
-AbstractWsdlFactory.php
-Bind.php
-Common.php
-IWsdl.php
-legko.php
-LegkoXML.php
-NullLogger.php
-Php2Xml.php
-PHPClass.php
-SoapServer.php
-Wsdl.php
-WsdlFactory.php
-Wsdl_1_1.php
-Wsdl_2_0.php
-Xsd2Php.php
- -

Post-parsing

-

Warnings:


-Warning - Class SoapServer parent \ not found
- -

AbstractWsdl.php

-

Warnings:


-Warning on line 7 - no @package tag was used in a DocBlock for class AbstractWsdl
-Warning on line 7 - Class "AbstractWsdl" has no Class-level DocBlock.
-Warning on line 319 - Method "getNsCode" has no method-level DocBlock.
-Warning on line 679 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/wsdl/AbstractWsdl.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

AbstractWsdlFactory.php

-

Warnings:


-Warning on line 4 - no @package tag was used in a DocBlock for class AbstractWsdlFactory
-Warning on line 4 - Class "AbstractWsdlFactory" has no Class-level DocBlock.
-Warning on line 5 - Method "getWsdl_1_1" has no method-level DocBlock.
-Warning on line 6 - Method "getWsdl_2_0" has no method-level DocBlock.
-Warning on line 7 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Bind.php

-

Warnings:


-Warning on line 25 - no @package tag was used in a DocBlock for class Bind
-Warning on line 157 - Method "hasChild" has no method-level DocBlock.
-Warning on line 203 - Method "bindXmlRec" has no method-level DocBlock.
-Warning on line 206 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/Bind.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Common.php

-

Warnings:


-Warning on line 27 - no @package tag was used in a DocBlock for file /Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/Common.php
-Warning on line 27 - no @package tag was used in a DocBlock for class Common
-Warning on line 102 - Method "getDocNamespaces" has no method-level DocBlock.
-Warning on line 133 - Method "isQName" has no method-level DocBlock.
-Warning on line 139 - Method "urnToPhpName" has no method-level DocBlock.
-Warning on line 217 - Method "parseParamDocs" has no method-level DocBlock.
-Warning on line 232 - Method "parseReturnDocs" has no method-level DocBlock.
-Warning on line 251 - Method "getNsCode" has no method-level DocBlock.
-Warning on line 338 - Method "phpTypeToSoap" has no method-level DocBlock.
- -

IWsdl.php

-

Warnings:


-Warning on line 9 - no @package tag was used in a DocBlock for interface IWsdl
-Warning on line 10 - Method "prepare" has no method-level DocBlock.
-Warning on line 11 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/wsdl/IWsdl.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

legko.php

-

Warnings:


-Warning on line 12 - Class "LegkoTool" has no Class-level DocBlock.
-Warning on line 12 - no @package tag was used in a DocBlock for class LegkoTool
-Warning on line 40 - Method "__construct" has no method-level DocBlock.
-Warning on line 62 - Method "showHelp" has no method-level DocBlock.
-Warning on line 83 - Method "compileSchema" has no method-level DocBlock.
-Warning on line 87 - Method "println" has no method-level DocBlock.
-Warning on line 117 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/tools/legko.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

LegkoXML.php

-

Warnings:


-Warning on line 5 - no @package tag was used in a DocBlock for class LegkoXML
-Warning on line 5 - Class "LegkoXML" has no Class-level DocBlock.
-Warning on line 22 - Method "__construct" has no method-level DocBlock.
-Warning on line 27 - Method "compileSchema" has no method-level DocBlock.
-Warning on line 31 - Method "generateWsdl" has no method-level DocBlock.
-Warning on line 40 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/LegkoXML.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

NullLogger.php

-

Warnings:


-Warning on line 3 - no @package tag was used in a DocBlock for class NullLogger
-Warning on line 3 - Class "NullLogger" has no Class-level DocBlock.
-Warning on line 7 - Method "__call" has no method-level DocBlock.
-Warning on line 9 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/NullLogger.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Php2Xml.php

-

Warnings:


-Warning on line 27 - no @package tag was used in a DocBlock for class Php2Xml
-Warning on line 59 - Method "__construct" has no method-level DocBlock.
-Warning on line 91 - Method "getXml" has no method-level DocBlock.
-Warning on line 131 - Method "parseClass" has no method-level DocBlock.
-Warning on line 140 - Method "buildXml" has no method-level DocBlock.
-Warning on line 171 - Method "addProperty" has no method-level DocBlock.
-Warning on line 249 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/Php2Xml.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

PHPClass.php

-

Warnings:


-Warning on line 27 - no @package tag was used in a DocBlock for class PHPClass
-Warning on line 168 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/PHPClass.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

SoapServer.php

-

Warnings:


-Warning on line 37 - no @package tag was used in a DocBlock for class SoapServer
-Warning on line 65 - Method "SoapServer" has no method-level DocBlock.
-Warning on line 83 - Method "unmarshalRoot" has no method-level DocBlock.
-Warning on line 91 - Method "marshalRoot" has no method-level DocBlock.
-Warning on line 140 - Method "getXSDTypes" has no method-level DocBlock.
-Warning on line 187 - Method "parseNode" has no method-level DocBlock.
-Warning on line 199 - Method "parseElementNode" has no method-level DocBlock.
-Warning on line 221 - Method "parseElementNameNode" has no method-level DocBlock.
-Warning on line 231 - Method "parseElementRefNode" has no method-level DocBlock.
-Warning on line 242 - Method "parseComplexTypeNode" has no method-level DocBlock.
-Warning on line 250 - Method "parseComplexTypeName" has no method-level DocBlock.
-Warning on line 258 - Method "parseComplexTypeNoName" has no method-level DocBlock.
-Warning on line 264 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/SoapServer.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Wsdl.php

-

Warnings:


-Warning on line 14 - no @package tag was used in a DocBlock for class Wsdl
-Warning on line 14 - Class "Wsdl" has no Class-level DocBlock.
-Warning on line 472 - Method "getNamespaceName" has no method-level DocBlock.
-Warning on line 477 - Method "namespaceToUrn" has no method-level DocBlock.
-Warning on line 928 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/Wsdl.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

WsdlFactory.php

-

Warnings:


-Warning on line 6 - Class "WsdlFactory" has no Class-level DocBlock.
-Warning on line 6 - no @package tag was used in a DocBlock for class WsdlFactory
-Warning on line 25 - Method "__construct" has no method-level DocBlock.
-Warning on line 48 - Method "getImplementation" has no method-level DocBlock.
-Warning on line 81 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/wsdl/WsdlFactory.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Wsdl_1_1.php

-

Warnings:


-Warning on line 6 - no @package tag was used in a DocBlock for class Wsdl_1_1
-Warning on line 6 - Class "Wsdl_1_1" has no Class-level DocBlock.
-Warning on line 361 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/wsdl/Wsdl_1_1.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Wsdl_2_0.php

-

Warnings:


-Warning on line 6 - Class "Wsdl_2_0" has no Class-level DocBlock.
-Warning on line 6 - no @package tag was used in a DocBlock for class Wsdl_2_0
-Warning on line 22 - Method "prepare" has no method-level DocBlock.
-Warning on line 23 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/wsdl/Wsdl_2_0.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Xsd2Php.php

-

Warnings:


-Warning on line 30 - no @package tag was used in a DocBlock for class Xsd2Php
-Warning on line 154 - Method "getTargetNS" has no method-level DocBlock.
-Warning on line 339 - Method "loadIncludes" has no method-level DocBlock.
-Warning on line 665 - File "/Users/mikebevz/Documents/workspace/legkoxml/src/com/mikebevz/xsd2php/Xsd2Php.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
- Documentation generated on Tue, 01 Feb 2011 22:29:30 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/index.html b/src/XSD2PHP/docs/index.html deleted file mode 100644 index d2d66585..00000000 --- a/src/XSD2PHP/docs/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - -LegkoXML documentation - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

LegkoXML documentation

-Welcome to default!
-
-This documentation was generated by phpDocumentor v1.4.3
-
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/li_default.html b/src/XSD2PHP/docs/li_default.html deleted file mode 100644 index d2d66585..00000000 --- a/src/XSD2PHP/docs/li_default.html +++ /dev/null @@ -1,111 +0,0 @@ - - -LegkoXML documentation - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

LegkoXML documentation

-Welcome to default!
-
-This documentation was generated by phpDocumentor v1.4.3
-
-
- Documentation generated on Tue, 01 Feb 2011 22:29:28 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/media/background.png b/src/XSD2PHP/docs/media/background.png deleted file mode 100644 index 0db17b5fa58b369f5283e10c484166b30ef17f1a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 237 zcmeAS@N?&q;$mQ6;Pv!y2?Ek5fmnot8AuB3czFy+X_vT0lsFfqCYEI8=P86_=B6@~ z=PMYQE9B*uDHs_T7%3Qe!-ttOXD&6Ze*hFQ z@pN$vskrs_(m_rJ2M%V(xBFjeADmv%GLvi5gjE8ywho>Joc~W&P8XW-bdNXZnWB43 bTU_~z9T<28CUKhr^)q<7`njxgN@xNA{gg)) diff --git a/src/XSD2PHP/docs/media/banner.css b/src/XSD2PHP/docs/media/banner.css deleted file mode 100644 index ba1a7ba5..00000000 --- a/src/XSD2PHP/docs/media/banner.css +++ /dev/null @@ -1,32 +0,0 @@ -body -{ - background-color: #DDDDDD; - margin: 0px; - padding: 0px; -} - -/* Banner (top bar) classes */ - -.banner { } - -.banner-menu -{ - clear: both; - padding: .5em; - border-top: 2px solid #999999; -} - -.banner-title -{ - text-align: right; - font-size: 20pt; - font-weight: bold; - margin: .2em; -} - -.package-selector -{ - background-color: #CCCCCC; - border: 1px solid black; - color: blue; -} diff --git a/src/XSD2PHP/docs/media/bg_left.png b/src/XSD2PHP/docs/media/bg_left.png deleted file mode 100644 index 6afef2828a7b08ce562cd114fb27eb111e58cd6a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmeAS@N?&q;$mQ6;Pv!y2?EmBfS84e8A$e5Yt95x%*9TgAsieWw;%dH0CG74d_r8G zK7IQC|Nr;z-(ONnG6xA3ctjR6FmQbUVMeDlCNqG73MH-)CBgY=CFO}lsSLh}$wm3O zsVSL>3T~N2spa`a*~JRJ5xXa9sQ}fAd%8G=RLn`{P-SN^Sfj+Qlb|3xAzhkb^4!S2 U$Q^5U0hKU#y85}Sb4q9e08CFdumAu6 diff --git a/src/XSD2PHP/docs/media/empty.png b/src/XSD2PHP/docs/media/empty.png deleted file mode 100644 index 025927ffbd6d2ee65b2d61b3b604fefbd796845e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 205 zcmeAS@N?&q;$mQ6;Pv!y2?ElLAk4uGBsET(>;_WWC9V-A&PAz-C7Jno3L%-fsSM@$ z3P$D%dHH1uMg|5(3WjD@hUQkr#tPa7h6V=yg*O|3+Sp4xeO=ivaZB?HYF6Im@&XER z7I;J!Gca%qfiUBxyLEqnf-LEdzK#qG8~eHcB(ehe%mF?juK)l4Uw%aT1dz*E666=m n;PC858j!=~>EaktaVt3i$Yx?-e5!sAWCDYytDnm{r-UW|B5E{~ diff --git a/src/XSD2PHP/docs/media/style.css b/src/XSD2PHP/docs/media/style.css deleted file mode 100644 index bc65d896..00000000 --- a/src/XSD2PHP/docs/media/style.css +++ /dev/null @@ -1,195 +0,0 @@ -.php { - padding: 1em; -} -.php-src { font-family: 'Courier New', Courier, monospace; font-weight: normal; } - -body -{ - color: #000000; - background-color: #ffffff; - background-image: url("background.png"); - background-repeat: repeat-y; - font-family: tahoma, verdana, arial, sans-serif; - font-size: 10pt; - margin: 0; - padding: 0; -} - -a -{ - color: #000099; - background-color: transparent; - text-decoration: none; -} - -a:hover -{ - text-decoration: underline; -} - -a.menu -{ - color: #ffffff; - background-color: transparent; -} - -td -{ - font-size: 10pt; -} - -td.header_top -{ - color: #ffffff; - background-color: #9999cc; - font-size: 16pt; - font-weight: bold; - text-align: right; - padding: 10px; -} - -td.header_line -{ - color: #ffffff; - background-color: #333366; -} - -td.header_menu -{ - color: #ffffff; - background-color: #666699; - font-size: 8pt; - text-align: right; - padding: 2px; - padding-right: 5px; -} - -td.menu -{ - padding: 2px; - padding-left: 5px; -} - -td.code_border -{ - color: #000000; - background-color: #c0c0c0; -} - -td.code -{ - color: #000000; - background-color: #f0f0f0; -} - -td.type -{ - font-style: italic; -} - -div.credit -{ - font-size: 8pt; - text-align: center; -} - -div.package -{ - padding-left: 5px; -} - -div.tags -{ - padding-left: 15px; -} - -div.function -{ - padding-left: 15px; -} - -div.top -{ - font-size: 8pt; -} - -div.warning -{ - color: #ff0000; - background-color: transparent; -} - -div.description -{ - padding-left: 15px; -} - -hr -{ - height: 1px; - border-style: solid; - border-color: #c0c0c0; - margin-top: 10px; - margin-bottom: 10px; -} - -span.smalllinenumber -{ - font-size: 8pt; -} - -ul { - margin-left: 0px; - padding-left: 8px; -} -/* Syntax highlighting */ - -.src-code { background-color: #f5f5f5; border: 1px solid #ccc9a4; padding: 0 0 0 1em; margin : 0px; - font-family: 'Courier New', Courier, monospace; font-weight: normal; } -.src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; } - -.src-comm { color: green; } -.src-id { } -.src-inc { color: #0000FF; } -.src-key { color: #0000FF; } -.src-num { color: #CC0000; } -.src-str { color: #66cccc; } -.src-sym { font-weight: bold; } -.src-var { } - -.src-php { font-weight: bold; } - -.src-doc { color: #009999 } -.src-doc-close-template { color: #0000FF } -.src-doc-coretag { color: #0099FF; font-weight: bold } -.src-doc-inlinetag { color: #0099FF } -.src-doc-internal { color: #6699cc } -.src-doc-tag { color: #0080CC } -.src-doc-template { color: #0000FF } -.src-doc-type { font-style: italic } -.src-doc-var { font-style: italic } - -.tute-tag { color: #009999 } -.tute-attribute-name { color: #0000FF } -.tute-attribute-value { color: #0099FF } -.tute-entity { font-weight: bold; } -.tute-comment { font-style: italic } -.tute-inline-tag { color: #636311; font-weight: bold } - -/* tutorial */ - -.authors { } -.author { font-style: italic; font-weight: bold } -.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal } -.example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; } -.listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; } -.release-info { font-size: 85%; font-style: italic; margin: 1em 0em } -.ref-title-box { } -.ref-title { } -.ref-purpose { font-style: italic; color: #666666 } -.ref-synopsis { } -.title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #999999; background-color: #9999CC } -.cmd-synopsis { margin: 1em 0em } -.cmd-title { font-weight: bold } -.toc { margin-left: 2em; padding-left: 0em } - diff --git a/src/XSD2PHP/docs/media/stylesheet.css b/src/XSD2PHP/docs/media/stylesheet.css deleted file mode 100644 index 051586b3..00000000 --- a/src/XSD2PHP/docs/media/stylesheet.css +++ /dev/null @@ -1,142 +0,0 @@ -a { color: #0000FF; text-decoration: none; } -a:hover { color: #FF0000; text-decoration: underline; } -a:active { color: #FF0000; text-decoration: underline; } - -body { background-color: #EEEEEE; font-family: Verdana, Arial, sans-serif } -body, table { font-size: 10pt } -a img { border: 0px; } -dd { margin-left: 0px; padding-left: 1em; } - -/* Page layout/boxes */ - -.info-box {} -.info-box-title { margin: 1em 0em 0em 0em; padding: .25em; font-weight: normal; font-size: 14pt; border: 2px solid #999999; background-color: #DDDDDD } -.info-box-body { border: 1px solid #999999; padding: .5em; background-color: #F8F8F8; } -.nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; } - -.oddrow { background-color: #DDDDDD; border: 1px solid #999999; padding: .5em; margin-bottom: 1em} -.evenrow { background-color: #DDDDDD; border: 1px solid #999999; padding: .5em; margin-bottom: 1em} - -.page-body { max-width: 800px; margin: auto; } -.tree dl { margin: 0px } - -/* Index formatting classes */ - -.index-item-body { margin-top: .5em; margin-bottom: .5em} -.index-item-description { margin-top: .25em } -.index-item-details { font-weight: normal; font-style: italic; font-size: 8pt } -.index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em} -.index-letter-title { font-size: 12pt; font-weight: bold } -.index-letter-menu { text-align: center; margin: 1em } -.index-letter { font-size: 12pt } - -/* Docbook classes */ - -.description {} -.short-description { font-weight: bold; color: #666666; } -.tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; } -.parameters { padding-left: 0em; margin-left: 3em; font-style: italic; list-style-type: square; } -.redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; } -.package { } -.package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black } -.package-details { font-size: 85%; } -.sub-package { font-weight: bold; font-size: 120% } -.tutorial { border-width: thin; border-color: #0066ff } -.tutorial-nav-box { width: 100%; border: 2px solid #999999; background-color: #DDDDDD } -.nav-button-disabled { color: #999999; } -.nav-button:active, -.nav-button:focus, -.nav-button:hover { background-color: #AAAAAA; outline: 1px solid #666666; text-decoration: none } -.folder-title { font-style: italic } - -/* Generic formatting */ - -.field { font-weight: bold; } -.detail { font-size: 8pt; } -.notes { font-style: italic; font-size: 8pt; } -.separator { background-color: #999999; height: 2px; } -.warning { color: #FF6600; } -.disabled { font-style: italic; color: #999999; } - -/* Code elements */ - -.line-number { } - -.class-table { width: 100%; } -.class-table-header { border-bottom: 1px dotted #666666; text-align: left} -.class-name { color: #000000; font-weight: bold; } - -.method-summary { padding-left: 1em; font-size: 8pt } -.method-header { } -.method-definition { margin-bottom: .3em } -.method-title { font-weight: bold; } -.method-name { font-weight: bold; } -.method-signature { font-size: 85%; color: #0066BB; margin: .5em 0em } -.method-result { font-style: italic; } - -.var-summary { padding-left: 1em; font-size: 8pt; } -.var-header { } -.var-title { margin-bottom: .3em } -.var-type { color: red; font-weight: bold } -.var-name { font-weight: bold; } -.var-default {} -.var-description { font-weight: normal; color: #000000; } - -.include-title { } -.include-type { font-style: italic; } -.include-name { font-weight: bold; } - -.const-title { } -.const-name { font-weight: bold; } - -/* Syntax highlighting */ - -.src-code { border: 1px solid #336699; padding: 1em; background-color: #EEEEEE; - font-family: 'Courier New', Courier, monospace; font-weight: normal; } -.src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; } - -.src-comm { color: #666666; } -.src-id { } -.src-inc { color: #0000FF; } -.src-key { color: #0000FF; } -.src-num { color: #CC0000; } -.src-str { color: #66cccc; } -.src-sym { font-weight: bold; } -.src-var { } - -.src-php { font-weight: bold; } - -.src-doc { color: #009999 } -.src-doc-close-template { color: #0000FF } -.src-doc-coretag { color: #0099FF; font-weight: bold } -.src-doc-inlinetag { color: #0099FF } -.src-doc-internal { color: #6699cc } -.src-doc-tag { color: #0080CC } -.src-doc-template { color: #0000FF } -.src-doc-type { font-style: italic } -.src-doc-var { font-style: italic } - -.tute-tag { color: #009999 } -.tute-attribute-name { color: #0000FF } -.tute-attribute-value { color: #0099FF } -.tute-entity { font-weight: bold; } -.tute-comment { font-style: italic } -.tute-inline-tag { color: #636311; font-weight: bold } - -/* tutorial */ - -.authors { } -.author { font-style: italic; font-weight: bold } -.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal } -.example { background-color: #DDDDDD; border: 1px solid #999999; padding: .5em; } -.listing { background-color: #DDDDDD; border: 1px solid #999999; padding: .5em; white-space: nowrap; } -.release-info { font-size: 85%; font-style: italic; margin: 1em 0em } -.ref-title-box { } -.ref-title { } -.ref-purpose { font-style: italic; color: #666666 } -.ref-synopsis { } -.title { font-weight: bold; border-bottom: 1px solid #888888; color: #888888; } -.cmd-synopsis { margin: 1em 0em } -.cmd-title { font-weight: bold } -.toc { margin-left: 2em; padding-left: 0em } - diff --git a/src/XSD2PHP/docs/packages.html b/src/XSD2PHP/docs/packages.html deleted file mode 100644 index e1d55559..00000000 --- a/src/XSD2PHP/docs/packages.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/docs/todolist.html b/src/XSD2PHP/docs/todolist.html deleted file mode 100644 index 63f97eeb..00000000 --- a/src/XSD2PHP/docs/todolist.html +++ /dev/null @@ -1,66 +0,0 @@ - - -Todo List - - - - - - - - - - - - - -
default
- - - [ class tree: default ] - [ index: default ] - [ all elements ] -
- - - - - - -
-
- -

Todo List

-

default

-

Wsdl::$wsdl

-
    -
  • consider replace this class - it's not that useful
  • -
-

Wsdl::addType()

-
    -
  • Check this method
  • -
-

SoapServer

-
    -
  • Limited support of XML Schema constructions, working example as follows <xsd:complexType name="updateContactCompanyType"> <xsd:sequence> <xsd:element ref="ns1:ContactCompany" /> </xsd:sequence> </xsd:complexType> <xsd:element name="updateContactCompany" type="tns:updateContactCompanyType" />
  • -
  • Multiple parameters to service methods are not supported
  • -
  • Refactor type extracting algorithm
  • -
-
-
- Documentation generated on Tue, 01 Feb 2011 22:29:30 +0100 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt.php deleted file mode 100644 index 88ecfde9..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt.php +++ /dev/null @@ -1,966 +0,0 @@ - self::MODE_ZEND, - self::CONFIG_DASHDASH => true, - self::CONFIG_IGNORECASE => false, - self::CONFIG_PARSEALL => true, - ); - - /** - * Stores the command-line arguments for the calling applicaion. - * - * @var array - */ - protected $_argv = array(); - - /** - * Stores the name of the calling applicaion. - * - * @var string - */ - protected $_progname = ''; - - /** - * Stores the list of legal options for this application. - * - * @var array - */ - protected $_rules = array(); - - /** - * Stores alternate spellings of legal options. - * - * @var array - */ - protected $_ruleMap = array(); - - /** - * Stores options given by the user in the current invocation - * of the application, as well as parameters given in options. - * - * @var array - */ - protected $_options = array(); - - /** - * Stores the command-line arguments other than options. - * - * @var array - */ - protected $_remainingArgs = array(); - - /** - * State of the options: parsed or not yet parsed? - * - * @var boolean - */ - protected $_parsed = false; - - /** - * The constructor takes one to three parameters. - * - * The first parameter is $rules, which may be a string for - * gnu-style format, or a structured array for Zend-style format. - * - * The second parameter is $argv, and it is optional. If not - * specified, $argv is inferred from the global argv. - * - * The third parameter is an array of configuration parameters - * to control the behavior of this instance of Getopt; it is optional. - * - * @param array $rules - * @param array $argv - * @param array $getoptConfig - * @return void - */ - public function __construct($rules, $argv = null, $getoptConfig = array()) - { - if (!isset($_SERVER['argv'])) { - require_once 'Zend/Console/Getopt/Exception.php'; - if (ini_get('register_argc_argv') == false) { - throw new Zend_Console_Getopt_Exception( - "argv is not available, because ini option 'register_argc_argv' is set Off" - ); - } else { - throw new Zend_Console_Getopt_Exception( - '$_SERVER["argv"] is not set, but Zend_Console_Getopt cannot work without this information.' - ); - } - } - - $this->_progname = $_SERVER['argv'][0]; - $this->setOptions($getoptConfig); - $this->addRules($rules); - if (!is_array($argv)) { - $argv = array_slice($_SERVER['argv'], 1); - } - if (isset($argv)) { - $this->addArguments((array)$argv); - } - } - - /** - * Return the state of the option seen on the command line of the - * current application invocation. This function returns true, or the - * parameter to the option, if any. If the option was not given, - * this function returns null. - * - * The magic __get method works in the context of naming the option - * as a virtual member of this class. - * - * @param string $key - * @return string - */ - public function __get($key) - { - return $this->getOption($key); - } - - /** - * Test whether a given option has been seen. - * - * @param string $key - * @return boolean - */ - public function __isset($key) - { - $this->parse(); - if (isset($this->_ruleMap[$key])) { - $key = $this->_ruleMap[$key]; - return isset($this->_options[$key]); - } - return false; - } - - /** - * Set the value for a given option. - * - * @param string $key - * @param string $value - * @return void - */ - public function __set($key, $value) - { - $this->parse(); - if (isset($this->_ruleMap[$key])) { - $key = $this->_ruleMap[$key]; - $this->_options[$key] = $value; - } - } - - /** - * Return the current set of options and parameters seen as a string. - * - * @return string - */ - public function __toString() - { - return $this->toString(); - } - - /** - * Unset an option. - * - * @param string $key - * @return void - */ - public function __unset($key) - { - $this->parse(); - if (isset($this->_ruleMap[$key])) { - $key = $this->_ruleMap[$key]; - unset($this->_options[$key]); - } - } - - /** - * Define additional command-line arguments. - * These are appended to those defined when the constructor was called. - * - * @param array $argv - * @throws Zend_Console_Getopt_Exception When not given an array as parameter - * @return Zend_Console_Getopt Provides a fluent interface - */ - public function addArguments($argv) - { - if (!is_array($argv)) { - require_once 'Zend/Console/Getopt/Exception.php'; - throw new Zend_Console_Getopt_Exception( - "Parameter #1 to addArguments should be an array"); - } - $this->_argv = array_merge($this->_argv, $argv); - $this->_parsed = false; - return $this; - } - - /** - * Define full set of command-line arguments. - * These replace any currently defined. - * - * @param array $argv - * @throws Zend_Console_Getopt_Exception When not given an array as parameter - * @return Zend_Console_Getopt Provides a fluent interface - */ - public function setArguments($argv) - { - if (!is_array($argv)) { - require_once 'Zend/Console/Getopt/Exception.php'; - throw new Zend_Console_Getopt_Exception( - "Parameter #1 to setArguments should be an array"); - } - $this->_argv = $argv; - $this->_parsed = false; - return $this; - } - - /** - * Define multiple configuration options from an associative array. - * These are not program options, but properties to configure - * the behavior of Zend_Console_Getopt. - * - * @param array $getoptConfig - * @return Zend_Console_Getopt Provides a fluent interface - */ - public function setOptions($getoptConfig) - { - if (isset($getoptConfig)) { - foreach ($getoptConfig as $key => $value) { - $this->setOption($key, $value); - } - } - return $this; - } - - /** - * Define one configuration option as a key/value pair. - * These are not program options, but properties to configure - * the behavior of Zend_Console_Getopt. - * - * @param string $configKey - * @param string $configValue - * @return Zend_Console_Getopt Provides a fluent interface - */ - public function setOption($configKey, $configValue) - { - if ($configKey !== null) { - $this->_getoptConfig[$configKey] = $configValue; - } - return $this; - } - - /** - * Define additional option rules. - * These are appended to the rules defined when the constructor was called. - * - * @param array $rules - * @return Zend_Console_Getopt Provides a fluent interface - */ - public function addRules($rules) - { - $ruleMode = $this->_getoptConfig['ruleMode']; - switch ($this->_getoptConfig['ruleMode']) { - case self::MODE_ZEND: - if (is_array($rules)) { - $this->_addRulesModeZend($rules); - break; - } - // intentional fallthrough - case self::MODE_GNU: - $this->_addRulesModeGnu($rules); - break; - default: - /** - * Call addRulesModeFoo() for ruleMode 'foo'. - * The developer should subclass Getopt and - * provide this method. - */ - $method = '_addRulesMode' . ucfirst($ruleMode); - $this->$method($rules); - } - $this->_parsed = false; - return $this; - } - - /** - * Return the current set of options and parameters seen as a string. - * - * @return string - */ - public function toString() - { - $this->parse(); - $s = array(); - foreach ($this->_options as $flag => $value) { - $s[] = $flag . '=' . ($value === true ? 'true' : $value); - } - return implode(' ', $s); - } - - /** - * Return the current set of options and parameters seen - * as an array of canonical options and parameters. - * - * Clusters have been expanded, and option aliases - * have been mapped to their primary option names. - * - * @return array - */ - public function toArray() - { - $this->parse(); - $s = array(); - foreach ($this->_options as $flag => $value) { - $s[] = $flag; - if ($value !== true) { - $s[] = $value; - } - } - return $s; - } - - /** - * Return the current set of options and parameters seen in Json format. - * - * @return string - */ - public function toJson() - { - $this->parse(); - $j = array(); - foreach ($this->_options as $flag => $value) { - $j['options'][] = array( - 'option' => array( - 'flag' => $flag, - 'parameter' => $value - ) - ); - } - - /** - * @see Zend_Json - */ - require_once 'Zend/Json.php'; - $json = Zend_Json::encode($j); - - return $json; - } - - /** - * Return the current set of options and parameters seen in XML format. - * - * @return string - */ - public function toXml() - { - $this->parse(); - $doc = new DomDocument('1.0', 'utf-8'); - $optionsNode = $doc->createElement('options'); - $doc->appendChild($optionsNode); - foreach ($this->_options as $flag => $value) { - $optionNode = $doc->createElement('option'); - $optionNode->setAttribute('flag', utf8_encode($flag)); - if ($value !== true) { - $optionNode->setAttribute('parameter', utf8_encode($value)); - } - $optionsNode->appendChild($optionNode); - } - $xml = $doc->saveXML(); - return $xml; - } - - /** - * Return a list of options that have been seen in the current argv. - * - * @return array - */ - public function getOptions() - { - $this->parse(); - return array_keys($this->_options); - } - - /** - * Return the state of the option seen on the command line of the - * current application invocation. - * - * This function returns true, or the parameter value to the option, if any. - * If the option was not given, this function returns false. - * - * @param string $flag - * @return mixed - */ - public function getOption($flag) - { - $this->parse(); - if ($this->_getoptConfig[self::CONFIG_IGNORECASE]) { - $flag = strtolower($flag); - } - if (isset($this->_ruleMap[$flag])) { - $flag = $this->_ruleMap[$flag]; - if (isset($this->_options[$flag])) { - return $this->_options[$flag]; - } - } - return null; - } - - /** - * Return the arguments from the command-line following all options found. - * - * @return array - */ - public function getRemainingArgs() - { - $this->parse(); - return $this->_remainingArgs; - } - - /** - * Return a useful option reference, formatted for display in an - * error message. - * - * Note that this usage information is provided in most Exceptions - * generated by this class. - * - * @return string - */ - public function getUsageMessage() - { - $usage = "Usage: {$this->_progname} [ options ]\n"; - $maxLen = 20; - $lines = array(); - foreach ($this->_rules as $rule) { - $flags = array(); - if (is_array($rule['alias'])) { - foreach ($rule['alias'] as $flag) { - $flags[] = (strlen($flag) == 1 ? '-' : '--') . $flag; - } - } - $linepart['name'] = implode('|', $flags); - if (isset($rule['param']) && $rule['param'] != 'none') { - $linepart['name'] .= ' '; - switch ($rule['param']) { - case 'optional': - $linepart['name'] .= "[ <{$rule['paramType']}> ]"; - break; - case 'required': - $linepart['name'] .= "<{$rule['paramType']}>"; - break; - } - } - if (strlen($linepart['name']) > $maxLen) { - $maxLen = strlen($linepart['name']); - } - $linepart['help'] = ''; - if (isset($rule['help'])) { - $linepart['help'] .= $rule['help']; - } - $lines[] = $linepart; - } - foreach ($lines as $linepart) { - $usage .= sprintf("%s %s\n", - str_pad($linepart['name'], $maxLen), - $linepart['help']); - } - return $usage; - } - - /** - * Define aliases for options. - * - * The parameter $aliasMap is an associative array - * mapping option name (short or long) to an alias. - * - * @param array $aliasMap - * @throws Zend_Console_Getopt_Exception - * @return Zend_Console_Getopt Provides a fluent interface - */ - public function setAliases($aliasMap) - { - foreach ($aliasMap as $flag => $alias) { - if ($this->_getoptConfig[self::CONFIG_IGNORECASE]) { - $flag = strtolower($flag); - $alias = strtolower($alias); - } - if (!isset($this->_ruleMap[$flag])) { - continue; - } - $flag = $this->_ruleMap[$flag]; - if (isset($this->_rules[$alias]) || isset($this->_ruleMap[$alias])) { - $o = (strlen($alias) == 1 ? '-' : '--') . $alias; - require_once 'Zend/Console/Getopt/Exception.php'; - throw new Zend_Console_Getopt_Exception( - "Option \"$o\" is being defined more than once."); - } - $this->_rules[$flag]['alias'][] = $alias; - $this->_ruleMap[$alias] = $flag; - } - return $this; - } - - /** - * Define help messages for options. - * - * The parameter $help_map is an associative array - * mapping option name (short or long) to the help string. - * - * @param array $helpMap - * @return Zend_Console_Getopt Provides a fluent interface - */ - public function setHelp($helpMap) - { - foreach ($helpMap as $flag => $help) { - if (!isset($this->_ruleMap[$flag])) { - continue; - } - $flag = $this->_ruleMap[$flag]; - $this->_rules[$flag]['help'] = $help; - } - return $this; - } - - /** - * Parse command-line arguments and find both long and short - * options. - * - * Also find option parameters, and remaining arguments after - * all options have been parsed. - * - * @return Zend_Console_Getopt|null Provides a fluent interface - */ - public function parse() - { - if ($this->_parsed === true) { - return; - } - $argv = $this->_argv; - $this->_options = array(); - $this->_remainingArgs = array(); - while (count($argv) > 0) { - if ($argv[0] == '--') { - array_shift($argv); - if ($this->_getoptConfig[self::CONFIG_DASHDASH]) { - $this->_remainingArgs = array_merge($this->_remainingArgs, $argv); - break; - } - } - if (substr($argv[0], 0, 2) == '--') { - $this->_parseLongOption($argv); - } elseif (substr($argv[0], 0, 1) == '-' && ('-' != $argv[0] || count($argv) >1)) { - $this->_parseShortOptionCluster($argv); - } elseif ($this->_getoptConfig[self::CONFIG_PARSEALL]) { - $this->_remainingArgs[] = array_shift($argv); - } else { - /* - * We should put all other arguments in _remainingArgs and stop parsing - * since CONFIG_PARSEALL is false. - */ - $this->_remainingArgs = array_merge($this->_remainingArgs, $argv); - break; - } - } - $this->_parsed = true; - return $this; - } - - /** - * Parse command-line arguments for a single long option. - * A long option is preceded by a double '--' character. - * Long options may not be clustered. - * - * @param mixed &$argv - * @return void - */ - protected function _parseLongOption(&$argv) - { - $optionWithParam = ltrim(array_shift($argv), '-'); - $l = explode('=', $optionWithParam, 2); - $flag = array_shift($l); - $param = array_shift($l); - if (isset($param)) { - array_unshift($argv, $param); - } - $this->_parseSingleOption($flag, $argv); - } - - /** - * Parse command-line arguments for short options. - * Short options are those preceded by a single '-' character. - * Short options may be clustered. - * - * @param mixed &$argv - * @return void - */ - protected function _parseShortOptionCluster(&$argv) - { - $flagCluster = ltrim(array_shift($argv), '-'); - foreach (str_split($flagCluster) as $flag) { - $this->_parseSingleOption($flag, $argv); - } - } - - /** - * Parse command-line arguments for a single option. - * - * @param string $flag - * @param mixed $argv - * @throws Zend_Console_Getopt_Exception - * @return void - */ - protected function _parseSingleOption($flag, &$argv) - { - if ($this->_getoptConfig[self::CONFIG_IGNORECASE]) { - $flag = strtolower($flag); - } - if (!isset($this->_ruleMap[$flag])) { - require_once 'Zend/Console/Getopt/Exception.php'; - throw new Zend_Console_Getopt_Exception( - "Option \"$flag\" is not recognized.", - $this->getUsageMessage()); - } - $realFlag = $this->_ruleMap[$flag]; - switch ($this->_rules[$realFlag]['param']) { - case 'required': - if (count($argv) > 0) { - $param = array_shift($argv); - $this->_checkParameterType($realFlag, $param); - } else { - require_once 'Zend/Console/Getopt/Exception.php'; - throw new Zend_Console_Getopt_Exception( - "Option \"$flag\" requires a parameter.", - $this->getUsageMessage()); - } - break; - case 'optional': - if (count($argv) > 0 && substr($argv[0], 0, 1) != '-') { - $param = array_shift($argv); - $this->_checkParameterType($realFlag, $param); - } else { - $param = true; - } - break; - default: - $param = true; - } - $this->_options[$realFlag] = $param; - } - - /** - * Return true if the parameter is in a valid format for - * the option $flag. - * Throw an exception in most other cases. - * - * @param string $flag - * @param string $param - * @throws Zend_Console_Getopt_Exception - * @return bool - */ - protected function _checkParameterType($flag, $param) - { - $type = 'string'; - if (isset($this->_rules[$flag]['paramType'])) { - $type = $this->_rules[$flag]['paramType']; - } - switch ($type) { - case 'word': - if (preg_match('/\W/', $param)) { - require_once 'Zend/Console/Getopt/Exception.php'; - throw new Zend_Console_Getopt_Exception( - "Option \"$flag\" requires a single-word parameter, but was given \"$param\".", - $this->getUsageMessage()); - } - break; - case 'integer': - if (preg_match('/\D/', $param)) { - require_once 'Zend/Console/Getopt/Exception.php'; - throw new Zend_Console_Getopt_Exception( - "Option \"$flag\" requires an integer parameter, but was given \"$param\".", - $this->getUsageMessage()); - } - break; - case 'string': - default: - break; - } - return true; - } - - /** - * Define legal options using the gnu-style format. - * - * @param string $rules - * @return void - */ - protected function _addRulesModeGnu($rules) - { - $ruleArray = array(); - - /** - * Options may be single alphanumeric characters. - * Options may have a ':' which indicates a required string parameter. - * No long options or option aliases are supported in GNU style. - */ - preg_match_all('/([a-zA-Z0-9]:?)/', $rules, $ruleArray); - foreach ($ruleArray[1] as $rule) { - $r = array(); - $flag = substr($rule, 0, 1); - if ($this->_getoptConfig[self::CONFIG_IGNORECASE]) { - $flag = strtolower($flag); - } - $r['alias'][] = $flag; - if (substr($rule, 1, 1) == ':') { - $r['param'] = 'required'; - $r['paramType'] = 'string'; - } else { - $r['param'] = 'none'; - } - $this->_rules[$flag] = $r; - $this->_ruleMap[$flag] = $flag; - } - } - - /** - * Define legal options using the Zend-style format. - * - * @param array $rules - * @throws Zend_Console_Getopt_Exception - * @return void - */ - protected function _addRulesModeZend($rules) - { - foreach ($rules as $ruleCode => $helpMessage) { - // this may have to translate the long parm type if there - // are any complaints that =string will not work (even though that use - // case is not documented) - if (in_array(substr($ruleCode, -2, 1), array('-', '='))) { - $flagList = substr($ruleCode, 0, -2); - $delimiter = substr($ruleCode, -2, 1); - $paramType = substr($ruleCode, -1); - } else { - $flagList = $ruleCode; - $delimiter = $paramType = null; - } - if ($this->_getoptConfig[self::CONFIG_IGNORECASE]) { - $flagList = strtolower($flagList); - } - $flags = explode('|', $flagList); - $rule = array(); - $mainFlag = $flags[0]; - foreach ($flags as $flag) { - if (empty($flag)) { - require_once 'Zend/Console/Getopt/Exception.php'; - throw new Zend_Console_Getopt_Exception( - "Blank flag not allowed in rule \"$ruleCode\"."); - } - if (strlen($flag) == 1) { - if (isset($this->_ruleMap[$flag])) { - require_once 'Zend/Console/Getopt/Exception.php'; - throw new Zend_Console_Getopt_Exception( - "Option \"-$flag\" is being defined more than once."); - } - $this->_ruleMap[$flag] = $mainFlag; - $rule['alias'][] = $flag; - } else { - if (isset($this->_rules[$flag]) || isset($this->_ruleMap[$flag])) { - require_once 'Zend/Console/Getopt/Exception.php'; - throw new Zend_Console_Getopt_Exception( - "Option \"--$flag\" is being defined more than once."); - } - $this->_ruleMap[$flag] = $mainFlag; - $rule['alias'][] = $flag; - } - } - if (isset($delimiter)) { - switch ($delimiter) { - case self::PARAM_REQUIRED: - $rule['param'] = 'required'; - break; - case self::PARAM_OPTIONAL: - default: - $rule['param'] = 'optional'; - } - switch (substr($paramType, 0, 1)) { - case self::TYPE_WORD: - $rule['paramType'] = 'word'; - break; - case self::TYPE_INTEGER: - $rule['paramType'] = 'integer'; - break; - case self::TYPE_STRING: - default: - $rule['paramType'] = 'string'; - } - } else { - $rule['param'] = 'none'; - } - $rule['help'] = $helpMessage; - $this->_rules[$mainFlag] = $rule; - } - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt/Exception.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt/Exception.php deleted file mode 100644 index b323d1fa..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt/Exception.php +++ /dev/null @@ -1,66 +0,0 @@ -usage = $usage; - parent::__construct($message); - } - - /** - * Returns the usage - * - * @return string - */ - public function getUsageMessage() - { - return $this->usage; - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Exception.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Exception.php deleted file mode 100644 index c059ed47..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Exception.php +++ /dev/null @@ -1,95 +0,0 @@ -_previous = $previous; - } else { - parent::__construct($msg, (int) $code, $previous); - } - } - - /** - * Overloading - * - * For PHP < 5.3.0, provides access to the getPrevious() method. - * - * @param string $method - * @param array $args - * @return mixed - */ - public function __call($method, array $args) - { - if ('getprevious' == strtolower($method)) { - return $this->_getPrevious(); - } - return null; - } - - /** - * String representation of the exception - * - * @return string - */ - public function __toString() - { - if (version_compare(PHP_VERSION, '5.3.0', '<')) { - if (null !== ($e = $this->getPrevious())) { - return $e->__toString() - . "\n\nNext " - . parent::__toString(); - } - } - return parent::__toString(); - } - - /** - * Returns previous Exception - * - * @return Exception|null - */ - protected function _getPrevious() - { - return $this->_previous; - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover.php deleted file mode 100644 index 07709951..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover.php +++ /dev/null @@ -1,551 +0,0 @@ - 'encoded', 'encodingStyle' => "http://schemas.xmlsoap.org/soap/encoding/"); - - /** - * soap:operation style - * - * @var array - */ - protected $_bindingStyle = array('style' => 'rpc', 'transport' => 'http://schemas.xmlsoap.org/soap/http'); - - /** - * Constructor - * - * @param boolean|string|Zend_Soap_Wsdl_Strategy_Interface $strategy - * @param string|Zend_Uri $uri - */ - public function __construct($strategy = true, $uri=null) - { - $this->_reflection = new Zend_Server_Reflection(); - $this->setComplexTypeStrategy($strategy); - - if ($uri !== null) { - $this->setUri($uri); - } - } - - /** - * Set the location at which the WSDL file will be availabe. - * - * @see Zend_Soap_Exception - * @throws Zend_Soap_AutoDiscover_Exception - * @param Zend_Uri|string $uri - * @return Zend_Soap_AutoDiscover - */ - public function setUri($uri) - { - if (!is_string($uri) && !($uri instanceof Zend_Uri)) { - require_once "Zend/Soap/AutoDiscover/Exception.php"; - throw new Zend_Soap_AutoDiscover_Exception("No uri given to Zend_Soap_AutoDiscover::setUri as string or Zend_Uri instance."); - } - $this->_uri = $uri; - - // change uri in WSDL file also if existant - if ($this->_wsdl instanceof Zend_Soap_Wsdl) { - $this->_wsdl->setUri($uri); - } - - return $this; - } - - /** - * Return the current Uri that the SOAP WSDL Service will be located at. - * - * @return Zend_Uri - */ - public function getUri() - { - if ($this->_uri !== null) { - $uri = $this->_uri; - } else { - $schema = $this->getSchema(); - $host = $this->getHostName(); - $scriptName = $this->getRequestUriWithoutParameters(); - $uri = Zend_Uri::factory($schema . '://' . $host . $scriptName); - $this->setUri($uri); - } - return $uri; - } - - /** - * Set options for all the binding operations soap:body elements. - * - * By default the options are set to 'use' => 'encoded' and - * 'encodingStyle' => "http://schemas.xmlsoap.org/soap/encoding/". - * - * @see Zend_Soap_AutoDiscover_Exception - * @param array $operationStyle - * @return Zend_Soap_AutoDiscover - */ - public function setOperationBodyStyle(array $operationStyle=array()) - { - if (!isset($operationStyle['use'])) { - require_once "Zend/Soap/AutoDiscover/Exception.php"; - throw new Zend_Soap_AutoDiscover_Exception("Key 'use' is required in Operation soap:body style."); - } - $this->_operationBodyStyle = $operationStyle; - return $this; - } - - /** - * Set Binding soap:binding style. - * - * By default 'style' is 'rpc' and 'transport' is 'http://schemas.xmlsoap.org/soap/http'. - * - * @param array $bindingStyle - * @return Zend_Soap_AutoDiscover - */ - public function setBindingStyle(array $bindingStyle=array()) - { - if (isset($bindingStyle['style'])) { - $this->_bindingStyle['style'] = $bindingStyle['style']; - } - if (isset($bindingStyle['transport'])) { - $this->_bindingStyle['transport'] = $bindingStyle['transport']; - } - return $this; - } - - /** - * Detect and returns the current HTTP/HTTPS Schema - * - * @return string - */ - protected function getSchema() - { - $schema = "http"; - if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') { - $schema = 'https'; - } - return $schema; - } - - /** - * Detect and return the current hostname - * - * @return string - */ - protected function getHostName() - { - if (isset($_SERVER['HTTP_HOST'])) { - $host = $_SERVER['HTTP_HOST']; - } else { - $host = $_SERVER['SERVER_NAME']; - } - return $host; - } - - /** - * Detect and return the current script name without parameters - * - * @return string - */ - protected function getRequestUriWithoutParameters() - { - if (isset($_SERVER['HTTP_X_REWRITE_URL'])) { // check this first so IIS will catch - $requestUri = $_SERVER['HTTP_X_REWRITE_URL']; - } elseif (isset($_SERVER['REQUEST_URI'])) { - $requestUri = $_SERVER['REQUEST_URI']; - } elseif (isset($_SERVER['ORIG_PATH_INFO'])) { // IIS 5.0, PHP as CGI - $requestUri = $_SERVER['ORIG_PATH_INFO']; - } else { - $requestUri = $_SERVER['SCRIPT_NAME']; - } - if (($pos = strpos($requestUri, "?")) !== false) { - $requestUri = substr($requestUri, 0, $pos); - } - - return $requestUri; - } - - /** - * Set the strategy that handles functions and classes that are added AFTER this call. - * - * @param boolean|string|Zend_Soap_Wsdl_Strategy_Interface $strategy - * @return Zend_Soap_AutoDiscover - */ - public function setComplexTypeStrategy($strategy) - { - $this->_strategy = $strategy; - if ($this->_wsdl instanceof Zend_Soap_Wsdl) { - $this->_wsdl->setComplexTypeStrategy($strategy); - } - - return $this; - } - - /** - * Set the Class the SOAP server will use - * - * @param string $class Class Name - * @param string $namespace Class Namspace - Not Used - * @param array $argv Arguments to instantiate the class - Not Used - * - * @return $this - */ - public function setClass($class, $namespace = '', $argv = null) - { - $uri = $this->getUri(); - - $wsdl = new Zend_Soap_Wsdl($class, $uri, $this->_strategy); - - // The wsdl:types element must precede all other elements (WS-I Basic Profile 1.1 R2023) - $wsdl->addSchemaTypeSection(); - - $port = $wsdl->addPortType($class . 'Port'); - $binding = $wsdl->addBinding($class . 'Binding', 'tns:' .$class. 'Port'); - - $wsdl->addSoapBinding($binding, $this->_bindingStyle['style'], $this->_bindingStyle['transport']); - $wsdl->addService($class . 'Service', $class . 'Port', 'tns:' . $class . 'Binding', $uri); - foreach ($this->_reflection->reflectClass($class)->getMethods() as $method) { - $this->_addFunctionToWsdl($method, $wsdl, $port, $binding); - } - $this->_wsdl = $wsdl; - return $this; - } - - /** - * Add a Single or Multiple Functions to the WSDL - * - * @param string $function Function Name - * @param string $namespace Function namespace - Not Used - */ - public function addFunction($function, $namespace = '') - { - static $port; - static $operation; - static $binding; - - if (!is_array($function)) { - $function = (array) $function; - } - - $uri = $this->getUri(); - - if (!($this->_wsdl instanceof Zend_Soap_Wsdl)) { - $parts = explode('.', basename($_SERVER['SCRIPT_NAME'])); - $name = $parts[0]; - $wsdl = new Zend_Soap_Wsdl($name, $uri, $this->_strategy); - - // The wsdl:types element must precede all other elements (WS-I Basic Profile 1.1 R2023) - $wsdl->addSchemaTypeSection(); - - $port = $wsdl->addPortType($name . 'Port'); - $binding = $wsdl->addBinding($name . 'Binding', 'tns:' .$name. 'Port'); - - $wsdl->addSoapBinding($binding, $this->_bindingStyle['style'], $this->_bindingStyle['transport']); - $wsdl->addService($name . 'Service', $name . 'Port', 'tns:' . $name . 'Binding', $uri); - } else { - $wsdl = $this->_wsdl; - } - - foreach ($function as $func) { - $method = $this->_reflection->reflectFunction($func); - $this->_addFunctionToWsdl($method, $wsdl, $port, $binding); - } - $this->_wsdl = $wsdl; - } - - /** - * Add a function to the WSDL document. - * - * @param $function Zend_Server_Reflection_Function_Abstract function to add - * @param $wsdl Zend_Soap_Wsdl WSDL document - * @param $port object wsdl:portType - * @param $binding object wsdl:binding - * @return void - */ - protected function _addFunctionToWsdl($function, $wsdl, $port, $binding) - { - $uri = $this->getUri(); - - // We only support one prototype: the one with the maximum number of arguments - $prototype = null; - $maxNumArgumentsOfPrototype = -1; - foreach ($function->getPrototypes() as $tmpPrototype) { - $numParams = count($tmpPrototype->getParameters()); - if ($numParams > $maxNumArgumentsOfPrototype) { - $maxNumArgumentsOfPrototype = $numParams; - $prototype = $tmpPrototype; - } - } - if ($prototype === null) { - require_once "Zend/Soap/AutoDiscover/Exception.php"; - throw new Zend_Soap_AutoDiscover_Exception("No prototypes could be found for the '" . $function->getName() . "' function"); - } - - // Add the input message (parameters) - $args = array(); - if ($this->_bindingStyle['style'] == 'document') { - // Document style: wrap all parameters in a sequence element - $sequence = array(); - foreach ($prototype->getParameters() as $param) { - $sequenceElement = array( - 'name' => $param->getName(), - 'type' => $wsdl->getType($param->getType()) - ); - if ($param->isOptional()) { - $sequenceElement['nillable'] = 'true'; - } - $sequence[] = $sequenceElement; - } - $element = array( - 'name' => $function->getName(), - 'sequence' => $sequence - ); - // Add the wrapper element part, which must be named 'parameters' - $args['parameters'] = array('element' => $wsdl->addElement($element)); - } else { - // RPC style: add each parameter as a typed part - foreach ($prototype->getParameters() as $param) { - $args[$param->getName()] = array('type' => $wsdl->getType($param->getType())); - } - } - $wsdl->addMessage($function->getName() . 'In', $args); - - $isOneWayMessage = false; - if ($prototype->getReturnType() == "void") { - $isOneWayMessage = true; - } - - if ($isOneWayMessage == false) { - // Add the output message (return value) - $args = array(); - if ($this->_bindingStyle['style'] == 'document') { - // Document style: wrap the return value in a sequence element - $sequence = array(); - if ($prototype->getReturnType() != "void") { - $sequence[] = array( - 'name' => $function->getName() . 'Result', - 'type' => $wsdl->getType($prototype->getReturnType()) - ); - } - $element = array( - 'name' => $function->getName() . 'Response', - 'sequence' => $sequence - ); - // Add the wrapper element part, which must be named 'parameters' - $args['parameters'] = array('element' => $wsdl->addElement($element)); - } elseif ($prototype->getReturnType() != "void") { - // RPC style: add the return value as a typed part - $args['return'] = array('type' => $wsdl->getType($prototype->getReturnType())); - } - $wsdl->addMessage($function->getName() . 'Out', $args); - } - - // Add the portType operation - if ($isOneWayMessage == false) { - $portOperation = $wsdl->addPortOperation($port, $function->getName(), 'tns:' . $function->getName() . 'In', 'tns:' . $function->getName() . 'Out'); - } else { - $portOperation = $wsdl->addPortOperation($port, $function->getName(), 'tns:' . $function->getName() . 'In', false); - } - $desc = $function->getDescription(); - if (strlen($desc) > 0) { - $wsdl->addDocumentation($portOperation, $desc); - } - - // When using the RPC style, make sure the operation style includes a 'namespace' attribute (WS-I Basic Profile 1.1 R2717) - if ($this->_bindingStyle['style'] == 'rpc' && !isset($this->_operationBodyStyle['namespace'])) { - $this->_operationBodyStyle['namespace'] = ''.$uri; - } - - // Add the binding operation - $operation = $wsdl->addBindingOperation($binding, $function->getName(), $this->_operationBodyStyle, $this->_operationBodyStyle); - $wsdl->addSoapOperation($operation, $uri . '#' .$function->getName()); - - // Add the function name to the list - $this->_functions[] = $function->getName(); - } - - /** - * Action to take when an error occurs - * - * @param string $fault - * @param string|int $code - */ - public function fault($fault = null, $code = null) - { - require_once "Zend/Soap/AutoDiscover/Exception.php"; - throw new Zend_Soap_AutoDiscover_Exception("Function has no use in AutoDiscover."); - } - - /** - * Handle the Request - * - * @param string $request A non-standard request - Not Used - */ - public function handle($request = false) - { - if (!headers_sent()) { - header('Content-Type: text/xml'); - } - $this->_wsdl->dump(); - } - - /** - * Proxy to WSDL dump function - * - * @param string $filename - */ - public function dump($filename) - { - if ($this->_wsdl !== null) { - return $this->_wsdl->dump($filename); - } else { - /** - * @see Zend_Soap_AutoDiscover_Exception - */ - require_once "Zend/Soap/AutoDiscover/Exception.php"; - throw new Zend_Soap_AutoDiscover_Exception("Cannot dump autodiscovered contents, WSDL file has not been generated yet."); - } - } - - /** - * Proxy to WSDL toXml() function - */ - public function toXml() - { - if ($this->_wsdl !== null) { - return $this->_wsdl->toXml(); - } else { - /** - * @see Zend_Soap_AutoDiscover_Exception - */ - require_once "Zend/Soap/AutoDiscover/Exception.php"; - throw new Zend_Soap_AutoDiscover_Exception("Cannot return autodiscovered contents, WSDL file has not been generated yet."); - } - } - - /** - * Return an array of functions in the WSDL - * - * @return array - */ - public function getFunctions() - { - return $this->_functions; - } - - /** - * Load Functions - * - * @param unknown_type $definition - */ - public function loadFunctions($definition) - { - require_once "Zend/Soap/AutoDiscover/Exception.php"; - throw new Zend_Soap_AutoDiscover_Exception("Function has no use in AutoDiscover."); - } - - /** - * Set Persistance - * - * @param int $mode - */ - public function setPersistence($mode) - { - require_once "Zend/Soap/AutoDiscover/Exception.php"; - throw new Zend_Soap_AutoDiscover_Exception("Function has no use in AutoDiscover."); - } - - /** - * Returns an XSD Type for the given PHP type - * - * @param string $type PHP Type to get the XSD type for - * @return string - */ - public function getType($type) - { - if (!($this->_wsdl instanceof Zend_Soap_Wsdl)) { - /** @todo Exception throwing may be more correct */ - - // WSDL is not defined yet, so we can't recognize type in context of current service - return ''; - } else { - return $this->_wsdl->getType($type); - } - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover/Exception.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover/Exception.php deleted file mode 100644 index 50a6161f..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover/Exception.php +++ /dev/null @@ -1,34 +0,0 @@ - PHP class pairings for handling return/incoming values - * @var array - */ - protected $_classmap = null; - - /** - * Registered fault exceptions - * @var array - */ - protected $_faultExceptions = array(); - - /** - * SOAP version to use; SOAP_1_2 by default, to allow processing of headers - * @var int - */ - protected $_soapVersion = SOAP_1_2; - - /** Set of other SoapClient options */ - protected $_uri = null; - protected $_location = null; - protected $_style = null; - protected $_use = null; - protected $_login = null; - protected $_password = null; - protected $_proxy_host = null; - protected $_proxy_port = null; - protected $_proxy_login = null; - protected $_proxy_password = null; - protected $_local_cert = null; - protected $_passphrase = null; - protected $_compression = null; - protected $_connection_timeout = null; - protected $_stream_context = null; - protected $_features = null; - protected $_cache_wsdl = null; - protected $_user_agent = null; - - /** - * WSDL used to access server - * It also defines Zend_Soap_Client working mode (WSDL vs non-WSDL) - * - * @var string - */ - protected $_wsdl = null; - - /** - * SoapClient object - * - * @var SoapClient - */ - protected $_soapClient; - - /** - * Last invoked method - * - * @var string - */ - protected $_lastMethod = ''; - - /** - * SOAP request headers. - * - * Array of SoapHeader objects - * - * @var array - */ - protected $_soapInputHeaders = array(); - - /** - * Permanent SOAP request headers (shared between requests). - * - * Array of SoapHeader objects - * - * @var array - */ - protected $_permanentSoapInputHeaders = array(); - - /** - * Output SOAP headers. - * - * Array of SoapHeader objects - * - * @var array - */ - protected $_soapOutputHeaders = array(); - - /** - * Constructor - * - * @param string $wsdl - * @param array $options - */ - public function __construct($wsdl = null, $options = null) - { - if (!extension_loaded('soap')) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('SOAP extension is not loaded.'); - } - - if ($wsdl !== null) { - $this->setWsdl($wsdl); - } - if ($options !== null) { - $this->setOptions($options); - } - } - - /** - * Set wsdl - * - * @param string $wsdl - * @return Zend_Soap_Client - */ - public function setWsdl($wsdl) - { - $this->_wsdl = $wsdl; - $this->_soapClient = null; - - return $this; - } - - /** - * Get wsdl - * - * @return string - */ - public function getWsdl() - { - return $this->_wsdl; - } - - /** - * Set Options - * - * Allows setting options as an associative array of option => value pairs. - * - * @param array|Zend_Config $options - * @return Zend_Soap_Client - * @throws Zend_SoapClient_Exception - */ - public function setOptions($options) - { - if ($options instanceof Zend_Config) { - $options = $options->toArray(); - } - - foreach ($options as $key => $value) { - switch ($key) { - case 'classmap': - case 'classMap': - $this->setClassmap($value); - break; - case 'encoding': - $this->setEncoding($value); - break; - case 'soapVersion': - case 'soap_version': - $this->setSoapVersion($value); - break; - case 'wsdl': - $this->setWsdl($value); - break; - case 'uri': - $this->setUri($value); - break; - case 'location': - $this->setLocation($value); - break; - case 'style': - $this->setStyle($value); - break; - case 'use': - $this->setEncodingMethod($value); - break; - case 'login': - $this->setHttpLogin($value); - break; - case 'password': - $this->setHttpPassword($value); - break; - case 'proxy_host': - $this->setProxyHost($value); - break; - case 'proxy_port': - $this->setProxyPort($value); - break; - case 'proxy_login': - $this->setProxyLogin($value); - break; - case 'proxy_password': - $this->setProxyPassword($value); - break; - case 'local_cert': - $this->setHttpsCertificate($value); - break; - case 'passphrase': - $this->setHttpsCertPassphrase($value); - break; - case 'compression': - $this->setCompressionOptions($value); - break; - case 'stream_context': - $this->setStreamContext($value); - break; - case 'features': - $this->setSoapFeatures($value); - break; - case 'cache_wsdl': - $this->setWsdlCache($value); - break; - case 'useragent': - case 'userAgent': - case 'user_agent': - $this->setUserAgent($value); - break; - - // Not used now - // case 'connection_timeout': - // $this->_connection_timeout = $value; - // break; - - default: - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('Unknown SOAP client option'); - break; - } - } - - return $this; - } - - /** - * Return array of options suitable for using with SoapClient constructor - * - * @return array - */ - public function getOptions() - { - $options = array(); - - $options['classmap'] = $this->getClassmap(); - $options['encoding'] = $this->getEncoding(); - $options['soap_version'] = $this->getSoapVersion(); - $options['wsdl'] = $this->getWsdl(); - $options['uri'] = $this->getUri(); - $options['location'] = $this->getLocation(); - $options['style'] = $this->getStyle(); - $options['use'] = $this->getEncodingMethod(); - $options['login'] = $this->getHttpLogin(); - $options['password'] = $this->getHttpPassword(); - $options['proxy_host'] = $this->getProxyHost(); - $options['proxy_port'] = $this->getProxyPort(); - $options['proxy_login'] = $this->getProxyLogin(); - $options['proxy_password'] = $this->getProxyPassword(); - $options['local_cert'] = $this->getHttpsCertificate(); - $options['passphrase'] = $this->getHttpsCertPassphrase(); - $options['compression'] = $this->getCompressionOptions(); - //$options['connection_timeout'] = $this->_connection_timeout; - $options['stream_context'] = $this->getStreamContext(); - $options['cache_wsdl'] = $this->getWsdlCache(); - $options['features'] = $this->getSoapFeatures(); - $options['user_agent'] = $this->getUserAgent(); - - foreach ($options as $key => $value) { - /* - * ugly hack as I don't know if checking for '=== null' - * breaks some other option - */ - if ($key == 'user_agent') { - if ($value === null) { - unset($options[$key]); - } - } else { - if ($value == null) { - unset($options[$key]); - } - } - } - - return $options; - } - - /** - * Set SOAP version - * - * @param int $version One of the SOAP_1_1 or SOAP_1_2 constants - * @return Zend_Soap_Client - * @throws Zend_Soap_Client_Exception with invalid soap version argument - */ - public function setSoapVersion($version) - { - if (!in_array($version, array(SOAP_1_1, SOAP_1_2))) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('Invalid soap version specified. Use SOAP_1_1 or SOAP_1_2 constants.'); - } - $this->_soapVersion = $version; - - $this->_soapClient = null; - - return $this; - } - - /** - * Get SOAP version - * - * @return int - */ - public function getSoapVersion() - { - return $this->_soapVersion; - } - - /** - * Set classmap - * - * @param array $classmap - * @return Zend_Soap_Client - * @throws Zend_Soap_Client_Exception for any invalid class in the class map - */ - public function setClassmap(array $classmap) - { - foreach ($classmap as $type => $class) { - if (!class_exists($class)) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('Invalid class in class map'); - } - } - - $this->_classmap = $classmap; - - $this->_soapClient = null; - - return $this; - } - - /** - * Retrieve classmap - * - * @return mixed - */ - public function getClassmap() - { - return $this->_classmap; - } - - /** - * Set encoding - * - * @param string $encoding - * @return Zend_Soap_Client - * @throws Zend_Soap_Client_Exception with invalid encoding argument - */ - public function setEncoding($encoding) - { - if (!is_string($encoding)) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('Invalid encoding specified'); - } - - $this->_encoding = $encoding; - - $this->_soapClient = null; - - return $this; - } - - /** - * Get encoding - * - * @return string - */ - public function getEncoding() - { - return $this->_encoding; - } - - /** - * Check for valid URN - * - * @param string $urn - * @return true - * @throws Zend_Soap_Client_Exception on invalid URN - */ - public function validateUrn($urn) - { - $scheme = parse_url($urn, PHP_URL_SCHEME); - if ($scheme === false || $scheme === null) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('Invalid URN'); - } - - return true; - } - - /** - * Set URI - * - * URI in Web Service the target namespace - * - * @param string $uri - * @return Zend_Soap_Client - * @throws Zend_Soap_Client_Exception with invalid uri argument - */ - public function setUri($uri) - { - $this->validateUrn($uri); - $this->_uri = $uri; - - $this->_soapClient = null; - - return $this; - } - - /** - * Retrieve URI - * - * @return string - */ - public function getUri() - { - return $this->_uri; - } - - /** - * Set Location - * - * URI in Web Service the target namespace - * - * @param string $location - * @return Zend_Soap_Client - * @throws Zend_Soap_Client_Exception with invalid uri argument - */ - public function setLocation($location) - { - $this->validateUrn($location); - $this->_location = $location; - - $this->_soapClient = null; - - return $this; - } - - /** - * Retrieve URI - * - * @return string - */ - public function getLocation() - { - return $this->_location; - } - - /** - * Set request style - * - * @param int $style One of the SOAP_RPC or SOAP_DOCUMENT constants - * @return Zend_Soap_Client - * @throws Zend_Soap_Client_Exception with invalid style argument - */ - public function setStyle($style) - { - if (!in_array($style, array(SOAP_RPC, SOAP_DOCUMENT))) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('Invalid request style specified. Use SOAP_RPC or SOAP_DOCUMENT constants.'); - } - - $this->_style = $style; - - $this->_soapClient = null; - - return $this; - } - - /** - * Get request style - * - * @return int - */ - public function getStyle() - { - return $this->_style; - } - - /** - * Set message encoding method - * - * @param int $use One of the SOAP_ENCODED or SOAP_LITERAL constants - * @return Zend_Soap_Client - * @throws Zend_Soap_Client_Exception with invalid message encoding method argument - */ - public function setEncodingMethod($use) - { - if (!in_array($use, array(SOAP_ENCODED, SOAP_LITERAL))) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('Invalid message encoding method. Use SOAP_ENCODED or SOAP_LITERAL constants.'); - } - - $this->_use = $use; - - $this->_soapClient = null; - - return $this; - } - - /** - * Get message encoding method - * - * @return int - */ - public function getEncodingMethod() - { - return $this->_use; - } - - /** - * Set HTTP login - * - * @param string $login - * @return Zend_Soap_Client - */ - public function setHttpLogin($login) - { - $this->_login = $login; - - $this->_soapClient = null; - - return $this; - } - - /** - * Retrieve HTTP Login - * - * @return string - */ - public function getHttpLogin() - { - return $this->_login; - } - - /** - * Set HTTP password - * - * @param string $password - * @return Zend_Soap_Client - */ - public function setHttpPassword($password) - { - $this->_password = $password; - - $this->_soapClient = null; - - return $this; - } - - /** - * Retrieve HTTP Password - * - * @return string - */ - public function getHttpPassword() - { - return $this->_password; - } - - /** - * Set proxy host - * - * @param string $proxyHost - * @return Zend_Soap_Client - */ - public function setProxyHost($proxyHost) - { - $this->_proxy_host = $proxyHost; - - $this->_soapClient = null; - - return $this; - } - - /** - * Retrieve proxy host - * - * @return string - */ - public function getProxyHost() - { - return $this->_proxy_host; - } - - /** - * Set proxy port - * - * @param int $proxyPort - * @return Zend_Soap_Client - */ - public function setProxyPort($proxyPort) - { - $this->_proxy_port = (int)$proxyPort; - - $this->_soapClient = null; - - return $this; - } - - /** - * Retrieve proxy port - * - * @return int - */ - public function getProxyPort() - { - return $this->_proxy_port; - } - - /** - * Set proxy login - * - * @param string $proxyLogin - * @return Zend_Soap_Client - */ - public function setProxyLogin($proxyLogin) - { - $this->_proxy_login = $proxyLogin; - - $this->_soapClient = null; - - return $this; - } - - /** - * Retrieve proxy login - * - * @return string - */ - public function getProxyLogin() - { - return $this->_proxy_login; - } - - /** - * Set proxy password - * - * @param string $proxyLogin - * @return Zend_Soap_Client - */ - public function setProxyPassword($proxyPassword) - { - $this->_proxy_password = $proxyPassword; - - $this->_soapClient = null; - - return $this; - } - - /** - * Set HTTPS client certificate path - * - * @param string $localCert local certificate path - * @return Zend_Soap_Client - * @throws Zend_Soap_Client_Exception with invalid local certificate path argument - */ - public function setHttpsCertificate($localCert) - { - if (!is_readable($localCert)) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('Invalid HTTPS client certificate path.'); - } - - $this->_local_cert = $localCert; - - $this->_soapClient = null; - - return $this; - } - - /** - * Get HTTPS client certificate path - * - * @return string - */ - public function getHttpsCertificate() - { - return $this->_local_cert; - } - - /** - * Set HTTPS client certificate passphrase - * - * @param string $passphrase - * @return Zend_Soap_Client - */ - public function setHttpsCertPassphrase($passphrase) - { - $this->_passphrase = $passphrase; - - $this->_soapClient = null; - - return $this; - } - - /** - * Get HTTPS client certificate passphrase - * - * @return string - */ - public function getHttpsCertPassphrase() - { - return $this->_passphrase; - } - - /** - * Set compression options - * - * @param int $compressionOptions - * @return Zend_Soap_Client - */ - public function setCompressionOptions($compressionOptions) - { - $this->_compression = $compressionOptions; - - $this->_soapClient = null; - - return $this; - } - - /** - * Get Compression options - * - * @return int - */ - public function getCompressionOptions() - { - return $this->_compression; - } - - /** - * Retrieve proxy password - * - * @return string - */ - public function getProxyPassword() - { - return $this->_proxy_password; - } - - /** - * Set Stream Context - * - * @return Zend_Soap_Client - */ - public function setStreamContext($context) - { - if (!is_resource($context) || get_resource_type($context) !== "stream-context") { - /** - * @see Zend_Soap_Client_Exception - */ - require_once "Zend/Soap/Client/Exception.php"; - throw new Zend_Soap_Client_Exception( - "Invalid stream context resource given." - ); - } - - $this->_stream_context = $context; - return $this; - } - - /** - * Get Stream Context - * - * @return resource - */ - public function getStreamContext() - { - return $this->_stream_context; - } - - /** - * Set the SOAP Feature options. - * - * @param string|int $feature - * @return Zend_Soap_Client - */ - public function setSoapFeatures($feature) - { - $this->_features = $feature; - - $this->_soapClient = null; - return $this; - } - - /** - * Return current SOAP Features options - * - * @return int - */ - public function getSoapFeatures() - { - return $this->_features; - } - - /** - * Set the SOAP Wsdl Caching Options - * - * @param string|int|boolean $caching - * @return Zend_Soap_Client - */ - public function setWsdlCache($options) - { - $this->_cache_wsdl = $options; - return $this; - } - - /** - * Get current SOAP Wsdl Caching option - */ - public function getWsdlCache() - { - return $this->_cache_wsdl; - } - - /** - * Set the string to use in User-Agent header - * - * @param string|null $userAgent - * @return Zend_Soap_Client - */ - public function setUserAgent($userAgent) - { - if ($userAgent === null) { - $this->_user_agent = null; - } else { - $this->_user_agent = (string)$userAgent; - } - return $this; - } - - /** - * Get current string to use in User-Agent header - * - * @return string|null - */ - public function getUserAgent() - { - return $this->_user_agent; - } - - /** - * Retrieve request XML - * - * @return string - */ - public function getLastRequest() - { - if ($this->_soapClient !== null) { - return $this->_soapClient->__getLastRequest(); - } - - return ''; - } - - /** - * Get response XML - * - * @return string - */ - public function getLastResponse() - { - if ($this->_soapClient !== null) { - return $this->_soapClient->__getLastResponse(); - } - - return ''; - } - - /** - * Retrieve request headers - * - * @return string - */ - public function getLastRequestHeaders() - { - if ($this->_soapClient !== null) { - return $this->_soapClient->__getLastRequestHeaders(); - } - - return ''; - } - - /** - * Retrieve response headers (as string) - * - * @return string - */ - public function getLastResponseHeaders() - { - if ($this->_soapClient !== null) { - return $this->_soapClient->__getLastResponseHeaders(); - } - - return ''; - } - - /** - * Retrieve last invoked method - * - * @return string - */ - public function getLastMethod() - { - return $this->_lastMethod; - } - - /** - * Do request proxy method. - * - * May be overridden in subclasses - * - * @internal - * @param Zend_Soap_Client_Common $client - * @param string $request - * @param string $location - * @param string $action - * @param int $version - * @param int $one_way - * @return mixed - */ - public function _doRequest(Zend_Soap_Client_Common $client, $request, $location, $action, $version, $one_way = null) - { - // Perform request as is - if ($one_way == null) { - return call_user_func(array($client,'SoapClient::__doRequest'), $request, $location, $action, $version); - } else { - return call_user_func(array($client,'SoapClient::__doRequest'), $request, $location, $action, $version, $one_way); - } - } - - /** - * Initialize SOAP Client object - * - * @throws Zend_Soap_Client_Exception - */ - protected function _initSoapClientObject() - { - $wsdl = $this->getWsdl(); - $options = array_merge($this->getOptions(), array('trace' => true)); - - if ($wsdl == null) { - if (!isset($options['location'])) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('\'location\' parameter is required in non-WSDL mode.'); - } - if (!isset($options['uri'])) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('\'uri\' parameter is required in non-WSDL mode.'); - } - } else { - if (isset($options['use'])) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('\'use\' parameter only works in non-WSDL mode.'); - } - if (isset($options['style'])) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('\'style\' parameter only works in non-WSDL mode.'); - } - } - unset($options['wsdl']); - - $this->_soapClient = new Zend_Soap_Client_Common(array($this, '_doRequest'), $wsdl, $options); - } - - - /** - * Perform arguments pre-processing - * - * My be overridden in descendant classes - * - * @param array $arguments - */ - protected function _preProcessArguments($arguments) - { - // Do nothing - return $arguments; - } - - /** - * Perform result pre-processing - * - * My be overridden in descendant classes - * - * @param array $arguments - */ - protected function _preProcessResult($result) - { - // Do nothing - return $result; - } - - /** - * Add SOAP input header - * - * @param SoapHeader $header - * @param boolean $permanent - * @return Zend_Soap_Client - */ - public function addSoapInputHeader(SoapHeader $header, $permanent = false) - { - if ($permanent) { - $this->_permanentSoapInputHeaders[] = $header; - } else { - $this->_soapInputHeaders[] = $header; - } - - return $this; - } - - /** - * Reset SOAP input headers - * - * @return Zend_Soap_Client - */ - public function resetSoapInputHeaders() - { - $this->_permanentSoapInputHeaders = array(); - $this->_soapInputHeaders = array(); - - return $this; - } - - /** - * Get last SOAP output headers - * - * @return array - */ - public function getLastSoapOutputHeaderObjects() - { - return $this->_soapOutputHeaders; - } - - /** - * Perform a SOAP call - * - * @param string $name - * @param array $arguments - * @return mixed - */ - public function __call($name, $arguments) - { - $soapClient = $this->getSoapClient(); - - $this->_lastMethod = $name; - - $soapHeaders = array_merge($this->_permanentSoapInputHeaders, $this->_soapInputHeaders); - $result = $soapClient->__soapCall($name, - $this->_preProcessArguments($arguments), - null, /* Options are already set to the SOAP client object */ - (count($soapHeaders) > 0)? $soapHeaders : null, - $this->_soapOutputHeaders); - - // Reset non-permanent input headers - $this->_soapInputHeaders = array(); - - return $this->_preProcessResult($result); - } - - - /** - * Return a list of available functions - * - * @return array - * @throws Zend_Soap_Client_Exception - */ - public function getFunctions() - { - if ($this->getWsdl() == null) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('\'getFunctions\' method is available only in WSDL mode.'); - } - - $soapClient = $this->getSoapClient(); - return $soapClient->__getFunctions(); - } - - - /** - * Get used types. - * - * @return array - */ - - /** - * Return a list of SOAP types - * - * @return array - * @throws Zend_Soap_Client_Exception - */ - public function getTypes() - { - if ($this->getWsdl() == null) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('\'getTypes\' method is available only in WSDL mode.'); - } - - $soapClient = $this->getSoapClient(); - - return $soapClient->__getTypes(); - } - - /** - * @param SoapClient $soapClient - * @return Zend_Soap_Client - */ - public function setSoapClient(SoapClient $soapClient) - { - $this->_soapClient = $soapClient; - return $this; - } - - /** - * @return SoapClient - */ - public function getSoapClient() - { - if ($this->_soapClient == null) { - $this->_initSoapClientObject(); - } - return $this->_soapClient; - } - - /** - * @param string $name - * @param string $value - * @return Zend_Soap_Client - */ - public function setCookie($cookieName, $cookieValue=null) - { - $soapClient = $this->getSoapClient(); - $soapClient->__setCookie($cookieName, $cookieValue); - return $this; - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Common.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Common.php deleted file mode 100644 index 8b832da4..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Common.php +++ /dev/null @@ -1,74 +0,0 @@ -_doRequestCallback = $doRequestCallback; - - parent::__construct($wsdl, $options); - } - - /** - * Performs SOAP request over HTTP. - * Overridden to implement different transport layers, perform additional XML processing or other purpose. - * - * @param string $request - * @param string $location - * @param string $action - * @param int $version - * @param int $one_way - * @return mixed - */ - public function __doRequest($request, $location, $action, $version, $one_way = null) - { - if ($one_way === null) { - return call_user_func($this->_doRequestCallback, $this, $request, $location, $action, $version); - } else { - return call_user_func($this->_doRequestCallback, $this, $request, $location, $action, $version, $one_way); - } - } -} -} // end if (extension_loaded('soap') diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/DotNet.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/DotNet.php deleted file mode 100644 index 6191dd5e..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/DotNet.php +++ /dev/null @@ -1,93 +0,0 @@ -setSoapVersion(SOAP_1_1); - - parent::__construct($wsdl, $options); - } - - - /** - * Perform arguments pre-processing - * - * My be overridden in descendant classes - * - * @param array $arguments - * @throws Zend_Soap_Client_Exception - */ - protected function _preProcessArguments($arguments) - { - if (count($arguments) > 1 || - (count($arguments) == 1 && !is_array(reset($arguments))) - ) { - require_once 'Zend/Soap/Client/Exception.php'; - throw new Zend_Soap_Client_Exception('.Net webservice arguments have to be grouped into array: array(\'a\' => $a, \'b\' => $b, ...).'); - } - - // Do nothing - return $arguments; - } - - /** - * Perform result pre-processing - * - * My be overridden in descendant classes - * - * @param array $arguments - */ - protected function _preProcessResult($result) - { - $resultProperty = $this->getLastMethod() . 'Result'; - - return $result->$resultProperty; - } -} -} // end if (extension_loaded('soap') diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Exception.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Exception.php deleted file mode 100644 index 07fc0a24..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Exception.php +++ /dev/null @@ -1,35 +0,0 @@ -_server = $server; - - // Use Server specified SOAP version as default - $this->setSoapVersion($server->getSoapVersion()); - - parent::__construct($wsdl, $options); - } - - /** - * Actual "do request" method. - * - * @internal - * @param Zend_Soap_Client_Common $client - * @param string $request - * @param string $location - * @param string $action - * @param int $version - * @param int $one_way - * @return mixed - */ - public function _doRequest(Zend_Soap_Client_Common $client, $request, $location, $action, $version, $one_way = null) - { - // Perform request as is - ob_start(); - $this->_server->handle($request); - $response = ob_get_contents(); - ob_end_clean(); - - return $response; - } -} -} // end if (extension_loaded('soap') diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server.php deleted file mode 100644 index 23114ab6..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server.php +++ /dev/null @@ -1,959 +0,0 @@ - PHP class pairings for handling return/incoming values - * @var array - */ - protected $_classmap; - - /** - * Encoding - * @var string - */ - protected $_encoding; - - /** - * SOAP Server Features - * - * @var int - */ - protected $_features; - - /** - * WSDL Caching Options of SOAP Server - * - * @var mixed - */ - protected $_wsdlCache; - - - /** - * Registered fault exceptions - * @var array - */ - protected $_faultExceptions = array(); - - /** - * Functions registered with this server; may be either an array or the SOAP_FUNCTIONS_ALL - * constant - * @var array|int - */ - protected $_functions = array(); - - /** - * Persistence mode; should be one of the SOAP persistence constants - * @var int - */ - protected $_persistence; - - /** - * Request XML - * @var string - */ - protected $_request; - - /** - * Response XML - * @var string - */ - protected $_response; - - /** - * Flag: whether or not {@link handle()} should return a response instead - * of automatically emitting it. - * @var boolean - */ - protected $_returnResponse = false; - - /** - * SOAP version to use; SOAP_1_2 by default, to allow processing of headers - * @var int - */ - protected $_soapVersion = SOAP_1_2; - - /** - * URI or path to WSDL - * @var string - */ - protected $_wsdl; - - /** - * URI namespace for SOAP server - * @var string URI - */ - protected $_uri; - - /** - * Constructor - * - * Sets display_errors INI setting to off (prevent client errors due to bad - * XML in response). Registers {@link handlePhpErrors()} as error handler - * for E_USER_ERROR. - * - * If $wsdl is provided, it is passed on to {@link setWsdl()}; if any - * options are specified, they are passed on to {@link setOptions()}. - * - * @param string $wsdl - * @param array $options - * @return void - */ - public function __construct($wsdl = null, array $options = null) - { - if (!extension_loaded('soap')) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('SOAP extension is not loaded.'); - } - - if (null !== $wsdl) { - $this->setWsdl($wsdl); - } - - if (null !== $options) { - $this->setOptions($options); - } - } - - /** - * Set Options - * - * Allows setting options as an associative array of option => value pairs. - * - * @param array|Zend_Config $options - * @return Zend_Soap_Server - */ - public function setOptions($options) - { - if ($options instanceof Zend_Config) { - $options = $options->toArray(); - } - - foreach ($options as $key => $value) { - switch ($key) { - case 'actor': - $this->setActor($value); - break; - case 'classmap': - case 'classMap': - $this->setClassmap($value); - break; - case 'encoding': - $this->setEncoding($value); - break; - case 'soapVersion': - case 'soap_version': - $this->setSoapVersion($value); - break; - case 'uri': - $this->setUri($value); - break; - case 'wsdl': - $this->setWsdl($value); - break; - case 'featues': - $this->setSoapFeatures($value); - break; - case 'cache_wsdl': - $this->setWsdlCache($value); - break; - default: - break; - } - } - - return $this; - } - - /** - * Return array of options suitable for using with SoapServer constructor - * - * @return array - */ - public function getOptions() - { - $options = array(); - if (null !== $this->_actor) { - $options['actor'] = $this->_actor; - } - - if (null !== $this->_classmap) { - $options['classmap'] = $this->_classmap; - } - - if (null !== $this->_encoding) { - $options['encoding'] = $this->_encoding; - } - - if (null !== $this->_soapVersion) { - $options['soap_version'] = $this->_soapVersion; - } - - if (null !== $this->_uri) { - $options['uri'] = $this->_uri; - } - - if (null !== $this->_features) { - $options['features'] = $this->_features; - } - - if (null !== $this->_wsdlCache) { - $options['cache_wsdl'] = $this->_wsdlCache; - } - - return $options; - } - - /** - * Set encoding - * - * @param string $encoding - * @return Zend_Soap_Server - * @throws Zend_Soap_Server_Exception with invalid encoding argument - */ - public function setEncoding($encoding) - { - if (!is_string($encoding)) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Invalid encoding specified'); - } - - $this->_encoding = $encoding; - return $this; - } - - /** - * Get encoding - * - * @return string - */ - public function getEncoding() - { - return $this->_encoding; - } - - /** - * Set SOAP version - * - * @param int $version One of the SOAP_1_1 or SOAP_1_2 constants - * @return Zend_Soap_Server - * @throws Zend_Soap_Server_Exception with invalid soap version argument - */ - public function setSoapVersion($version) - { - if (!in_array($version, array(SOAP_1_1, SOAP_1_2))) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Invalid soap version specified'); - } - - $this->_soapVersion = $version; - return $this; - } - - /** - * Get SOAP version - * - * @return int - */ - public function getSoapVersion() - { - return $this->_soapVersion; - } - - /** - * Check for valid URN - * - * @param string $urn - * @return true - * @throws Zend_Soap_Server_Exception on invalid URN - */ - public function validateUrn($urn) - { - $scheme = parse_url($urn, PHP_URL_SCHEME); - if ($scheme === false || $scheme === null) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Invalid URN'); - } - - return true; - } - - /** - * Set actor - * - * Actor is the actor URI for the server. - * - * @param string $actor - * @return Zend_Soap_Server - */ - public function setActor($actor) - { - $this->validateUrn($actor); - $this->_actor = $actor; - return $this; - } - - /** - * Retrieve actor - * - * @return string - */ - public function getActor() - { - return $this->_actor; - } - - /** - * Set URI - * - * URI in SoapServer is actually the target namespace, not a URI; $uri must begin with 'urn:'. - * - * @param string $uri - * @return Zend_Soap_Server - * @throws Zend_Soap_Server_Exception with invalid uri argument - */ - public function setUri($uri) - { - $this->validateUrn($uri); - $this->_uri = $uri; - return $this; - } - - /** - * Retrieve URI - * - * @return string - */ - public function getUri() - { - return $this->_uri; - } - - /** - * Set classmap - * - * @param array $classmap - * @return Zend_Soap_Server - * @throws Zend_Soap_Server_Exception for any invalid class in the class map - */ - public function setClassmap($classmap) - { - if (!is_array($classmap)) { - /** - * @see Zend_Soap_Server_Exception - */ - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Classmap must be an array'); - } - foreach ($classmap as $type => $class) { - if (!class_exists($class)) { - /** - * @see Zend_Soap_Server_Exception - */ - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Invalid class in class map'); - } - } - - $this->_classmap = $classmap; - return $this; - } - - /** - * Retrieve classmap - * - * @return mixed - */ - public function getClassmap() - { - return $this->_classmap; - } - - /** - * Set wsdl - * - * @param string $wsdl URI or path to a WSDL - * @return Zend_Soap_Server - */ - public function setWsdl($wsdl) - { - $this->_wsdl = $wsdl; - return $this; - } - - /** - * Retrieve wsdl - * - * @return string - */ - public function getWsdl() - { - return $this->_wsdl; - } - - /** - * Set the SOAP Feature options. - * - * @param string|int $feature - * @return Zend_Soap_Server - */ - public function setSoapFeatures($feature) - { - $this->_features = $feature; - return $this; - } - - /** - * Return current SOAP Features options - * - * @return int - */ - public function getSoapFeatures() - { - return $this->_features; - } - - /** - * Set the SOAP Wsdl Caching Options - * - * @param string|int|boolean $caching - * @return Zend_Soap_Server - */ - public function setWsdlCache($options) - { - $this->_wsdlCache = $options; - return $this; - } - - /** - * Get current SOAP Wsdl Caching option - */ - public function getWsdlCache() - { - return $this->_wsdlCache; - } - - /** - * Attach a function as a server method - * - * @param array|string $function Function name, array of function names to attach, - * or SOAP_FUNCTIONS_ALL to attach all functions - * @param string $namespace Ignored - * @return Zend_Soap_Server - * @throws Zend_Soap_Server_Exception on invalid functions - */ - public function addFunction($function, $namespace = '') - { - // Bail early if set to SOAP_FUNCTIONS_ALL - if ($this->_functions == SOAP_FUNCTIONS_ALL) { - return $this; - } - - if (is_array($function)) { - foreach ($function as $func) { - if (is_string($func) && function_exists($func)) { - $this->_functions[] = $func; - } else { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('One or more invalid functions specified in array'); - } - } - $this->_functions = array_merge($this->_functions, $function); - } elseif (is_string($function) && function_exists($function)) { - $this->_functions[] = $function; - } elseif ($function == SOAP_FUNCTIONS_ALL) { - $this->_functions = SOAP_FUNCTIONS_ALL; - } else { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Invalid function specified'); - } - - if (is_array($this->_functions)) { - $this->_functions = array_unique($this->_functions); - } - - return $this; - } - - /** - * Attach a class to a server - * - * Accepts a class name to use when handling requests. Any additional - * arguments will be passed to that class' constructor when instantiated. - * - * See {@link setObject()} to set preconfigured object instances as request handlers. - * - * @param string $class Class Name which executes SOAP Requests at endpoint. - * @return Zend_Soap_Server - * @throws Zend_Soap_Server_Exception if called more than once, or if class - * does not exist - */ - public function setClass($class, $namespace = '', $argv = null) - { - if (isset($this->_class)) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('A class has already been registered with this soap server instance'); - } - - if (!is_string($class)) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Invalid class argument (' . gettype($class) . ')'); - } - - if (!class_exists($class)) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Class "' . $class . '" does not exist'); - } - - $this->_class = $class; - if (1 < func_num_args()) { - $argv = func_get_args(); - array_shift($argv); - $this->_classArgs = $argv; - } - - return $this; - } - - /** - * Attach an object to a server - * - * Accepts an instanciated object to use when handling requests. - * - * @param object $object - * @return Zend_Soap_Server - */ - public function setObject($object) - { - if (!is_object($object)) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Invalid object argument ('.gettype($object).')'); - } - - if (isset($this->_object)) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('An object has already been registered with this soap server instance'); - } - - $this->_object = $object; - - return $this; - } - - /** - * Return a server definition array - * - * Returns a list of all functions registered with {@link addFunction()}, - * merged with all public methods of the class set with {@link setClass()} - * (if any). - * - * @access public - * @return array - */ - public function getFunctions() - { - $functions = array(); - if (null !== $this->_class) { - $functions = get_class_methods($this->_class); - } elseif (null !== $this->_object) { - $functions = get_class_methods($this->_object); - } - - return array_merge((array) $this->_functions, $functions); - } - - /** - * Unimplemented: Load server definition - * - * @param array $array - * @return void - * @throws Zend_Soap_Server_Exception Unimplemented - */ - public function loadFunctions($definition) - { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Unimplemented'); - } - - /** - * Set server persistence - * - * @param int $mode - * @return Zend_Soap_Server - */ - public function setPersistence($mode) - { - if (!in_array($mode, array(SOAP_PERSISTENCE_SESSION, SOAP_PERSISTENCE_REQUEST))) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Invalid persistence mode specified'); - } - - $this->_persistence = $mode; - return $this; - } - - /** - * Get server persistence - * - * @return Zend_Soap_Server - */ - public function getPersistence() - { - return $this->_persistence; - } - - /** - * Set request - * - * $request may be any of: - * - DOMDocument; if so, then cast to XML - * - DOMNode; if so, then grab owner document and cast to XML - * - SimpleXMLElement; if so, then cast to XML - * - stdClass; if so, calls __toString() and verifies XML - * - string; if so, verifies XML - * - * @param DOMDocument|DOMNode|SimpleXMLElement|stdClass|string $request - * @return Zend_Soap_Server - */ - protected function _setRequest($request) - { - if ($request instanceof DOMDocument) { - $xml = $request->saveXML(); - } elseif ($request instanceof DOMNode) { - $xml = $request->ownerDocument->saveXML(); - } elseif ($request instanceof SimpleXMLElement) { - $xml = $request->asXML(); - } elseif (is_object($request) || is_string($request)) { - if (is_object($request)) { - $xml = $request->__toString(); - } else { - $xml = $request; - } - - $dom = new DOMDocument(); - if (strlen($xml) == 0 || !$dom->loadXML($xml)) { - require_once 'Zend/Soap/Server/Exception.php'; - throw new Zend_Soap_Server_Exception('Invalid XML'); - } - } - $this->_request = $xml; - return $this; - } - - /** - * Retrieve request XML - * - * @return string - */ - public function getLastRequest() - { - return $this->_request; - } - - /** - * Set return response flag - * - * If true, {@link handle()} will return the response instead of - * automatically sending it back to the requesting client. - * - * The response is always available via {@link getResponse()}. - * - * @param boolean $flag - * @return Zend_Soap_Server - */ - public function setReturnResponse($flag) - { - $this->_returnResponse = ($flag) ? true : false; - return $this; - } - - /** - * Retrieve return response flag - * - * @return boolean - */ - public function getReturnResponse() - { - return $this->_returnResponse; - } - - /** - * Get response XML - * - * @return string - */ - public function getLastResponse() - { - return $this->_response; - } - - /** - * Get SoapServer object - * - * Uses {@link $_wsdl} and return value of {@link getOptions()} to instantiate - * SoapServer object, and then registers any functions or class with it, as - * well as peristence. - * - * @return SoapServer - */ - protected function _getSoap() - { - $options = $this->getOptions(); - $server = new SoapServer($this->_wsdl, $options); - - if (!empty($this->_functions)) { - $server->addFunction($this->_functions); - } - - if (!empty($this->_class)) { - $args = $this->_classArgs; - array_unshift($args, $this->_class); - call_user_func_array(array($server, 'setClass'), $args); - } - - if (!empty($this->_object)) { - $server->setObject($this->_object); - } - - if (null !== $this->_persistence) { - $server->setPersistence($this->_persistence); - } - - return $server; - } - - /** - * Handle a request - * - * Instantiates SoapServer object with options set in object, and - * dispatches its handle() method. - * - * $request may be any of: - * - DOMDocument; if so, then cast to XML - * - DOMNode; if so, then grab owner document and cast to XML - * - SimpleXMLElement; if so, then cast to XML - * - stdClass; if so, calls __toString() and verifies XML - * - string; if so, verifies XML - * - * If no request is passed, pulls request using php:://input (for - * cross-platform compatability purposes). - * - * @param DOMDocument|DOMNode|SimpleXMLElement|stdClass|string $request Optional request - * @return void|string - */ - public function handle($request = null) - { - if (null === $request) { - $request = file_get_contents('php://input'); - } - - // Set Zend_Soap_Server error handler - $displayErrorsOriginalState = $this->_initializeSoapErrorContext(); - - $setRequestException = null; - /** - * @see Zend_Soap_Server_Exception - */ - require_once 'Zend/Soap/Server/Exception.php'; - try { - $this->_setRequest($request); - } catch (Zend_Soap_Server_Exception $e) { - $setRequestException = $e; - } - - $soap = $this->_getSoap(); - - ob_start(); - if ($setRequestException instanceof Exception) { - // Send SOAP fault message if we've catched exception - $soap->fault("Sender", $setRequestException->getMessage()); - } else { - try { - $soap->handle($request); - } catch (\Exception $e) { - $fault = $this->fault($e); - $soap->fault($fault->faultcode, $fault->faultstring); - } - } - $this->_response = ob_get_clean(); - - // Restore original error handler - restore_error_handler(); - ini_set('display_errors', $displayErrorsOriginalState); - - if (!$this->_returnResponse) { - echo $this->_response; - return; - } - - return $this->_response; - } - - /** - * Method initalizes the error context that the SOAPServer enviroment will run in. - * - * @return boolean display_errors original value - */ - protected function _initializeSoapErrorContext() - { - $displayErrorsOriginalState = ini_get('display_errors'); - ini_set('display_errors', false); - set_error_handler(array($this, 'handlePhpErrors'), E_USER_ERROR); - return $displayErrorsOriginalState; - } - - /** - * Register a valid fault exception - * - * @param string|array $class Exception class or array of exception classes - * @return Zend_Soap_Server - */ - public function registerFaultException($class) - { - $this->_faultExceptions = array_merge($this->_faultExceptions, (array) $class); - return $this; - } - - /** - * Deregister a fault exception from the fault exception stack - * - * @param string $class - * @return boolean - */ - public function deregisterFaultException($class) - { - if (in_array($class, $this->_faultExceptions, true)) { - $index = array_search($class, $this->_faultExceptions); - unset($this->_faultExceptions[$index]); - return true; - } - - return false; - } - - /** - * Return fault exceptions list - * - * @return array - */ - public function getFaultExceptions() - { - return $this->_faultExceptions; - } - - /** - * Generate a server fault - * - * Note that the arguments are reverse to those of SoapFault. - * - * If an exception is passed as the first argument, its message and code - * will be used to create the fault object if it has been registered via - * {@Link registerFaultException()}. - * - * @link http://www.w3.org/TR/soap12-part1/#faultcodes - * @param string|Exception $fault - * @param string $code SOAP Fault Codes - * @return SoapFault - */ - public function fault($fault = null, $code = "Receiver") - { - if ($fault instanceof Exception) { - $class = get_class($fault); - if (in_array($class, $this->_faultExceptions)) { - $message = $fault->getMessage(); - $eCode = $fault->getCode(); - $code = empty($eCode) ? $code : $eCode; - } else { - $message = 'Unknown error'; - } - } elseif (is_string($fault)) { - $message = $fault; - } else { - $message = 'Unknown error'; - } - - $allowedFaultModes = array( - 'VersionMismatch', 'MustUnderstand', 'DataEncodingUnknown', - 'Sender', 'Receiver', 'Server' - ); - if (!in_array($code, $allowedFaultModes)) { - $code = "Receiver"; - } - - return new SoapFault($code, $message); - } - - /** - * Throw PHP errors as SoapFaults - * - * @param int $errno - * @param string $errstr - * @param string $errfile - * @param int $errline - * @param array $errcontext - * @return void - * @throws SoapFault - */ - public function handlePhpErrors($errno, $errstr, $errfile = null, $errline = null, array $errcontext = null) - { - throw $this->fault($errstr, "Receiver"); - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server/Exception.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server/Exception.php deleted file mode 100644 index 5e78d450..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server/Exception.php +++ /dev/null @@ -1,37 +0,0 @@ -getUri(); - } - $this->_uri = $uri; - - /** - * @todo change DomDocument object creation from cparsing to construxting using API - * It also should authomatically escape $name and $uri values if necessary - */ - $wsdl = " - "; - $this->_dom = new DOMDocument(); - if (!$this->_dom->loadXML($wsdl)) { - require_once 'Zend/Server/Exception.php'; - throw new Zend_Server_Exception('Unable to create DomDocument'); - } else { - $this->_wsdl = $this->_dom->documentElement; - } - - $this->setComplexTypeStrategy($strategy); - } - - /** - * Set a new uri for this WSDL - * - * @param string|Zend_Uri_Http $uri - * @return Zend_Server_Wsdl - */ - public function setUri($uri) - { - if ($uri instanceof Zend_Uri_Http) { - $uri = $uri->getUri(); - } - $oldUri = $this->_uri; - $this->_uri = $uri; - - if ($this->_dom !== null) { - // @todo: This is the worst hack ever, but its needed due to design and non BC issues of WSDL generation - $xml = $this->_dom->saveXML(); - $xml = str_replace($oldUri, $uri, $xml); - $this->_dom = new DOMDocument(); - $this->_dom->loadXML($xml); - } - - return $this; - } - - /** - * Set a strategy for complex type detection and handling - * - * @todo Boolean is for backwards compability with extractComplexType object var. Remove it in later versions. - * @param boolean|string|Zend_Soap_Wsdl_Strategy_Interface $strategy - * @return Zend_Soap_Wsdl - */ - public function setComplexTypeStrategy($strategy) - { - if ($strategy === true) { - require_once "Zend/Soap/Wsdl/Strategy/DefaultComplexType.php"; - $strategy = new Zend_Soap_Wsdl_Strategy_DefaultComplexType(); - } elseif ($strategy === false) { - require_once "Zend/Soap/Wsdl/Strategy/AnyType.php"; - $strategy = new Zend_Soap_Wsdl_Strategy_AnyType(); - } elseif (is_string($strategy)) { - if (class_exists($strategy)) { - $strategy = new $strategy(); - } else { - require_once "Zend/Soap/Wsdl/Exception.php"; - throw new Zend_Soap_Wsdl_Exception( - sprintf("Strategy with name '%s does not exist.", $strategy - )); - } - } - - if (!($strategy instanceof Zend_Soap_Wsdl_Strategy_Interface)) { - require_once "Zend/Soap/Wsdl/Exception.php"; - throw new Zend_Soap_Wsdl_Exception("Set a strategy that is not of type 'Zend_Soap_Wsdl_Strategy_Interface'"); - } - $this->_strategy = $strategy; - return $this; - } - - /** - * Get the current complex type strategy - * - * @return Zend_Soap_Wsdl_Strategy_Interface - */ - public function getComplexTypeStrategy() - { - return $this->_strategy; - } - - /** - * Add a {@link http://www.w3.org/TR/wsdl#_messages message} element to the WSDL - * - * @param string $name Name for the {@link http://www.w3.org/TR/wsdl#_messages message} - * @param array $parts An array of {@link http://www.w3.org/TR/wsdl#_message parts} - * The array is constructed like: 'name of part' => 'part xml schema data type' - * or 'name of part' => array('type' => 'part xml schema type') - * or 'name of part' => array('element' => 'part xml element name') - * @return object The new message's XML_Tree_Node for use in {@link function addDocumentation} - */ - public function addMessage($name, $parts) - { - $message = $this->_dom->createElement('message'); - - $message->setAttribute('name', $name); - - if (sizeof($parts) > 0) { - foreach ($parts as $name => $type) { - $part = $this->_dom->createElement('part'); - $part->setAttribute('name', $name); - if (is_array($type)) { - foreach ($type as $key => $value) { - $part->setAttribute($key, $value); - } - } else { - $part->setAttribute('type', $type); - } - $message->appendChild($part); - } - } - - $this->_wsdl->appendChild($message); - - return $message; - } - - /** - * Add a {@link http://www.w3.org/TR/wsdl#_porttypes portType} element to the WSDL - * - * @param string $name portType element's name - * @return object The new portType's XML_Tree_Node for use in {@link function addPortOperation} and {@link function addDocumentation} - */ - public function addPortType($name) - { - $portType = $this->_dom->createElement('portType'); - $portType->setAttribute('name', $name); - $this->_wsdl->appendChild($portType); - - return $portType; - } - - /** - * Add an {@link http://www.w3.org/TR/wsdl#_request-response operation} element to a portType element - * - * @param object $portType a portType XML_Tree_Node, from {@link function addPortType} - * @param string $name Operation name - * @param string $input Input Message - * @param string $output Output Message - * @param string $fault Fault Message - * @return object The new operation's XML_Tree_Node for use in {@link function addDocumentation} - */ - public function addPortOperation($portType, $name, $input = false, $output = false, $fault = false) - { - $operation = $this->_dom->createElement('operation'); - $operation->setAttribute('name', $name); - - if (is_string($input) && (strlen(trim($input)) >= 1)) { - $node = $this->_dom->createElement('input'); - $node->setAttribute('message', $input); - $operation->appendChild($node); - } - if (is_string($output) && (strlen(trim($output)) >= 1)) { - $node= $this->_dom->createElement('output'); - $node->setAttribute('message', $output); - $operation->appendChild($node); - } - if (is_string($fault) && (strlen(trim($fault)) >= 1)) { - $node = $this->_dom->createElement('fault'); - $node->setAttribute('message', $fault); - $operation->appendChild($node); - } - - $portType->appendChild($operation); - - return $operation; - } - - /** - * Add a {@link http://www.w3.org/TR/wsdl#_bindings binding} element to WSDL - * - * @param string $name Name of the Binding - * @param string $type name of the portType to bind - * @return object The new binding's XML_Tree_Node for use with {@link function addBindingOperation} and {@link function addDocumentation} - */ - public function addBinding($name, $portType) - { - $binding = $this->_dom->createElement('binding'); - $binding->setAttribute('name', $name); - $binding->setAttribute('type', $portType); - - $this->_wsdl->appendChild($binding); - - return $binding; - } - - /** - * Add an operation to a binding element - * - * @param object $binding A binding XML_Tree_Node returned by {@link function addBinding} - * @param array $input An array of attributes for the input element, allowed keys are: 'use', 'namespace', 'encodingStyle'. {@link http://www.w3.org/TR/wsdl#_soap:body More Information} - * @param array $output An array of attributes for the output element, allowed keys are: 'use', 'namespace', 'encodingStyle'. {@link http://www.w3.org/TR/wsdl#_soap:body More Information} - * @param array $fault An array of attributes for the fault element, allowed keys are: 'name', 'use', 'namespace', 'encodingStyle'. {@link http://www.w3.org/TR/wsdl#_soap:body More Information} - * @return object The new Operation's XML_Tree_Node for use with {@link function addSoapOperation} and {@link function addDocumentation} - */ - public function addBindingOperation($binding, $name, $input = false, $output = false, $fault = false) - { - $operation = $this->_dom->createElement('operation'); - $operation->setAttribute('name', $name); - - if (is_array($input)) { - $node = $this->_dom->createElement('input'); - $soap_node = $this->_dom->createElement('soap:body'); - foreach ($input as $name => $value) { - $soap_node->setAttribute($name, $value); - } - $node->appendChild($soap_node); - $operation->appendChild($node); - } - - if (is_array($output)) { - $node = $this->_dom->createElement('output'); - $soap_node = $this->_dom->createElement('soap:body'); - foreach ($output as $name => $value) { - $soap_node->setAttribute($name, $value); - } - $node->appendChild($soap_node); - $operation->appendChild($node); - } - - if (is_array($fault)) { - $node = $this->_dom->createElement('fault'); - if (isset($fault['name'])) { - $node->setAttribute('name', $fault['name']); - } - $soap_node = $this->_dom->createElement('soap:body'); - foreach ($output as $name => $value) { - $soap_node->setAttribute($name, $value); - } - $node->appendChild($soap_node); - $operation->appendChild($node); - } - - $binding->appendChild($operation); - - return $operation; - } - - /** - * Add a {@link http://www.w3.org/TR/wsdl#_soap:binding SOAP binding} element to a Binding element - * - * @param object $binding A binding XML_Tree_Node returned by {@link function addBinding} - * @param string $style binding style, possible values are "rpc" (the default) and "document" - * @param string $transport Transport method (defaults to HTTP) - * @return boolean - */ - public function addSoapBinding($binding, $style = 'document', $transport = 'http://schemas.xmlsoap.org/soap/http') - { - $soap_binding = $this->_dom->createElement('soap:binding'); - $soap_binding->setAttribute('style', $style); - $soap_binding->setAttribute('transport', $transport); - - $binding->appendChild($soap_binding); - - return $soap_binding; - } - - /** - * Add a {@link http://www.w3.org/TR/wsdl#_soap:operation SOAP operation} to an operation element - * - * @param object $operation An operation XML_Tree_Node returned by {@link function addBindingOperation} - * @param string $soap_action SOAP Action - * @return boolean - */ - public function addSoapOperation($binding, $soap_action) - { - if ($soap_action instanceof Zend_Uri_Http) { - $soap_action = $soap_action->getUri(); - } - $soap_operation = $this->_dom->createElement('soap:operation'); - $soap_operation->setAttribute('soapAction', $soap_action); - - $binding->insertBefore($soap_operation, $binding->firstChild); - - return $soap_operation; - } - - /** - * Add a {@link http://www.w3.org/TR/wsdl#_services service} element to the WSDL - * - * @param string $name Service Name - * @param string $port_name Name of the port for the service - * @param string $binding Binding for the port - * @param string $location SOAP Address for the service - * @return object The new service's XML_Tree_Node for use with {@link function addDocumentation} - */ - public function addService($name, $port_name, $binding, $location) - { - if ($location instanceof Zend_Uri_Http) { - $location = $location->getUri(); - } - $service = $this->_dom->createElement('service'); - $service->setAttribute('name', $name); - - $port = $this->_dom->createElement('port'); - $port->setAttribute('name', $port_name); - $port->setAttribute('binding', $binding); - - $soap_address = $this->_dom->createElement('soap:address'); - $soap_address->setAttribute('location', $location); - - $port->appendChild($soap_address); - $service->appendChild($port); - - $this->_wsdl->appendChild($service); - - return $service; - } - - /** - * Add a documentation element to any element in the WSDL. - * - * Note that the WSDL {@link http://www.w3.org/TR/wsdl#_documentation specification} uses 'document', - * but the WSDL {@link http://schemas.xmlsoap.org/wsdl/ schema} uses 'documentation' instead. - * The {@link http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html#WSDL_documentation_Element WS-I Basic Profile 1.1} recommends using 'documentation'. - * - * @param object $input_node An XML_Tree_Node returned by another method to add the documentation to - * @param string $documentation Human readable documentation for the node - * @return DOMElement The documentation element - */ - public function addDocumentation($input_node, $documentation) - { - if ($input_node === $this) { - $node = $this->_dom->documentElement; - } else { - $node = $input_node; - } - - $doc = $this->_dom->createElement('documentation'); - $doc_cdata = $this->_dom->createTextNode($documentation); - $doc->appendChild($doc_cdata); - - if ($node->hasChildNodes()) { - $node->insertBefore($doc, $node->firstChild); - } else { - $node->appendChild($doc); - } - - return $doc; - } - - /** - * Add WSDL Types element - * - * @param object $types A DomDocument|DomNode|DomElement|DomDocumentFragment with all the XML Schema types defined in it - */ - public function addTypes($types) - { - if ($types instanceof DomDocument) { - $dom = $this->_dom->importNode($types->documentElement); - $this->_wsdl->appendChild($types->documentElement); - } elseif ($types instanceof DomNode || $types instanceof DomElement || $types instanceof DomDocumentFragment) { - $dom = $this->_dom->importNode($types); - $this->_wsdl->appendChild($dom); - } - } - - /** - * Add a complex type name that is part of this WSDL and can be used in signatures. - * - * @param string $type - * @return Zend_Soap_Wsdl - */ - public function addType($type) - { - if (!in_array($type, $this->_includedTypes)) { - $this->_includedTypes[] = $type; - } - return $this; - } - - /** - * Return an array of all currently included complex types - * - * @return array - */ - public function getTypes() - { - return $this->_includedTypes; - } - - /** - * Return the Schema node of the WSDL - * - * @return DOMElement - */ - public function getSchema() - { - if ($this->_schema == null) { - $this->addSchemaTypeSection(); - } - - return $this->_schema; - } - - /** - * Return the WSDL as XML - * - * @return string WSDL as XML - */ - public function toXML() - { - return $this->_dom->saveXML(); - } - - /** - * Return DOM Document - * - * @return DomDocument ent - */ - public function toDomDocument() - { - return $this->_dom; - } - - /** - * Echo the WSDL as XML - * - * @return boolean - */ - public function dump($filename = false) - { - if (!$filename) { - echo $this->toXML(); - return true; - } else { - return file_put_contents($filename, $this->toXML()); - } - } - - /** - * Returns an XSD Type for the given PHP type - * - * @param string $type PHP Type to get the XSD type for - * @return string - */ - public function getType($type) - { - switch (strtolower($type)) { - case 'string': - case 'str': - return 'xsd:string'; - break; - case 'int': - case 'integer': - return 'xsd:int'; - break; - case 'float': - case 'double': - return 'xsd:float'; - break; - case 'boolean': - case 'bool': - return 'xsd:boolean'; - break; - case 'array': - return 'soap-enc:Array'; - break; - case 'object': - return 'xsd:struct'; - break; - case 'mixed': - return 'xsd:anyType'; - break; - case 'void': - return ''; - default: - // delegate retrieval of complex type to current strategy - return $this->addComplexType($type); - } - } - - /** - * This function makes sure a complex types section and schema additions are set. - * - * @return Zend_Soap_Wsdl - */ - public function addSchemaTypeSection() - { - if ($this->_schema === null) { - $this->_schema = $this->_dom->createElement('xsd:schema'); - $this->_schema->setAttribute('targetNamespace', $this->_uri); - $types = $this->_dom->createElement('types'); - $types->appendChild($this->_schema); - $this->_wsdl->appendChild($types); - } - return $this; - } - - /** - * Add a {@link http://www.w3.org/TR/wsdl#_types types} data type definition - * - * @param string $type Name of the class to be specified - * @return string XSD Type for the given PHP type - */ - public function addComplexType($type) - { - if (in_array($type, $this->getTypes())) { - return "tns:$type"; - } - $this->addSchemaTypeSection(); - - $strategy = $this->getComplexTypeStrategy(); - $strategy->setContext($this); - // delegates the detection of a complex type to the current strategy - return $strategy->addComplexType($type); - } - - /** - * Parse an xsd:element represented as an array into a DOMElement. - * - * @param array $element an xsd:element represented as an array - * @return DOMElement parsed element - */ - private function _parseElement($element) - { - if (!is_array($element)) { - require_once "Zend/Soap/Wsdl/Exception.php"; - throw new Zend_Soap_Wsdl_Exception("The 'element' parameter needs to be an associative array."); - } - - $elementXml = $this->_dom->createElement('xsd:element'); - foreach ($element as $key => $value) { - if (in_array($key, array('sequence', 'all', 'choice'))) { - if (is_array($value)) { - $complexType = $this->_dom->createElement('xsd:complexType'); - if (count($value) > 0) { - $container = $this->_dom->createElement('xsd:' . $key); - foreach ($value as $subelement) { - $subelementXml = $this->_parseElement($subelement); - $container->appendChild($subelementXml); - } - $complexType->appendChild($container); - } - $elementXml->appendChild($complexType); - } - } else { - $elementXml->setAttribute($key, $value); - } - } - return $elementXml; - } - - /** - * Add an xsd:element represented as an array to the schema. - * - * Array keys represent attribute names and values their respective value. - * The 'sequence', 'all' and 'choice' keys must have an array of elements as their value, - * to add them to a nested complexType. - * - * Example: array( 'name' => 'MyElement', - * 'sequence' => array( array('name' => 'myString', 'type' => 'string'), - * array('name' => 'myInteger', 'type' => 'int') ) ); - * Resulting XML: - * - * - * - * - * @param array $element an xsd:element represented as an array - * @return string xsd:element for the given element array - */ - public function addElement($element) - { - $schema = $this->getSchema(); - $elementXml = $this->_parseElement($element); - $schema->appendChild($elementXml); - return 'tns:' . $element['name']; - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Exception.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Exception.php deleted file mode 100644 index 4273df36..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Exception.php +++ /dev/null @@ -1,39 +0,0 @@ -_context = $context; - } - - /** - * Return the current Zend_Soap_Wsdl context object - * - * @return Zend_Soap_Wsdl - */ - public function getContext() - { - return $this->_context; - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/AnyType.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/AnyType.php deleted file mode 100644 index f8a57ef7..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/AnyType.php +++ /dev/null @@ -1,58 +0,0 @@ -_inProcess)) { - require_once "Zend/Soap/Wsdl/Exception.php"; - throw new Zend_Soap_Wsdl_Exception("Infinite recursion, cannot nest '".$type."' into itself."); - } - $this->_inProcess[$type] = $type; - - $nestingLevel = $this->_getNestedCount($type); - - if ($nestingLevel > 1) { - require_once "Zend/Soap/Wsdl/Exception.php"; - throw new Zend_Soap_Wsdl_Exception( - "ArrayOfTypeComplex cannot return nested ArrayOfObject deeper than ". - "one level. Use array object properties to return deep nested data. - "); - } - - $singularType = $this->_getSingularPhpType($type); - - if (!class_exists($singularType)) { - require_once "Zend/Soap/Wsdl/Exception.php"; - throw new Zend_Soap_Wsdl_Exception(sprintf( - "Cannot add a complex type %s that is not an object or where ". - "class could not be found in 'DefaultComplexType' strategy.", $type - )); - } - - if ($nestingLevel == 1) { - // The following blocks define the Array of Object structure - $xsdComplexTypeName = $this->_addArrayOfComplexType($singularType, $type); - } else { - $xsdComplexTypeName = $singularType; - } - - // The array for the objects has been created, now build the object definition: - if (!in_array($singularType, $this->getContext()->getTypes())) { - parent::addComplexType($singularType); - } - - unset($this->_inProcess[$type]); - return "tns:".$xsdComplexTypeName; - } - - protected function _addArrayOfComplexType($singularType, $type) - { - $dom = $this->getContext()->toDomDocument(); - - $xsdComplexTypeName = $this->_getXsdComplexTypeName($singularType); - - if (!in_array($xsdComplexTypeName, $this->getContext()->getTypes())) { - $complexType = $dom->createElement('xsd:complexType'); - $complexType->setAttribute('name', $xsdComplexTypeName); - - $complexContent = $dom->createElement("xsd:complexContent"); - $complexType->appendChild($complexContent); - - $xsdRestriction = $dom->createElement("xsd:restriction"); - $xsdRestriction->setAttribute('base', 'soap-enc:Array'); - $complexContent->appendChild($xsdRestriction); - - $xsdAttribute = $dom->createElement("xsd:attribute"); - $xsdAttribute->setAttribute("ref", "soap-enc:arrayType"); - $xsdAttribute->setAttribute("wsdl:arrayType", sprintf("tns:%s[]", $singularType)); - $xsdRestriction->appendChild($xsdAttribute); - - $this->getContext()->getSchema()->appendChild($complexType); - $this->getContext()->addType($xsdComplexTypeName); - } - - return $xsdComplexTypeName; - } - - protected function _getXsdComplexTypeName($type) - { - return sprintf('ArrayOf%s', $type); - } - - /** - * From a nested definition with type[], get the singular PHP Type - * - * @param string $type - * @return string - */ - protected function _getSingularPhpType($type) - { - return str_replace("[]", "", $type); - } - - /** - * Return the array nesting level based on the type name - * - * @param string $type - * @return integer - */ - protected function _getNestedCount($type) - { - return substr_count($type, "[]"); - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php deleted file mode 100644 index 13a3b0b7..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php +++ /dev/null @@ -1,155 +0,0 @@ -_getNestedCount($type); - - if ($nestedCounter > 0) { - $singularType = $this->_getSingularType($type); - - for ($i = 1; $i <= $nestedCounter; $i++) { - $complexTypeName = substr($this->_getTypeNameBasedOnNestingLevel($singularType, $i), 4); - $childTypeName = $this->_getTypeNameBasedOnNestingLevel($singularType, $i-1); - - $this->_addElementFromWsdlAndChildTypes($complexTypeName, $childTypeName); - } - // adding the PHP type which is resolved to a nested XSD type. therefore add only once. - $this->getContext()->addType($complexTypeName); - - return "tns:$complexTypeName"; - } elseif (!in_array($type, $this->getContext()->getTypes())) { - // New singular complex type - return parent::addComplexType($type); - } else { - // Existing complex type - return $this->getContext()->getType($type); - } - } - - /** - * Return the ArrayOf or simple type name based on the singular xsdtype and the nesting level - * - * @param string $singularType - * @param int $level - * @return string - */ - protected function _getTypeNameBasedOnNestingLevel($singularType, $level) - { - if ($level == 0) { - // This is not an Array anymore, return the xsd simple type - return $singularType; - } else { - $prefix = str_repeat("ArrayOf", $level); - $xsdType = $this->_getStrippedXsdType($singularType); - $arrayType = $prefix.$xsdType; - return "tns:$arrayType"; - } - } - - /** - * Strip the xsd: from a singularType and Format it nice for ArrayOf naming - * - * @param string $singularType - * @return string - */ - protected function _getStrippedXsdType($singularType) - { - return ucfirst(substr(strtolower($singularType), 4)); - } - - /** - * From a nested defintion with type[], get the singular xsd:type - * - * @throws Zend_Soap_Wsdl_Exception When no xsd:simpletype can be detected. - * @param string $type - * @return string - */ - protected function _getSingularType($type) - { - $singulartype = $this->getContext()->getType(str_replace("[]", "", $type)); - return $singulartype; - } - - /** - * Return the array nesting level based on the type name - * - * @param string $type - * @return integer - */ - protected function _getNestedCount($type) - { - return substr_count($type, "[]"); - } - - /** - * Append the complex type definition to the WSDL via the context access - * - * @param string $arrayType - * @param string $childTypeName - * @return void - */ - protected function _addElementFromWsdlAndChildTypes($arrayType, $childTypeName) - { - if (!in_array($arrayType, $this->getContext()->getTypes())) { - $dom = $this->getContext()->toDomDocument(); - - $complexType = $dom->createElement('xsd:complexType'); - $complexType->setAttribute('name', $arrayType); - - $sequence = $dom->createElement('xsd:sequence'); - - $element = $dom->createElement('xsd:element'); - $element->setAttribute('name', 'item'); - $element->setAttribute('type', $childTypeName); - $element->setAttribute('minOccurs', 0); - $element->setAttribute('maxOccurs', 'unbounded'); - $sequence->appendChild($element); - - $complexType->appendChild($sequence); - - $this->getContext()->getSchema()->appendChild($complexType); - $this->getContext()->addType($arrayType); - } - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Composite.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Composite.php deleted file mode 100644 index 9249549d..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Composite.php +++ /dev/null @@ -1,188 +0,0 @@ - Strategy pairs. - * - * @var array - */ - protected $_typeMap = array(); - - /** - * Default Strategy of this composite - * - * @var string|Zend_Soap_Wsdl_Strategy_Interface - */ - protected $_defaultStrategy; - - /** - * Context WSDL file that this composite serves - * - * @var Zend_Soap_Wsdl|null - */ - protected $_context; - - /** - * Construct Composite WSDL Strategy. - * - * @throws Zend_Soap_Wsdl_Exception - * @param array $typeMap - * @param string|Zend_Soap_Wsdl_Strategy_Interface $defaultStrategy - */ - public function __construct(array $typeMap=array(), $defaultStrategy="Zend_Soap_Wsdl_Strategy_DefaultComplexType") - { - foreach ($typeMap as $type => $strategy) { - $this->connectTypeToStrategy($type, $strategy); - } - $this->_defaultStrategy = $defaultStrategy; - } - - /** - * Connect a complex type to a given strategy. - * - * @throws Zend_Soap_Wsdl_Exception - * @param string $type - * @param string|Zend_Soap_Wsdl_Strategy_Interface $strategy - * @return Zend_Soap_Wsdl_Strategy_Composite - */ - public function connectTypeToStrategy($type, $strategy) - { - if (!is_string($type)) { - /** - * @see Zend_Soap_Wsdl_Exception - */ - require_once "Zend/Soap/Wsdl/Exception.php"; - throw new Zend_Soap_Wsdl_Exception("Invalid type given to Composite Type Map."); - } - $this->_typeMap[$type] = $strategy; - return $this; - } - - /** - * Return default strategy of this composite - * - * @throws Zend_Soap_Wsdl_Exception - * @param string $type - * @return Zend_Soap_Wsdl_Strategy_Interface - */ - public function getDefaultStrategy() - { - $strategy = $this->_defaultStrategy; - if (is_string($strategy) && class_exists($strategy)) { - $strategy = new $strategy; - } - if (!($strategy instanceof Zend_Soap_Wsdl_Strategy_Interface)) { - /** - * @see Zend_Soap_Wsdl_Exception - */ - require_once "Zend/Soap/Wsdl/Exception.php"; - throw new Zend_Soap_Wsdl_Exception( - "Default Strategy for Complex Types is not a valid strategy object." - ); - } - $this->_defaultStrategy = $strategy; - return $strategy; - } - - /** - * Return specific strategy or the default strategy of this type. - * - * @throws Zend_Soap_Wsdl_Exception - * @param string $type - * @return Zend_Soap_Wsdl_Strategy_Interface - */ - public function getStrategyOfType($type) - { - if (isset($this->_typeMap[$type])) { - $strategy = $this->_typeMap[$type]; - - if (is_string($strategy) && class_exists($strategy)) { - $strategy = new $strategy(); - } - - if (!($strategy instanceof Zend_Soap_Wsdl_Strategy_Interface)) { - /** - * @see Zend_Soap_Wsdl_Exception - */ - require_once "Zend/Soap/Wsdl/Exception.php"; - throw new Zend_Soap_Wsdl_Exception( - "Strategy for Complex Type '".$type."' is not a valid strategy object." - ); - } - $this->_typeMap[$type] = $strategy; - } else { - $strategy = $this->getDefaultStrategy(); - } - return $strategy; - } - - /** - * Method accepts the current WSDL context file. - * - * @param Zend_Soap_Wsdl $context - */ - public function setContext(Zend_Soap_Wsdl $context) - { - $this->_context = $context; - return $this; - } - - /** - * Create a complex type based on a strategy - * - * @throws Zend_Soap_Wsdl_Exception - * @param string $type - * @return string XSD type - */ - public function addComplexType($type) - { - if (!($this->_context instanceof Zend_Soap_Wsdl)) { - /** - * @see Zend_Soap_Wsdl_Exception - */ - require_once "Zend/Soap/Wsdl/Exception.php"; - throw new Zend_Soap_Wsdl_Exception( - "Cannot add complex type '".$type."', no context is set for this composite strategy." - ); - } - - $strategy = $this->getStrategyOfType($type); - $strategy->setContext($this->_context); - return $strategy->addComplexType($type); - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php deleted file mode 100644 index a01ff2de..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php +++ /dev/null @@ -1,83 +0,0 @@ -getContext()->toDomDocument(); - $class = new ReflectionClass($type); - - $complexType = $dom->createElement('xsd:complexType'); - $complexType->setAttribute('name', $type); - - $all = $dom->createElement('xsd:all'); - - foreach ($class->getProperties() as $property) { - if ($property->isPublic() && preg_match_all('/@var\s+([^\s]+)/m', $property->getDocComment(), $matches)) { - - /** - * @todo check if 'xsd:element' must be used here (it may not be compatible with using 'complexType' - * node for describing other classes used as attribute types for current class - */ - $element = $dom->createElement('xsd:element'); - $element->setAttribute('name', $property->getName()); - $element->setAttribute('type', $this->getContext()->getType(trim($matches[1][0]))); - $all->appendChild($element); - } - } - - $complexType->appendChild($all); - $this->getContext()->getSchema()->appendChild($complexType); - $this->getContext()->addType($type); - - return "tns:$type"; - } -} diff --git a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Interface.php b/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Interface.php deleted file mode 100644 index db61220f..00000000 --- a/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Interface.php +++ /dev/null @@ -1,48 +0,0 @@ - $context - */ - public function setContext(Zend_Soap_Wsdl $context); - - /** - * Create a complex type based on a strategy - * - * @param string $type - * @return string XSD type - */ - public function addComplexType($type); -} diff --git a/src/XSD2PHP/resources/ContactCompany/ContactCompany.xsd b/src/XSD2PHP/resources/ContactCompany/ContactCompany.xsd deleted file mode 100644 index 236ffe5b..00000000 --- a/src/XSD2PHP/resources/ContactCompany/ContactCompany.xsd +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/ContactPerson1/ContactPerson.xsd b/src/XSD2PHP/resources/ContactPerson1/ContactPerson.xsd deleted file mode 100644 index d58b0f7c..00000000 --- a/src/XSD2PHP/resources/ContactPerson1/ContactPerson.xsd +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/ContactWsdl/ContactCompany.xsd b/src/XSD2PHP/resources/ContactWsdl/ContactCompany.xsd deleted file mode 100644 index 236ffe5b..00000000 --- a/src/XSD2PHP/resources/ContactWsdl/ContactCompany.xsd +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/ContactWsdl/ContactPerson.xsd b/src/XSD2PHP/resources/ContactWsdl/ContactPerson.xsd deleted file mode 100644 index d58b0f7c..00000000 --- a/src/XSD2PHP/resources/ContactWsdl/ContactPerson.xsd +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/MultiLevelImport/ContactPerson.xsd b/src/XSD2PHP/resources/MultiLevelImport/ContactPerson.xsd deleted file mode 100644 index 4f4fee6e..00000000 --- a/src/XSD2PHP/resources/MultiLevelImport/ContactPerson.xsd +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/MultiLevelImport/common/CAC.xsd b/src/XSD2PHP/resources/MultiLevelImport/common/CAC.xsd deleted file mode 100644 index b63c3bc7..00000000 --- a/src/XSD2PHP/resources/MultiLevelImport/common/CAC.xsd +++ /dev/null @@ -1,477 +0,0 @@ - - - - - - - - - - - - - - - - - - ABIE - Location Coordinate. Details - Information about physical (geographical) location. - Location Coordinate - - - - - - - - - BBIE - Location Coordinate. Coordinate System Code. Code - An identifier for the location system used. - 0..1 - Location Coordinate - Coordinate System Code - Code - Code. Type - - - - - - - - - BBIE - Location Coordinate. Latitude_ Degrees. Measure - The measure of latitude in degrees. - 0..1 - Location Coordinate - Latitude - Degrees - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Latitude_ Minutes. Measure - The measure of latitude in minutes. - 0..1 - Location Coordinate - Latitude - Minutes - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Latitude Direction Code. Code - The direction of latitude measurement from the equator. - 0..1 - Location Coordinate - Latitude Direction Code - Code - Latitude Direction_ Code. Type - - - - - - - - - BBIE - Location Coordinate. Longitude_ Degrees. Measure - The measure of longitude in degrees. - 0..1 - Location Coordinate - Longitude - Degrees - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Longitude_ Minutes. Measure - The measure of longitude in minutes. - 0..1 - Location Coordinate - Longitude - Minutes - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Longitude Direction Code. Code - The direction of longitude measurement from the meridian. - 0..1 - Location Coordinate - Longitude Direction Code - Code - Longitude Direction_ Code. Type - - - - - - - - - - - - ABIE - Address. Details - - Information about a structured address. - - Address - - - - - - - - - BBIE - Address. Identifier - - An identifier for a specific address within a - scheme of registered addresses. - 0..1 - Address - Identifier - Identifier - Identifier. Type - DetailsKey - - - - - - - - - - BBIE - Address. Address Type Code. Code - - A code specifying the type of this address, such - as business address or home address. - 0..1 - Address - Address Type Code - Code - Code. Type - - - - - - - - - BBIE - Address. Address Format Code. Code - - A code specifying the format of this address. - - 0..1 - Address - Address Format Code - Code - Code. Type - - - - - - - - - BBIE - Address. Postbox. Text - - A post office box number. - 0..1 - Address - Postbox - Text - Text. Type - PostBox, PO Box - - "123" - - - - - - - - - BBIE - Address. Floor. Text - - An addressable floor of a building. - - 0..1 - Address - Floor - Text - Text. Type - SubPremiseNumber - - "30" - - - - - - - - - BBIE - Address. Room. Text - - A room, suite, or apartment of a building. - - 0..1 - Address - Room - Text - Text. Type - SubPremiseNumber - - "Reception" - - - - - - - - - BBIE - Address. Street Name. Name - - The name of a street. - 0..1 - Address - Street Name - Name - Name. Type - Thoroughfare - - "Kwun Tong Road" - - - - - - - - - BBIE - Address. Additional_ Street Name. Name - - An additional name of a street used to further - specify the street name. - 0..1 - Address - Additional - - Street Name - Name - Name. Type - Thoroughfare - - "Cnr Aberdeen Road" - - - - - - - - - BBIE - Address. Block Name. Name - - The block name, expressed as text, for an area - surrounded by streets and usually containing several buildings - for this address. - 0..1 - Address - Block Name - Name - Name. Type - Seabird - - - - - - - - - BBIE - Address. Building Name. Name - - The name of a building. - 0..1 - Address - Building Name - Name - Name. Type - BuildingName - - "Plot 421" - - - - - - - - - BBIE - Address. Building Number. Text - - The number of a building. - 0..1 - Address - Building Number - Text - Text. Type - PremiseNumber - - "388" - - - - - - - - - BBIE - Address. Inhouse_ Mail. Text - - A specific location within a building. - - 0..1 - Address - Inhouse - Mail - Text - Text. Type - MailStop - - - - - - - - - - ASBIE - Address. Address Line - - An association to Address Line. - - 0..n - Address - Address Line - Address Line - - - - - - - - - - ASBIE - Address. Country - - An association to Country. - 0..1 - Address - Country - Country - - - - - - - - - ASBIE - Address. Location Coordinate - - An association to Location Coordinate. - - 0..1 - Address - Location Coordinate - Location Coordinate - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/MultiLevelImport/common/CAC_include1.xsd b/src/XSD2PHP/resources/MultiLevelImport/common/CAC_include1.xsd deleted file mode 100644 index 2b4477cb..00000000 --- a/src/XSD2PHP/resources/MultiLevelImport/common/CAC_include1.xsd +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - ABIE - Address Line. Details - - Information about a line of address expressed as - unstructured text. - Address Line - - - - - - - - - BBIE - Address Line. Line. Text - - A line of address expressed as unstructured - text. - 1 - Address Line - Line - Text - Text. Type - "123 Standard Chartered Tower" - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/MultiLevelImport/common/CAC_include2.xsd b/src/XSD2PHP/resources/MultiLevelImport/common/CAC_include2.xsd deleted file mode 100644 index 2bdaef1b..00000000 --- a/src/XSD2PHP/resources/MultiLevelImport/common/CAC_include2.xsd +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - ABIE - Country. Details - - Information about a geopolitical country. - - Country - - - - - - - - - BBIE - Country. Identification Code. Code - - An identifier for the Country. - 0..1 - Country - Identification Code - Code - Country Identification_ Code. Type - - - - - - - - - BBIE - Country. Name - - The name of the Country. - 0..1 - Country - Name - Name - Name. Type - “SOUTH AFRICA” - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/MultiLevelImport/common/CommonSchema1.xsd b/src/XSD2PHP/resources/MultiLevelImport/common/CommonSchema1.xsd deleted file mode 100644 index b046e952..00000000 --- a/src/XSD2PHP/resources/MultiLevelImport/common/CommonSchema1.xsd +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/MultiLevelImport/common/UDT.xsd b/src/XSD2PHP/resources/MultiLevelImport/common/UDT.xsd deleted file mode 100644 index 2092ea25..00000000 --- a/src/XSD2PHP/resources/MultiLevelImport/common/UDT.xsd +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - UDT000007 - UDT - Code. Type - 1.0 - A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information. - Code - string - normalizedString - Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the code list and thus, are not declared as attributes. - - - - - - - - UDT000007-SC2 - SC - Code List. Identifier - The identification of a list of codes. - Code List - Identification - Identifier - string - - - - - - - UDT000007-SC3 - SC - Code List. Agency. Identifier - An agency that maintains one or more lists of codes. - Code List - Agency - Identifier - string - Defaults to the UN/EDIFACT data element 3055 code list. - - - - - - - UDT000007-SC4 - SC - Code List. Agency Name. Text - The name of the agency that maintains the list of codes. - Code List - Agency Name - Text - string - - - - - - - UDT000007-SC5 - SC - Code List. Name. Text - The name of a list of codes. - Code List - Name - Text - string - - - - - - - UDT000007-SC6 - SC - Code List. Identifier - The identification of a list of codes. - Code List - Identification - Identifier - string - string - - - - - - - UDT000007-SC7 - SC - Code. Name. Text - The textual equivalent of the code content component. - Code - Name - Text - string - string - - - - - - - UDT000007-SC8 - SC - Language. Identifier - The identifier of the language used in the code name. - Language - Identification - Identifier - string - language - - - - - - - UDT000007-SC9 - SC - Code List. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the code list is located. - Code List - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000007-SC10 - SC - Code List Scheme. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the code list scheme is located. - Code List Scheme - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - - - - - - - UDT0000011 - UDT - Identifier. Type - - 1.0 - A character string to identify and distinguish - uniquely, one instance of an object in an identification scheme - from all other objects in the same scheme together with relevant - supplementary information. - Identifier - - string - normalizedString - Other supplementary components in the CCT are - captured as part of the token and name for the schema module - containing the identifer list and thus, are not declared as - attributes. - - - - - - - - UDT000011-SC2 - SC - Identification Scheme. Identifier - - The identification of the identification scheme. - - Identification Scheme - Identification - Identifier - - string - - - - - - - UDT000011-SC3 - SC - Identification Scheme. Name. Text - - The name of the identification scheme. - - Identification Scheme - Name - Text - string - - - - - - - UDT000011-SC4 - SC - Identification Scheme Agency. - Identifier - The identification of the agency that maintains - the identification scheme. - Identification Scheme Agency - Identification - Identifier - - string - Defaults to the UN/EDIFACT data element 3055 code - list. - - - - - - - UDT000011-SC5 - SC - Identification Scheme Agency. Name. - Text - The name of the agency that maintains the - identification scheme. - Identification Scheme Agency - Agency Name - Text - string - - - - - - - UDT000011-SC6 - SC - Identification Scheme. Version. - Identifier - The version of the identification scheme. - - Identification Scheme - Version - Identifier - - string - normalizedString - - - - - - - UDT0000011-SC7 - SC - Identification Scheme Data. Uniform - Resource. Identifier - The Uniform Resource Identifier that identifies - where the identification scheme data is located. - - Identification Scheme Data - Uniform Resource Identifier - - Identifier - - string - anyURI - - - - - - - UDT0000011-SC8 - SC - Identification Scheme. Uniform - Resource. Identifier - The Uniform Resource Identifier that identifies - where the identification scheme is located. - Identification Scheme - Uniform Resource Identifier - - Identifier - - string - anyURI - - - - - - - - - - - - - UDT0000020 - UDT - Name. Type - 1.0 - A character string that consititues the distinctive - designation of a person, place, thing or concept. - Name - string - string - - - - - - - - UDT0000020-SC2 - SC - Language. Identifier - - The identifier of the language used in the - content component. - Language - Identification - Identifier - - string - language - - - - - - - - - - - - - UDT0000019 - UDT - Text. Type - 1.0 - A character string (i.e. a finite set of - characters) generally in the form of words of a language. - - Text - string - string - - - - - - - - UDT0000019-SC2 - SC - Language. Identifier - - The identifier of the language used in the - content component. - Language - Identification - Identifier - - string - language - - - - - - - - - - - - - UDT000009 - UDT - Date. Type - 1.0 - One calendar day according the Gregorian calendar. - - Date - string - date - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/maven/maven-v4_0_0.xsd b/src/XSD2PHP/resources/maven/maven-v4_0_0.xsd deleted file mode 100644 index 58d76246..00000000 --- a/src/XSD2PHP/resources/maven/maven-v4_0_0.xsd +++ /dev/null @@ -1,2476 +0,0 @@ - - - - - 3.0.0+ - - The <code>&lt;project&gt;</code> element is the root of the - descriptor. - The following table lists all of the possible child elements. - - - - - - 3.0.0+ - - The <code>&lt;project&gt;</code> element is the root of the - descriptor. - The following table lists all of the possible child elements. - - - - - - 4.0.0 - - The location of the parent project, if one exists. Values from the - parent project will be the default for this project if they are - left unspecified. The location is given as a group ID, artifact ID and - version. - - - - - - 4.0.0 - Declares to which version of - project descriptor this POM conforms. - - - - - 3.0.0+ - - A universally unique identifier for a project. It is normal to - use a fully-qualified package name to distinguish it from other projects with - a similar name - (eg. <code>org.apache.maven</code>). - - - - - - 3.0.0+ - - The identifier for this artifact that is unique within the group given by the - group ID. - An artifact is something that is either produced or used by a project. - Examples of artifacts produced by - Maven for a project include: JARs, source and binary distributions, and WARs. - - - - - - 4.0.0 - - The type of artifact this project produces, for example - <code>jar</code> - <code>war</code> - <code>ear</code> - <code>pom</code>. - Plugins can create their own packaging, and - therefore their own packaging types, - so this list does not contain all possible types. - - - - - - 3.0.0+ - - The full name of the project. - - - - - - 4.0.0 - - The current version of the artifact produced by this project. - - - - - - 3.0.0+ - - A detailed description of the project, used by Maven whenever it needs to - describe the project, - such as on the web site. While this element can be specified as CDATA to - enable - the use of HTML tags within the description, it is discouraged to allow plain - text representation. - If you need to modify the index page of the generated web site, you are able - to specify your own instead - of adjusting this text. - - - - - - 3.0.0+ - - The URL to the project's homepage. - - - - - - 4.0.0 - - Describes the prerequisites in the build environment for this project. - - - - - - 4.0.0 - The project's issue - management system information. - - - - - 4.0.0 - The project's continuous - integration information. - - - - - 3.0.0+ - - The year of the project's inception, specified with 4 digits. - This value is used when generating copyright notices as well as being - informational. - - - - - - 3.0.0+ - - Contains information about a project's mailing lists. - - - - - - - - - - - 3.0.0+ - - Describes the committers of a project. - - - - - - - - - - - 3.0.0+ - - Describes the contributors to a project that are not yet committers. - - - - - - - - - - - 3.0.0+ - - This element describes all of the licenses for this project. - Each license is described by a <code>license</code> element, which - is then described by additional elements. - Projects should only list the license(s) that applies to the project - and not the licenses that apply to dependencies. - If multiple licenses are listed, it is assumed that the user can select any - of them, not that they - must accept all. - - - - - - - - - - - 4.0.0 - - Specification for the SCM used by the project, such as CVS, Subversion, etc. - - - - - - 3.0.0+ - - This element describes various attributes of the organization to - which the project belongs. These attributes are utilized when - documentation is created (for copyright notices and links). - - - - - - 3.0.0+ - Information required to build the - project. - - - - - 4.0.0 - - A listing of project-local build profiles which will modify the build - process when activated. - - - - - - - - - - - 4.0.0 - - The modules (sometimes called subprojects) to build as a part of this - project. - Each module listed is a relative path to the directory containing the module. - - - - - - - - - - - 4.0.0 - The lists of the remote - repositories for discovering dependencies and - extensions. - - - - - - - - - - 4.0.0 - - The lists of the remote repositories for discovering plugins for builds and - reports. - - - - - - - - - - 3.0.0+ - - This element describes all of the dependencies associated with a - project. - These dependencies are used to construct a classpath for your - project during the build process. They are automatically downloaded from the - repositories defined in this project. - See <a - href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the - dependency mechanism</a> for more information. - - - - - - - - - - - 4.0.0 - - <b>Deprecated</b>. Now ignored by Maven. - - - - - - - - - - - 4.0.0 - - This element includes the specification of report plugins to use to generate - the reports on the - Maven-generated site. These reports will be run when a user executes <code>mvn - site</code>. All of the - reports will be included in the navigation bar for browsing. - - - - - - 4.0.0 - - Default dependency information for projects that inherit from - this one. The dependencies in this section are not immediately resolved. - Instead, when a POM derived from this one declares a dependency - described by a matching groupId and artifactId, the version and other values from - this - section are used for that dependency if they were not already specified. - - - - - - 4.0.0 - Distribution information for a - project that enables deployment of the site - and artifacts to remote web servers and repositories respectively. - - - - - - 4.0.0 - - Properties that can be used throughout the POM as a substitution, and are used as - filters in resources - if enabled. The format is - <code>&lt;name&gt;value&lt;/name&gt;</code>. - - - - - - - - - - - - - 3.0.0+ - - Description of a person who has contributed to the project, but who does - not have commit privileges. Usually, these contributions come in the - form of patches submitted. - - - - - - 3.0.0+ - The full name of the contributor. - - - - - - 3.0.0+ - The email address of the - contributor. - - - - - 3.0.0+ - The URL for the homepage of the - contributor. - - - - - 3.0.0+ - The organization to which the - contributor belongs. - - - - - 3.0.0+ - The URL of the organization. - - - - - - 3.0.0+ - - The roles the contributor plays in the project. Each role is - described by a <code>role</code> element, the body of which is a - role name. This can also be used to describe the contribution. - - - - - - - - - - - 3.0.0+ - - The timezone the contributor is in. This is a number in the range -11 to 12. - - - - - - 3.0.0+ - - Properties about the contributor, such as an instant messenger handle. - - - - - - - - - - - - - 4.0.0 - - Modifications to the build process which is activated based on environmental parameters - or command line arguments. - - - - - - 4.0.0 - The identifier of this build - profile. This used both for command line activation, and identifies - identical profiles to merge with during inheritance. - - - - - 4.0.0 - The conditional logic which will - automatically - trigger the inclusion of this profile. - - - - - 4.0.0 - Information required to build the - project. - - - - - 4.0.0 - - The modules (sometimes called subprojects) to build as a part of this - project. - Each module listed is a relative path to the directory containing the module. - - - - - - - - - - - 4.0.0 - The lists of the remote - repositories for discovering dependencies and - extensions. - - - - - - - - - - 4.0.0 - - The lists of the remote repositories for discovering plugins for builds and - reports. - - - - - - - - - - 3.0.0+ - - This element describes all of the dependencies associated with a - project. - These dependencies are used to construct a classpath for your - project during the build process. They are automatically downloaded from the - repositories defined in this project. - See <a - href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the - dependency mechanism</a> for more information. - - - - - - - - - - - 4.0.0 - - <b>Deprecated</b>. Now ignored by Maven. - - - - - - - - - - - 4.0.0 - - This element includes the specification of report plugins to use to generate - the reports on the - Maven-generated site. These reports will be run when a user executes <code>mvn - site</code>. All of the - reports will be included in the navigation bar for browsing. - - - - - - 4.0.0 - - Default dependency information for projects that inherit from - this one. The dependencies in this section are not immediately resolved. - Instead, when a POM derived from this one declares a dependency - described by a matching groupId and artifactId, the version and other values from - this - section are used for that dependency if they were not already specified. - - - - - - 4.0.0 - Distribution information for a - project that enables deployment of the site - and artifacts to remote web servers and repositories respectively. - - - - - - 4.0.0 - - Properties that can be used throughout the POM as a substitution, and are used as - filters in resources - if enabled. The format is - <code>&lt;name&gt;value&lt;/name&gt;</code>. - - - - - - - - - - - - - 4.0.0 - - The conditions within the build runtime environment which will trigger - the automatic inclusion of the build profile. - - - - - - 4.0.0 - Flag specifying whether this - profile is active by default. - - - - - 4.0.0 - - Specifies that this profile will be activated when a matching JDK is detected. For - example, <code>1.4</code> - only activates on JDKs versioned 1.4, while <code>!1.4</code> - matches any JDK that is not version 1.4. - - - - - - 4.0.0 - - Specifies that this profile will be activated when matching operating system - attributes are detected. - - - - - - 4.0.0 - - Specifies that this profile will be activated when this system property is - specified. - - - - - - 4.0.0 - - Specifies that this profile will be activated based on existence of a file. - - - - - - - - 4.0.0 - - This is the file specification used to activate the profile. The missing value - will be the location - of a file that needs to exist, and if it doesn't the profile will be - activated. On the other hand exists will test - for the existence of the file and if it is there the profile will be activated. - - - - - - 4.0.0 - The name of the file that must be - missing to activate the profile. - - - - - 4.0.0 - The name of the file that must - exist to activate the profile. - - - - - - - 4.0.0 - - This is the property specification used to activate a profile. If the value - field is empty, - then the existence of the named property will activate the profile, otherwise it - does a case-sensitive - match against the property value as well. - - - - - - 4.0.0 - The name of the property to be - used to activate a profile. - - - - - 4.0.0 - The value of the property - required to activate a profile. - - - - - - - 4.0.0 - - This is an activator which will detect an operating system's attributes in - order to activate - its profile. - - - - - - 4.0.0 - The name of the operating system - to be used to activate the profile. This must be an exact match - of the <code>${os.name}</code> Java property, such as - <code>Windows XP</code>. - - - - - 4.0.0 - - The general family of the OS to be used to activate the profile, such as - <code>windows</code> or <code>unix</code>. - - - - - - 4.0.0 - The architecture of the operating - system to be used to activate the profile. - - - - - 4.0.0 - The version of the operating - system to be used to activate the profile. - - - - - - - 4.0.0 - - Section for management of default dependency information for use in a group of - POMs. - - - - - - 4.0.0 - - The dependencies specified here are not used until they - are referenced in a POM within the group. This allows the - specification of a "standard" version for a particular - dependency. - - - - - - - - - - - - - 3.0.0+ - - - - - 3.0.0+ - - The project group that produced the dependency, e.g. - <code>org.apache.maven</code>. - - - - - - 3.0.0+ - - The unique id for an artifact produced by the project group, e.g. - <code>maven-artifact</code>. - - - - - - 3.0.0+ - - The version of the dependency, e.g. <code>3.2.1</code>. In Maven - 2, this can also be - specified as a range of versions. - - - - - - 4.0.0 - - The type of dependency. This defaults to <code>jar</code>. While - it usually represents the extension on - the filename of the dependency, that is not always the case. A type can be - mapped to a different - extension and a classifier. - The type often correspongs to the packaging used, though this is also not - always the case. - Some examples are <code>jar</code>, <code>war</code>, - <code>ejb-client</code> and <code>test-jar</code>. - New types can be defined by plugins that set - <code>extensions</code> to <code>true</code>, so - this is not a complete list. - - - - - - 4.0.0 - - The classifier of the dependency. This allows distinguishing two artifacts - that belong to the same POM but - were built differently, and is appended to the filename after the version. For - example, - <code>jdk14</code> and <code>jdk15</code>. - - - - - - 4.0.0 - - The scope of the dependency - <code>compile</code>, - <code>runtime</code>, <code>test</code>, - <code>system</code>, and <code>provided</code>. - Used to - calculate the various classpaths used for compilation, testing, and so on. It also - assists in determining - which artifacts to include in a distribution of this project. For more - information, see - <a - href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the - dependency mechanism</a>. - - - - - - 4.0.0 - - FOR SYSTEM SCOPE ONLY. Note that use of this property is - <b>discouraged</b> and may be replaced in later - versions. This specifies the path on the filesystem for this dependency. - Requires an absolute path for the value, not relative. - Use a property that gives the machine specific absolute path, - e.g. <code>${java.home}</code>. - - - - - - 4.0.0 - - Lists a set of artifacts that should be excluded from this dependency's - artifact list when it comes to - calculating transitive dependencies. - - - - - - - - - - - 4.0.0 - - Indicates the dependency is optional for use of this library. While the version of - the dependency will be - taken into account for dependency calculation if the library is used elsewhere, - it will not be passed on - transitively. - - - - - - - - 4.0.0 - - - - - 4.0.0 - The artifact ID of the project to - exclude. - - - - - 4.0.0 - The group ID of the project to - exclude. - - - - - - - 4.0.0 - Section for management of reports - and their configuration. - - - - - 4.0.0 - If true, then the default reports - are not included in the site generation. This includes the - reports in the "Project Info" menu. - - - - - 4.0.0 - - Where to store all of the generated reports. The default is - <code>${project.build.directory}/site</code> - . - - - - - - 4.0.0 - The reporting plugins to use and - their configuration. - - - - - - - - - - - - 4.0.0 - - - - - 4.0.0 - The group ID of the reporting - plugin in the repository. - - - - - 4.0.0 - The artifact ID of the reporting - plugin in the repository. - - - - - 4.0.0 - The version of the reporting - plugin to be used. - - - - - 4.0.0 - Whether the configuration in this - plugin should be made available to projects that - inherit from this one. - - - - - 4.0.0 - The configuration of the - reporting plugin. - - - - - - - - - - 4.0.0 - Multiple specifications of a set - of reports, each having (possibly) different - configuration. This is the reporting parallel to an <code>execution</code> - in the build. - - - - - - - - - - - - 4.0.0 - Represents a set of reports and - configuration to be used to generate them. - - - - - 0.0.0+ - The unique id for this report - set, to be used during POM inheritance. - - - - - 4.0.0 - Configuration of the report to be - used when generating this set. - - - - - - - - - - 4.0.0 - - Whether any configuration should be propagated to child POMs. - - - - - 4.0.0 - - The list of reports from this plugin which should be generated from this set. - - - - - - - - - - - - - 3.0.0+ - - - - - 3.0.0+ - - The default goal (or phase in Maven 2) to execute when none is specified for - the project. - - - - - - 3.0.0+ - - This element describes all of the classpath resources such as properties files - associated with a - project. These resources are often included in the final package. - - - - - - - - - - - 4.0.0 - - This element describes all of the classpath resources such as properties files - associated with a - project's unit tests. - - - - - - - - - - - 4.0.0 - - The directory where all files generated by the build are placed. - - - - - - 4.0.0 - - The filename (excluding the extension, and with no path information) that the - produced artifact - will be called. The default value is - <code>${artifactId}-${version}</code>. - - - - - - 4.0.0 - - The list of filter properties files that are used when filtering is enabled. - - - - - - - - - - - 4.0.0 - - Default plugin information to be made available for reference by - projects derived from this one. This plugin configuration will not - be resolved or bound to the lifecycle unless referenced. Any local - configuration for a given plugin will override the plugin's entire - definition here. - - - - - - 4.0.0 - - The list of plugins to use. - - - - - - - - - - - - - 4.0.0 - - - - - 4.0.0 - The group ID of the plugin in the - repository. - - - - - 4.0.0 - The artifact ID of the plugin in - the repository. - - - - - 4.0.0 - The version (or valid range of - verisons) of the plugin to be used. - - - - - 4.0.0 - Whether to load Maven extensions - (such as packaging and type handlers) from this - plugin. For performance reasons, this should only be enabled when necessary. - - - - - - 4.0.0 - Multiple specifications of a set - of goals to execute during the build lifecycle, each having - (possibly) different - configuration. - - - - - - - - - - 4.0.0 - Additional dependencies that this - project needs to introduce to the plugin's - classloader. - - - - - - - - - - 4.0.0 - - <b>Deprecated</b>. Unused by Maven. - - - - - - - - - - - 4.0.0 - - Whether any configuration should be propagated to child POMs. - - - - - 0.0.0+ - - - - - - - - - - - - 4.0.0 - - - - - 4.0.0 - The identifier of this execution - for labelling the goals during the build, and for matching - exections to merge during inheritance. - - - - - 4.0.0 - The build lifecycle phase to bind - the goals in this execution to. If omitted, the goals will - be bound to the default specified in their metadata. - - - - - 4.0.0 - The goals to execute with the - given configuration. - - - - - - - - - - 4.0.0 - - Whether any configuration should be propagated to child POMs. - - - - - 0.0.0+ - - - - - - - - - - - - 4.0.0 - - Section for management of default plugin information for use in a group of POMs. - - - - - - 4.0.0 - - The list of plugins to use. - - - - - - - - - - - - - 3.0.0+ - - This element describes all of the classpath resources associated with a project - or - unit tests. - - - - - - 3.0.0+ - - Describe the resource target path. For example, if you want that - resource to appear in a specific package - (<code>org.apache.maven.messages</code>), you must specify - this - element with this value: <code>org/apache/maven/messages</code>. - This is not required if you simply put the resources in that directory - structure at the source, however. - - - - - - 3.0.0+ - - Whether resources are filtered to replace tokens with parameterised values or - not. - The values are taken from the <code>properties</code> element and - from the properties in the files listed - in the <code>filters</code> element. - - - - - - 3.0.0+ - - Describe the directory where the resources are stored. - The path is relative to the POM. - - - - - - 3.0.0+ - A list of patterns to include, - e.g. <code>**&#47;*.xml</code>. - - - - - - - - - - 3.0.0+ - A list of patterns to exclude, - e.g. <code>**&#47;*.xml</code> - - - - - - - - - - - - 4.0.0 - - This elements describes all that pertains to distribution for a project. - It is primarily used for deployment of artifacts and the site - produced by the build. - - - - - - 4.0.0 - - Information needed to deploy the artifacts generated by the project to a remote - repository. - - - - - - 4.0.0 - - Where to deploy snapshots of artifacts to. If not given, it defaults to the - <code>repository</code> element. - - - - - - 4.0.0 - - Information needed for deploying the web site of the project. - - - - - - 4.0.0+ - - The URL of the project's download page. If not given users will be - referred to the homepage given by - <code>url</code>. This is given to assist in locating artifacts that are not in the - repository due to - licensing restrictions. - - - - - - 4.0.0 - - Relocation information of the artifact if it has been moved to a new group ID and/or - artifact ID. - - - - - - 4.0.0 - - Gives the status of this artifact in the remote repository. This must not be - set in your local - project, as it is updated by tools placing it in the reposiory. Valid values are: - <code>none</code> (default), - <code>converted</code> (repository manager converted this from - an Maven 1 POM), <code>partner</code> - (directly synced from a partner Maven 2 repository), - <code>deployed</code> (was deployed from a Maven 2 - instance), <code>verified</code> (has been hand verified as correct and - final). - - - - - - - - 4.0.0 - - Contains the information needed for deploying websites. - - - - - - 4.0.0 - - A unique identifier for a deployment locataion. This is used to match the - site to configuration in - the <code>settings.xml</code> file, for example. - - - - - - 4.0.0 - - Human readable name of the deployment location. - - - - - - 4.0.0 - - The url of the location where website is deployed, in the form - <code>protocol://hostname/path</code>. - - - - - - - - 4.0.0 - Describes where an artifact has - moved to. If any of the values are omitted, it is assumed to be the - same as it was before. - - - - - 4.0.0 - The group ID the artifact has - moved to. - - - - - 4.0.0 - The new artifact ID of the - artifact. - - - - - 4.0.0 - The new version of the artifact. - - - - - - 4.0.0 - An additional message to show the - user about the move, such as the reason. - - - - - - - 4.0.0 - - Repository contains the information needed for deploying to the remote repoistory. - - - - - - 4.0.0 - Whether to assign snapshots a - unique version comprised of the timestamp and build number, or to - use the same version each time - - - - - 4.0.0 - - A unique identifier for a repository. This is used to match the repository - to configuration in - the <code>settings.xml</code> file, for example. - - - - - - 4.0.0 - - Human readable name of the repository. - - - - - - 4.0.0 - - The url of the repository, in the form - <code>protocol://hostname/path</code>. - - - - - - 4.0.0 - - The type of layout this repository uses for locating and storing artifacts - - can be <code>legacy</code> or - <code>default</code>. - - - - - - - - 4.0.0 - - A repository contains the information needed for establishing connections - with remote repoistory. - - - - - - 4.0.0 - How to handle downloading of - releases from this repository. - - - - - 4.0.0 - How to handle downloading of - snapshots from this repository. - - - - - 4.0.0 - - A unique identifier for a repository. This is used to match the repository - to configuration in - the <code>settings.xml</code> file, for example. - - - - - - 4.0.0 - - Human readable name of the repository. - - - - - - 4.0.0 - - The url of the repository, in the form - <code>protocol://hostname/path</code>. - - - - - - 4.0.0 - - The type of layout this repository uses for locating and storing artifacts - - can be <code>legacy</code> or - <code>default</code>. - - - - - - - - 4.0.0 - Download policy - - - - - 4.0.0 - Whether to use this repository - for downloading this type of artifact. - - - - - 4.0.0 - - The frequency for downloading updates - can be - <code>always,</code> - <code>daily</code> - (default), - <code>interval:XXX</code> - (in minutes) or - <code>never</code> - (only if it doesn't exist locally). - - - - - - 4.0.0 - - What to do when verification of an artifact checksum fails. Valid values are - <code>ignore</code> - , - <code>fail</code> - or - <code>warn</code> - (the default). - - - - - - - - 3.0.0+ - - This element describes all of the mailing lists associated with - a project. The auto-generated site references this information. - - - - - - 3.0.0+ - The name of the mailing list. - - - - - - 3.0.0+ - - The email address or link that can be used to subscribe to the mailing list. - If this is an email address, a - <code>mailto:</code> link will automatically be created when - the documentation is created. - - - - - - 3.0.0+ - - The email address or link that can be used to unsubscribe to - the mailing list. If this is an email address, a - <code>mailto:</code> link will automatically be created - when the documentation is created. - - - - - - 3.0.0+ - - The email address or link that can be used to post to - the mailing list. If this is an email address, a - <code>mailto:</code> link will automatically be created - when the documentation is created. - - - - - - 3.0.0+ - - The link to a URL where you can browse the mailing list archive. - - - - - - 3.0.0+ - - The link to alternate URLs where you can browse the list archive. - - - - - - - - - - - - - 3.0.0+ - - - - - 3.0.0+ - - This element specifies a directory containing the source - of the project. The generated build system will compile - the source in this directory when the project is built. - The path given is relative to the project descriptor. - - - - - - 4.0.0 - - This element specifies a directory containing the script sources - of the project. This directory is meant to be different from the - sourceDirectory, in that its contents will be copied to the output - directory in most cases (since scripts are interpreted rather than - compiled). - - - - - - 4.0.0 - - This element specifies a directory containing the unit test - source of the project. The generated build system will - compile these directories when the project is being tested. - The path given is relative to the project descriptor. - - - - - - 4.0.0 - - The directory where compiled application classes are placed. - - - - - - 4.0.0 - - The directory where compiled test classes are placed. - - - - - - 4.0.0 - A set of build extensions to use - from this project. - - - - - - - - - - 3.0.0+ - - The default goal (or phase in Maven 2) to execute when none is specified for - the project. - - - - - - 3.0.0+ - - This element describes all of the classpath resources such as properties files - associated with a - project. These resources are often included in the final package. - - - - - - - - - - - 4.0.0 - - This element describes all of the classpath resources such as properties files - associated with a - project's unit tests. - - - - - - - - - - - 4.0.0 - - The directory where all files generated by the build are placed. - - - - - - 4.0.0 - - The filename (excluding the extension, and with no path information) that the - produced artifact - will be called. The default value is - <code>${artifactId}-${version}</code>. - - - - - - 4.0.0 - - The list of filter properties files that are used when filtering is enabled. - - - - - - - - - - - 4.0.0 - - Default plugin information to be made available for reference by - projects derived from this one. This plugin configuration will not - be resolved or bound to the lifecycle unless referenced. Any local - configuration for a given plugin will override the plugin's entire - definition here. - - - - - - 4.0.0 - - The list of plugins to use. - - - - - - - - - - - - - 4.0.0 - Describes a build extension to - utilise. - - - - - 4.0.0 - The group ID of the - extension's artifact. - - - - - 4.0.0 - The artifact ID of the extension. - - - - - - 4.0.0 - The version of the extension. - - - - - - - - 4.0.0 - - Information about the issue tracking (or bug tracking) system used to manage this - project. - - - - - - 4.0.0 - The name of the issue management - system, e.g. Bugzilla - - - - - 4.0.0 - URL for the issue management - system used by the project. - - - - - - - 4.0.0 - - - - - 4.0.0 - The artifact id of the parent - project to inherit from. - - - - - 4.0.0 - The group id of the parent - project to inherit from. - - - - - 4.0.0 - The version of the parent project - to inherit. - - - - - 4.0.0 - - The relative path of the parent <code>pom.xml</code> file within - the check out. - The default value is <code>../pom.xml</code>. - Maven looks for the parent pom first in the reactor of currently building - projects, then in this location on - the filesystem, then the local repository, and lastly in the remote repo. - <code>relativePath</code> allows you to select a different - location, - for example when your structure is flat, or deeper without an intermediate - parent pom. - However, the group ID, artifact ID and version are still required, - and must match the file in the location given or it will revert to the - repository for the POM. - This feature is only for enhancing the development in a local checkout of that - project. - - - - - - - - 4.0.0 - Describes the prerequisites a - project can have. - - - - - 4.0.0 - The minimum version of Maven - required to build the project, or to use this plugin. - - - - - - - 4.0.0 - - - - - 4.0.0 - - The name of the continuous integration system, e.g. - <code>continuum</code>. - - - - - 4.0.0 - - URL for the continuous integration system used by the project if it has a web - interface. - - - - - 4.0.0 - - Configuration for notifying developers/users when a build is - unsuccessful, including user information and notification mode. - - - - - - - - - - - - - 4.0.0 - - Configures one method for notifying users/developers when a build breaks. - - - - - - 4.0.0 - The mechanism used to deliver - notifications. - - - - - 4.0.0 - Whether to send notifications on - error. - - - - - 4.0.0 - Whether to send notifications on - failure. - - - - - 4.0.0 - Whether to send notifications on - success. - - - - - 4.0.0 - Whether to send notifications on - warning. - - - - - 4.0.0 - - <b>Deprecated</b>. Where to send the notification to - eg email address. - - - - - - 0.0.0+ - Extended configuration specific - to this notifier goes here. - - - - - - - - - - - - 3.0.0+ - - Describes the licenses for this project. This is used to generate - the license page of the project's web site, as well as being taken into - consideration in other reporting and - validation. The licenses listed for the project are that of the project itself, and not - of dependencies. - - - - - - 3.0.0+ - The full legal name of the - license. - - - - - 3.0.0+ - The official url for the license - text. - - - - - 3.0.0+ - - The primary method by which this project may be distributed. - <dl> - <dt>repo</dt> - <dd>may be downloaded from the Maven repository</dd> - <dt>manual</dt> - <dd>user must manually download and install the dependency.</dd> - </dl> - - - - - 3.0.0+ - - Addendum information pertaining to this license. - - - - - - - - 3.0.0+ - - Information about one of the committers on this project. - - - - - - 3.0.0+ - The unique ID of the developer in - the SCM. - - - - - 3.0.0+ - The full name of the contributor. - - - - - - 3.0.0+ - The email address of the - contributor. - - - - - 3.0.0+ - The URL for the homepage of the - contributor. - - - - - 3.0.0+ - The organization to which the - contributor belongs. - - - - - 3.0.0+ - The URL of the organization. - - - - - - 3.0.0+ - - The roles the contributor plays in the project. Each role is - described by a <code>role</code> element, the body of which is a - role name. This can also be used to describe the contribution. - - - - - - - - - - - 3.0.0+ - - The timezone the contributor is in. This is a number in the range -11 to 12. - - - - - - 3.0.0+ - - Properties about the contributor, such as an instant messenger handle. - - - - - - - - - - - - - 4.0.0 - - - - - 4.0.0 - - The source control management system URL - that describes the repository and how to connect to the - repository. For more information, see the - <a href="http://maven.apache.org/scm/scm-url-format.html">URL - format</a> - and <a - href="http://maven.apache.org/scm/scms-overview.html">list of - supported SCMs</a>. - This connection is read-only. - - - - - - 4.0.0 - - Just like <code>connection</code>, but for developers, i.e. this - scm connection - will not be read only. - - - - - - 4.0.0 - - The tag of current code. By default, it's set to HEAD during - development. - - - - - - 4.0.0 - - The URL to the project's browsable SCM repository, such as ViewVC or - Fisheye. - - - - - - - 3.0.0+ - Specifies the organization that - produces this project. - - - - - 3.0.0+ - The full name of the - organization. - - - - - 3.0.0+ - The URL to the - organization's home page. - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/mets/mets.xsd b/src/XSD2PHP/resources/mets/mets.xsd deleted file mode 100644 index ce76bab4..00000000 --- a/src/XSD2PHP/resources/mets/mets.xsd +++ /dev/null @@ -1,1686 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - METS: Metadata Encoding and Transmission Standard. - METS is intended to provide a standardized XML format for transmission of complex digital library objects between systems. As such, it can be seen as filling a role similar to that defined for the Submission Information Package (SIP), Archival Information Package (AIP) and Dissemination Information Package (DIP) in the Reference Model for an Open Archival Information System. The root element <mets> establishes the container for the information being stored and/or transmitted by the standard. - - - - - - - - - - - metsType: Complex Type for METS Sections - A METS document consists of seven possible subsidiary sections: metsHdr (METS document header), dmdSec (descriptive metadata section), amdSec (administrative metadata section), fileGrp (file inventory group), structLink (structural map linking), structMap (structural map) and behaviorSec (behaviors section). - - - - - - - The mets header element <metsHdr> captures metadata about the METS document itself, not the digital object the METS document encodes. Although it records a more limited set of metadata, it is very similar in function and purpose to the headers employed in other schema such as the Text Encoding Initiative (TEI) or in the Encoded Archival Description (EAD). - - - - - - - agent: - The agent element <agent> provides for various parties and their roles with respect to the METS record to be documented. - - - - - - - - The element <name> can be used to record the full name of the document agent. - - - - - - - The <note> element can be used to record any additional information regarding the agent's activities with respect to the METS document. - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - ROLE (string/R): Specifies the function of the agent with respect to the METS record. The allowed values are: -CREATOR: The person(s) or institution(s) responsible for the METS document. -EDITOR: The person(s) or institution(s) that prepares the metadata for encoding. -ARCHIVIST: The person(s) or institution(s) responsible for the document/collection. -PRESERVATION: The person(s) or institution(s) responsible for preservation functions. -DISSEMINATOR: The person(s) or institution(s) responsible for dissemination functions. -CUSTODIAN: The person(s) or institution(s) charged with the oversight of a document/collection. -IPOWNER: Intellectual Property Owner: The person(s) or institution holding copyright, trade or service marks or other intellectual property rights for the object. -OTHER: Use OTHER if none of the preceding values pertains and clarify the type and location specifier being used in the OTHERROLE attribute (see below). - - - - - - - - - - - - - - - - - - OTHERROLE (string/O): Denotes a role not contained in the allowed values set if OTHER is indicated in the ROLE attribute. - - - - - - TYPE (string/O): is used to specify the type of AGENT. It must be one of the following values: -INDIVIDUAL: Use if an individual has served as the agent. -ORGANIZATION: Use if an institution, corporate body, association, non-profit enterprise, government, religious body, etc. has served as the agent. -OTHER: Use OTHER if none of the preceding values pertain and clarify the type of agent specifier being used in the OTHERTYPE attribute - - - - - - - - - - - - - OTHERTYPE (string/O): Specifies the type of agent when the value OTHER is indicated in the TYPE attribute. - - - - - - - - - The alternative record identifier element <altRecordID> allows one to use alternative record identifier values for the digital object represented by the METS document; the primary record identifier is stored in the OBJID attribute in the root <mets> element. - - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - TYPE (string/O): A description of the identifier type (e.g., OCLC record number, LCCN, etc.). - - - - - - - - - - - The metsDocument identifier element <metsDocumentID> allows a unique identifier to be assigned to the METS document itself. This may be different from the OBJID attribute value in the root <mets> element, which uniquely identifies the entire digital object represented by the METS document. - - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - TYPE (string/O): A description of the identifier type. - - - - - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - ADMID (IDREFS/O): Contains the ID attribute values of the <techMD>, <sourceMD>, <rightsMD> and/or <digiprovMD> elements within the <amdSec> of the METS document that contain administrative metadata pertaining to the METS document itself. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer. - - - - - - CREATEDATE (dateTime/O): Records the date/time the METS document was created. - - - - - - LASTMODDATE (dateTime/O): Is used to indicate the date/time the METS document was last modified. - - - - - - RECORDSTATUS (string/O): Specifies the status of the METS document. It is used for internal processing purposes. - - - - - - - - - A descriptive metadata section <dmdSec> records descriptive metadata pertaining to the METS object as a whole or one of its components. The <dmdSec> element conforms to same generic datatype as the <techMD>, <rightsMD>, <sourceMD> and <digiprovMD> elements, and supports the same sub-elements and attributes. A descriptive metadata element can either wrap the metadata (mdWrap) or reference it in an external location (mdRef) or both. METS allows multiple <dmdSec> elements; and descriptive metadata can be associated with any METS element that supports a DMDID attribute. Descriptive metadata can be expressed according to many current description standards (i.e., MARC, MODS, Dublin Core, TEI Header, EAD, VRA, FGDC, DDI) or a locally produced XML schema. - - - - - - - The administrative metadata section <amdSec> contains the administrative metadata pertaining to the digital object, its components and any original source material from which the digital object is derived. The <amdSec> is separated into four sub-sections that accommodate technical metadata (techMD), intellectual property rights (rightsMD), analog/digital source metadata (sourceMD), and digital provenance metadata (digiprovMD). Each of these subsections can either wrap the metadata (mdWrap) or reference it in an external location (mdRef) or both. Multiple instances of the <amdSec> element can occur within a METS document and multiple instances of its subsections can occur in one <amdSec> element. This allows considerable flexibility in the structuring of the administrative metadata. METS does not define a vocabulary or syntax for encoding administrative metadata. Administrative metadata can be expressed within the amdSec sub-elements according to many current community defined standards, or locally produced XML schemas. - - - - - - The overall purpose of the content file section element <fileSec> is to provide an inventory of and the location for the content files that comprise the digital object being described in the METS document. - - - - - - - - A sequence of file group elements <fileGrp> can be used group the digital files comprising the content of a METS object either into a flat arrangement or, because each file group element can itself contain one or more file group elements, into a nested (hierarchical) arrangement. In the case where the content files are images of different formats and resolutions, for example, one could group the image content files by format and create a separate <fileGrp> for each image format/resolution such as: --- one <fileGrp> for the thumbnails of the images --- one <fileGrp> for the higher resolution JPEGs of the image --- one <fileGrp> for the master archival TIFFs of the images -For a text resource with a variety of content file types one might group the content files at the highest level by type, and then use the <fileGrp> element’s nesting capabilities to subdivide a <fileGrp> by format within the type, such as: --- one <fileGrp> for all of the page images with nested <fileGrp> elements for each image format/resolution (tiff, jpeg, gif) --- one <fileGrp> for a PDF version of all the pages of the document --- one <fileGrp> for a TEI encoded XML version of the entire document or each of its pages. -A <fileGrp> may contain zero or more <fileGrp> elements and or <file> elements. - - - - - - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - - - The structural map section <structMap> is the heart of a METS document. It provides a means for organizing the digital content represented by the <file> elements in the <fileSec> of the METS document into a coherent hierarchical structure. Such a hierarchical structure can be presented to users to facilitate their comprehension and navigation of the digital content. It can further be applied to any purpose requiring an understanding of the structural relationship of the content files or parts of the content files. The organization may be specified to any level of granularity (intellectual and or physical) that is desired. Since the <structMap> element is repeatable, more than one organization can be applied to the digital content represented by the METS document. The hierarchical structure specified by a <structMap> is encoded as a tree of nested <div> elements. A <div> element may directly point to content via child file pointer <fptr> elements (if the content is represented in the <fileSec<) or child METS pointer <mptr> elements (if the content is represented by an external METS document). The <fptr> element may point to a single whole <file> element that manifests its parent <div<, or to part of a <file> that manifests its <div<. It can also point to multiple files or parts of files that must be played/displayed either in sequence or in parallel to reveal its structural division. In addition to providing a means for organizing content, the <structMap> provides a mechanism for linking content at any hierarchical level with relevant descriptive and administrative metadata. - - - - - - - The structural link section element <structLink> allows for the specification of hyperlinks between the different components of a METS structure that are delineated in a structural map. This element is a container for a single, repeatable element, <smLink> which indicates a hyperlink between two nodes in the structural map. The <structLink> section in the METS document is identified using its XML ID attributes. - - - - - - - - - - - - A behavior section element <behaviorSec> associates executable behaviors with content in the METS document by means of a repeatable behavior <behavior> element. This element has an interface definition <interfaceDef> element that represents an abstract definition of the set of behaviors represented by a particular behavior section. A <behavior> element also has a <mechanism> element which is used to point to a module of executable code that implements and runs the behavior defined by the interface definition. The <behaviorSec> element, which is repeatable as well as nestable, can be used to group individual behaviors within the structure of the METS document. Such grouping can be useful for organizing families of behaviors together or to indicate other relationships between particular behaviors. - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - OBJID (string/O): Is the primary identifier assigned to the METS object as a whole. Although this attribute is not required, it is strongly recommended. This identifier is used to tag the entire METS object to external systems, in contrast with the ID identifier. - - - - - - LABEL (string/O): Is a simple title string used to identify the object/entity being described in the METS document for the user. - - - - - - TYPE (string/O): Specifies the class or type of the object, e.g.: book, journal, stereograph, dataset, video, etc. - - - - - - PROFILE (string/O): Indicates to which of the registered profile(s) the METS document conforms. For additional information about PROFILES see Chapter 5 of the METS Primer. - - - - - - - amdSecType: Complex Type for Administrative Metadata Sections - The administrative metadata section consists of four possible subsidiary sections: techMD (technical metadata for text/image/audio/video files), rightsMD (intellectual property rights metadata), sourceMD (analog/digital source metadata), and digiprovMD (digital provenance metadata, that is, the history of migrations/translations performed on a digital library object from it's original digital capture/encoding). - - - - - - - A technical metadata element <techMD> records technical metadata about a component of the METS object, such as a digital content file. The <techMD> element conforms to same generic datatype as the <dmdSec>, <rightsMD>, <sourceMD> and <digiprovMD> elements, and supports the same sub-elements and attributes. A technical metadata element can either wrap the metadata (mdWrap) or reference it in an external location (mdRef) or both. METS allows multiple <techMD> elements; and technical metadata can be associated with any METS element that supports an ADMID attribute. Technical metadata can be expressed according to many current technical description standards (such as MIX and textMD) or a locally produced XML schema. - - - - - - - An intellectual property rights metadata element <rightsMD> records information about copyright and licensing pertaining to a component of the METS object. The <rightsMD> element conforms to same generic datatype as the <dmdSec>, <techMD>, <sourceMD> and <digiprovMD> elements, and supports the same sub-elements and attributes. A rights metadata element can either wrap the metadata (mdWrap) or reference it in an external location (mdRef) or both. METS allows multiple <rightsMD> elements; and rights metadata can be associated with any METS element that supports an ADMID attribute. Rights metadata can be expressed according current rights description standards (such as CopyrightMD and rightsDeclarationMD) or a locally produced XML schema. - - - - - - - A source metadata element <sourceMD> records descriptive and administrative metadata about the source format or media of a component of the METS object such as a digital content file. It is often used for discovery, data administration or preservation of the digital object. The <sourceMD> element conforms to same generic datatype as the <dmdSec>, <techMD>, <rightsMD>, and <digiprovMD> elements, and supports the same sub-elements and attributes. A source metadata element can either wrap the metadata (mdWrap) or reference it in an external location (mdRef) or both. METS allows multiple <sourceMD> elements; and source metadata can be associated with any METS element that supports an ADMID attribute. Source metadata can be expressed according to current source description standards (such as PREMIS) or a locally produced XML schema. - - - - - - - A digital provenance metadata element <digiprovMD> can be used to record any preservation-related actions taken on the various files which comprise a digital object (e.g., those subsequent to the initial digitization of the files such as transformation or migrations) or, in the case of born digital materials, the files’ creation. In short, digital provenance should be used to record information that allows both archival/library staff and scholars to understand what modifications have been made to a digital object and/or its constituent parts during its life cycle. This information can then be used to judge how those processes might have altered or corrupted the object’s ability to accurately represent the original item. One might, for example, record master derivative relationships and the process by which those derivations have been created. Or the <digiprovMD> element could contain information regarding the migration/transformation of a file from its original digitization (e.g., OCR, TEI, etc.,)to its current incarnation as a digital object (e.g., JPEG2000). The <digiprovMD> element conforms to same generic datatype as the <dmdSec>, <techMD>, <rightsMD>, and <sourceMD> elements, and supports the same sub-elements and attributes. A digital provenance metadata element can either wrap the metadata (mdWrap) or reference it in an external location (mdRef) or both. METS allows multiple <digiprovMD> elements; and digital provenance metadata can be associated with any METS element that supports an ADMID attribute. Digital provenance metadata can be expressed according to current digital provenance description standards (such as PREMIS) or a locally produced XML schema. - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - fileGrpType: Complex Type for File Groups - The file group is used to cluster all of the digital files composing a digital library object in a hierarchical arrangement (fileGrp is recursively defined to enable the creation of the hierarchy). Any file group may contain zero or more file elements. File elements in turn can contain one or more FLocat elements (a pointer to a file containing content for this object) and/or a FContent element (the contents of the file, in either XML or Base64 encoding). - - - - - - - - The file element <file> provides access to the content files for the digital object being described by the METS document. A <file> element may contain one or more <FLocat> elements which provide pointers to a content file and/or a <FContent> element which wraps an encoded version of the file. Embedding files using <FContent> can be a valuable feature for exchanging digital objects between repositories or for archiving versions of digital objects for off-site storage. All <FLocat> and <FContent> elements should identify and/or contain identical copies of a single file. The <file> element is recursive, thus allowing sub-files or component files of a larger file to be listed in the inventory. Alternatively, by using the <stream> element, a smaller component of a file or of a related file can be placed within a <file> element. Finally, by using the <transformFile> element, it is possible to include within a <file> element a different version of a file that has undergone a transformation for some reason, such as format migration. - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - VERSDATE (dateTime/O): An optional dateTime attribute specifying the date this version/fileGrp of the digital object was created. - - - - - - ADMID (IDREF/O): Contains the ID attribute values of the <techMD>, <sourceMD>, <rightsMD> and/or <digiprovMD> elements within the <amdSec> of the METS document applicable to all of the files in a particular file group. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer. - - - - - - USE (string/O): A tagging attribute to indicate the intended use of files within this file group (e.g., master, reference, thumbnails for image files). A USE attribute can be expressed at the<fileGrp> level, the <file> level, the <FLocat> level and/or the <FContent> level. A USE attribute value at the <fileGrp> level should pertain to all of the files in the <fileGrp>. A USE attribute at the <file> level should pertain to all copies of the file as represented by subsidiary <FLocat> and/or <FContent> elements. A USE attribute at the <FLocat> or <FContent> level pertains to the particular copy of the file that is either referenced (<FLocat>) or wrapped (<FContent>). - - - - - - - structMapType: Complex Type for Structural Maps - The structural map (structMap) outlines a hierarchical structure for the original object being encoded, using a series of nested div elements. - - - - - - - The structural divisions of the hierarchical organization provided by a <structMap> are represented by division <div> elements, which can be nested to any depth. Each <div> element can represent either an intellectual (logical) division or a physical division. Every <div> node in the structural map hierarchy may be connected (via subsidiary <mptr> or <fptr> elements) to content files which represent that div's portion of the whole document. - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - TYPE (string/O): Identifies the type of structure represented by the <structMap>. For example, a <structMap> that represented a purely logical or intellectual structure could be assigned a TYPE value of “logical” whereas a <structMap> that represented a purely physical structure could be assigned a TYPE value of “physical”. However, the METS schema neither defines nor requires a common vocabulary for this attribute. A METS profile, however, may well constrain the values for the <structMap> TYPE. - - - - - - LABEL (string/O): Describes the <structMap> to viewers of the METS document. This would be useful primarily where more than one <structMap> is provided for a single object. A descriptive LABEL value, in that case, could clarify to users the purpose of each of the available structMaps. - - - - - - - - divType: Complex Type for Divisions - The METS standard represents a document structurally as a series of nested div elements, that is, as a hierarchy (e.g., a book, which is composed of chapters, which are composed of subchapters, which are composed of text). Every div node in the structural map hierarchy may be connected (via subsidiary mptr or fptr elements) to content files which represent that div's portion of the whole document. - -SPECIAL NOTE REGARDING DIV ATTRIBUTE VALUES: -to clarify the differences between the ORDER, ORDERLABEL, and LABEL attributes for the <div> element, imagine a text with 10 roman numbered pages followed by 10 arabic numbered pages. Page iii would have an ORDER of "3", an ORDERLABEL of "iii" and a LABEL of "Page iii", while page 3 would have an ORDER of "13", an ORDERLABEL of "3" and a LABEL of "Page 3". - - - - - - - Like the <fptr> element, the METS pointer element <mptr> represents digital content that manifests its parent <div> element. Unlike the <fptr>, which either directly or indirectly points to content represented in the <fileSec> of the parent METS document, the <mptr> element points to content represented by an external METS document. Thus, this element allows multiple discrete and separate METS documents to be organized at a higher level by a separate METS document. For example, METS documents representing the individual issues in the series of a journal could be grouped together and organized by a higher level METS document that represents the entire journal series. Each of the <div> elements in the <structMap> of the METS document representing the journal series would point to a METS document representing an issue. It would do so via a child <mptr> element. Thus the <mptr> element gives METS users considerable flexibility in managing the depth of the <structMap> hierarchy of individual METS documents. The <mptr> element points to an external METS document by means of an xlink:href attribute and associated XLink attributes. - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - - CONTENTIDS (URI/O): Content IDs for the content represented by the <mptr> (equivalent to DIDL DII or Digital Item Identifier, a unique external ID). - - - - - - - - - The <fptr> or file pointer element represents digital content that manifests its parent <div> element. The content represented by an <fptr> element must consist of integral files or parts of files that are represented by <file> elements in the <fileSec>. Via its FILEID attribute, an <fptr> may point directly to a single integral <file> element that manifests a structural division. However, an <fptr> element may also govern an <area> element, a <par>, or a <seq> which in turn would point to the relevant file or files. A child <area> element can point to part of a <file> that manifests a division, while the <par> and <seq> elements can point to multiple files or parts of files that together manifest a division. More than one <fptr> element can be associated with a <div> element. Typically sibling <fptr> elements represent alternative versions, or manifestations, of the same content - - - - - - - - The <par> or parallel files element aggregates pointers to files, parts of files, and/or sequences of files or parts of files that must be played or displayed simultaneously to manifest a block of digital content represented by an <fptr> element. This might be the case, for example, with multi-media content, where a still image might have an accompanying audio track that comments on the still image. In this case, a <par> element would aggregate two <area> elements, one of which pointed to the image file and one of which pointed to the audio file that must be played in conjunction with the image. The <area> element associated with the image could be further qualified with SHAPE and COORDS attributes if only a portion of the image file was pertinent and the <area> element associated with the audio file could be further qualified with BETYPE, BEGIN, EXTTYPE, and EXTENT attributes if only a portion of the associated audio file should be played in conjunction with the image. - - - - - - - The sequence of files element <seq> aggregates pointers to files, parts of files and/or parallel sets of files or parts of files that must be played or displayed sequentially to manifest a block of digital content. This might be the case, for example, if the parent <div> element represented a logical division, such as a diary entry, that spanned multiple pages of a diary and, hence, multiple page image files. In this case, a <seq> element would aggregate multiple, sequentially arranged <area> elements, each of which pointed to one of the image files that must be presented sequentially to manifest the entire diary entry. If the diary entry started in the middle of a page, then the first <area> element (representing the page on which the diary entry starts) might be further qualified, via its SHAPE and COORDS attributes, to specify the specific, pertinent area of the associated image file. - - - - - - - The area element <area> typically points to content consisting of just a portion or area of a file represented by a <file> element in the <fileSec>. In some contexts, however, the <area> element can also point to content represented by an integral file. A single <area> element would appear as the direct child of a <fptr> element when only a portion of a <file>, rather than an integral <file>, manifested the digital content represented by the <fptr>. Multiple <area> elements would appear as the direct children of a <par> element or a <seq> element when multiple files or parts of files manifested the digital content represented by an <fptr> element. When used in the context of a <par> or <seq> element an <area> element can point either to an integral file or to a segment of a file as necessary. - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - FILEID (IDREF/O): An optional attribute that provides the XML ID identifying the <file> element that links to and/or contains the digital content represented by the <fptr>. A <fptr> element should only have a FILEID attribute value if it does not have a child <area>, <par> or <seq> element. If it has a child element, then the responsibility for pointing to the relevant content falls to this child element or its descendants. - - - - - - CONTENTIDS (URI/O): Content IDs for the content represented by the <fptr> (equivalent to DIDL DII or Digital Item Identifier, a unique external ID). - - - - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - ORDER (integer/O): A representation of the div's order among its siblings (e.g., its absolute, numeric sequence). For an example, and clarification of the distinction between ORDER and ORDERLABEL, see the description of the ORDERLABEL attribute. - - - - - - ORDERLABEL (string/O): A representation of the div's order among its siblings (e.g., “xii”), or of any non-integer native numbering system. It is presumed that this value will still be machine actionable (e.g., it would support ‘go to page ___’ function), and it should not be used as a replacement/substitute for the LABEL attribute. To understand the differences between ORDER, ORDERLABEL and LABEL, imagine a text with 10 roman numbered pages followed by 10 arabic numbered pages. Page iii would have an ORDER of “3”, an ORDERLABEL of “iii” and a LABEL of “Page iii”, while page 3 would have an ORDER of “13”, an ORDERLABEL of “3” and a LABEL of “Page 3”. - - - - - - LABEL (string/O): An attribute used, for example, to identify a <div> to an end user viewing the document. Thus a hierarchical arrangement of the <div> LABEL values could provide a table of contents to the digital content represented by a METS document and facilitate the users’ navigation of the digital object. Note that a <div> LABEL should be specific to its level in the structural map. In the case of a book with chapters, the book <div> LABEL should have the book title and the chapter <div>; LABELs should have the individual chapter titles, rather than having the chapter <div> LABELs combine both book title and chapter title . For further of the distinction between LABEL and ORDERLABEL see the description of the ORDERLABEL attribute. - - - - - - DMDID (IDREFS/O): Contains the ID attribute values identifying the <dmdSec>, elements in the METS document that contain or link to descriptive metadata pertaining to the structural division represented by the current <div> element. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer. - - - - - - ADMID (IDREFS/O): Contains the ID attribute values identifying the <rightsMD>, <sourceMD>, <techMD> and/or <digiprovMD> elements within the <amdSec> of the METS document that contain or link to administrative metadata pertaining to the structural division represented by the <div> element. Typically the <div> ADMID attribute would be used to identify the <rightsMD> element or elements that pertain to the <div>, but it could be used anytime there was a need to link a <div> with pertinent administrative metadata. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer. - - - - - - TYPE (string/O): An attribute that specifies the type of structural division that the <div> element represents. Possible <div> TYPE attribute values include: chapter, article, page, track, segment, section etc. METS places no constraints on the possible TYPE values. Suggestions for controlled vocabularies for TYPE may be found on the METS website. - - - - - - CONTENTIDS (URI/O): Content IDs for the content represented by the <div> (equivalent to DIDL DII or Digital Item Identifier, a unique external ID). - - - - - - xlink:label - an xlink label to be referred to by an smLink element - - - - - - parType: Complex Type for Parallel Files - The <par> or parallel files element aggregates pointers to files, parts of files, and/or sequences of files or parts of files that must be played or displayed simultaneously to manifest a block of digital content represented by an <fptr> element. - - - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - seqType: Complex Type for Sequences of Files - The seq element should be used to link a div to a set of content files when those files should be played/displayed sequentially to deliver content to a user. Individual <area> subelements within the seq element provide the links to the files or portions thereof. - - - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - areaType: Complex Type for Area Linking - The area element provides for more sophisticated linking between a div element and content files representing that div, be they text, image, audio, or video files. An area element can link a div to a point within a file, to a one-dimension segment of a file (e.g., text segment, image line, audio/video clip), or a two-dimensional section of a file (e.g, subsection of an image, or a subsection of the video display of a video file. The area element has no content; all information is recorded within its various attributes. - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - FILEID (IDREF/R): An attribute which provides the XML ID value that identifies the <file> element in the <fileSec> that then points to and/or contains the digital content represented by the <area> element. It must contain an ID value represented in an ID attribute associated with a <file> element in the <fileSec> element in the same METS document. - - - - - - SHAPE (string/O): An attribute that can be used as in HTML to define the shape of the relevant area within the content file pointed to by the <area> element. Typically this would be used with image content (still image or video frame) when only a portion of an integal image map pertains. If SHAPE is specified then COORDS must also be present. SHAPE should be used in conjunction with COORDS in the manner defined for the shape and coords attributes on an HTML4 <area> element. SHAPE must contain one of the following values: -RECT -CIRCLE -POLY - - - - - - - - - - - - - COORDS (string/O): Specifies the coordinates in an image map for the shape of the pertinent area as specified in the SHAPE attribute. While technically optional, SHAPE and COORDS must both appear together to define the relevant area of image content. COORDS should be used in conjunction with SHAPE in the manner defined for the COORDs and SHAPE attributes on an HTML4 <area> element. COORDS must be a comma delimited string of integer value pairs representing coordinates (plus radius in the case of CIRCLE) within an image map. Number of coordinates pairs depends on shape: RECT: x1, y1, x2, y2; CIRC: x1, y1; POLY: x1, y1, x2, y2, x3, y3 . . . - - - - - - BEGIN (string/O): An attribute that specifies the point in the content file where the relevant section of content begins. It can be used in conjunction with either the END attribute or the EXTENT attribute as a means of defining the relevant portion of the referenced file precisely. It can only be interpreted meaningfully in conjunction with the BETYPE or EXTTYPE, which specify the kind of beginning/ending point values or beginning/extent values that are being used. The BEGIN attribute can be used with or without a companion END or EXTENT element. In this case, the end of the content file is assumed to be the end point. - - - - - - END (string/O): An attribute that specifies the point in the content file where the relevant section of content ends. It can only be interpreted meaningfully in conjunction with the BETYPE, which specifies the kind of ending point values being used. Typically the END attribute would only appear in conjunction with a BEGIN element. - - - - - - BETYPE: Begin/End Type. - BETYPE (string/O): An attribute that specifies the kind of BEGIN and/or END values that are being used. For example, if BYTE is specified, then the BEGIN and END point values represent the byte offsets into a file. If IDREF is specified, then the BEGIN element specifies the ID value that identifies the element in a structured text file where the relevant section of the file begins; and the END value (if present) would specify the ID value that identifies the element with which the relevant section of the file ends. Must be one of the following values: -BYTE -IDREF -SMIL -MIDI -SMPTE-25 -SMPTE-24 -SMPTE-DF30 -SMPTE-NDF30 -SMPTE-DF29.97 -SMPTE-NDF29.97 -TIME -TCF -XPTR - - - - - - - - - - - - - - - - - - - - - - - EXTENT (string/O): An attribute that specifies the extent of the relevant section of the content file. Can only be interpreted meaningfully in conjunction with the EXTTYPE which specifies the kind of value that is being used. Typically the EXTENT attribute would only appear in conjunction with a BEGIN element and would not be used if the BEGIN point represents an IDREF. - - - - - - EXTTYPE (string/O): An attribute that specifies the kind of EXTENT values that are being used. For example if BYTE is specified then EXTENT would represent a byte count. If TIME is specified the EXTENT would represent a duration of time. EXTTYPE must be one of the following values: -BYTE -SMIL -MIDI -SMPTE-25 -SMPTE-24 -SMPTE-DF30 -SMPTE-NDF30 -SMPTE-DF29.97 -SMPTE-NDF29.97 -TIME -TCF. - - - - - - - - - - - - - - - - - - - - - ADMID (IDREFS/O): Contains the ID attribute values identifying the <rightsMD>, <sourceMD>, <techMD> and/or <digiprovMD> elements within the <amdSec> of the METS document that contain or link to administrative metadata pertaining to the content represented by the <area> element. Typically the <area> ADMID attribute would be used to identify the <rightsMD> element or elements that pertain to the <area>, but it could be used anytime there was a need to link an <area> with pertinent administrative metadata. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer - - - - - - CONTENTIDS (URI/O): Content IDs for the content represented by the <area> (equivalent to DIDL DII or Digital Item Identifier, a unique external ID). - - - - - - - structLinkType: Complex Type for Structural Map Linking - The Structural Map Linking section allows for the specification of hyperlinks between different components of a METS structure delineated in a structural map. structLink contains a single, repeatable element, smLink. Each smLink element indicates a hyperlink between two nodes in the structMap. The structMap nodes recorded in smLink are identified using their XML ID attribute values. - - - - - - - The Structural Map Link element <smLink> identifies a hyperlink between two nodes in the structural map. You would use <smLink>, for instance, to note the existence of hypertext links between web pages, if you wished to record those links within METS. NOTE: <smLink> is an empty element. The location of the <smLink> element to which the <smLink> element is pointing MUST be stored in the xlink:href attribute. - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - xlink:arcrole - the role of the link, as per the xlink specification. See http://www.w3.org/TR/xlink/ - - - - - - - xlink:title - a title for the link (if needed), as per the xlink specification. See http://www.w3.org/TR/xlink/ - - - - - - - xlink:show - see the xlink specification at http://www.w3.org/TR/xlink/ - - - - - - - xlink:actuate - see the xlink specification at http://www.w3.org/TR/xlink/ - - - - - - - xlink:to - the value of the label for the element in the structMap you are linking to. - - - - - - - xlink:from - the value of the label for the element in the structMap you are linking from. - - - - - - - - - The structMap link group element <smLinkGrp> provides an implementation of xlink:extendLink, and provides xlink compliant mechanisms for establishing xlink:arcLink type links between 2 or more <div> elements in <structMap> element(s) occurring within the same METS document or different METS documents. The smLinkGrp could be used as an alternative to the <smLink> element to establish a one-to-one link between <div> elements in the same METS document in a fully xlink compliant manner. However, it can also be used to establish one-to-many or many-to-many links between <div> elements. For example, if a METS document contains two <structMap> elements, one of which represents a purely logical structure and one of which represents a purely physical structure, the <smLinkGrp> element would provide a means of mapping a <div> representing a logical entity (for example, a newspaper article) with multiple <div> elements in the physical <structMap> representing the physical areas that together comprise the logical entity (for example, the <div> elements representing the page areas that together comprise the newspaper article). - - - - - - - - The structMap locator link element <smLocatorLink> is of xlink:type "locator". It provides a means of identifying a <div> element that will participate in one or more of the links specified by means of <smArcLink> elements within the same <smLinkGrp>. The participating <div> element that is represented by the <smLocatorLink> is identified by means of a URI in the associate xlink:href attribute. The lowest level of this xlink:href URI value should be a fragment identifier that references the ID value that identifies the relevant <div> element. For example, "xlink:href='#div20'" where "div20" is the ID value that identifies the pertinent <div> in the current METS document. Although not required by the xlink specification, an <smLocatorLink> element will typically include an xlink:label attribute in this context, as the <smArcLink> elements will reference these labels to establish the from and to sides of each arc link. - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - - - - The structMap arc link element <smArcLink> is of xlink:type "arc" It can be used to establish a traversal link between two <div> elements as identified by <smLocatorLink> elements within the same smLinkGrp element. The associated xlink:from and xlink:to attributes identify the from and to sides of the arc link by referencing the xlink:label attribute values on the participating smLocatorLink elements. - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - ARCTYPE (string/O):The ARCTYPE attribute provides a means of specifying the relationship between the <div> elements participating in the arc link, and hence the purpose or role of the link. While it can be considered analogous to the xlink:arcrole attribute, its type is a simple string, rather than anyURI. ARCTYPE has no xlink specified meaning, and the xlink:arcrole attribute should be used instead of or in addition to the ARCTYPE attribute when full xlink compliance is desired with respect to specifying the role or purpose of the arc link. - - - - - - ADMID (IDREFS/O): Contains the ID attribute values identifying the <sourceMD>, <techMD>, <digiprovMD> and/or <rightsMD> elements within the <amdSec> of the METS document that contain or link to administrative metadata pertaining to <smArcLink>. Typically the <smArcLink> ADMID attribute would be used to identify one or more <sourceMD> and/or <techMD> elements that refine or clarify the relationship between the xlink:from and xlink:to sides of the arc. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer. - - - - - - - - - - ARCLINKORDER (enumerated string/O): ARCLINKORDER is used to indicate whether the order of the smArcLink elements aggregated by the smLinkGrp element is significant. If the order is significant, then a value of "ordered" should be supplied. Value defaults to "unordered" Note that the ARLINKORDER attribute has no xlink specified meaning. - - - - - - - - - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - behaviorSecType: Complex Type for Behavior Sections - Behaviors are executable code which can be associated with parts of a METS object. The behaviorSec element is used to group individual behaviors within a hierarchical structure. Such grouping can be useful to organize families of behaviors together or to indicate other relationships between particular behaviors. - - - - - - - - A behavior element <behavior> can be used to associate executable behaviors with content in the METS document. This element has an interface definition <interfaceDef> element that represents an abstract definition of a set of behaviors represented by a particular behavior. A <behavior> element also has a behavior mechanism <mechanism> element, a module of executable code that implements and runs the behavior defined abstractly by the interface definition. - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - CREATED (dateTime/O): Specifies the date and time of creation for the <behaviorSec> - - - - - - LABEL (string/O): A text description of the behavior section. - - - - - - - behaviorType: Complex Type for Behaviors - A behavior can be used to associate executable behaviors with content in the METS object. A behavior element has an interface definition element that represents an abstract definition of the set of behaviors represented by a particular behavior. A behavior element also has an behavior mechanism which is a module of executable code that implements and runs the behavior defined abstractly by the interface definition. - - - - - - - The interface definition <interfaceDef> element contains a pointer to an abstract definition of a single behavior or a set of related behaviors that are associated with the content of a METS object. The interface definition object to which the <interfaceDef> element points using xlink:href could be another digital object, or some other entity, such as a text file which describes the interface or a Web Services Description Language (WSDL) file. Ideally, an interface definition object contains metadata that describes a set of behaviors or methods. It may also contain files that describe the intended usage of the behaviors, and possibly files that represent different expressions of the interface definition. - - - - - - - A mechanism element <mechanism> contains a pointer to an executable code module that implements a set of behaviors defined by an interface definition. The <mechanism> element will be a pointer to another object (a mechanism object). A mechanism object could be another METS object, or some other entity (e.g., a WSDL file). A mechanism object should contain executable code, pointers to executable code, or specifications for binding to network services (e.g., web services). - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. In the case of a <behavior> element that applies to a <transformFile> element, the ID value must be present and would be referenced from the transformFile/@TRANSFORMBEHAVIOR attribute. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - STRUCTID (IDREFS/O): An XML IDREFS attribute used to link a <behavior> to one or more <div> elements within a <structMap> in the METS document. The content to which the STRUCTID points is considered input to the executable behavior mechanism defined for the behavior. If the <behavior> applies to one or more <div> elements, then the STRUCTID attribute must be present. - - - - - - BTYPE (string/O): The behavior type provides a means of categorizing the related behavior. - - - - - CREATED (dateTime/O): The dateTime of creation for the behavior. - - - - - - LABEL (string/O): A text description of the behavior. - - - - - - GROUPID (string/O): An identifier that establishes a correspondence between the given behavior and other behaviors, typically used to facilitate versions of behaviors. - - - - - - ADMID (IDREFS/O): An optional attribute listing the XML ID values of administrative metadata sections within the METS document pertaining to this behavior. - - - - - - - objectType: complexType for interfaceDef and mechanism elements - The mechanism and behavior elements point to external objects--an interface definition object or an executable code object respectively--which together constitute a behavior that can be applied to one or more <div> elements in a <structMap>. - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - LABEL (string/O): A text description of the entity represented. - - - - - - - - - mdSecType: Complex Type for Metadata Sections - A generic framework for pointing to/including metadata within a METS document, a la Warwick Framework. - - - - - - - The metadata reference element <mdRef> element is a generic element used throughout the METS schema to provide a pointer to metadata which resides outside the METS document. NB: <mdRef> is an empty element. The location of the metadata must be recorded in the xlink:href attribute, supplemented by the XPTR attribute as needed. - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - - - - LABEL (string/O): Provides a label to display to the viewer of the METS document that identifies the associated metadata. - - - - - - XPTR (string/O): Locates the point within a file to which the <mdRef> element refers, if applicable. - - - - - - - - - A metadata wrapper element <mdWrap> provides a wrapper around metadata embedded within a METS document. The element is repeatable. Such metadata can be in one of two forms: 1) XML-encoded metadata, with the XML-encoding identifying itself as belonging to a namespace other than the METS document namespace. 2) Any arbitrary binary or textual form, PROVIDED that the metadata is Base64 encoded and wrapped in a <binData> element within the internal descriptive metadata element. - - - - - - - - The binary data wrapper element <binData> is used to contain Base64 encoded metadata. - - - - - - The xml data wrapper element <xmlData> is used to contain XML encoded metadata. The content of an <xmlData> element can be in any namespace or in no namespace. As permitted by the XML Schema Standard, the processContents attribute value for the metadata in an <xmlData> is set to “lax”. Therefore, if the source schema and its location are identified by means of an XML schemaLocation attribute, then an XML processor will validate the elements for which it can find declarations. If a source schema is not identified, or cannot be found at the specified schemaLocation, then an XML validator will check for well-formedness, but otherwise skip over the elements appearing in the <xmlData> element. - - - - - - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - - LABEL: an optional string attribute providing a label to display to the viewer of the METS document identifying the metadata. - - - - - - - - - ID (ID/R): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. The ID attribute on the <dmdSec>, <techMD>, <sourceMD>, <rightsMD> and <digiprovMD> elements (which are all of mdSecType) is required, and its value should be referenced from one or more DMDID attributes (when the ID identifies a <dmdSec> element) or ADMID attributes (when the ID identifies a <techMD>, <sourceMD>, <rightsMD> or <digiprovMD> element) that are associated with other elements in the METS document. The following elements support references to a <dmdSec> via a DMDID attribute: <file>, <stream>, <div>. The following elements support references to <techMD>, <sourceMD>, <rightsMD> and <digiprovMD> elements via an ADMID attribute: <metsHdr>, <dmdSec>, <techMD>, <sourceMD>, <rightsMD>, <digiprovMD>, <fileGrp>, <file>, <stream>, <div>, <area>, <behavior>. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - GROUPID (string/O): This identifier is used to indicate that different metadata sections may be considered as part of a group. Two metadata sections with the same GROUPID value are to be considered part of the same group. For example this facility might be used to group changed versions of the same metadata if previous versions are maintained in a file for tracking purposes. - - - - - - ADMID (IDREFS/O): Contains the ID attribute values of the <digiprovMD>, <techMD>, <sourceMD> and/or <rightsMD> elements within the <amdSec> of the METS document that contain administrative metadata pertaining to the current mdSecType element. Typically used in this context to reference preservation metadata (digiprovMD) which applies to the current metadata. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer. - - - - - - CREATED (dateTime/O): Specifies the date and time of creation for the metadata. - - - - - - STATUS (string/O): Indicates the status of this metadata (e.g., superseded, current, etc.). - - - - - - - fileType: Complex Type for Files - The file element provides access to content files for a METS object. A file element may contain one or more FLocat elements, which provide pointers to a content file, and/or an FContent element, which wraps an encoded version of the file. Note that ALL FLocat and FContent elements underneath a single file element should identify/contain identical copies of a single file. - - - - - - - - The file location element <FLocat> provides a pointer to the location of a content file. It uses the XLink reference syntax to provide linking information indicating the actual location of the content file, along with other attributes specifying additional linking information. NOTE: <FLocat> is an empty element. The location of the resource pointed to MUST be stored in the xlink:href attribute. - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - - USE (string/O): A tagging attribute to indicate the intended use of the specific copy of the file represented by the <FLocat> element (e.g., service master, archive master). A USE attribute can be expressed at the<fileGrp> level, the <file> level, the <FLocat> level and/or the <FContent> level. A USE attribute value at the <fileGrp> level should pertain to all of the files in the <fileGrp>. A USE attribute at the <file> level should pertain to all copies of the file as represented by subsidiary <FLocat> and/or <FContent> elements. A USE attribute at the <FLocat> or <FContent> level pertains to the particular copy of the file that is either referenced (<FLocat>) or wrapped (<FContent>). - - - - - - - - - - The file content element <FContent> is used to identify a content file contained internally within a METS document. The content file must be either Base64 encoded and contained within the subsidiary <binData> wrapper element, or consist of XML information and be contained within the subsidiary <xmlData> wrapper element. - - - - - - - - A binary data wrapper element <binData> is used to contain a Base64 encoded file. - - - - - - - An xml data wrapper element <xmlData> is used to contain an XML encoded file. The content of an <xmlData> element can be in any namespace or in no namespace. As permitted by the XML Schema Standard, the processContents attribute value for the metadata in an <xmlData> element is set to “lax”. Therefore, if the source schema and its location are identified by means of an xsi:schemaLocation attribute, then an XML processor will validate the elements for which it can find declarations. If a source schema is not identified, or cannot be found at the specified schemaLocation, then an XML validator will check for well-formedness, but otherwise skip over the elements appearing in the <xmlData> element. - - - - - - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - USE (string/O): A tagging attribute to indicate the intended use of the specific copy of the file represented by the <FContent> element (e.g., service master, archive master). A USE attribute can be expressed at the<fileGrp> level, the <file> level, the <FLocat> level and/or the <FContent> level. A USE attribute value at the <fileGrp> level should pertain to all of the files in the <fileGrp>. A USE attribute at the <file> level should pertain to all copies of the file as represented by subsidiary <FLocat> and/or <FContent> elements. A USE attribute at the <FLocat> or <FContent> level pertains to the particular copy of the file that is either referenced (<FLocat>) or wrapped (<FContent>). - - - - - - - - - A component byte stream element <stream> may be composed of one or more subsidiary streams. An MPEG4 file, for example, might contain separate audio and video streams, each of which is associated with technical metadata. The repeatable <stream> element provides a mechanism to record the existence of separate data streams within a particular file, and the opportunity to associate <dmdSec> and <amdSec> with those subsidiary data streams if desired. - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - streamType (string/O): The IANA MIME media type for the bytestream. - - - - - OWNERID (string/O): Used to provide a unique identifier (which could include a URI) assigned to the file. This identifier may differ from the URI used to retrieve the file. - - - - - - ADMID (IDREFS/O): Contains the ID attribute values of the <techMD>, <sourceMD>, <rightsMD> and/or <digiprovMD> elements within the <amdSec> of the METS document that contain administrative metadata pertaining to the bytestream. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer. - - - - - - DMDID (IDREFS/O): Contains the ID attribute values identifying the <dmdSec>, elements in the METS document that contain or link to descriptive metadata pertaining to the content file stream represented by the current <stream> element. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer. - - - - - - BEGIN (string/O): An attribute that specifies the point in the parent <file> where the current <stream> begins. It can be used in conjunction with the END attribute as a means of defining the location of the stream within its parent file. However, the BEGIN attribute can be used with or without a companion END attribute. When no END attribute is specified, the end of the parent file is assumed also to be the end point of the stream. The BEGIN and END attributes can only be interpreted meaningfully in conjunction with a BETYPE attribute, which specifies the kind of beginning/ending point values that are being used. - - - - - - END (string/O): An attribute that specifies the point in the parent <file> where the <stream> ends. It can only be interpreted meaningfully in conjunction with the BETYPE, which specifies the kind of ending point values being used. Typically the END attribute would only appear in conjunction with a BEGIN attribute. - - - - - - BETYPE: Begin/End Type. - BETYPE (string/O): An attribute that specifies the kind of BEGIN and/or END values that are being used. Currently BYTE is the only valid value that can be used in conjunction with nested <file> or <stream> elements. - - - - - - - - - - - - - - - - The transform file element <transformFile> provides a means to access any subsidiary files listed below a <file> element by indicating the steps required to "unpack" or transform the subsidiary files. This element is repeatable and might provide a link to a <behavior> in the <behaviorSec> that performs the transformation. - - - - - - - ID (ID/O): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - TRANSFORMTYPE (string/R): Is used to indicate the type of transformation needed to render content of a file accessible. This may include unpacking a file into subsidiary files/streams. The controlled value constraints for this XML string include “decompression” and “decryption”. Decompression is defined as the action of reversing data compression, i.e., the process of encoding information using fewer bits than an unencoded representation would use by means of specific encoding schemas. Decryption is defined as the process of restoring data that has been obscured to make it unreadable without special knowledge (encrypted data) to its original form. - - - - - - - - - - - TRANSFORM-ALGORITHM (string/R): Specifies the decompression or decryption routine used to access the contents of the file. Algorithms for compression can be either loss-less or lossy. - - - - - TRANSFORMKEY (string/O): A key to be used with the transform algorithm for accessing the file’s contents. - - - - - TRANSFORMBEHAVIOR (string/O): An IDREF to a behavior element for this transformation. - - - - - TRANSFORMORDER (postive-integer/R): The order in which the instructions must be followed in order to unpack or transform the container file. - - - - - - - - - - - ID (ID/R): This attribute uniquely identifies the element within the METS document, and would allow the element to be referenced unambiguously from another element or document via an IDREF or an XPTR. Typically, the ID attribute value on a <file> element would be referenced from one or more FILEID attributes (which are of type IDREF) on <fptr>and/or <area> elements within the <structMap>. Such references establish links between structural divisions (<div> elements) and the specific content files or parts of content files that manifest them. For more information on using ID attributes for internal and external linking see Chapter 4 of the METS Primer. - - - - - - SEQ (integer/O): Indicates the sequence of this <file> relative to the others in its <fileGrp>. - - - - - - - OWNERID (string/O): A unique identifier assigned to the file by its owner. This may be a URI which differs from the URI used to retrieve the file. - - - - - - ADMID (IDREFS/O): Contains the ID attribute values of the <techMD>, <sourceMD>, <rightsMD> and/or <digiprovMD> elements within the <amdSec> of the METS document that contain administrative metadata pertaining to the file. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer. - - - - - - DMDID (IDREFS/O): Contains the ID attribute values identifying the <dmdSec>, elements in the METS document that contain or link to descriptive metadata pertaining to the content file represented by the current <file> element. For more information on using METS IDREFS and IDREF type attributes for internal linking, see Chapter 4 of the METS Primer. - - - - - - GROUPID (string/O): An identifier that establishes a correspondence between this file and files in other file groups. Typically, this will be used to associate a master file in one file group with the derivative files made from it in other file groups. - - - - - - USE (string/O): A tagging attribute to indicate the intended use of all copies of the file aggregated by the <file> element (e.g., master, reference, thumbnails for image files). A USE attribute can be expressed at the<fileGrp> level, the <file> level, the <FLocat> level and/or the <FContent> level. A USE attribute value at the <fileGrp> level should pertain to all of the files in the <fileGrp>. A USE attribute at the <file> level should pertain to all copies of the file as represented by subsidiary <FLocat> and/or <FContent> elements. A USE attribute at the <FLocat> or <FContent> level pertains to the particular copy of the file that is either referenced (<FLocat>) or wrapped (<FContent>). - - - - - - BEGIN (string/O): An attribute that specifies the point in the parent <file> where the current <file> begins. When used in conjunction with a <file> element, this attribute is only meaningful when this element is nested, and its parent <file> element represents a container file. It can be used in conjunction with the END attribute as a means of defining the location of the current file within its parent file. However, the BEGIN attribute can be used with or without a companion END attribute. When no END attribute is specified, the end of the parent file is assumed also to be the end point of the current file. The BEGIN and END attributes can only be interpreted meaningfully in conjunction with a BETYPE attribute, which specifies the kind of beginning/ending point values that are being used. - - - - - - END (string/O): An attribute that specifies the point in the parent <file> where the current, nested <file> ends. It can only be interpreted meaningfully in conjunction with the BETYPE, which specifies the kind of ending point values being used. Typically the END attribute would only appear in conjunction with a BEGIN attribute. - - - - - - BETYPE: Begin/End Type. - BETYPE (string/O): An attribute that specifies the kind of BEGIN and/or END values that are being used. Currently BYTE is the only valid value that can be used in conjunction with nested <file> or <stream> elements. - - - - - - - - - - - - - - - - - - MDTYPE (string/R): Is used to indicate the type of the associated metadata. It must have one of the following values: -MARC: any form of MARC record -MODS: metadata in the Library of Congress MODS format -EAD: Encoded Archival Description finding aid -DC: Dublin Core -NISOIMG: NISO Technical Metadata for Digital Still Images -LC-AV: technical metadata specified in the Library of Congress A/V prototyping project -VRA: Visual Resources Association Core -TEIHDR: Text Encoding Initiative Header -DDI: Data Documentation Initiative -FGDC: Federal Geographic Data Committee metadata -LOM: Learning Object Model -PREMIS: PREservation Metadata: Implementation Strategies -PREMIS:OBJECT: PREMIS Object entiry -PREMIS:AGENT: PREMIS Agent entity -PREMIS:RIGHTS: PREMIS Rights entity -PREMIS:EVENT: PREMIS Event entity -TEXTMD: textMD Technical metadata for text -METSRIGHTS: Rights Declaration Schema -ISO 19115:2003 NAP: North American Profile of ISO 19115:2003 descriptive metadata -OTHER: metadata in a format not specified above - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OTHERMDTYPE (string/O): Specifies the form of metadata in use when the value OTHER is indicated in the MDTYPE attribute. - - - - - - MDTYPEVERSION(string/O): Provides a means for recording the version of the type of metadata (as recorded in the MDTYPE or OTHERMDTYPE attribute) that is being used. This may represent the version of the underlying data dictionary or metadata model rather than a schema version. - - - - - - - LOCTYPE (string/R): Specifies the locator type used in the xlink:href attribute. Valid values for LOCTYPE are: - ARK - URN - URL - PURL - HANDLE - DOI - OTHER - - - - - - - - - - - - - - - - - OTHERLOCTYPE (string/O): Specifies the locator type when the value OTHER is used in the LOCTYPE attribute. Although optional, it is strongly recommended when OTHER is used. - - - - - - - - MIMETYPE (string/O): The IANA MIME media type for the associated file or wrapped content. Some values for this attribute can be found on the IANA website. - - - - - - SIZE (long/O): Specifies the size in bytes of the associated file or wrapped content. - - - - - - CREATED (dateTime/O): Specifies the date and time of creation for the associated file or wrapped content. - - - - - - CHECKSUM (string/O): Provides a checksum value for the associated file or wrapped content. - - - - - - CHECKSUMTYPE (enumerated string/O): Specifies the checksum algorithm used to produce the value contained in the CHECKSUM attribute. CHECKSUMTYPE must contain one of the following values: - Adler-32 - CRC32 - HAVAL - MD5 - MNP - SHA-1 - SHA-256 - SHA-384 - SHA-512 - TIGER - WHIRLPOOL - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/rss20/rss-2_0.xsd b/src/XSD2PHP/resources/rss20/rss-2_0.xsd deleted file mode 100644 index 5ee19fec..00000000 --- a/src/XSD2PHP/resources/rss20/rss-2_0.xsd +++ /dev/null @@ -1,500 +0,0 @@ - - - - - XML Schema for RSS v2.0 feed files. - Project home: http://www.codeplex.com/rss2schema/ - Based on the RSS 2.0 specification document at http://cyber.law.harvard.edu/rss/rss.html - Author: Jorgen Thelin - Revision: 16 - Date: 01-Nov-2008 - Feedback to: http://www.codeplex.com/rss2schema/WorkItem/List.aspx - - - - - - - - - - - - - - An item may represent a "story" -- much like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points to the full story. An item may also be complete in itself, if so, the description contains the text (entity-encoded HTML is allowed), and the link and title may be omitted. - - - - - - The title of the item. - - - - - The item synopsis. - - - - - The URL of the item. - - - - - Email address of the author of the item. - - - - - Includes the item in one or more categories. - - - - - URL of a page for comments relating to the item. - - - - - Describes a media object that is attached to the item. - - - - - guid or permalink URL for this entry - - - - - Indicates when the item was published. - - - - - The RSS channel that the item came from. - - - - - Extensibility element. - - - - - - - - - - - - The name of the channel. It's how people refer to your service. If you have an HTML website that contains the same information as your RSS file, the title of your channel should be the same as the title of your website. - - - - - The URL to the HTML website corresponding to the channel. - - - - - Phrase or sentence describing the channel. - - - - - The language the channel is written in. This allows aggregators to group all Italian language sites, for example, on a single page. A list of allowable values for this element, as provided by Netscape, is here. You may also use values defined by the W3C. - - - - - Copyright notice for content in the channel. - - - - - Email address for person responsible for editorial content. - - - - - Email address for person responsible for technical issues relating to channel. - - - - - The publication date for the content in the channel. All date-times in RSS conform to the Date and Time Specification of RFC 822, with the exception that the year may be expressed with two characters or four characters (four preferred). - - - - - The last time the content of the channel changed. - - - - - Specify one or more categories that the channel belongs to. - - - - - A string indicating the program used to generate the channel. - - - - - A URL that points to the documentation for the format used in the RSS file. It's probably a pointer to this page. It's for people who might stumble across an RSS file on a Web server 25 years from now and wonder what it is. - - - - - Allows processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds. - - - - - ttl stands for time to live. It's a number of minutes that indicates how long a channel can be cached before refreshing from the source. - - - - - Specifies a GIF, JPEG or PNG image that can be displayed with the channel. - - - - - The PICS rating for the channel. - - - - - Specifies a text input box that can be displayed with the channel. - - - - - A hint for aggregators telling them which hours they can skip. - - - - - A hint for aggregators telling them which days they can skip. - - - - - Extensibility element. - - - - - - - - - Extensibility element. - - - - - - - - A time in GMT when aggregators should not request the channel data. The hour beginning at midnight is hour zero. - - - - - - - - - - - - - - A day when aggregators should not request the channel data. - - - - - - - - - - - - - - - - A time in GMT, when aggregators should not request the channel data. The hour beginning at midnight is hour zero. - - - - - - - - - - - - - - - - The URL of the image file. - - - - - Describes the image, it's used in the ALT attribute of the HTML <img> tag when the channel is rendered in HTML. - - - - - The URL of the site, when the channel is rendered, the image is a link to the site. (Note, in practice the image <title> and <link> should have the same value as the channel's <title> and <link>. - - - - - The width of the image in pixels. - - - - - The height of the image in pixels. - - - - - Text that is included in the TITLE attribute of the link formed around the image in the HTML rendering. - - - - - - - The height of the image in pixels. - - - - - - - - The width of the image in pixels. - - - - - - - - Specifies a web service that supports the rssCloud interface which can be implemented in HTTP-POST, XML-RPC or SOAP 1.1. Its purpose is to allow processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds. - - - - - - - - - - - - - - - - - The purpose of this element is something of a mystery! You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it. - - - - - The label of the Submit button in the text input area. - - - - - Explains the text input area. - - - - - The name of the text object in the text input area. - - - - - The URL of the CGI script that processes text input requests. - - - - - - - Using the regexp definiton of E-Mail Address by Lucadean from the .NET RegExp Pattern Repository at http://www.3leaf.com/default/NetRegExpRepository.aspx - - - - - - - - A date-time displayed in RFC-822 format. - Using the regexp definiton of rfc-822 date by Sam Ruby at http://www.intertwingly.net/blog/1360.html - - - - - - - - - - - - - - - - - - URL where the enclosure is located - - - - - Size in bytes - - - - - MIME media-type of the enclosure - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/simple1/simple.xsd b/src/XSD2PHP/resources/simple1/simple.xsd deleted file mode 100644 index 85292972..00000000 --- a/src/XSD2PHP/resources/simple1/simple.xsd +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/ubl2.0/common/CCTS_CCT_SchemaModule-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/common/CCTS_CCT_SchemaModule-2.0.xsd deleted file mode 100644 index 5be7ba1d..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/CCTS_CCT_SchemaModule-2.0.xsd +++ /dev/null @@ -1,731 +0,0 @@ - - - - - - - - - - - - - - UNDT000001 - CCT - Amount. Type - 1.0 - A number of monetary units specified in a currency where the unit of the currency is explicit or implied. - Amount - decimal - - - - - - - - UNDT000001-SC2 - SC - Amount Currency. Identifier - The currency of the amount. - Amount Currency - Identification - Identifier - string - Reference UNECE Rec 9, using 3-letter alphabetic codes. - - - - - - - UNDT000001-SC3 - SC - Amount Currency. Code List Version. Identifier - The VersionID of the UN/ECE Rec9 code list. - Amount Currency - Code List Version - Identifier - string - - - - - - - - - - - - UNDT000002 - CCT - Binary Object. Type - 1.0 - A set of finite-length sequences of binary octets. - Binary Object - binary - - - - - - - - UNDT000002-SC2 - SC - Binary Object. Format. Text - The format of the binary content. - Binary Object - Format - Text - string - - - - - - - UNDT000002-SC3 - SC - Binary Object. Mime. Code - The mime type of the binary object. - Binary Object - Mime - Code - string - - - - - - - UNDT000002-SC4 - SC - Binary Object. Encoding. Code - Specifies the decoding algorithm of the binary object. - Binary Object - Encoding - Code - string - - - - - - - UNDT000002-SC5 - SC - Binary Object. Character Set. Code - The character set of the binary object if the mime type is text. - Binary Object - Character Set - Code - string - - - - - - - UNDT000002-SC6 - SC - Binary Object. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the binary object is located. - Binary Object - Uniform Resource Identifier - Identifier - string - - - - - - - UNDT000002-SC7 - SC - Binary Object. Filename.Text - The filename of the binary object. - Binary Object - Filename - Text - string - - - - - - - - - - - - UNDT000007 - CCT - Code. Type - 1.0 - A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information. - Code - string - Should not be used if the character string identifies an instance of an object class or an object in the real world, in which case the Identifier. Type should be used. - - - - - - - - UNDT000007-SC2 - SC - Code List. Identifier - The identification of a list of codes. - Code List - Identification - Identifier - string - - - - - - - UNDT000007-SC3 - SC - Code List. Agency. Identifier - An agency that maintains one or more lists of codes. - Code List - Agency - Identifier - string - Defaults to the UN/EDIFACT data element 3055 code list. - - - - - - - UNDT000007-SC4 - SC - Code List. Agency Name. Text - The name of the agency that maintains the list of codes. - Code List - Agency Name - Text - string - - - - - - - UNDT000007-SC5 - SC - Code List. Name. Text - The name of a list of codes. - Code List - Name - Text - string - - - - - - - UNDT000007-SC6 - SC - Code List. Version. Identifier - The version of the list of codes. - Code List - Version - Identifier - string - - - - - - - UNDT000007-SC7 - SC - Code. Name. Text - The textual equivalent of the code content component. - Code - Name - Text - string - - - - - - - UNDT000007-SC8 - SC - Language. Identifier - The identifier of the language used in the code name. - Language - Identification - Identifier - string - - - - - - - UNDT000007-SC9 - SC - Code List. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the code list is located. - Code List - Uniform Resource Identifier - Identifier - string - - - - - - - UNDT000007-SC10 - SC - Code List Scheme. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the code list scheme is located. - Code List Scheme - Uniform Resource Identifier - Identifier - string - - - - - - - - - - - - UNDT000008 - CCT - Date Time. Type - 1.0 - A particular point in the progression of time together with the relevant supplementary information. - Date Time - string - Can be used for a date and/or time. - - - - - - - - UNDT000008-SC1 - SC - Date Time. Format. Text - The format of the date time content - Date Time - Format - Text - string - - - - - - - - - - - - UNDT000011 - CCT - Identifier. Type - 1.0 - A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information. - Identifier - string - - - - - - - - UNDT000011-SC2 - SC - Identification Scheme. Identifier - The identification of the identification scheme. - Identification Scheme - Identification - Identifier - string - - - - - - - UNDT000011-SC3 - SC - Identification Scheme. Name. Text - The name of the identification scheme. - Identification Scheme - Name - Text - string - - - - - - - UNDT000011-SC4 - SC - Identification Scheme Agency. Identifier - The identification of the agency that maintains the identification scheme. - Identification Scheme Agency - Identification - Identifier - string - Defaults to the UN/EDIFACT data element 3055 code list. - - - - - - - UNDT000011-SC5 - SC - Identification Scheme Agency. Name. Text - The name of the agency that maintains the identification scheme. - Identification Scheme Agency - Agency Name - Text - string - - - - - - - UNDT000011-SC6 - SC - Identification Scheme. Version. Identifier - The version of the identification scheme. - Identification Scheme - Version - Identifier - string - - - - - - - UNDT000011-SC7 - SC - Identification Scheme Data. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the identification scheme data is located. - Identification Scheme Data - Uniform Resource Identifier - Identifier - string - - - - - - - UNDT000011-SC8 - SC - Identification Scheme. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the identification scheme is located. - Identification Scheme - Uniform Resource Identifier - Identifier - string - - - - - - - - - - - - UNDT000012 - CCT - Indicator. Type - 1.0 - A list of two mutually exclusive Boolean values that express the only possible states of a Property. - Indicator - string - - - - - - - - UNDT000012-SC2 - SC - Indicator. Format. Text - Whether the indicator is numeric, textual or binary. - Indicator - Format - Text - string - - - - - - - - - - - - UNDT000013 - CCT - Measure. Type - 1.0 - A numeric value determined by measuring an object along with the specified unit of measure. - Measure - decimal - - - - - - - - UNDT000013-SC2 - SC - Measure Unit. Code - The type of unit of measure. - Measure Unit - Code - Code - string - Reference UNECE Rec. 20 and X12 355 - - - - - - - UNDT000013-SC3 - SC - Measure Unit. Code List Version. Identifier - The version of the measure unit code list. - Measure Unit - Code List Version - Identifier - string - - - - - - - - - - - - UNDT000014 - CCT - Numeric. Type - 1.0 - Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. - Numeric - string - - - - - - - - UNDT000014-SC2 - SC - Numeric. Format. Text - Whether the number is an integer, decimal, real number or percentage. - Numeric - Format - Text - string - - - - - - - - - - - - UNDT000018 - CCT - Quantity. Type - 1.0 - A counted number of non-monetary units possibly including fractions. - Quantity - decimal - - - - - - - - UNDT000018-SC2 - SC - Quantity. Unit. Code - The unit of the quantity - Quantity - Unit Code - Code - string - - - - - - - UNDT000018-SC3 - SC - Quantity Unit. Code List. Identifier - The quantity unit code list. - Quantity Unit - Code List - Identifier - string - - - - - - - UNDT000018-SC4 - SC - Quantity Unit. Code List Agency. Identifier - The identification of the agency that maintains the quantity unit code list - Quantity Unit - Code List Agency - Identifier - string - Defaults to the UN/EDIFACT data element 3055 code list. - - - - - - - UNDT000018-SC5 - SC - Quantity Unit. Code List Agency Name. Text - The name of the agency which maintains the quantity unit code list. - Quantity Unit - Code List Agency Name - Text - string - - - - - - - - - - - - UNDT000019 - CCT - Text. Type - 1.0 - A character string (i.e. a finite set of characters) generally in the form of words of a language. - Text - string - - - - - - - - UNDT000019-SC2 - SC - Language. Identifier - The identifier of the language used in the content component. - Language - Identification - Identifier - string - - - - - - - UNDT000019-SC3 - SC - Language. Locale. Identifier - The identification of the locale of the language. - Language - Locale - Identifier - string - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd b/src/XSD2PHP/resources/ubl2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd deleted file mode 100644 index e86562a0..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd +++ /dev/null @@ -1,1378 +0,0 @@ - - - - - - - - - - - - Dirham - - - - - - - - Afghani - - - - - - - - Lek - - - - - - - - Dram - - - - - - - - Netherlands Antillian Guilder - - - - - - - - Kwanza - - - - - - - - Argentine Peso - - - - - - - - Australian Dollar - - - - - - - - Aruban Guilder - - - - - - - - Azerbaijanian Manat - - - - - - - - Convertible Mark - - - - - - - - Barbados Dollar - - - - - - - - Taka - - - - - - - - Bulgarian Lev - - - - - - - - Bahraini Dinar - - - - - - - - Burundi Franc - - - - - - - - Bermudian Dollar (customarily: Bermuda Dollar) - - - - - - - - Brunei Dollar - - - - - - - - Boliviano - - - - - - - - Brazilian Real - - - - - - - - Bahamian Dollar - - - - - - - - Ngultrum - - - - - - - - Pula - - - - - - - - Belarussian Ruble - - - - - - - - Belize Dollar - - - - - - - - Canadian Dollar - - - - - - - - Franc Congolais - - - - - - - - Swiss Franc - - - - - - - - Chilean Peso - - - - - - - - Yuan Renminbi - - - - - - - - Colombian Peso - - - - - - - - Costa Rican Colon - - - - - - - - Cuban Peso - - - - - - - - Cape Verde Escudo - - - - - - - - Cyprus Pound - - - - - - - - Czech Koruna - - - - - - - - Djibouti Franc - - - - - - - - Danish Krone - - - - - - - - Dominican Peso - - - - - - - - Algerian Dinar - - - - - - - - Kroon - - - - - - - - Egyptian Pound - - - - - - - - Nakfa - - - - - - - - Ethopian Birr - - - - - - - - Euro - On 1 January 1999, the euro will become the currency of those Member states of the European Union which adopt the single currency in accordance with the Treaty establishing the European Community. This code has been issued now so that technical preparations can be started. The code element 'EU' has been reserved by the ISO 3166 Maintenance Agency for use within ISO 4217 where 'R' has been appended to make an acceptable mnemonic code. - - - - - - - Fiji Dollar - - - - - - - - Falkland Islands Pound - - - - - - - - Pound Sterling - - - - - - - - Lari - - - - - - - - Cedi - - - - - - - - Gibraltar Pound - - - - - - - - Dalasi - - - - - - - - Guinea Franc - - - - - - - - Quetzal - - - - - - - - Guyana Dollar - - - - - - - - Honk Kong Dollar - - - - - - - - Lempira - - - - - - - - Kuna - - - - - - - - Gourde - - - - - - - - Forint - - - - - - - - Rupiah - - - - - - - - New Israeli Sheqel - - - - - - - - Indian Rupee - - - - - - - - Iraqi Dinar - - - - - - - - Iranian Rial - - - - - - - - Iceland Krona - - - - - - - - Jamaican Dollar - - - - - - - - Jordanian Dinar - - - - - - - - Yen - - - - - - - - Kenyan Shilling - - - - - - - - Som - - - - - - - - Riel - - - - - - - - Comoro Franc - - - - - - - - North Korean Won - - - - - - - - Won - - - - - - - - Kuwaiti Dinar - - - - - - - - Cayman Islands Dollar - - - - - - - - Tenge - - - - - - - - Kip - - - - - - - - Lebanese Pound - - - - - - - - Sri Lanka Rupee - - - - - - - - Liberian Dollar - - - - - - - - Loti - - - - - - - - Lithuanian Litas - - - - - - - - Latvian Lats - - - - - - - - Libyan Dinar - - - - - - - - Morrocan Dirham - - - - - - - - Moldovan Leu - - - - - - - - Malagasy Franc - - - - - - - - Denar - - - - - - - - Kyat - - - - - - - - Tugrik - - - - - - - - Pataca - - - - - - - - Ouguiya - - - - - - - - Maltese Lira - - - - - - - - Mauritius Rupee - - - - - - - - Rufiyaa - - - - - - - - Kwacha - - - - - - - - Mexican Peso - - - - - - - - Malaysian Ringgit - - - - - - - - Metical - - - - - - - - Namibia Dollar - - - - - - - - Naira - - - - - - - - Cordoba Oro - - - - - - - - Norwegian Krone - - - - - - - - Nepalese Rupee - - - - - - - - New Zealand Dollar - - - - - - - - Rial Omani - - - - - - - - Balboa - - - - - - - - Nuevo Sol - - - - - - - - Kina - - - - - - - - Philippine Peso - - - - - - - - Pakistan Rupee - - - - - - - - Zloty - - - - - - - - Guarani - - - - - - - - Qatari Rial - - - - - - - - Leu - - - - - - - - Russian Ruble - - - - - - - - Rwanda Franc - - - - - - - - Saudi Riyal - - - - - - - - Solomon Islands Dollar - - - - - - - - Seychelles Rupee - - - - - - - - Sudanese Dinar - - - - - - - - Swedish Krona - - - - - - - - Singapore Dollar - - - - - - - - St. Helena Pound - - - - - - - - Tolar - - - - - - - - Slovak Koruna - - - - - - - - Leone - - - - - - - - Somali Shilling - - - - - - - - Suriname Guilder - - - - - - - - Dobra - - - - - - - - El Salvador Colon - - - - - - - - Syrian Pound - - - - - - - - Lilangeni - - - - - - - - Baht - - - - - - - - Somoni - - - - - - - - Manat - - - - - - - - Tunisian Dinar - - - - - - - - Pa'anga - - - - - - - - Turkish Lira - - - - - - - - Trinidad and Tobago Dollar - - - - - - - - New Taiwan Dollar - - - - - - - - Tanzanian Shilling - - - - - - - - Hryvnia - - - - - - - - Uganda Shilling - - - - - - - - US Dollar - - - - - - - - Peso Uruguayo - - - - - - - - Uzbekistan Sum - - - - - - - - Bolivar - - - - - - - - Dong - - - - - - - - Vatu - - - - - - - - Tala - - - - - - - - CFA Franc - - - - - - - - Silver - - - - - - - - Gold - - - - - - - - East Carribean Dollar - - - - - - - - SDR - - - - - - - - CFA Franc - - - - - - - - Palladium - - - - - - - - CFP Franc - - - - - - - - Platinum - - - - - - - - Yemeni Rial - - - - - - - - New Dinar - - - - - - - - Rand - - - - - - - - Kwacha - - - - - - - - Zimbabwe Dollar - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/common/CodeList_LanguageCode_ISO_7_04.xsd b/src/XSD2PHP/resources/ubl2.0/common/CodeList_LanguageCode_ISO_7_04.xsd deleted file mode 100644 index cf994e5b..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/CodeList_LanguageCode_ISO_7_04.xsd +++ /dev/null @@ -1,2250 +0,0 @@ - - - - - - - - - - - - Afar - - - - - - - - Abkhazian - - - - - - - - Afrikaans - - - - - - - - Amharic - - - - - - - - Arabic - - - - - - - - Assamese - - - - - - - - Aymara - - - - - - - - Azerbaijani - - - - - - - - Bashkir - - - - - - - - Byelorussian - - - - - - - - Bulgarian - - - - - - - - Bihari - - - - - - - - Bislama - - - - - - - - Bengali; Bangla - - - - - - - - Tibetan - - - - - - - - Breton - - - - - - - - Catalan - - - - - - - - Corsican - - - - - - - - Czech - - - - - - - - Welsh - - - - - - - - Danish - - - - - - - - German - - - - - - - - Bhutani - - - - - - - - Greek - - - - - - - - English - - - - - - - - Esperanto - - - - - - - - Spanish - - - - - - - - Esotonian - - - - - - - - Basque - - - - - - - - Persian - - - - - - - - Finnish - - - - - - - - Fiji - - - - - - - - Faroese - - - - - - - - French - - - - - - - - Frisian - - - - - - - - Irish - - - - - - - - Scots Gaelic - - - - - - - - Galician - - - - - - - - Guarani - - - - - - - - Gujarati - - - - - - - - Hausa - - - - - - - - Hebrew - - - - - - - - Hindi - - - - - - - - Croatian - - - - - - - - Hungarian - - - - - - - - Armenian - - - - - - - - Interlingua - - - - - - - - Indonesian - - - - - - - - Interlingue - - - - - - - - Inupiak - - - - - - - - Icelandic - - - - - - - - Italian - - - - - - - - Eskimo, Inuktiut CA - - - - - - - - Japanese - - - - - - - - Javanese - - - - - - - - Georgian - - - - - - - - Kazakh - - - - - - - - Greenlandic - - - - - - - - Cambodian - - - - - - - - Kannada - - - - - - - - Korean - - - - - - - - Kashmiri - - - - - - - - Kurdish - - - - - - - - Kirghiz - - - - - - - - Latin - - - - - - - - Lingala - - - - - - - - Laothian - - - - - - - - Lithuanian - - - - - - - - Latvian, Lettish - - - - - - - - Malagasy - - - - - - - - Maori - - - - - - - - Macedonian - - - - - - - - Malayalam - - - - - - - - Mangolian - - - - - - - - Moldavian - - - - - - - - Marathi - - - - - - - - Malay - - - - - - - - Maltese - - - - - - - - Nauru - - - - - - - - Nepali - - - - - - - - Dutch - - - - - - - - Norwegian - - - - - - - - Occitan - - - - - - - - (Afan) Oromo - - - - - - - - Oriya - - - - - - - - Punjabi - - - - - - - - Polish - - - - - - - - Pashto, Pushto - - - - - - - - Portuguese - - - - - - - - Quechua - - - - - - - - Rhaeto-Romance - - - - - - - - Kirundi - - - - - - - - Romanian - - - - - - - - Russian - - - - - - - - Kinyarwanda - - - - - - - - Sanskrit - - - - - - - - Sindhi - - - - - - - - Sangho - - - - - - - - Serbo-Croatian - - - - - - - - Singhalese - - - - - - - - Slovak - - - - - - - - Slovenian - - - - - - - - Samoan - - - - - - - - Shona - - - - - - - - Somali - - - - - - - - Albanian - - - - - - - - Serbian - - - - - - - - Siswati - - - - - - - - Sesotho - - - - - - - - Sundanese - - - - - - - - Swedish - - - - - - - - Sawahili - - - - - - - - Tamil - - - - - - - - Telugu - - - - - - - - Tajik - - - - - - - - Thai - - - - - - - - Tigrinya - - - - - - - - Turkmen - - - - - - - - Tagalog - - - - - - - - Setswana - - - - - - - - Tonga - - - - - - - - Turkish - - - - - - - - Tsonga - - - - - - - - Tatar - - - - - - - - Twi - - - - - - - - Uigur - - - - - - - - Ukrainian - - - - - - - - Urdu - - - - - - - - Uzbek - - - - - - - - Vietnamese - - - - - - - - Volapük - - - - - - - - Wolof - - - - - - - - hosa - - - - - - - - Yiddish - - - - - - - - Yoruba - - - - - - - - Zhuang - - - - - - - - Chinese - - - - - - - - Zulu - - - - - - - - Afar - - - - - - - - Abkhazian - - - - - - - - Afrikaans - - - - - - - - Amharic - - - - - - - - Arabic - - - - - - - - Assamese - - - - - - - - Aymara - - - - - - - - Azerbaijani - - - - - - - - Bashkir - - - - - - - - Byelorussian - - - - - - - - Bulgarian - - - - - - - - Bihari - - - - - - - - Bislama - - - - - - - - Bengali; Bangla - - - - - - - - Tibetan - - - - - - - - Breton - - - - - - - - Catalan - - - - - - - - Corsican - - - - - - - - Czech - - - - - - - - Welsh - - - - - - - - Danish - - - - - - - - German - - - - - - - - Bhutani - - - - - - - - Greek - - - - - - - - English - - - - - - - - Esperanto - - - - - - - - Spanish - - - - - - - - Esotonian - - - - - - - - Basque - - - - - - - - Persian - - - - - - - - Finnish - - - - - - - - Fiji - - - - - - - - Faroese - - - - - - - - French - - - - - - - - Frisian - - - - - - - - Irish - - - - - - - - Scots Gaelic - - - - - - - - Galician - - - - - - - - Guarani - - - - - - - - Gujarati - - - - - - - - Hausa - - - - - - - - Hebrew - - - - - - - - Hindi - - - - - - - - Croatian - - - - - - - - Hungarian - - - - - - - - Armenian - - - - - - - - Interlingua - - - - - - - - Indonesian - - - - - - - - Interlingue - - - - - - - - Inupiak - - - - - - - - Icelandic - - - - - - - - Italian - - - - - - - - Eskimo, Inuktiut CA - - - - - - - - Japanese - - - - - - - - Javanese - - - - - - - - Georgian - - - - - - - - Kazakh - - - - - - - - Greenlandic - - - - - - - - Cambodian - - - - - - - - Kannada - - - - - - - - Korean - - - - - - - - Kashmiri - - - - - - - - Kurdish - - - - - - - - Kirghiz - - - - - - - - Latin - - - - - - - - Lingala - - - - - - - - Laothian - - - - - - - - Lithuanian - - - - - - - - Latvian, Lettish - - - - - - - - Malagasy - - - - - - - - Maori - - - - - - - - Macedonian - - - - - - - - Malayalam - - - - - - - - Mangolian - - - - - - - - Moldavian - - - - - - - - Marathi - - - - - - - - Malay - - - - - - - - Maltese - - - - - - - - Nauru - - - - - - - - Nepali - - - - - - - - Dutch - - - - - - - - Norwegian - - - - - - - - Occitan - - - - - - - - (Afan) Oromo - - - - - - - - Oriya - - - - - - - - Punjabi - - - - - - - - Polish - - - - - - - - Pashto, Pushto - - - - - - - - Portuguese - - - - - - - - Quechua - - - - - - - - Rhaeto-Romance - - - - - - - - Kirundi - - - - - - - - Romanian - - - - - - - - Russian - - - - - - - - Kinyarwanda - - - - - - - - Sanskrit - - - - - - - - Sindhi - - - - - - - - Sangho - - - - - - - - Serbo-Croatian - - - - - - - - Singhalese - - - - - - - - Slovak - - - - - - - - Slovenian - - - - - - - - Samoan - - - - - - - - Shona - - - - - - - - Somali - - - - - - - - Albanian - - - - - - - - Serbian - - - - - - - - Siswati - - - - - - - - Sesotho - - - - - - - - Sundanese - - - - - - - - Swedish - - - - - - - - Sawahili - - - - - - - - Tamil - - - - - - - - Telugu - - - - - - - - Tajik - - - - - - - - Thai - - - - - - - - Tigrinya - - - - - - - - Turkmen - - - - - - - - Tagalog - - - - - - - - Setswana - - - - - - - - Tonga - - - - - - - - Turkish - - - - - - - - Tsonga - - - - - - - - Tatar - - - - - - - - Twi - - - - - - - - Uigur - - - - - - - - Ukrainian - - - - - - - - Urdu - - - - - - - - Uzbek - - - - - - - - Vietnamese - - - - - - - - Volapük - - - - - - - - Wolof - - - - - - - - hosa - - - - - - - - Yiddish - - - - - - - - Yoruba - - - - - - - - Zhuang - - - - - - - - Chinese - - - - - - - - Zulu - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd b/src/XSD2PHP/resources/ubl2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd deleted file mode 100644 index e7d3518e..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd +++ /dev/null @@ -1,658 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/common/CodeList_UnitCode_UNECE_7_04.xsd b/src/XSD2PHP/resources/ubl2.0/common/CodeList_UnitCode_UNECE_7_04.xsd deleted file mode 100644 index 354808b3..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/CodeList_UnitCode_UNECE_7_04.xsd +++ /dev/null @@ -1,8803 +0,0 @@ - - - - - - - - - - - - small spray - - - - - - - - lift - - - - - - - - heat lot - - - - - - - - group - - - - - - - - outfit - - - - - - - - ration - - - - - - - - shot - - - - - - - - stick - - - - - - - - hundred fifteen kg drum - - - - - - - - hundred lb drum - - - - - - - - fiftyfive gallon (US) drum - - - - - - - - tank truck - - - - - - - - twenty foot container - - - - - - - - forty foot container - - - - - - - - decilitre per gram - - - - - - - - gram per cubic centimetre - - - - - - - - theoretical pound - - - - - - - - gram per square centimetre - - - - - - - - actual ton - - - - - - - - theoretical ton - - - - - - - - kilogram per square metre - - - - - - - - pound per thousand square feet - - - - - - - - horse power day per air dry metric ton - - - - - - - - catch weight - - - - - - - - kilogram per air dry metric ton - - - - - - - - kilopascal square metres per gram - - - - - - - - kilopascals per millimetre - - - - - - - - millilitres per square centimetre second - - - - - - - - cubic feet per minute per square foot - - - - - - - - ounce per square foot - - - - - - - - ounces per square foot per 0,01 inch - - - - - - - - millilitre per second - - - - - - - - millilitre per minute - - - - - - - - super bulk bag - - - - - - - - fivehundred kg bulk bag - - - - - - - - threehundred kg bulk bag - - - - - - - - fifty lb bulk bag - - - - - - - - fifty lb bag - - - - - - - - bulk car load - - - - - - - - theoretical kilograms - - - - - - - - theoretical tonne - - - - - - - - sitas - - - - - - - - mesh - - - - - - - - net kilogram - - - - - - - - part per million - - - - - - - - percent weight - - - - - - - - part per billion (US) - - - - - - - - percent per 1000 hour - - - - - - - - failure rate in time - - - - - - - - pound per square inch, gauge - - - - - - - - oersted - - - - - - - - test specific scale - - - - - - - - volt ampere per pound - - - - - - - - watt per pound - - - - - - - - ampere tum per centimetre - - - - - - - - millipascal - - - - - - - - gauss - - - - - - - - milli-inch - - - - - - - - kilogauss - - - - - - - - pounds per square inch absolute - - - - - - - - henry - - - - - - - - kilopound per square inch - - - - - - - - foot pound-force - - - - - - - - pound per cubic foot - - - - - - - - poise - - - - - - - - Saybold universal second - - - - - - - - stokes - - - - - - - - calorie per cubic centimetre - - - - - - - - calorie per gram - - - - - - - - curl unit - - - - - - - - twenty thousand gallon (US) tankcar - - - - - - - - ten thousand gallon (US) tankcar - - - - - - - - ten kg drum - - - - - - - - fifteen kg drum - - - - - - - - car mile - - - - - - - - car count - - - - - - - - locomotive count - - - - - - - - caboose count - - - - - - - - empty car - - - - - - - - train mile - - - - - - - - fuel usage gallon (US) - - - - - - - - caboose mile - - - - - - - - fixed rate - - - - - - - - ton mile - - - - - - - - locomotive mile - - - - - - - - total car count - - - - - - - - total car mile - - - - - - - - quarter mile - - - - - - - - radian per second - - - - - - - - radian per second squared - - - - - - - - röntgen - - - - - - - - British thermal unit per hour - - - - - - - - cubic centimetre per second - - - - - - - - cubic foot per hour - - - - - - - - cubic foot per minute - - - - - - - - centimetre per second - - - - - - - - decibel - - - - - - - - kilobyte - - - - - - - - kilobecquerel - - - - - - - - kilocurie - - - - - - - - megagram - - - - - - - - megagram per hour - - - - - - - - bin - - - - - - - - metre per minute - - - - - - - - milliröntgen - - - - - - - - millivolt - - - - - - - - megajoule - - - - - - - - manmonth - - - - - - - - pound per pound of product - - - - - - - - pound per piece of product - - - - - - - - kilogram per kilogram of product - - - - - - - - kilogram per piece of product - - - - - - - - bobbin - - - - - - - - cap - - - - - - - - centistokes - - - - - - - - twenty pack - - - - - - - - microlitre - - - - - - - - micrometre (micron) - - - - - - - - milliampere - - - - - - - - megabyte - - - - - - - - milligram per hour - - - - - - - - megabecquerel - - - - - - - - microfarad - - - - - - - - newton per metre - - - - - - - - ounce inch - - - - - - - - ounce foot - - - - - - - - picofarad - - - - - - - - pound per hour - - - - - - - - ton(US) per hour - - - - - - - - kilolitre per hour - - - - - - - - barrel per minute - - - - - - - - batch - - - - - - - - gallon(US) per thousand - - - - - - - - MMSCF/day - - - - - - - - pounds per thousand - - - - - - - - pump - - - - - - - - stage - - - - - - - - standard cubic foot - - - - - - - - hydraulic horse power - - - - - - - - count per minute - - - - - - - - seismic level - - - - - - - - seismic line - - - - - - - - 15 C calorie - - - - - - - - ampere square metre per joule second - - - - - - - - Ã¥ngström - - - - - - - - astronomical unit - - - - - - - - attojoule - - - - - - - - barn - - - - - - - - barn per electron volt - - - - - - - - barn per steradian electron volt, - - - - - - - - barn per sterdian - - - - - - - - becquerel per kilogram - - - - - - - - becquerel per metre cubed - - - - - - - - ampere per centimetre - - - - - - - - British thermal unit per second square foot degree Rankin - - - - - - - - British thermal unit per pound degree Rankin - - - - - - - - British thermal unit per second foot degree Rankin - - - - - - - - British thermal unit per hour square foot degree Rankin - - - - - - - - candela per square metre - - - - - - - - cheval vapeur - - - - - - - - coulomb metre - - - - - - - - coulomb metre squared per volt - - - - - - - - coulomb per cubic centimetre - - - - - - - - coulomb per cubic metre - - - - - - - - ampere per millimetre - - - - - - - - coulomb per cubic millimetre - - - - - - - - coulomb per kilogram second - - - - - - - - coulomb per mole - - - - - - - - coulomb per square centimetre - - - - - - - - coulomb per square metre - - - - - - - - coulomb per square millimetre - - - - - - - - cubic centimetre per mole - - - - - - - - cubic decimetre per mole - - - - - - - - cubic metre per coulomb - - - - - - - - cubic metre per kilogram - - - - - - - - ampere per square centimetre - - - - - - - - cubic metre per mole - - - - - - - - ampere per square metre - - - - - - - - curie per kilogram - - - - - - - - deadweight tonnage - - - - - - - - decalitre - - - - - - - - decametre - - - - - - - - decitex - - - - - - - - degree Rankin - - - - - - - - denier - - - - - - - - ampere square metre - - - - - - - - dyn second per cubic centimetre - - - - - - - - dyne second per centimetre - - - - - - - - dyne second per centimetre to the fifth - - - - - - - - electronvolt - - - - - - - - electronvolt per metre - - - - - - - - electronvolt square metre - - - - - - - - electronvolt square metre per kilogram - - - - - - - - erg - - - - - - - - erg per centimetre - - - - - - - - ampere per square metre kelvin squared - - - - - - - - erg per cubic centimetre - - - - - - - - erg per gram - - - - - - - - erg per gram second - - - - - - - - erg per second - - - - - - - - erg per second square centimetre - - - - - - - - erg per square centimetre second - - - - - - - - erg square centimetre - - - - - - - - erg square centimetre per gram - - - - - - - - exajoule - - - - - - - - farad per metre - - - - - - - - ampere per square millimetre - - - - - - - - femtojoule - - - - - - - - femtometre - - - - - - - - foot per second squared - - - - - - - - foot pound-force per second - - - - - - - - freight ton - - - - - - - - gal - - - - - - - - Gaussian CGS unit of displacement - - - - - - - - Gaussian CGS unit of electic current - - - - - - - - Gaussian CGS unit of electric charge - - - - - - - - ampere second - - - - - - - - Gaussian CGS unit of electric field strength - - - - - - - - Gaussian CGS unit of electric polarization - - - - - - - - Gaussian CGS unit of electric potential - - - - - - - - Gaussian CGS unit of magnetization - - - - - - - - gigacoulomb per cubic metre - - - - - - - - gigaelectronvolt - - - - - - - - gigahertz - - - - - - - - gigaohm - - - - - - - - gigaohm metre - - - - - - - - gigapascal - - - - - - - - rate - - - - - - - - gigawatt - - - - - - - - gon - Remarks by GEFEG mbH: -Synonyms A91 = grade - - - - - - - gram per cubic metre - - - - - - - - gram per mole - - - - - - - - gray - - - - - - - - gray per second - - - - - - - - hectopascal - - - - - - - - henry per metre - - - - - - - - ball - - - - - - - - bulk pack - - - - - - - - acre - - - - - - - - byte - - - - - - - - ampere per metre - - - - - - - - additional minute - - - - - - - - average minute per call - - - - - - - - cop - - - - - - - - fathom - - - - - - - - access line - - - - - - - - ampoule - - - - - - - - ampere hour - - - - - - - - ampere - - - - - - - - year - - - - - - - - aluminium pound only - - - - - - - - troy ounce or apothecaries' ounce - - - - - - - - anti-hemophilic factor (AHF) unit - - - - - - - - suppository - - - - - - - - are - - - - - - - - assortment - - - - - - - - alcoholic strength by mass - - - - - - - - alcoholic strength by volume - - - - - - - - standard atmosphere - - - - - - - - technical atmosphere - - - - - - - - capsule - - - - - - - - powder filled vial - - - - - - - - assembly - - - - - - - - British thermal unit per pound - - - - - - - - Btu per cubic foot - - - - - - - - barrel (US) per day - - - - - - - - joule per kilogram kelvin - - - - - - - - joule per metre - - - - - - - - joule per square metre - Remarks by GEFEG mbH: -Synonym B13 = joule per metre squared - - - - - - - joule per metre to the fourth power - - - - - - - - joule per mole - - - - - - - - joule per mole kelvin - - - - - - - - joule second - - - - - - - - bunk - - - - - - - - joule square metre per kilogram - - - - - - - - kelvin per watt - - - - - - - - kiloampere - - - - - - - - kiloampere per square metre - - - - - - - - kiloampere per metre - - - - - - - - kilobecquerel per kilogram - - - - - - - - kilocoulomb - - - - - - - - kilocoulomb per cubic metre - - - - - - - - kilocoulomb per square metre - - - - - - - - kiloelectronvolt - - - - - - - - batting pound - - - - - - - - kilogram metre per second - - - - - - - - kilogram metre squared - - - - - - - - kilogram metre squared per second - - - - - - - - kilogram per cubic decimetre - - - - - - - - kilogram per litre - Remarks by GEFEG mbH: -Synonym B35 = kilogram per litre of product - - - - - - - thermochemical calorie per gram - - - - - - - - kilogram-force - - - - - - - - kilogram-force metre - - - - - - - - kilogram-force metre per second - - - - - - - - barrel, imperial - - - - - - - - kilogram-force per square metre - - - - - - - - kilojoule per kelvin - - - - - - - - kilojoule per kilogram - - - - - - - - kilojoule per kilogram kelvin - - - - - - - - kilojoule per mole - - - - - - - - kilomole - - - - - - - - kilomole per cubic metre - - - - - - - - kilonewton - - - - - - - - kilonewton metre - - - - - - - - kiloohm - - - - - - - - billet - - - - - - - - kiloohm metre - - - - - - - - kilopond - - - - - - - - kilosecond - - - - - - - - kilosiemens - - - - - - - - kilosiemens per metre - - - - - - - - kilovolt per metre - - - - - - - - kiloweber per metre - - - - - - - - light year - - - - - - - - litre per mole - - - - - - - - lumen hour - - - - - - - - bun - - - - - - - - lumen per square metre - - - - - - - - lumen per watt - - - - - - - - lumen second - - - - - - - - lux hour - - - - - - - - lux second - - - - - - - - maxwell - - - - - - - - megaampere per square metre - - - - - - - - megabecquerel per kilogram - - - - - - - - megacoulomb per cubic metre - - - - - - - - cycle - - - - - - - - megacoulomb per square metre - - - - - - - - megaelectronvolt - - - - - - - - megagram per cubic metre - - - - - - - - meganewton - - - - - - - - meganewton metre - - - - - - - - megaohm - - - - - - - - megaohm metre - - - - - - - - megasiemens per metre - - - - - - - - megavolt - - - - - - - - megavolt per metre - - - - - - - - joule per cubic metre - - - - - - - - reciprocal metre squared reciprocal second - - - - - - - - metre to the fourth power - - - - - - - - microampere - - - - - - - - microbar - - - - - - - - microcoulomb - - - - - - - - microcoulomb per cubic metre - - - - - - - - microcoulomb per square metre - - - - - - - - microfarad per metre - - - - - - - - batt - - - - - - - - microhenry - - - - - - - - microhenry per metre - - - - - - - - micronewton - - - - - - - - micronewton metre - - - - - - - - microohm - - - - - - - - microohm metre - - - - - - - - micropascal - - - - - - - - microradian - - - - - - - - microsecond - - - - - - - - microsiemens - - - - - - - - bar - - - - - - - - base box - - - - - - - - board - - - - - - - - bundle - - - - - - - - board foot - - - - - - - - bag - - - - - - - - brush - - - - - - - - brake horse power - - - - - - - - trillion (US) - Remarks by GEFEG mbH: -Synonym BIL = billion (EUR) - - - - - - - bucket - - - - - - - - basket - - - - - - - - bale - - - - - - - - dry barrel (US) - - - - - - - - barrel (US) (petroleum etc.) - - - - - - - - bottle - - - - - - - - hundred board feet - - - - - - - - becquerel - - - - - - - - bar - - - - - - - - bolt - - - - - - - - British thermal unit - - - - - - - - bushel (US) - - - - - - - - bushel (UK) - - - - - - - - base weight - - - - - - - - box - - - - - - - - million BTUs - - - - - - - - call - - - - - - - - composite product pound (total weight) - - - - - - - - millifarad - - - - - - - - milligal - - - - - - - - milligram per metre - - - - - - - - milligray - - - - - - - - millihenry - - - - - - - - millijoule - - - - - - - - millimetre per second - - - - - - - - millimetre squared per second - - - - - - - - millimole - - - - - - - - mole per kilogram - - - - - - - - carset - - - - - - - - millinewton - - - - - - - - millinewton per metre - - - - - - - - milliohm metre - - - - - - - - millipascal second - - - - - - - - milliradian - - - - - - - - millisecond - - - - - - - - millisiemens - - - - - - - - millisievert - - - - - - - - millitesla - - - - - - - - microvolt per metre - - - - - - - - millivolt per metre - - - - - - - - milliwatt - - - - - - - - milliwatt per square metre - - - - - - - - milliweber - - - - - - - - mole - - - - - - - - mole per cubic decimetre - - - - - - - - mole per cubic metre - - - - - - - - mole per litre - - - - - - - - nanoampere - - - - - - - - carload - - - - - - - - nanocoulomb - - - - - - - - nanofarad - - - - - - - - nanofarad per metre - - - - - - - - nanohenry - - - - - - - - nanohenry per metre - - - - - - - - nanometre - - - - - - - - nanoohm metre - - - - - - - - nanosecond - - - - - - - - nanotesla - - - - - - - - nanowatt - - - - - - - - cost - - - - - - - - neper - - - - - - - - neper per second - - - - - - - - picometre - - - - - - - - newton metre second - - - - - - - - newton metre squared kilogram squared - - - - - - - - newton per square metre - - - - - - - - newton per square millimetre - - - - - - - - newton second - - - - - - - - newton second per metre - - - - - - - - octave - - - - - - - - cell - - - - - - - - ohm centimetre - - - - - - - - ohm metre - - - - - - - - one - - - - - - - - parsec - - - - - - - - pascal per kelvin - - - - - - - - pascal second - - - - - - - - pascal second per cubic metre - - - - - - - - pascal second per metre - - - - - - - - petajoule - - - - - - - - phon - - - - - - - - centipoise - - - - - - - - picoampere - - - - - - - - picocoulomb - - - - - - - - picofarad per metre - - - - - - - - picohenry - - - - - - - - picowatt - - - - - - - - picowatt per square metre - - - - - - - - pound gage - - - - - - - - pound-force - - - - - - - - millicoulomb per kilogram - - - - - - - - rad - - - - - - - - radian - - - - - - - - radian meter squared per mole - - - - - - - - radian metre squared per kilogram - - - - - - - - radian per metre - - - - - - - - reciprocal †ngstr"m - - - - - - - - reciprocal cubic metre - - - - - - - - reciprocal cubic metre per second - - - - - - - - reciprocal electron volt per cubic metre - - - - - - - - reciprocal henry - - - - - - - - coil group - - - - - - - - reciprocal joule per cubic metre - - - - - - - - reciprocal kelvin or kelvin to the power minus one - - - - - - - - reciprocal metre - - - - - - - - reciprocal square metre - Remarks by GEFEG mbH: -Synonym C93 = reciprocal metre squared - - - - - - - reciprocal minute - - - - - - - - reciprocal mole - - - - - - - - reciprocal pascal or pascal to the power minus one - - - - - - - - reciprocal second - - - - - - - - reciprocal second per cubic metre - - - - - - - - reciprocal second per metre squared - - - - - - - - can - - - - - - - - carrying capacity in metric ton - - - - - - - - candela - - - - - - - - degree Celsius - - - - - - - - hundred - - - - - - - - card - - - - - - - - centigram - - - - - - - - container - - - - - - - - cone - - - - - - - - connector - - - - - - - - coulomb per kilogram - - - - - - - - coil - - - - - - - - hundred leave - - - - - - - - centilitre - - - - - - - - square centimetre - - - - - - - - cubic centimetre - - - - - - - - centimetre - - - - - - - - hundred pack - - - - - - - - cental (UK) - - - - - - - - carboy - - - - - - - - coulomb - - - - - - - - cartridge - - - - - - - - crate - - - - - - - - case - - - - - - - - carton - - - - - - - - metric carat - - - - - - - - cup - - - - - - - - curie - - - - - - - - cover - - - - - - - - hundred pounds (cwt)/hundred weight (US) - - - - - - - - hundred weight (UK) - - - - - - - - cylinder - - - - - - - - combo - - - - - - - - reciprocal second per steradian - - - - - - - - siemens per metre - - - - - - - - siemens square metre per mole - - - - - - - - sievert - - - - - - - - thousand linear yard - - - - - - - - sone - - - - - - - - square centimetre per erg - - - - - - - - square centimetre per steradian erg - - - - - - - - metre kelvin - - - - - - - - square metre kelvin per watt - - - - - - - - reciprocal second per steradian metre squared - - - - - - - - square metre per joule - - - - - - - - square metre per kilogram - - - - - - - - square metre per mole - - - - - - - - pen gram (protein) - - - - - - - - square metre per steradian - - - - - - - - square metre per steradian joule - - - - - - - - square metre per volt second - - - - - - - - steradian - - - - - - - - syphon - - - - - - - - terahertz - - - - - - - - terajoule - - - - - - - - terawatt - - - - - - - - terawatt hour - - - - - - - - tesla - - - - - - - - tex - - - - - - - - thermochemical calorie - - - - - - - - thermochemical calorie per gram kelvin - - - - - - - - thermochemical calorie per second centimetre kelvin - - - - - - - - thermochemical calorie per second square centimetre kelvin - - - - - - - - thousand litre - - - - - - - - tonne per cubic metre - - - - - - - - tropical year - - - - - - - - unified atomic mass unit - - - - - - - - var - - - - - - - - volt squared per kelvin squared - - - - - - - - volt - ampere - - - - - - - - volt per centimetre - - - - - - - - volt per kelvin - - - - - - - - millivolt per kelvin - - - - - - - - kilogram per square centimeter - - - - - - - - volt per metre - - - - - - - - volt per millimetre - - - - - - - - watt per kelvin - - - - - - - - watt per metre kelvin - - - - - - - - watt per square metre - - - - - - - - watt per square metre kelvin - - - - - - - - watt per square metre kelvin to the fourth power - - - - - - - - watt per steradian - - - - - - - - watt per steradian square metre - - - - - - - - weber per metre - - - - - - - - röntgen per second - - - - - - - - weber per millimetre - - - - - - - - minute - - - - - - - - second - - - - - - - - book - - - - - - - - block - - - - - - - - round - - - - - - - - cassette - - - - - - - - dollar per hour - - - - - - - - inch to the fourth power - - - - - - - - sandwich - - - - - - - - International Table (IT) calorie - - - - - - - - International Table (IT) calorie per second centimetre kelvin - - - - - - - - International Table (IT) calorie per second square centimetre kelvin - - - - - - - - joule square metre - - - - - - - - kilogram per mole - - - - - - - - International Table (IT) calorie per gram - - - - - - - - International Table (IT) calorie per gram kelvin - - - - - - - - megacoulomb - - - - - - - - beam - - - - - - - - draize score - - - - - - - - microwatt - - - - - - - - microtesla - - - - - - - - microvolt - - - - - - - - millinewton metre - - - - - - - - microwatt per square metre - - - - - - - - millicoulomb - - - - - - - - millimole per kilogram - - - - - - - - millicoulomb per cubic metre - - - - - - - - millicoulomb per square metre - - - - - - - - dyne per square centimeter - - - - - - - - cubic metre (net) - - - - - - - - rem - - - - - - - - band - - - - - - - - second per cubic metre - - - - - - - - second per radian cubic metre - - - - - - - - joule per gram - - - - - - - - pound gross - - - - - - - - pallet/unit load - - - - - - - - mass pound - - - - - - - - sleeve - - - - - - - - decare - - - - - - - - ten day - - - - - - - - day - - - - - - - - dry pound - - - - - - - - disk (disc) - - - - - - - - degree - - - - - - - - deal - - - - - - - - decade - - - - - - - - decigram - - - - - - - - dispenser - - - - - - - - decagram - - - - - - - - decilitre - - - - - - - - square decimetre - - - - - - - - cubic decimetre - - - - - - - - decimetre - - - - - - - - decinewton metre - - - - - - - - dozen piece - - - - - - - - dozen pair - - - - - - - - displacement tonnage - - - - - - - - data record - - - - - - - - drum - - - - - - - - dram (US) - - - - - - - - dram (UK) - - - - - - - - dozen roll - - - - - - - - drachm (UK) - - - - - - - - display - - - - - - - - dry ton - - - - - - - - decitonne - Remarks by GEFEG mbH: -Synonym DTN = centner, metric -Synonym DTN = quintal, metric - - - - - - - dyne - - - - - - - - pennyweight - - - - - - - - dyne per centimetre - - - - - - - - directory book - - - - - - - - dozen - - - - - - - - dozen pack - - - - - - - - belt - - - - - - - - trailer - - - - - - - - gross kilogram - - - - - - - - metric long ton - - - - - - - - each - - - - - - - - electronic mail box - - - - - - - - each per month - - - - - - - - eleven pack - - - - - - - - equivalent gallon - - - - - - - - envelope - - - - - - - - thousand cubic feet per day - - - - - - - - fibre per cubic centimetre of air - - - - - - - - degree Fahrenheit - - - - - - - - farad - - - - - - - - field - - - - - - - - thousand cubic feet - - - - - - - - million particle per cubic foot - - - - - - - - track foot - - - - - - - - hundred cubic metre - - - - - - - - transdermal patch - - - - - - - - micromole - - - - - - - - flake ton - - - - - - - - million cubic feet - - - - - - - - foot - - - - - - - - pound per square foot - - - - - - - - foot per minute - - - - - - - - foot per second - - - - - - - - square foot - - - - - - - - cubic foot - - - - - - - - US gallon per minute - - - - - - - - Imperial gallon per minute - - - - - - - - microfiche sheet - - - - - - - - gallon (US) per day - - - - - - - - gigabecquerel - - - - - - - - gram per 100 gram - - - - - - - - gross barrel - - - - - - - - pound per gallon (US) - - - - - - - - gram per metre (gram per 100 centimetres) - - - - - - - - gram of fissile isotope - - - - - - - - great gross - - - - - - - - half gallon (US) - - - - - - - - gill (US) - - - - - - - - gill (UK) - - - - - - - - gram per millilitre - - - - - - - - gram per kilogram - - - - - - - - gram per litre - - - - - - - - dry gallon (US) - - - - - - - - gallon (UK) - - - - - - - - gallon (US) - - - - - - - - gram per square metre - - - - - - - - gross gallon - - - - - - - - milligrams per square metre - - - - - - - - milligram per cubic metre - - - - - - - - microgram per cubic meter - - - - - - - - gram - - - - - - - - grain - - - - - - - - gross - - - - - - - - gross register ton - - - - - - - - gross ton - Remarks by GEFEG mbH: -Synonym GT = metric gross ton - - - - - - - gigajoule - - - - - - - - gallon per thousand cubic feet - - - - - - - - gigawatt hour - - - - - - - - gross yard - - - - - - - - gage system - - - - - - - - half page - electronic - - - - - - - - half litre - - - - - - - - hank - - - - - - - - hectare - - - - - - - - hectobar - - - - - - - - hundred boxe - - - - - - - - hundred count - - - - - - - - half dozen - - - - - - - - hundredth of a carat - - - - - - - - hundred feet - - - - - - - - hectogram - - - - - - - - hundred cubic feet - - - - - - - - hundred sheet - - - - - - - - hundred international unit - - - - - - - - metric horse power - - - - - - - - hundred kilogram - - - - - - - - hundred feet (linear) - - - - - - - - hectolitre - - - - - - - - mile per hour - - - - - - - - million cubic metre - - - - - - - - hectometre - - - - - - - - conventional millimetre of mercury - - - - - - - - hundred troy ounce - - - - - - - - conventional millimetre of water - - - - - - - - hectolitre of pure alcohol - - - - - - - - hundred square feet - - - - - - - - half hour - - - - - - - - hertz - - - - - - - - hour - - - - - - - - hundred yard - - - - - - - - inch pound (pound inch) - - - - - - - - count per inch - - - - - - - - person - - - - - - - - inches of water - - - - - - - - column inch - - - - - - - - inch per minute - - - - - - - - impression - - - - - - - - inch - - - - - - - - square inch - - - - - - - - inch cubed - - - - - - - - insurance policy - - - - - - - - count per centimetre - - - - - - - - inch per second (linear speed) - Remarks by GEFEG mbH: -Synonym IU = inch per second (vibration) - - - - - - - inch per second squared (acceleration) - Remarks by GEFEG mbH: -Synonym IV = inch per second squared (vibration acceleration) - - - - - - - joule per kilogram - - - - - - - - jumbo - - - - - - - - joule per kelvin - - - - - - - - jug - - - - - - - - megajoule per kilogram - - - - - - - - megajoule per cubic metre - - - - - - - - joint - - - - - - - - joule - - - - - - - - jar - - - - - - - - kilowatt demand - - - - - - - - kilovolt ampere reactive demand - - - - - - - - kilovolt ampere reactive hour - - - - - - - - kilovolt ampere (reactive) - - - - - - - - kilolitre - - - - - - - - cake - - - - - - - - kilocharacter - - - - - - - - kilobar - - - - - - - - kilogram decimal - - - - - - - - kelvin - - - - - - - - kilopacket - - - - - - - - keg - - - - - - - - kilogram - - - - - - - - kilogram per second - - - - - - - - kilohertz - - - - - - - - kilogram per millimetre width - - - - - - - - kilosegment - - - - - - - - kilojoule - - - - - - - - kilogram per metre - - - - - - - - kilometre per hour - - - - - - - - square kilometre - - - - - - - - kilogram per cubic metre - - - - - - - - kilogram of nitrogen - - - - - - - - kilogram named substance - - - - - - - - knot - - - - - - - - milliequivalence caustic potash per gram of product - - - - - - - - kilopascal - - - - - - - - kilogram of potassium hydroxide (caustic potash) - - - - - - - - kilogram of potassium oxide - - - - - - - - kilogram of phosphorus pentoxide (phosphoric anhydride) - - - - - - - - kiloröntgen - - - - - - - - thousand pound per square inch - - - - - - - - kilogram of substance 90 % dry - - - - - - - - kilogram of sodium hydroxide (caustic soda) - - - - - - - - kit - - - - - - - - kilometre - - - - - - - - kilotonne - - - - - - - - kilogram of uranium - - - - - - - - kilovolt - ampere - - - - - - - - kilovar - - - - - - - - kilovolt - - - - - - - - kilograms per millimeter - - - - - - - - kilowatt hour - - - - - - - - kilowatt - - - - - - - - millilitre per kilogram - - - - - - - - litre per minute - - - - - - - - pound per cubic inch - - - - - - - - pound - Remarks by GEFEG mbH: -Synonym LBR = pound decimal - - - - - - - troy pound (US) - - - - - - - - linear centimetre - - - - - - - - litre per day - - - - - - - - lite - - - - - - - - leaf - - - - - - - - linear foot - - - - - - - - labour hour - - - - - - - - linear inch - - - - - - - - large spray - - - - - - - - link - - - - - - - - linear metre - - - - - - - - length - - - - - - - - lot - - - - - - - - liquid pound - - - - - - - - litre of pure alcohol - - - - - - - - layer - - - - - - - - lump sum - - - - - - - - ton (UK) or longton (US) - - - - - - - - litre - - - - - - - - lumen - - - - - - - - lux - - - - - - - - linear yard per pound - - - - - - - - linear yard - - - - - - - - magnetic tape - - - - - - - - milligrams per litre - - - - - - - - monetary value - - - - - - - - microcurie - - - - - - - - micro-inch - - - - - - - - million Btu per 1000 cubic feet - - - - - - - - machine per unit - - - - - - - - mega litre - - - - - - - - megametre - - - - - - - - megawatt - - - - - - - - thousand standard brick equivalent - - - - - - - - thousand board feet - - - - - - - - millibar - - - - - - - - microgram - - - - - - - - millicurie - - - - - - - - air dry metric ton - - - - - - - - milligram per square foot per side - - - - - - - - milligram - - - - - - - - megahertz - - - - - - - - square mile - - - - - - - - thousand - - - - - - - - minute - - - - - - - - million - - - - - - - - million international unit - - - - - - - - milligram per square inch - - - - - - - - milliard - Remarks by GEFEG mbH: -Synonym MLD = billion (US) - - - - - - - millilitre - - - - - - - - square millimetre - - - - - - - - cubic millimetre - - - - - - - - millimetre - - - - - - - - month - - - - - - - - megapascal - - - - - - - - thousand metre - - - - - - - - cubic metre per hour - - - - - - - - cubic metre per second - - - - - - - - metre per second squared - - - - - - - - mat - - - - - - - - square metre - - - - - - - - cubic metre - Remarks by GEFEG mbH: -Synonym MTQ = metre cubed - - - - - - - metre - - - - - - - - metre per second - - - - - - - - number of mults - - - - - - - - megavolt - ampere - - - - - - - - megawatt hour (1000 kW.h) - - - - - - - - pen calorie - - - - - - - - number of lines - - - - - - - - print point - - - - - - - - milligram per kilogram - - - - - - - - number of articles - - - - - - - - barge - - - - - - - - number of bobbins - - - - - - - - car - - - - - - - - number of cells - - - - - - - - net barrel - - - - - - - - net litre - - - - - - - - newton - - - - - - - - message - - - - - - - - net gallon (us) - - - - - - - - message hour - - - - - - - - net imperial gallon - - - - - - - - number of international units - - - - - - - - number of screens - - - - - - - - load - - - - - - - - nautical mile - - - - - - - - number of packs - - - - - - - - train - - - - - - - - number of parcels - - - - - - - - number of pairs - - - - - - - - number of parts - - - - - - - - mho - - - - - - - - micromho - - - - - - - - number of rolls - - - - - - - - net ton - Remarks by GEFEG mbH: -Synonym NT = metric net ton - - - - - - - net register ton - - - - - - - - newton metre - - - - - - - - vehicle - - - - - - - - part per thousand - - - - - - - - pound per air dry metric ton - - - - - - - - panel - - - - - - - - ohm - - - - - - - - ounce per square yard - - - - - - - - ounce - - - - - - - - two pack - - - - - - - - overtime hour - - - - - - - - ounce av - - - - - - - - fluid ounce (US) - - - - - - - - fluid ounce (UK) - - - - - - - - page - electronic - - - - - - - - percent - - - - - - - - pound per foot - - - - - - - - three pack - - - - - - - - four pack - - - - - - - - five pack - - - - - - - - six pack - - - - - - - - seven pack - - - - - - - - eight pack - - - - - - - - nine pack - - - - - - - - packet - - - - - - - - pascal - - - - - - - - pair inch - - - - - - - - pad - - - - - - - - pound equivalent - - - - - - - - pallet (lift) - - - - - - - - plate - - - - - - - - proof gallon - - - - - - - - pitch - - - - - - - - package - Remarks by GEFEG mbH: -Synonym PK = pack - - - - - - - pail - - - - - - - - pound percentage - - - - - - - - pound net - - - - - - - - pound per inch of length - - - - - - - - page per inch - - - - - - - - pair - - - - - - - - pound-force per square inch - - - - - - - - pint (US) - - - - - - - - dry pint (US) - - - - - - - - pint (UK) - - - - - - - - liquid pint (US) - - - - - - - - tray / tray pack - - - - - - - - half pint (US) - - - - - - - - pound per inch of width - - - - - - - - peck dry (US) - - - - - - - - peck dry (UK) - - - - - - - - meal - - - - - - - - page - facsimile - - - - - - - - quarter (of a year) - - - - - - - - page - hardcopy - - - - - - - - quarter dozen - - - - - - - - quarter hour - - - - - - - - quarter kilogram - - - - - - - - quire - - - - - - - - quart (US) - - - - - - - - dry quart (US) - - - - - - - - quart (UK) - - - - - - - - liquid quart (US) - - - - - - - - quarter (UK) - - - - - - - - pica - - - - - - - - calorie - - - - - - - - thousand cubic metre - - - - - - - - rack - - - - - - - - rod - - - - - - - - ring - - - - - - - - running or operating hour - - - - - - - - roll metric measure - - - - - - - - reel - - - - - - - - ream - - - - - - - - ream metric measure - - - - - - - - roll - - - - - - - - pound per ream - - - - - - - - revolutions per minute - - - - - - - - revolutions per second - - - - - - - - reset - - - - - - - - revenue ton mile - - - - - - - - run - - - - - - - - square foot per second - - - - - - - - square metre per second - - - - - - - - sixty fourths of an inch - - - - - - - - session - - - - - - - - storage unit - - - - - - - - standard advertising unit - - - - - - - - sack - - - - - - - - half year (6 months) - - - - - - - - score - - - - - - - - scruple - - - - - - - - solid pound - - - - - - - - section - - - - - - - - second - - - - - - - - set - - - - - - - - segment - - - - - - - - shipping ton - - - - - - - - siemens - - - - - - - - split tanktruck - - - - - - - - slipsheet - - - - - - - - mile (statute mile) - - - - - - - - square rod - - - - - - - - spool - - - - - - - - shelf package - - - - - - - - square - - - - - - - - strip - - - - - - - - sheet metric measure - - - - - - - - short standard (7200 matches) - - - - - - - - sheet - - - - - - - - stone (UK) - - - - - - - - ton (US) or short ton (UK/US) - Remarks by GEFEG mbH: -Synonym STN = net ton (2000 lb) - - - - - - - skid - - - - - - - - skein - - - - - - - - shipment - - - - - - - - telecommunication line in service - - - - - - - - thousand pound gross - - - - - - - - thousand piece - - - - - - - - thousand bag - - - - - - - - thousand casing - - - - - - - - thousand gallon (US) - - - - - - - - thousand impression - - - - - - - - thousand linear inch - - - - - - - - tenth cubic foot - - - - - - - - kiloampere hour (thousand ampere hour) - - - - - - - - truckload - - - - - - - - therm - - - - - - - - tote - - - - - - - - ten square yard - - - - - - - - thousand square inch - - - - - - - - thousand square centimetre - - - - - - - - tank, rectangular - - - - - - - - thousand feet (linear) - - - - - - - - tin - - - - - - - - tonne (metric ton) - Remarks by GEFEG mbH: -Synonym TNE = metric ton - - - - - - - ten pack - - - - - - - - ten pair - - - - - - - - thousand feet - - - - - - - - thousand cubic metre per day - - - - - - - - ten square feet - - - - - - - - trillion (EUR) - - - - - - - - thousand square feet - - - - - - - - tonne of substance 90 % dry - - - - - - - - ton of steam per hour - - - - - - - - thousand linear metre - - - - - - - - tube - - - - - - - - thousand kilogram - - - - - - - - thousand sheet - - - - - - - - tank, cylindrical - - - - - - - - treatment - - - - - - - - tablet - - - - - - - - torr - - - - - - - - telecommunication line in service average - - - - - - - - telecommunication port - - - - - - - - tenth minute - - - - - - - - tenth hour - - - - - - - - usage per telecommunication line average - - - - - - - - ten thousand yard - - - - - - - - million unit - - - - - - - - volt ampere per kilogram - - - - - - - - vial - - - - - - - - volt - - - - - - - - bulk - - - - - - - - visit - - - - - - - - wet kilo - - - - - - - - two week - - - - - - - - watt per kilogram - - - - - - - - wet pound - - - - - - - - cord - - - - - - - - wet ton - - - - - - - - weber - - - - - - - - week - - - - - - - - wine gallon - - - - - - - - wheel - - - - - - - - watt hour - - - - - - - - weight per square inch - - - - - - - - working month - - - - - - - - wrap - - - - - - - - standard - - - - - - - - watt - - - - - - - - millilitre of water - - - - - - - - chain - - - - - - - - square yard - - - - - - - - cubic yard - - - - - - - - hundred linear yard - - - - - - - - yard - - - - - - - - ten yard - - - - - - - - lift van - - - - - - - - chest - - - - - - - - cask - - - - - - - - hogshead - - - - - - - - lug - - - - - - - - conference point - - - - - - - - newspage agate line - - - - - - - - page - - - - - - - - mutually defined - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonAggregateComponents-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonAggregateComponents-2.0.xsd deleted file mode 100644 index c93f8a0d..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonAggregateComponents-2.0.xsd +++ /dev/null @@ -1,17444 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ABIE - Address. Details - Information about a structured address. - Address - - - - - - - - - BBIE - Address. Identifier - An identifier for a specific address within a scheme of registered addresses. - 0..1 - Address - Identifier - Identifier - Identifier. Type - DetailsKey - - - - - - - - - BBIE - Address. Address Type Code. Code - A code specifying the type of this address, such as business address or home address. - 0..1 - Address - Address Type Code - Code - Code. Type - - - - - - - - - BBIE - Address. Address Format Code. Code - A code specifying the format of this address. - 0..1 - Address - Address Format Code - Code - Code. Type - - - - - - - - - BBIE - Address. Postbox. Text - A post office box number. - 0..1 - Address - Postbox - Text - Text. Type - PostBox, PO Box - "123" - - - - - - - - - BBIE - Address. Floor. Text - An addressable floor of a building. - 0..1 - Address - Floor - Text - Text. Type - SubPremiseNumber - "30" - - - - - - - - - BBIE - Address. Room. Text - A room, suite, or apartment of a building. - 0..1 - Address - Room - Text - Text. Type - SubPremiseNumber - "Reception" - - - - - - - - - BBIE - Address. Street Name. Name - The name of a street. - 0..1 - Address - Street Name - Name - Name. Type - Thoroughfare - "Kwun Tong Road" - - - - - - - - - BBIE - Address. Additional_ Street Name. Name - An additional name of a street used to further specify the street name. - 0..1 - Address - Additional - Street Name - Name - Name. Type - Thoroughfare - "Cnr Aberdeen Road" - - - - - - - - - BBIE - Address. Block Name. Name - The block name, expressed as text, for an area surrounded by streets and usually containing several buildings for this address. - 0..1 - Address - Block Name - Name - Name. Type - Seabird - - - - - - - - - BBIE - Address. Building Name. Name - The name of a building. - 0..1 - Address - Building Name - Name - Name. Type - BuildingName - "Plot 421" - - - - - - - - - BBIE - Address. Building Number. Text - The number of a building. - 0..1 - Address - Building Number - Text - Text. Type - PremiseNumber - "388" - - - - - - - - - BBIE - Address. Inhouse_ Mail. Text - A specific location within a building. - 0..1 - Address - Inhouse - Mail - Text - Text. Type - MailStop - - - - - - - - - BBIE - Address. Department. Text - An addressable department of an organization. - 0..1 - Address - Department - Text - Text. Type - Department - "Accounts Payable" - - - - - - - - - BBIE - Address. Mark Attention. Text - The name, expressed as text, of a person or department in the organization to whom incoming mail is marked with words such as 'for the attention of' or 'FAO' or 'ATTN' for this address. - 0..1 - Address - Mark Attention - Text - Text. Type - - - - - - - - - BBIE - Address. Mark Care. Text - The name, expressed as text, of a person or organization at this address to whom incoming mail is marked with words such as 'care of' or 'C/O'. - 0..1 - Address - Mark Care - Text - Text. Type - - - - - - - - - BBIE - Address. Plot Identification. Text - The textual expression of the unique identifier for the piece of land on which this address is located such as a plot number. - 0..1 - Address - Plot Identification - Text - Text. Type - - - - - - - - - BBIE - Address. City Subdivision Name. Name - A name, expressed as text, of a subdivision of a city for this address, for example, a district or borough. - 0..1 - Address - City Subdivision Name - Name - Name. Type - - - - - - - - - BBIE - Address. City Name. Name - The name of a city, town, or village. - 0..1 - Address - City Name - Name - Name. Type - LocalityName - "Hong Kong" - - - - - - - - - BBIE - Address. Postal_ Zone. Text - The identifier for an addressable group of properties according to the relevant national postal service, such as a ZIP code or Post Code. - 0..1 - Address - Postal - Zone - Text - Text. Type - PostalCodeNumber - "SW11 4EW" "2500 GG" - - - - - - - - - BBIE - Address. Country Subentity. Text - A territorial division of a country, such as a county or state. - 0..1 - Address - Country Subentity - Text - Text. Type - AdministrativeArea, State, Country, Shire, Canton - "Florida","Tamilnadu" - - - - - - - - - BBIE - Address. Country Subentity Code. Code - A territorial division of a country, such as a county or state, expressed as a code. - 0..1 - Address - Country Subentity Code - Code - Code. Type - AdministrativeAreaCode, State Code - - - - - - - - - BBIE - Address. Region. Text - An addressable region or group of countries. - 0..1 - Address - Region - Text - Text. Type - LocalityName, Economic Zone - "European Union" - - - - - - - - - BBIE - Address. District. Text - A geographical division of a country. - 0..1 - Address - District - Text - Text. Type - LocalityName, Area - "East Coast" - - - - - - - - - BBIE - Address. Timezone Offset. Text - For the time zone in which the address is situated, the measure of time offset from Universal Coordinated Time (UTC). - 0..1 - Address - Timezone Offset - Text - Text. Type - "+8:00" "-3:00" - - - - - - - - - ASBIE - Address. Address Line - An association to Address Line. - 0..n - Address - Address Line - Address Line - - - - - - - - - ASBIE - Address. Country - An association to Country. - 0..1 - Address - Country - Country - - - - - - - - - ASBIE - Address. Location Coordinate - An association to Location Coordinate. - 0..1 - Address - Location Coordinate - Location Coordinate - - - - - - - - - - - ABIE - Address Line. Details - Information about a line of address expressed as unstructured text. - Address Line - - - - - - - - - BBIE - Address Line. Line. Text - A line of address expressed as unstructured text. - 1 - Address Line - Line - Text - Text. Type - "123 Standard Chartered Tower" - - - - - - - - - - - ABIE - Air Transport. Details - Information related to an aircraft. - Air Transport - - - - - - - - - BBIE - Air Transport. Aircraft Identifier. Identifier - Identifies a specific aircraft. - 1 - Air Transport - Aircraft Identifier - Identifier - Identifier. Type - - - - - - - - - - - ABIE - Allowance Charge. Details - Information about a charge or discount price component. - Allowance Charge - - - - - - - - - BBIE - Allowance Charge. Identifier - Identifies an Allowance Charge. - 0..1 - Allowance Charge - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Allowance Charge. Charge_ Indicator. Indicator - Indicates whether the Allowance Charge is a charge (true) or a discount (false). - 1 - Allowance Charge - Charge - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Allowance Charge. Allowance Charge Reason Code. Code - The reason for the Allowance Charge, expressed as a code. - 0..1 - Allowance Charge - Allowance Charge Reason Code - Code - Allowance Charge Reason_ Code. Type - - - - - - - - - BBIE - Allowance Charge. Allowance Charge_ Reason. Text - The reason for the Allowance Charge, expressed as text. - 0..1 - Allowance Charge - Allowance Charge - Reason - Text - Text. Type - - - - - - - - - BBIE - Allowance Charge. Multiplier_ Factor. Numeric - The factor applied to the Base Amount to calculate the Allowance Charge. - 0..1 - Allowance Charge - Multiplier - Factor - Numeric - Numeric. Type - 0.20 - - - - - - - - - BBIE - Allowance Charge. Prepaid_ Indicator. Indicator - Indicates whether the Allowance Charge is prepaid (true) or not (false). - 0..1 - Allowance Charge - Prepaid - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Allowance Charge. Sequence. Numeric - Identifies the numerical order sequence in which Allowance Charges are calculated when multiple Allowance Charges apply. If all Allowance Charges apply to the same Base Amount, SequenceNumeric will be '1' for all Allowance Charges. - 0..1 - Allowance Charge - Sequence - Numeric - Numeric. Type - 1, 2, 3, 4, etc. - - - - - - - - - BBIE - Allowance Charge. Amount - The Allowance Charge amount. - 1 - Allowance Charge - Amount - Amount - Amount. Type - 35,23 - - - - - - - - - BBIE - Allowance Charge. Base_ Amount. Amount - The amount to which the MultiplierFactorNumeric is applied to calculate the Allowance Charge. - 0..1 - Allowance Charge - Base - Amount - Amount - Amount. Type - - - - - - - - - BBIE - Allowance Charge. Accounting Cost Code. Code - The buyer's accounting code as applied to the Allowance Charge. - 0..1 - Allowance Charge - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Allowance Charge. Accounting Cost. Text - The buyer's accounting code as applied to the Allowance Charge expressed as text. - 0..1 - Allowance Charge - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Allowance Charge. Tax Category - An association to Tax Category. - 0..n - Allowance Charge - Tax Category - Tax Category - - - - - - - - - ASBIE - Allowance Charge. Tax Total - An association to Tax Total. - 0..1 - Allowance Charge - Tax Total - Tax Total - - - - - - - - - ASBIE - Allowance Charge. Payment Means - An association to Payment Means. - 0..n - Allowance Charge - Payment Means - Payment Means - - - - - - - - - - - ABIE - Attachment. Details - Information about an attached document. An attachment can be referred to externally (with the URI element) or internally (with the MIME reference element) or contained within the document itself (with the EmbeddedDocument element). - Attachment - - - - - - - - - BBIE - Attachment. Embedded_ Document. Binary Object - Contains an embedded document as a BLOB (binary large object). - 0..1 - Attachment - Embedded - Document - Binary Object - Binary Object. Type - - - - - - - - - ASBIE - Attachment. External Reference - An attached document, externally referred to, referred to in the MIME location, or embedded. - 0..1 - Attachment - External Reference - External Reference - - - - - - - - - - - ABIE - Billing Reference. Details - Information directly relating to a related document. - Billing Reference - - - - - - - - - ASBIE - Billing Reference. Invoice_ Document Reference. Document Reference - An associative reference to Invoice. - 0..1 - Billing Reference - Invoice - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Self Billed Invoice_ Document Reference. Document Reference - An associative reference to Self Billed Invoice. - 0..1 - Billing Reference - Self Billed Invoice - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Credit Note_ Document Reference. Document Reference - An associative reference to Credit Note. - 0..1 - Billing Reference - Credit Note - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Self Billed Credit Note_ Document Reference. Document Reference - An associative reference to Self Billed Credit Note. - 0..1 - Billing Reference - Self Billed Credit Note - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Debit Note_ Document Reference. Document Reference - An associative reference to Debit Note. - 0..1 - Billing Reference - Debit Note - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Reminder_ Document Reference. Document Reference - An associative reference to Reminder Document Reference - 0..1 - Billing Reference - Reminder - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..1 - Billing Reference - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Billing Reference Line - An association to Billing Reference Line. - 0..n - Billing Reference - Billing Reference Line - Billing Reference Line - - - - - - - - - - - ABIE - Billing Reference Line. Details - Information about a Billing Line. - Billing Reference Line - - - - - - - - - BBIE - Billing Reference Line. Identifier - An identifier for the Billing Line. - 1 - Billing Reference Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Billing Reference Line. Amount - The amount of the Billing Line, including Allowance Charges but net of taxes. - 0..1 - Billing Reference Line - Amount - Amount - Amount. Type - - - - - - - - - ASBIE - Billing Reference Line. Allowance Charge - An association to Allowance Charge. - 0..n - Billing Reference Line - Allowance Charge - Allowance Charge - - - - - - - - - - - ABIE - Branch. Details - Information about a branch or division of an organization. - Branch - - - - - - - - - BBIE - Branch. Identifier - An identifier for a branch or division of an organization. - 0..1 - Branch - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Branch. Name - The name of a branch or division of an organization. - 0..1 - Branch - Name - Name - Name. Type - - - - - - - - - ASBIE - Branch. Financial Institution - An association to Financial Institution. - 0..1 - Branch - Financial Institution - Financial Institution - - - - - - - - - ASBIE - Branch. Address - An association to Address. - 0..1 - Branch - Address - Address - - - - - - - - - - - ABIE - Card Account. Details - Information about a credit card, debit card, or charge card. - Card Account - - - - - - - - - BBIE - Card Account. Primary_ Account Number. Identifier - The card number; the Primary Account Number (PAN). - 1 - Card Account - Primary - Account Number - Identifier - Identifier. Type - 4558 XXXX XXXX XXXX (a real card number) - - - - - - - - - BBIE - Card Account. Network. Identifier - The card network provider. - 1 - Card Account - Network - Identifier - Identifier. Type - “VISA”, “MasterCard”, “American Express” - - - - - - - - - BBIE - Card Account. Card Type Code. Code - The type of card. - 0..1 - Card Account - Card Type Code - Code - Code. Type - “Debit Card”, “Credit Card”, “Procurement Card” - - - - - - - - - BBIE - Card Account. Validity Start Date. Date - The date from which the card is valid. - 0..1 - Card Account - Validity Start Date - Date - Date. Type - - - - - - - - - BBIE - Card Account. Expiry Date. Date - The date up to which the card is valid. - 0..1 - Card Account - Expiry Date - Date - Date. Type - - - - - - - - - BBIE - Card Account. Issuer. Identifier - The identifier for the card issuer. - 0..1 - Card Account - Issuer - Identifier - Identifier. Type - - - - - - - - - BBIE - Card Account. Issue Number. Identifier - The card issue number. - 0..1 - Card Account - Issue Number - Identifier - Identifier. Type - - - - - - - - - BBIE - Card Account. CV2. Identifier - The Card Verification Value. - 0..1 - Card Account - CV2 - Identifier - Identifier. Type - - - - - - - - - BBIE - Card Account. Card Chip Code. Code - The distinction between CHIP and MAG STRIPE cards. - 0..1 - Card Account - Card Chip Code - Code - Chip_ Code. Type - - - - - - - - - BBIE - Card Account. Chip_ Application. Identifier - An identifier for the application (AID) on a chip card that provides the information quoted. - 0..1 - Card Account - Chip - Application - Identifier - Identifier. Type - - - - - - - - - BBIE - Card Account. Holder. Name - The name of the cardholder. - 0..1 - Card Account - Holder - Name - Name. Type - - - - - - - - - - - ABIE - Catalogue Item Specification Update Line. Details - Details of Catalogue Line Item Specification. - Catalogue Item Specification Update Line - - - - - - - - - BBIE - Catalogue Item Specification Update Line. Identifier - A unique instance identifier for the line in this Catalogue document. - 1 - Catalogue Item Specification Update Line - Identifier - Identifier - Identifier. Type - "1" - - - - - - - - - ASBIE - Catalogue Item Specification Update Line. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Item Specification Update Line - Contractor - Customer Party - Customer Party - - - - - - - - - ASBIE - Catalogue Item Specification Update Line. Seller_ Supplier Party. Supplier Party - An association to the Seller of the item. - 0..1 - Catalogue Item Specification Update Line - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue Item Specification Update Line. Item - An association to Item itself. - 1 - Catalogue Item Specification Update Line - Item - Item - - - - - - - - - - - ABIE - Catalogue Line. Details - The basic element of Catalogue; something that can be bought. - Catalogue Line - - - - - - - - - BBIE - Catalogue Line. Identifier - A unique instance identifier for the line in this Catalogue document. - 1 - Catalogue Line - Identifier - Identifier - Identifier. Type - "1" - - - - - - - - - BBIE - Catalogue Line. Action Code. Code - Code indicating the action required for this item to synchronize with external repositories. - 0..1 - Catalogue Line - Action Code - Code - Code. Type - "Replace", "Update", "Delete","Add" - - - - - - - - - BBIE - Catalogue Line. Life Cycle Status Code. Code - Code indicating availability of this line. - 0..1 - Catalogue Line - Life Cycle Status Code - Code - Code. Type - "new - announcement only", "new and available", "deleted - announcement only" - - - - - - - - - BBIE - Catalogue Line. Contract Subdivision. Text - Identifies a subdivision of a contract or tender. - 0..1 - Catalogue Line - Contract Subdivision - Text - Text. Type - "Installation", "Phase One", Support and Maintenance" - - - - - - - - - BBIE - Catalogue Line. Note. Text - Free-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable). - 0..n - Catalogue Line - Note - Text - Text. Type - - - - - - - - - BBIE - Catalogue Line. Orderable_ Indicator. Indicator - Indicates whether the line is orderable (that is, not just for information only). - 0..1 - Catalogue Line - Orderable - Indicator - Indicator - Indicator. Type - TRUE means orderable, FALSE means not orderable - - - - - - - - - BBIE - Catalogue Line. Orderable_ Unit. Text - The unit that can be ordered. - 0..1 - Catalogue Line - Orderable - Unit - Text - Text. Type - - - - - - - - - BBIE - Catalogue Line. Content Unit. Quantity - The quantity of the order unit of measure of the line. - 0..1 - Catalogue Line - Content Unit - Quantity - Quantity. Type - If order unit measure identifier is "each", then content unit quantity is "1". - - - - - - - - - BBIE - Catalogue Line. Order Quantity Increment. Numeric - The number of items that can set the order quantity increments. - 0..1 - Catalogue Line - Order Quantity Increment - Numeric - Numeric. Type - - - - - - - - - BBIE - Catalogue Line. Minimum_ Order Quantity. Quantity - The minimum amount of items that can be ordered. - 0..1 - Catalogue Line - Minimum - Order Quantity - Quantity - Quantity. Type - "10 boxes" - - - - - - - - - BBIE - Catalogue Line. Maximum_ Order Quantity. Quantity - The maximum amount of items that can be ordered. - 0..1 - Catalogue Line - Maximum - Order Quantity - Quantity - Quantity. Type - "1 tonne" - - - - - - - - - BBIE - Catalogue Line. Warranty_ Information. Text - Information regarding the warranty for the good or service. Warranty may be provided by any Party (can be described in the assiciation to Warranty Party). - 0..n - Catalogue Line - Warranty - Information - Text - Text. Type - "Unless specified otherwise and in addition to any rights the Customer may have under statute, Dell warrants to the Customer that Dell branded Products (excluding third party products and software), will be free from defects in materials and workmanship affecting normal use for a period of one year from invoice date ('Standard Warranty')." - - - - - - - - - BBIE - Catalogue Line. Pack Level Code. Code - The level of packaging involved. - 0..1 - Catalogue Line - Pack Level Code - Code - Code. Type - Consumer Unit, Trading Unit - "level 2", "Group 4" - - - - - - - - - ASBIE - Catalogue Line. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Line - Contractor - Customer Party - Customer Party - - - - - - - - - ASBIE - Catalogue Line. Seller_ Supplier Party. Supplier Party - An association to Seller of the item. - 0..1 - Catalogue Line - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue Line. Warranty_ Party. Party - The party responsible for the Warranty. - 0..1 - Catalogue Line - Warranty - Party - Party - - - - - - - - - ASBIE - Catalogue Line. Warranty Validity_ Period. Period - The period for which the Warranty is valid. - 0..1 - Catalogue Line - Warranty Validity - Period - Period - - - - - - - - - ASBIE - Catalogue Line. Line Validity_ Period. Period - The period for which the Catalogue Line is valid. - 0..1 - Catalogue Line - Line Validity - Period - Period - - - - - - - - - ASBIE - Catalogue Line. Item Comparison - An association to comparative details for this Item. - 0..n - Catalogue Line - Item Comparison - Item Comparison - - - - - - - - - ASBIE - Catalogue Line. Component_ Related Item. Related Item - An association that describes any catalogue items that may be components of this Item. - 0..n - Catalogue Line - Component - Related Item - Related Item - - - - - - - - - ASBIE - Catalogue Line. Accessory_ Related Item. Related Item - An association that describes any catalogue items that may be optional accessories to this Item. - 0..n - Catalogue Line - Accessory - Related Item - Related Item - - - - - - - - - ASBIE - Catalogue Line. Required_ Related Item. Related Item - An association that describes any catalogue items that may be required for this Item. - 0..n - Catalogue Line - Required - Related Item - Related Item - - - - - - - - - ASBIE - Catalogue Line. Replacement_ Related Item. Related Item - An association that describes any catalogue items that may be replacements for this Item. - 0..n - Catalogue Line - Replacement - Related Item - Related Item - - - - - - - - - ASBIE - Catalogue Line. Complementary_ Related Item. Related Item - An association that describes any catalogue items that may complement this Item. - 0..n - Catalogue Line - Complementary - Related Item - Related Item - - - - - - - - - ASBIE - Catalogue Line. Required_ Item Location Quantity. Item Location Quantity - An association to the description of properties related to locations and quantities of the Item. - 0..n - Catalogue Line - Required - Item Location Quantity - Item Location Quantity - - - - - - - - - ASBIE - Catalogue Line. Document Reference - An association to Document Reference. - 0..n - Catalogue Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Catalogue Line. Item - An association to the Item itself. - 1 - Catalogue Line - Item - Item - - - - - - - - - - - ABIE - Catalogue Pricing Update Line. Details - Details of Catalogue Line Pricing. - Catalogue Pricing Update Line - - - - - - - - - BBIE - Catalogue Pricing Update Line. Identifier - A unique instance identifier for the line in this Catalogue document. - 1 - Catalogue Pricing Update Line - Identifier - Identifier - Identifier. Type - "1" - - - - - - - - - ASBIE - Catalogue Pricing Update Line. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Pricing Update Line - Contractor - Customer Party - Customer Party - - - - - - - - - ASBIE - Catalogue Pricing Update Line. Seller_ Supplier Party. Supplier Party - An association to the Seller of the Item. - 0..1 - Catalogue Pricing Update Line - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue Pricing Update Line. Required_ Item Location Quantity. Item Location Quantity - An association to the description of properties related to locations and quantities of the item. - 0..n - Catalogue Pricing Update Line - Required - Item Location Quantity - Item Location Quantity - - - - - - - - - - - ABIE - Catalogue Reference. Details - A reference to a Catalogue. - Catalogue Reference - - - - - - - - - BBIE - Catalogue Reference. Identifier - An identifier for the Catalogue document. - 1 - Catalogue Reference - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Reference. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Catalogue Reference - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Reference. Issue Date. Date - The date when the Catalogue was issued. - 0..1 - Catalogue Reference - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue Reference. Issue Time. Time - The time when the Catalogue was issued. - 0..1 - Catalogue Reference - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue Reference. Revision Date. Date - The date on which the information in the Catalogue was revised. - 0..1 - Catalogue Reference - Revision Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue Reference. Revision Time. Time - The time at which the information in the Catalogue was revised. - 0..1 - Catalogue Reference - Revision Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue Reference. Note. Text - A free-text note about the Catalogue. This is used for information which is only human readable. - 0..n - Catalogue Reference - Note - Text - Text. Type - - - - - - - - - BBIE - Catalogue Reference. Description. Text - A description of the Catalogue. - 0..n - Catalogue Reference - Description - Text - Text. Type - "computer accessories for laptops" - - - - - - - - - BBIE - Catalogue Reference. Version. Identifier - Indicates the current version of the Catalogue. - 0..1 - Catalogue Reference - Version - Identifier - Identifier. Type - "1.1" - - - - - - - - - BBIE - Catalogue Reference. Previous_ Version. Identifier - Indicates the previous version (the version superseded by this Catalogue). - 0..1 - Catalogue Reference - Previous - Version - Identifier - Identifier. Type - "1.0" - - - - - - - - - - - ABIE - Catalogue Request Line. Details - The basic element of Catalogue; something that can be bought. - Catalogue Request Line - - - - - - - - - BBIE - Catalogue Request Line. Identifier - A unique instance identifier for the line in this Catalogue document. - 1 - Catalogue Request Line - Identifier - Identifier - Identifier. Type - "1" - - - - - - - - - BBIE - Catalogue Request Line. Contract Subdivision. Text - Identifies a subdivision of a contract or tender. - 0..1 - Catalogue Request Line - Contract Subdivision - Text - Text. Type - "Installation", "Phase One", Support and Maintenance" - - - - - - - - - BBIE - Catalogue Request Line. Note. Text - Free-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable). - 0..n - Catalogue Request Line - Note - Text - Text. Type - - - - - - - - - ASBIE - Catalogue Request Line. Line Validity_ Period. Period - The period for which the Catalogue Line is valid. - 0..1 - Catalogue Request Line - Line Validity - Period - Period - - - - - - - - - ASBIE - Catalogue Request Line. Required_ Item Location Quantity. Item Location Quantity - An association to the description of properties related to locations and quantities of the item. - 0..n - Catalogue Request Line - Required - Item Location Quantity - Item Location Quantity - - - - - - - - - ASBIE - Catalogue Request Line. Item - An association to the Item itself. - 1 - Catalogue Request Line - Item - Item - - - - - - - - - - - ABIE - Certificate Of Origin Application. Details - A document that contains information of CO application. - Certificate Of Origin Application - - - - - - - - - BBIE - Certificate Of Origin Application. Reference. Identifier - Holds the unique number that identifies the Despatch Advice, typically according to the seller's system that generated the Despatch Advice. - 1 - Certificate Of Origin Application - Reference - Identifier - Identifier. Type - - - - - - - - - BBIE - Certificate Of Origin Application. Certificate Type. Text - Type of CO. Type could be Ordinary, Re-export, Commonwealth Preferential etc. - 1 - Certificate Of Origin Application - Certificate Type - Text - Text. Type - - - - - - - - - BBIE - Certificate Of Origin Application. Application Status Code. Code - Indicates the status of the application (revision, replacement, etc.). - 0..1 - Certificate Of Origin Application - Application Status Code - Code - Code. Type - - - - - - - - - BBIE - Certificate Of Origin Application. Original_ Job Identifier. Identifier - The latest Job Number given to the Origin application. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier. - 1 - Certificate Of Origin Application - Original - Job Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Certificate Of Origin Application. Previous_ Job Identifier. Identifier - The previous Job Number assigned in case the application undergoes query or change. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier. - 0..1 - Certificate Of Origin Application - Previous - Job Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Certificate Of Origin Application. Remarks. Text - Remarks by the applicant for the Certificate of Origin Application. - 0..1 - Certificate Of Origin Application - Remarks - Text - Text. Type - - - - - - - - - ASBIE - Certificate Of Origin Application. Shipment - Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. - 1 - Certificate Of Origin Application - Shipment - Shipment - - - - - - - - - ASBIE - Certificate Of Origin Application. Endorser Party - The party providing the endorsement. - 1..n - Certificate Of Origin Application - Endorser Party - Endorser Party - - - - - - - - - ASBIE - Certificate Of Origin Application. Preparation_ Party. Party - Details of an individual, a group, or a body that prepares the Certificate of Origin application. - 1 - Certificate Of Origin Application - Preparation - Party - Party - - - - - - - - - ASBIE - Certificate Of Origin Application. Issuer_ Party. Party - Details of the authorized organization that issued the Certificate of Origin. - 1 - Certificate Of Origin Application - Issuer - Party - Party - - - - - - - - - ASBIE - Certificate Of Origin Application. Issuing_ Country. Country - The country for which the Certificate of Origin is issued. - 1 - Certificate Of Origin Application - Issuing - Country - Country - - - - - - - - - ASBIE - Certificate Of Origin Application. Document Distribution - The distribution of the Certificate of Origin to interested parties. - 0..n - Certificate Of Origin Application - Document Distribution - Document Distribution - - - - - - - - - ASBIE - Certificate Of Origin Application. Supporting_ Document Reference. Document Reference - An associative reference to a supporting document. - 0..n - Certificate Of Origin Application - Supporting - Document Reference - Document Reference - - - - - - - - - ASBIE - Certificate Of Origin Application. Signature - One or more signatures applied to the document instance. - 0..n - Certificate Of Origin Application - Signature - Signature - - - - - - - - - - - ABIE - Classification Category. Details - Information about a Classification Category; a subdivision of a Classification Scheme. - Classification Category - - - - - - - - - BBIE - Classification Category. Name - The name of the Classification Category. - 0..1 - Classification Category - Name - Name - Name. Type - Code List Name - "UNSPSC Class", "UNSPSC Segment", "UNSPSC Family" - - - - - - - - - BBIE - Classification Category. Code Value. Text - The Classification Category value. - 0..1 - Classification Category - Code Value - Text - Text. Type - Code Value - 3420001, 3273666, HSJJD-213 - - - - - - - - - BBIE - Classification Category. Description. Text - The description of the Classification Category. - 0..n - Classification Category - Description - Text - Text. Type - Code Name - "Electrical Goods", "Wooden Toys" - - - - - - - - - ASBIE - Classification Category. Categorizes_ Classification Category. Classification Category - An association to subcategories within the Category. - 0..n - Classification Category - Categorizes - Classification Category - Classification Category - - - - - - - - - - - ABIE - Classification Scheme. Details - Information about Classification Scheme; a scheme that defines a taxonomy for classifying goods or services. - Classification Scheme - - - - - - - - - BBIE - Classification Scheme. Identifier - An identifier for the classification scheme. - 1 - Classification Scheme - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Classification Scheme. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Classification Scheme - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Classification Scheme. Last_ Revision Date. Date - The date at which the classification scheme was last revised. - 0..1 - Classification Scheme - Last - Revision Date - Date - Date. Type - - - - - - - - - BBIE - Classification Scheme. Last_ Revision Time. Time - The time at which the classification scheme was last revised. - 0..1 - Classification Scheme - Last - Revision Time - Time - Time. Type - - - - - - - - - BBIE - Classification Scheme. Note. Text - Free-form text applying to the Classification Scheme. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Classification Scheme - Note - Text - Text. Type - - - - - - - - - BBIE - Classification Scheme. Name - The name of the Classification Scheme. - 0..1 - Classification Scheme - Name - Name - Name. Type - "UNSPSC" - - - - - - - - - BBIE - Classification Scheme. Description. Text - A description of the Classification Scheme. - 0..n - Classification Scheme - Description - Text - Text. Type - "an open, global multi-sector standard for classification of products and services" - - - - - - - - - BBIE - Classification Scheme. Agency Identifier. Identifier - Identifies the agency that maintains the Classification Scheme. - 0..1 - Classification Scheme - Agency Identifier - Identifier - Identifier. Type - Defaults to the UN/EDIFACT data element 3055 code list. - - - - - - - - - BBIE - Classification Scheme. Agency Name. Text - The name of the agency that maintains the Classification Scheme. - 0..1 - Classification Scheme - Agency Name - Text - Text. Type - - - - - - - - - BBIE - Classification Scheme. Version. Identifier - Identifies the version of the Classification Scheme. - 0..1 - Classification Scheme - Version - Identifier - Identifier. Type - - - - - - - - - BBIE - Classification Scheme. URI. Identifier - The Uniform Resource Identifier (URI) that identifies where the Classification is located. - 0..1 - Classification Scheme - URI - Identifier - Identifier. Type - - - - - - - - - BBIE - Classification Scheme. Scheme_ URI. Identifier - The Uniform Resource Identifier (URI) that identifies where the Classification Scheme is located. - 0..1 - Classification Scheme - Scheme - URI - Identifier - Identifier. Type - - - - - - - - - BBIE - Classification Scheme. Language. Identifier - Identifies the language of the Classification Scheme. - 0..1 - Classification Scheme - Language - Identifier - Identifier. Type - - - - - - - - - ASBIE - Classification Scheme. Classification Category - An association to Classification Category. - 1..n - Classification Scheme - Classification Category - Classification Category - - - - - - - - - - - ABIE - Commodity Classification. Details - Information about Commodity Classification. - Commodity Classification - - - - - - - - - BBIE - Commodity Classification. Nature Code. Code - The high-level nature of the Classification issued by a specific maintenance agency, expressed as a code. - 0..1 - Commodity Classification - Nature Code - Code - Code. Type - "wooden products" - - - - - - - - - BBIE - Commodity Classification. Cargo Type Code. Code - The type of cargo, expressed as a code. - 0..1 - Commodity Classification - Cargo Type Code - Code - Code. Type - "Refrigerated" - - - - - - - - - BBIE - Commodity Classification. Commodity Code. Code - The harmonized international commodity code for regulatory (customs and trade statistics) purposes. - 0..1 - Commodity Classification - Commodity Code - Code - Code. Type - Harmonized Code - "1102222883" - - - - - - - - - BBIE - Commodity Classification. Item Classification Code. Code - The trade commodity classification, expressed as a code. - 0..1 - Commodity Classification - Item Classification Code - Code - Code. Type - UN/SPSC Code - "3440234" - - - - - - - - - - - ABIE - Communication. Details - Information about a means of communication. - Communication - - - - - - - - - BBIE - Communication. Channel Code. Code - The method of communication, expressed as a code. - 0..1 - Communication - Channel Code - Code - Channel_ Code. Type - Phone Fax Email - - - - - - - - - BBIE - Communication. Channel. Text - The method of communication, expressed as text. - 0..1 - Communication - Channel - Text - Text. Type - Skype - - - - - - - - - BBIE - Communication. Value. Text - The communication value, such as phone number or email address. - 0..1 - Communication - Value - Text - Text. Type - "+44 1 2345 6789" "president@whitehouse.com" - - - - - - - - - - - ABIE - Consignment. Details - A separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. - Consignment - - - - - - - - - BBIE - Consignment. Identifier - Unique number assigned to goods, both for import and export. - 1 - Consignment - Identifier - Identifier - Identifier. Type - Unique consignment reference number (UCR) - - - - - - - - - BBIE - Consignment. Summary_ Description. Text - General descriptive text that is not part of any remarks. - 0..n - Consignment - Summary - Description - Text - Text. Type - - - - - - - - - BBIE - Consignment. Total_ Invoice Amount. Amount - Total of all invoice amounts declared in a single consignment. - 0..1 - Consignment - Total - Invoice Amount - Amount - Amount. Type - - - - - - - - - BBIE - Consignment. Declared Customs_ Value. Amount - Amount declared for customs purposes of those goods in a consignment, whether or not they are subject to the same customs procedure, tariff/statistical heading, country information, and duty regime. - 0..1 - Consignment - Declared Customs - Value - Amount - Amount. Type - - - - - - - - - BBIE - Consignment. Tariff Description. Text - A description of the tariff applied to a consignment. - 0..n - Consignment - Tariff Description - Text - Text. Type - - - - - - - - - BBIE - Consignment. Tariff Code. Code - Code specifying a tariff applied to a consignment. - 0..1 - Consignment - Tariff Code - Code - Code. Type - Tariff code number (WCO ID 145) - - - - - - - - - BBIE - Consignment. Insurance Premium Amount. Amount - Amount of premium payable to the insurance company for insuring the goods. - 0..1 - Consignment - Insurance Premium Amount - Amount - Amount. Type - Insurance Cost - - - - - - - - - BBIE - Consignment. Gross_ Weight. Measure - Total weight (mass) of goods for a declaration, including packaging but excluding the carrier's equipment. - 0..1 - Consignment - Gross - Weight - Measure - Measure. Type - Total gross weight (WCO ID 131) - Total cube of all goods items referred to as one consignment. - - - - - - - - - BBIE - Consignment. Net_ Weight. Measure - Total net weight (mass) of all the goods items referred to as one consignment. - 0..1 - Consignment - Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Consignment. Net Net_ Weight. Measure - Weight (mass) of the goods themselves without any packing. - 0..1 - Consignment - Net Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Consignment. Chargeable_ Weight. Measure - Gross weight (mass) on which a charge is to be based. - 0..1 - Consignment - Chargeable - Weight - Measure - Measure. Type - Chargeable Weight. Basis.Measure - - - - - - - - - BBIE - Consignment. Gross_ Volume. Measure - Total volume of all goods items referred to as one consignment. - 0..1 - Consignment - Gross - Volume - Measure - Measure. Type - Cube - - - - - - - - - BBIE - Consignment. Net_ Volume. Measure - Net volume of all goods items referred to as one consignment. - 0..1 - Consignment - Net - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Consignment. Loading_ Length. Measure - Total length in a means of transport or a piece of transport equipment whereby the complete width and height over that length is needed for loading all the consignments referred to as one consolidation. - 0..1 - Consignment - Loading - Length - Measure - Measure. Type - - - - - - - - - BBIE - Consignment. Remarks. Text - Remarks concerning the complete consignment to be printed on the transport document. - 0..n - Consignment - Remarks - Text - Text. Type - - - - - - - - - BBIE - Consignment. Hazardous Risk_ Indicator. Indicator - Indication that the transport is or is not subject to an international regulation concerning the carriage of dangerous goods. - 0..1 - Consignment - Hazardous Risk - Indicator - Indicator - Indicator. Type - Dangerous Goods RID Indicator - default is negative - - - - - - - - - ASBIE - Consignment. Consignee_ Party. Party - Party to which goods are consigned. - 0..1 - Consignment - Consignee - Party - Party - - - - - - - - - ASBIE - Consignment. Exporter_ Party. Party - The party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted. - 0..1 - Consignment - Exporter - Party - Party - - - - - - - - - ASBIE - Consignment. Consignor_ Party. Party - The party consigning goods, as stipulated in the transport contract by the party ordering transport. - 0..1 - Consignment - Consignor - Party - Party - - - - - - - - - ASBIE - Consignment. Importer_ Party. Party - The party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned. - 0..1 - Consignment - Importer - Party - Party - - - - - - - - - ASBIE - Consignment. Carrier_ Party. Party - The party providing the transport of goods between named points. - 0..1 - Consignment - Carrier - Party - Party - - - - - - - - - ASBIE - Consignment. Freight Forwarder_ Party. Party - The party combining individual smaller consignments into a single larger shipment (so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. - 0..1 - Consignment - Freight Forwarder - Party - Party - - - - - - - - - ASBIE - Consignment. Notify_ Party. Party - The party to be notified. - 0..1 - Consignment - Notify - Party - Party - - - - - - - - - ASBIE - Consignment. Original Despatch_ Party. Party - The original despatch party. - 0..1 - Consignment - Original Despatch - Party - Party - - - - - - - - - ASBIE - Consignment. Final Delivery_ Party. Party - The final delivery party. - 0..1 - Consignment - Final Delivery - Party - Party - - - - - - - - - ASBIE - Consignment. Original Departure_ Country. Country - The country from which the goods are originally exported, without any commercial transaction taking place in intermediate countries. - 0..1 - Consignment - Original Departure - Country - Country - - - - - - - - - ASBIE - Consignment. Final Destination_ Country. Country - Name of the country to which the goods are to be delivered to the final consignee or buyer. - 0..1 - Consignment - Final Destination - Country - Country - - - - - - - - - ASBIE - Consignment. Transit_ Country. Country - The countries through which goods or passengers are routed between the country of original departure and the country of final destination. - 0..n - Consignment - Transit - Country - Country - - - - - - - - - ASBIE - Consignment. Transport_ Contract. Contract - An association to Transport Contact. - 0..1 - Consignment - Transport - Contract - Contract - - - - - - - - - ASBIE - Consignment. Original Despatch_ Transportation Service. Transportation Service - The service for pick-up from the consignor under the transport contract. - 0..1 - Consignment - Original Despatch - Transportation Service - Transportation Service - - - - - - - - - ASBIE - Consignment. Final Delivery_ Transportation Service. Transportation Service - The service for delivery to the consignee under the transport contract. - 0..1 - Consignment - Final Delivery - Transportation Service - Transportation Service - - - - - - - - - ASBIE - Consignment. Delivery Terms - All the conditions agreed upon between a seller and a buyer with regard to the delivery of goods and/or services, e.g., CIF, FOB, or EXW from the INCOTERMS Terms of Delivery. - 0..1 - Consignment - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Consignment. Payment Terms - The conditions of payment between the parties in a transaction. - 0..1 - Consignment - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Consignment. Freight_ Allowance Charge. Allowance Charge - Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs). - 0..n - Consignment - Freight - Allowance Charge - Allowance Charge - - - - - - - - - - - ABIE - Contact. Details - Information about a contactable person or organization department. - Contact - - - - - - - - - BBIE - Contact. Identifier - An identifier for the Contact. - 0..1 - Contact - Identifier - Identifier - Identifier. Type - "Receivals Clerk" - - - - - - - - - BBIE - Contact. Name - The name of the Contact. - 0..1 - Contact - Name - Name - Name. Type - "Delivery Dock" - - - - - - - - - BBIE - Contact. Telephone. Text - The telephone number of the Contact. - 0..1 - Contact - Telephone - Text - Text. Type - - - - - - - - - BBIE - Contact. Telefax. Text - The fax number of the Contact. - 0..1 - Contact - Telefax - Text - Text. Type - - - - - - - - - BBIE - Contact. Electronic_ Mail. Text - The email address of the Contact. - 0..1 - Contact - Electronic - Mail - Text - Text. Type - - - - - - - - - BBIE - Contact. Note. Text - A note such as 'Emergency' or 'After Hours' describing the circumstances in which the Contact can be used. - 0..1 - Contact - Note - Text - Text. Type - - - - - - - - - ASBIE - Contact. Other_ Communication. Communication - An association to Other Communication. - 0..n - Contact - Other - Communication - Communication - - - - - - - - - - - ABIE - Contract. Details - Information about a Contract. - Contract - - - - - - - - - BBIE - Contract. Identifier - Identifies the Contract. - 0..1 - Contract - Identifier - Identifier - Identifier. Type - "CC23" - - - - - - - - - BBIE - Contract. Issue Date. Date - The date on which the Contract was issued. - 0..1 - Contract - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Contract. Issue Time. Time - The time at which the Contract was issued. - 0..1 - Contract - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Contract. Contract Type Code. Code - The type of Contract, expressed as a code. - 0..1 - Contract - Contract Type Code - Code - Code. Type - - - - - - - - - BBIE - Contract. Contract Type. Text - The type of Contract, expressed as text. - 0..1 - Contract - Contract Type - Text - Text. Type - - - - - - - - - ASBIE - Contract. Validity_ Period. Period - An association to Validity Period. - 0..1 - Contract - Validity - Period - Period - - - - - - - - - ASBIE - Contract. Contract_ Document Reference. Document Reference - An associative reference to Contract Document. - 0..n - Contract - Contract - Document Reference - Document Reference - - - - - - - - - - - ABIE - Corporate Registration Scheme. Details - Information directly relating a scheme for corporate registration of businesses. - Corporate Registration Scheme - - - - - - - - - BBIE - Corporate Registration Scheme. Identifier - Identifies the scheme. - 0..1 - Corporate Registration Scheme - Identifier - Identifier - Identifier. Type - "ASIC" in Australia - - - - - - - - - BBIE - Corporate Registration Scheme. Name - Identifies the scheme by name. - 0..1 - Corporate Registration Scheme - Name - Name - Name. Type - "Australian Securities and Investment Commission" in Australia - - - - - - - - - BBIE - Corporate Registration Scheme. Corporate Registration Type Code. Code - Identifies the type of scheme. - 0..1 - Corporate Registration Scheme - Corporate Registration Type Code - Code - Code. Type - "ACN" - - - - - - - - - ASBIE - Corporate Registration Scheme. Jurisdiction Region_ Address. Address - Associates the registration scheme with particulars that identify and locate the geographic area to which the scheme applies. - 0..n - Corporate Registration Scheme - Jurisdiction Region - Address - Address - - - - - - - - - - - ABIE - Country. Details - Information about a geopolitical country. - Country - - - - - - - - - BBIE - Country. Identification Code. Code - An identifier for the Country. - 0..1 - Country - Identification Code - Code - Country Identification_ Code. Type - - - - - - - - - BBIE - Country. Name - The name of the Country. - 0..1 - Country - Name - Name - Name. Type - “SOUTH AFRICA” - - - - - - - - - - - ABIE - Credit Account. Details - Information about a Credit Account (for sales on account). - Credit Account - - - - - - - - - BBIE - Credit Account. Account Identifier. Identifier - Identifies the Credit Account. - 1 - Credit Account - Account Identifier - Identifier - Identifier. Type - "Customer Code 29" - - - - - - - - - - - ABIE - Credit Note Line. Details - Information about a Credit Note Line. - Credit Note Line - - - - - - - - - BBIE - Credit Note Line. Identifier - Identifies the Credit Note Line. - 1 - Credit Note Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Credit Note Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Credit Note Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Credit Note Line. Note. Text - Free-form text applying to the Credit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Credit Note Line - Note - Text - Text. Type - - - - - - - - - BBIE - Credit Note Line. Credited_ Quantity. Quantity - The quantity of Items credited. - 0..1 - Credit Note Line - Credited - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Credit Note Line. Line Extension Amount. Amount - The total amount for the Credit Note Line, including Allowance Charges but net of taxes. - 0..1 - Credit Note Line - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Credit Note Line. Tax Point Date. Date - The date of the Credit Note Line, used to indicate the point at which tax becomes applicable. - 0..1 - Credit Note Line - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Credit Note Line. Accounting Cost Code. Code - The buyer's accounting code applied to the Credit Note Line. - 0..1 - Credit Note Line - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Credit Note Line. Accounting Cost. Text - The buyer's accounting code applied to the Credit Note Line, expressed as text. - 0..1 - Credit Note Line - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Credit Note Line. Discrepancy_ Response. Response - An association to Discrepancy Response; the reason for the Credit. - 0..n - Credit Note Line - Discrepancy - Response - Response - - - - - - - - - ASBIE - Credit Note Line. Despatch_ Line Reference. Line Reference - An associative reference to Despatch Line. - 0..n - Credit Note Line - Despatch - Line Reference - Line Reference - - - - - - - - - ASBIE - Credit Note Line. Receipt_ Line Reference. Line Reference - An associative reference to Receipt Line. - 0..n - Credit Note Line - Receipt - Line Reference - Line Reference - - - - - - - - - ASBIE - Credit Note Line. Billing Reference - An association to Billing Reference. - 0..n - Credit Note Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Credit Note Line. Document Reference - An association to Document Reference. - 0..n - Credit Note Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Credit Note Line. Pricing Reference - An association to Pricing Reference. - 0..1 - Credit Note Line - Pricing Reference - Pricing Reference - - - - - - - - - ASBIE - Credit Note Line. Delivery - An association to Delivery. - 0..n - Credit Note Line - Delivery - Delivery - - - - - - - - - ASBIE - Credit Note Line. Tax Total - An association to Tax Total. - 0..n - Credit Note Line - Tax Total - Tax Total - - - - - - - - - ASBIE - Credit Note Line. Item - An association to Item - 0..1 - Credit Note Line - Item - Item - - - - - - - - - ASBIE - Credit Note Line. Price - An association to Price. - 0..1 - Credit Note Line - Price - Price - - - - - - - - - - - ABIE - Customer Party. Details - Information about the Customer Party. - Customer Party - - - - - - - - - BBIE - Customer Party. Customer Assigned_ Account Identifier. Identifier - An identifier for the Customer's account, assigned by the Customer itself. - 0..1 - Customer Party - Customer Assigned - Account Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Customer Party. Supplier Assigned_ Account Identifier. Identifier - An identifier for the Customer's account, assigned by the Supplier. - 0..1 - Customer Party - Supplier Assigned - Account Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Customer Party. Additional_ Account Identifier. Identifier - An identifier for the Customer's account, assigned by a third party. - 0..n - Customer Party - Additional - Account Identifier - Identifier - Identifier. Type - - - - - - - - - ASBIE - Customer Party. Party - An association to Party. - 0..1 - Customer Party - Party - Party - - - - - - - - - ASBIE - Customer Party. Delivery_ Contact. Contact - An association to Delivery Contact. - 0..1 - Customer Party - Delivery - Contact - Contact - - - - - - - - - ASBIE - Customer Party. Accounting_ Contact. Contact - An association to Accounting Contact (Customer). - 0..1 - Customer Party - Accounting - Contact - Contact - - - - - - - - - ASBIE - Customer Party. Buyer_ Contact. Contact - An association to Buyer Contact. - 0..1 - Customer Party - Buyer - Contact - Contact - - - - - - - - - - - ABIE - Debit Note Line. Details - Information about a Debit Note Line. - Debit Note Line - - - - - - - - - BBIE - Debit Note Line. Identifier - Identifies the Debit Note Line. - 1 - Debit Note Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Debit Note Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Debit Note Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Debit Note Line. Note. Text - Free-form text applying to the Debit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Debit Note Line - Note - Text - Text. Type - - - - - - - - - BBIE - Debit Note Line. Debited_ Quantity. Quantity - The quantity of Items debited. - 0..1 - Debit Note Line - Debited - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Debit Note Line. Line Extension Amount. Amount - The total amount for the Debit Note Line, including Allowance Charges but net of taxes. - 1 - Debit Note Line - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Debit Note Line. Tax Point Date. Date - The date of the Debit Note Line, used to indicate the point at which tax becomes applicable. - 0..1 - Debit Note Line - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Debit Note Line. Accounting Cost Code. Code - The buyer's accounting code applied to the Debit Note Line. - 0..1 - Debit Note Line - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Debit Note Line. Accounting Cost. Text - The buyer's accounting code applied to the Debit Note Line, expressed as text. - 0..1 - Debit Note Line - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Debit Note Line. Discrepancy_ Response. Response - An association to Discrepancy Response; the reason for the Debit. - 0..n - Debit Note Line - Discrepancy - Response - Response - - - - - - - - - ASBIE - Debit Note Line. Despatch_ Line Reference. Line Reference - An associative reference to Despatch Line. - 0..n - Debit Note Line - Despatch - Line Reference - Line Reference - - - - - - - - - ASBIE - Debit Note Line. Receipt_ Line Reference. Line Reference - An associative reference to Receipt Line. - 0..n - Debit Note Line - Receipt - Line Reference - Line Reference - - - - - - - - - ASBIE - Debit Note Line. Billing Reference - An association to Billing Reference. - 0..n - Debit Note Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Debit Note Line. Document Reference - An association to Document Reference. - 0..n - Debit Note Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Debit Note Line. Pricing Reference - An association to Pricing Reference. - 0..1 - Debit Note Line - Pricing Reference - Pricing Reference - - - - - - - - - ASBIE - Debit Note Line. Delivery - An association to Delivery. - 0..n - Debit Note Line - Delivery - Delivery - - - - - - - - - ASBIE - Debit Note Line. Tax Total - An association to Tax Total. - 0..n - Debit Note Line - Tax Total - Tax Total - - - - - - - - - ASBIE - Debit Note Line. Item - An association to Item - 0..1 - Debit Note Line - Item - Item - - - - - - - - - ASBIE - Debit Note Line. Price - An association to Price. - 0..1 - Debit Note Line - Price - Price - - - - - - - - - - - ABIE - Delivery. Details - Information about Delivery. - Delivery - - - - - - - - - BBIE - Delivery. Identifier - Identifies the Delivery. - 0..1 - Delivery - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Delivery. Quantity - The quantity in a Delivery. - 0..1 - Delivery - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Delivery. Minimum_ Quantity. Quantity - The minimum quantity in a Delivery. - 0..1 - Delivery - Minimum - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Delivery. Maximum_ Quantity. Quantity - The maximum quantity in a Delivery. - 0..1 - Delivery - Maximum - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Delivery. Actual_ Delivery Date. Date - The actual Delivery date. - 0..1 - Delivery - Actual - Delivery Date - Date - Date. Type - - - - - - - - - BBIE - Delivery. Actual_ Delivery Time. Time - The actual Delivery time. - 0..1 - Delivery - Actual - Delivery Time - Time - Time. Type - - - - - - - - - BBIE - Delivery. Latest_ Delivery Date. Date - The latest delivery date allowed by the buyer. - 0..1 - Delivery - Latest - Delivery Date - Date - Date. Type - - - - - - - - - BBIE - Delivery. Latest_ Delivery Time. Time - The latest delivery time allowed by the buyer. - 0..1 - Delivery - Latest - Delivery Time - Time - Time. Type - - - - - - - - - BBIE - Delivery. Tracking Identifier. Identifier - The delivery Tracking ID (for transport tracking). - 0..1 - Delivery - Tracking Identifier - Identifier - Identifier. Type - - - - - - - - - ASBIE - Delivery. Delivery_ Address. Address - An association to Delivery Address. - 0..1 - Delivery - Delivery - Address - Address - - - - - - - - - ASBIE - Delivery. Delivery_ Location. Location - An association to Location. - 0..1 - Delivery - Delivery - Location - Location - - - - - - - - - ASBIE - Delivery. Requested Delivery_ Period. Period - The requested Period for Delivery. - 0..1 - Delivery - Requested Delivery - Period - Period - - - - - - - - - ASBIE - Delivery. Promised Delivery_ Period. Period - The promised Period for Delivery. - 0..1 - Delivery - Promised Delivery - Period - Period - - - - - - - - - ASBIE - Delivery. Estimated Delivery_ Period. Period - The estimated Period for Delivery. - 0..1 - Delivery - Estimated Delivery - Period - Period - - - - - - - - - ASBIE - Delivery. Delivery_ Party. Party - The party to whom the goods/services are delivered. - 0..1 - Delivery - Delivery - Party - Party - - - - - - - - - ASBIE - Delivery. Despatch - An association to the Despatch. - 0..1 - Delivery - Despatch - Despatch - - - - - - - - - - - ABIE - Delivery Terms. Details - Information about Delivery Terms. - Delivery Terms - - - - - - - - - BBIE - Delivery Terms. Identifier - Identifies the Delivery Terms. - 0..1 - Delivery Terms - Identifier - Identifier - Identifier. Type - CIF, FOB, or EXW from the INCOTERMS Terms of Delivery. (2000 version preferred.) - - - - - - - - - BBIE - Delivery Terms. Special_ Terms. Text - A description of special conditions relating to the Delivery Terms. - 0..1 - Delivery Terms - Special - Terms - Text - Text. Type - - - - - - - - - BBIE - Delivery Terms. Loss Risk Responsibility Code. Code - An identifier for the responsibility for loss risk in the context of the Delivery Terms, expressed as a code. - 0..1 - Delivery Terms - Loss Risk Responsibility Code - Code - Code. Type - - - - - - - - - BBIE - Delivery Terms. Loss Risk. Text - A description of the loss risk in the context of the Delivery Terms. - 0..1 - Delivery Terms - Loss Risk - Text - Text. Type - - - - - - - - - ASBIE - Delivery Terms. Delivery_ Location. Location - An association to Location, e.g., a port. - 0..1 - Delivery Terms - Delivery - Location - Location - - - - - - - - - ASBIE - Delivery Terms. Allowance Charge - An association to Allowance Charge. - 0..1 - Delivery Terms - Allowance Charge - Allowance Charge - - - - - - - - - - - ABIE - Delivery Unit. Details - Information about a Delivery Unit. - Delivery Unit - - - - - - - - - BBIE - Delivery Unit. Batch Quantity. Quantity - The quantity of ordered Items that constitutes a batch for delivery purposes. - 1 - Delivery Unit - Batch Quantity - Quantity - Quantity. Type - "100 units", "by the dozen" - - - - - - - - - BBIE - Delivery Unit. Consumer_ Unit. Quantity - The quantity of consumer units in the Delivery Unit. - 0..1 - Delivery Unit - Consumer - Unit - Quantity - Quantity. Type - "packs of 10" - - - - - - - - - BBIE - Delivery Unit. Hazardous Risk_ Indicator. Indicator - Indicates whether the Item as delivered is hazardous. - 0..1 - Delivery Unit - Hazardous Risk - Indicator - Indicator - Indicator. Type - Default is negative - - - - - - - - - - - ABIE - Despatch. Details - Information about Despatch. - Despatch - - - - - - - - - BBIE - Despatch. Identifier - The identifier for the Delivery. - 0..1 - Despatch - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Despatch. Requested_ Despatch Date. Date - The despatch (pick-up) date requested by the buyer. - 0..1 - Despatch - Requested - Despatch Date - Date - Date. Type - - - - - - - - - BBIE - Despatch. Requested_ Despatch Time. Time - The despatch (pick-up) time requested by the buyer. - 0..1 - Despatch - Requested - Despatch Time - Time - Time. Type - - - - - - - - - BBIE - Despatch. Estimated_ Despatch Date. Date - The despatch (pick-up) date estimated by the seller or Despatch. - 0..1 - Despatch - Estimated - Despatch Date - Date - Date. Type - - - - - - - - - BBIE - Despatch. Estimated_ Despatch Time. Time - The despatch (pick-up) time estimated by the seller or Despatch. - 0..1 - Despatch - Estimated - Despatch Time - Time - Time. Type - - - - - - - - - BBIE - Despatch. Actual_ Despatch Date. Date - The actual despatch (pick-up) date. - 0..1 - Despatch - Actual - Despatch Date - Date - Date. Type - - - - - - - - - BBIE - Despatch. Actual_ Despatch Time. Time - The actual despatch (pick-up) time. - 0..1 - Despatch - Actual - Despatch Time - Time - Time. Type - - - - - - - - - ASBIE - Despatch. Despatch_ Address. Address - An association to Despatch Address. - 0..1 - Despatch - Despatch - Address - Address - - - - - - - - - ASBIE - Despatch. Despatch_ Party. Party - The party who despatched the delivery. - 0..1 - Despatch - Despatch - Party - Party - - - - - - - - - ASBIE - Despatch. Contact - An association to Contact. - 0..1 - Despatch - Contact - Contact - - - - - - - - - - - ABIE - Despatch Line. Details - Information about a Despatch Line. - Despatch Line - - - - - - - - - BBIE - Despatch Line. Identifier - Identifies the Despatch Line. - 1 - Despatch Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Despatch Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Despatch Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Despatch Line. Note. Text - Free-form text applying to the Despatch Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Despatch Line - Note - Text - Text. Type - - - - - - - - - BBIE - Despatch Line. Line Status Code. Code - Identifies the status of the Despatch Line with respect to its original state. - 0..1 - Despatch Line - Line Status Code - Code - Line Status_ Code. Type - - - - - - - - - BBIE - Despatch Line. Delivered_ Quantity. Quantity - The quantity despatched. - 0..1 - Despatch Line - Delivered - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Despatch Line. Backorder_ Quantity. Quantity - The quantity on Back Order at the Supplier. - 0..1 - Despatch Line - Backorder - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Despatch Line. Backorder_ Reason. Text - The reason for the Back Order. - 0..1 - Despatch Line - Backorder - Reason - Text - Text. Type - - - - - - - - - BBIE - Despatch Line. Outstanding_ Quantity. Quantity - The quantity outstanding (which will follow in a later despatch). - 0..1 - Despatch Line - Outstanding - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Despatch Line. Outstanding_ Reason. Text - The reason for the Outstanding Quantity. - 0..1 - Despatch Line - Outstanding - Reason - Text - Text. Type - - - - - - - - - BBIE - Despatch Line. Oversupply_ Quantity. Quantity - The quantity over-supplied. - 0..1 - Despatch Line - Oversupply - Quantity - Quantity - Quantity. Type - - - - - - - - - ASBIE - Despatch Line. Order Line Reference - An association to Order Line Reference. - 1..n - Despatch Line - Order Line Reference - Order Line Reference - - - - - - - - - ASBIE - Despatch Line. Document Reference - An association to Document Reference. - 0..n - Despatch Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Despatch Line. Item - An association to Item. - 1 - Despatch Line - Item - Item - - - - - - - - - ASBIE - Despatch Line. Shipment - An association to Shipment. - 0..n - Despatch Line - Shipment - Shipment - - - - - - - - - - - ABIE - Dimension. Details - Information about a measurable dimension of an item. - Dimension - - - - - - - - - BBIE - Dimension. Attribute Identifier. Identifier - An identifier for the attribute to which the measure applies. - 1 - Dimension - Attribute Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Dimension. Measure - The measurement value. - 0..1 - Dimension - Measure - Measure - Measure. Type - - - - - - - - - BBIE - Dimension. Description. Text - A description of the attribute or measurement of the attribute. - 0..n - Dimension - Description - Text - Text. Type - - - - - - - - - BBIE - Dimension. Minimum_ Measure. Measure - The minimum value in a range of measurement. - 0..1 - Dimension - Minimum - Measure - Measure - Measure. Type - - - - - - - - - BBIE - Dimension. Maximum_ Measure. Measure - The maximum value in a range of measurement. - 0..1 - Dimension - Maximum - Measure - Measure - Measure. Type - - - - - - - - - - - ABIE - Document Distribution. Details - The details of the distribution of the document among business partners. - Document Distribution - - - - - - - - - BBIE - Document Distribution. Print_ Qualifier. Text - The access right for a Party to distribute the document. - 1 - Document Distribution - Print - Qualifier - Text - Text. Type - - - - - - - - - BBIE - Document Distribution. Maximum_ Copies. Numeric - Specifies the maximum number of copies of the document that the user can print. - 1 - Document Distribution - Maximum - Copies - Numeric - Numeric. Type - - - - - - - - - ASBIE - Document Distribution. Party - Details of the Party who can access the document. - 1 - Document Distribution - Party - Party - - - - - - - - - - - ABIE - Document Reference. Details - Information about a document referred to in another document. - Document Reference - - - - - - - - - BBIE - Document Reference. Identifier - Identifies the document being referred to. - 1 - Document Reference - Identifier - Identifier - Identifier. Type - "PO-001" "3333-44-123" - - - - - - - - - BBIE - Document Reference. Copy_ Indicator. Indicator - Indicates whether the referenced document is a copy (true) or the original (false). - 0..1 - Document Reference - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Document Reference. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Document Reference - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Document Reference. Issue Date. Date - The date, assigned by the sender of the referenced document, on which the referenced document was issued. - 0..1 - Document Reference - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Document Reference. Document Type Code. Code - The document type, expressed as a code. - 0..1 - Document Reference - Document Type Code - Code - Code. Type - - - - - - - - - BBIE - Document Reference. Document Type. Text - The document type, expressed as text. - 0..1 - Document Reference - Document Type - Text - Text. Type - - - - - - - - - BBIE - Document Reference. XPath. Text - Refers to another part of the same document instance. - 0..n - Document Reference - XPath - Text - Text. Type - - - - - - - - - ASBIE - Document Reference. Attachment - An attached document, externally referred to, referred to in the MIME location, or embedded. - 0..1 - Document Reference - Attachment - Attachment - - - - - - - - - - - ABIE - Document Response. Details - Information about responses to a document (at the application level). - Document Response - - - - - - - - - ASBIE - Document Response. Response - The response to the document. - 1 - Document Response - Response - Response - - - - - - - - - ASBIE - Document Response. Document Reference - An association to Document Reference. - 1 - Document Response - Document Reference - Document Reference - - - - - - - - - ASBIE - Document Response. Issuer_ Party. Party - The party who issued a document. - 0..1 - Document Response - Issuer - Party - Party - - - - - - - - - ASBIE - Document Response. Recipient_ Party. Party - The party for whom the document is intended. - 0..1 - Document Response - Recipient - Party - Party - - - - - - - - - ASBIE - Document Response. Line Response - Response to various lines in the document. - 0..n - Document Response - Line Response - Line Response - - - - - - - - - - - ABIE - Endorsement. Details - Details of an endorsement on the document. - Endorsement - - - - - - - - - BBIE - Endorsement. Document. Identifier - Identifies the endorsement. - 1 - Endorsement - Document - Identifier - Identifier. Type - - - - - - - - - BBIE - Endorsement. Approval Status. Text - Specifies the status of the endorsement. - 1 - Endorsement - Approval Status - Text - Text. Type - Authentication Code - - - - - - - - - BBIE - Endorsement. Remarks. Text - Remarks by the endorsing party. - 0..n - Endorsement - Remarks - Text - Text. Type - - - - - - - - - ASBIE - Endorsement. Endorser Party - The type of party providing the endorsement. - 1 - Endorsement - Endorser Party - Endorser Party - - - - - - - - - ASBIE - Endorsement. Signature - One or more signatures applied to the endorsement. - 0..n - Endorsement - Signature - Signature - - - - - - - - - - - ABIE - Endorser Party. Details - The party endorsing a document. - Endorser Party - - - - - - - - - BBIE - Endorser Party. Role Code. Code - The role of the party providing the endorsement, e.g., Issuer, Embassy, Insurance, etc. - 1 - Endorser Party - Role Code - Code - Code. Type - - - - - - - - - BBIE - Endorser Party. Sequence. Numeric - The sequence in which the endorsements are to be applied. - 1 - Endorser Party - Sequence - Numeric - Numeric. Type - - - - - - - - - ASBIE - Endorser Party. Party - Details of the party endorsing the application. - 1 - Endorser Party - Party - Party - - - - - - - - - ASBIE - Endorser Party. Signatory_ Contact. Contact - Details of the individual representing the exporter who signs the Certificate of Origin application before submitting it to the Issuer Party. - 1 - Endorser Party - Signatory - Contact - Contact - - - - - - - - - - - ABIE - Exchange Rate. Details - Information about Exchange Rate. - Exchange Rate - - - - - - - - - BBIE - Exchange Rate. Source_ Currency Code. Code - The reference currency for the Exchange Rate; the currency from which the exchange is being made (CC Definition). - 1 - Exchange Rate - Source - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Exchange Rate. Source_ Currency Base Rate. Rate - The unit base of the source currency for currencies with small denominations. - 0..1 - Exchange Rate - Source - Currency Base Rate - Rate - Rate. Type - - - - - - - - - BBIE - Exchange Rate. Target_ Currency Code. Code - The target currency for the Exchange Rate; the currency to which the exchange is being made (CC Definition). - 1 - Exchange Rate - Target - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Exchange Rate. Target_ Currency Base Rate. Rate - The unit base of the target currency for currencies with small denominations. - 0..1 - Exchange Rate - Target - Currency Base Rate - Rate - Rate. Type - - - - - - - - - BBIE - Exchange Rate. Exchange Market Identifier. Identifier - Identifies the currency exchange market used as the source of the Exchange Rate. - 0..1 - Exchange Rate - Exchange Market Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Exchange Rate. Calculation Rate. Rate - The factor applied to the source currency to calculate the target currency. - 0..1 - Exchange Rate - Calculation Rate - Rate - Rate. Type - - - - - - - - - BBIE - Exchange Rate. Mathematic Operator Code. Code - An identifier for whether the Calculation Rate should be used to multiply or to divide, expressed as a code. - 0..1 - Exchange Rate - Mathematic Operator Code - Code - Operator_ Code. Type - - - - - - - - - BBIE - Exchange Rate. Date - The date of the Exchange. - 0..1 - Exchange Rate - Date - Date - Date. Type - - - - - - - - - ASBIE - Exchange Rate. Foreign Exchange_ Contract. Contract - An association to Foreign Exchange Contract. - 0..1 - Exchange Rate - Foreign Exchange - Contract - Contract - - - - - - - - - - - ABIE - External Reference. Details - Information directly relating to an external reference i.e. a document stored at a remote location. - External Reference - - - - - - - - - BBIE - External Reference. URI. Identifier - The Uniform Resource Identifier (URI) that identifies where the external document is located. - 0..1 - External Reference - URI - Identifier - Identifier. Type - - - - - - - - - BBIE - External Reference. Document Hash. Text - Specifies the hash code for the externally stored document. - 0..1 - External Reference - Document Hash - Text - Text. Type - - - - - - - - - BBIE - External Reference. Expiry Date. Date - The date on which the document can no longer be found on the URI. - 0..1 - External Reference - Expiry Date - Date - Date. Type - - - - - - - - - BBIE - External Reference. Expiry Time. Time - The time on which the document can no longer be found on the URI. - 0..1 - External Reference - Expiry Time - Time - Time. Type - - - - - - - - - - - ABIE - Financial Account. Details - Information about a Financial Account. - Financial Account - - - - - - - - - BBIE - Financial Account. Identifier - The identifier for the Financial Account; the Bank Account Number. - 0..1 - Financial Account - Identifier - Identifier - Identifier. Type - SWIFT(BIC) and IBAN are defined in ISO 9362 and ISO 13616. - - - - - - - - - BBIE - Financial Account. Name - The name of the Financial Account. - 0..1 - Financial Account - Name - Name - Name. Type - - - - - - - - - BBIE - Financial Account. Account Type Code. Code - The type of Financial Account, expressed as a code. - 0..1 - Financial Account - Account Type Code - Code - Code. Type - - - - - - - - - BBIE - Financial Account. Currency Code. Code - The currency in which the Financial Account is held, expressed as a code. - 0..1 - Financial Account - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Financial Account. Payment_ Note. Text - Free-form text applying to the Payment to the owner of this account. - 0..n - Financial Account - Payment - Note - Text - Text. Type - - - - - - - - - ASBIE - Financial Account. Financial Institution_ Branch. Branch - An association to Financial Institution Branch. - 0..1 - Financial Account - Financial Institution - Branch - Branch - - - - - - - - - ASBIE - Financial Account. Country - An association to Country. - 0..1 - Financial Account - Country - Country - - - - - - - - - - - ABIE - Financial Institution. Details - Information about a Financial Institution. - Financial Institution - - - - - - - - - BBIE - Financial Institution. Identifier - The identifier for the Financial Institution expressed as a code; ISO 9362 BIC (Bank Identification Code) is recommended. - 0..1 - Financial Institution - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Financial Institution. Name - The name of the Financial Institution. - 0..1 - Financial Institution - Name - Name - Name. Type - - - - - - - - - ASBIE - Financial Institution. Address - An association to Address. - 0..1 - Financial Institution - Address - Address - - - - - - - - - - - ABIE - Goods Item. Details - A separately identifiable quantity of products of a single product type. - Goods Item - - - - - - - - - BBIE - Goods Item. Identifier - An identifier for the goods item. - 1 - Goods Item - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Goods Item. Sequence Number. Identifier - Sequence number differentiating a specific goods item within a consignment. - 0..1 - Goods Item - Sequence Number - Identifier - Identifier. Type - Customs item number (WCO ID 021), Sequence Position - - - - - - - - - BBIE - Goods Item. Description. Text - Plain language description of a goods item sufficient to identify it for customs, statistical, or transport purposes. - 0..n - Goods Item - Description - Text - Text. Type - Description of goods (WCO ID 137) - - - - - - - - - BBIE - Goods Item. Hazardous Risk_ Indicator. Indicator - Indicates whether the goods item includes hazardous items (dangerous goods). - 0..1 - Goods Item - Hazardous Risk - Indicator - Indicator - Indicator. Type - default is negative - - - - - - - - - BBIE - Goods Item. Declared Customs_ Value. Amount - Amount declared for Customs purposes of those goods in a consignment which are subject to the same Customs procedure and have the same tariff/statistical heading, country information, and duty regime. - 0..1 - Goods Item - Declared Customs - Value - Amount - Amount. Type - For Customs Value (WCO ID 108) - - - - - - - - - BBIE - Goods Item. Declared For Carriage_ Value. Amount - Value declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery. - 0..1 - Goods Item - Declared For Carriage - Value - Amount - Amount. Type - Interest in delivery, declared value for carriage - - - - - - - - - BBIE - Goods Item. Declared Statistics_ Value. Amount - Value declared for statistical purposes of those goods in a consignment which have the same statistical heading. - 0..1 - Goods Item - Declared Statistics - Value - Amount - Amount. Type - Statistical Value (WCO ID 114) - - - - - - - - - BBIE - Goods Item. Free On Board_ Value. Amount - Monetary amount that has to be or has been paid as calculated under the applicable trade delivery. - 0..1 - Goods Item - Free On Board - Value - Amount - Amount. Type - FOB Value - - - - - - - - - BBIE - Goods Item. Insurance_ Value. Amount - The amount covered by an insurance for a particular goods item. - 0..1 - Goods Item - Insurance - Value - Amount - Amount. Type - Value Insured - - - - - - - - - BBIE - Goods Item. Value. Amount - Specifies the amount on which a duty, tax, or fee will be assessed. - 0..1 - Goods Item - Value - Amount - Amount. Type - Duty/tax/fee assessment basis in value (WCO ID 116) - - - - - - - - - BBIE - Goods Item. Gross_ Weight. Measure - Weight (mass) of goods, including packaging but excluding the carrier's equipment. - 0..1 - Goods Item - Gross - Weight - Measure - Measure. Type - Actual Gross Weight - - - - - - - - - BBIE - Goods Item. Net_ Weight. Measure - Weight (mass) of goods item, excluding all packing but including any packaging that normally goes with the goods. - 0..1 - Goods Item - Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Goods Item. Net Net_ Weight. Measure - Weight (mass) of goods without any packaging. - 0..1 - Goods Item - Net Net - Weight - Measure - Measure. Type - Customs Weight (WCO ID 128) - - - - - - - - - BBIE - Goods Item. Chargeable_ Weight. Measure - Gross weight (mass) on which a charge is to be based. - 0..1 - Goods Item - Chargeable - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Goods Item. Gross_ Volume. Measure - Measurement normally arrived at by multiplying the maximum length, width, and height of the goods item. - 0..1 - Goods Item - Gross - Volume - Measure - Measure. Type - Volume, Gross Measurement Cube (GMC), Cube (WCO ID 134) - - - - - - - - - BBIE - Goods Item. Net_ Volume. Measure - The volume contained by a goods item, excluding the volume of any packaging material. - 0..1 - Goods Item - Net - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Goods Item. Quantity - Number of goods items. - 0..1 - Goods Item - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Goods Item. Preference Criterion. Code - Specifies the treatment preference for this good according to international trading agreements. - 0..1 - Goods Item - Preference Criterion - Code - Code. Type - "Preference Criterion" is used in the following manner in the paper CO of another country (e.g.): -"A" - The good is "wholly obtained or produced entirely" in the territory of one or more of the NAFTA countries as reference in Article 415. Note: The purchase of a good in the territory does not necessarily render it "wholly obtained or produced". If the good is an agricultural good, see also criterion F and Annex 703.2. (Reference: Article 401(a), 415). -"B" - ... -"C" - ... -"D" - ... -"E" - ... -"F" - The good is an originating agricultural good under preference criterion A,B, or C above and is not subjected to quantitative restriction in the importing NAFTA country because.... -Thus, the column "Preference Criterion" will indicate either A, B, C,... - - - - - - - - - BBIE - Goods Item. Required_ Customs Identifier. Identifier - Additional tariff codes required to specify a type of goods for Customs, transport, statistical, or other regulatory purposes. - 0..1 - Goods Item - Required - Customs Identifier - Identifier - Identifier. Type - Tariff code extensions (WCO ID 255) - - - - - - - - - BBIE - Goods Item. Customs Status Code. Code - Status of goods as identified by customs for regulation purposes. - 0..1 - Goods Item - Customs Status Code - Code - Code. Type - Customs status of goods (WCO ID 094) - - - - - - - - - BBIE - Goods Item. Customs Tariff Quantity. Quantity - Quantity of the goods in the unit as required by Customs for tariff, statistical, or fiscal purposes. - 0..1 - Goods Item - Customs Tariff Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Goods Item. Customs Import_ Classified Indicator. Indicator - Indicates whether the goods have been customs classified for import. - 0..1 - Goods Item - Customs Import - Classified Indicator - Indicator - Indicator. Type - - - - - - - - - ASBIE - Goods Item. Item - Association to a description of the good or service. - 0..n - Goods Item - Item - Item - - - - - - - - - ASBIE - Goods Item. Goods Item Container - Association to describe the transporting of a goods item in a unit of transport equipment (e.g., container). - 0..n - Goods Item - Goods Item Container - Goods Item Container - - - - - - - - - ASBIE - Goods Item. Freight_ Allowance Charge. Allowance Charge - Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs). - 0..n - Goods Item - Freight - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Goods Item. Invoice Line - Association to information directly relating to a line item of an invoice. - 0..n - Goods Item - Invoice Line - Invoice Line - - - - - - - - - ASBIE - Goods Item. Temperature - Any temperatures associated with the goods. - 0..n - Goods Item - Temperature - Temperature - - - - - - - - - ASBIE - Goods Item. Contained_ Goods Item. Goods Item - Associates with any other goods items contained in this goods item. - 0..n - Goods Item - Contained - Goods Item - Goods Item - - - - - - - - - ASBIE - Goods Item. Origin_ Address. Address - Region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or any other measure related to trade. - 0..1 - Goods Item - Origin - Address - Address - - - - - - - - - - - ABIE - Goods Item Container. Details - How goods items are split across transport equipment. - Goods Item Container - - - - - - - - - BBIE - Goods Item Container. Identifier - Identifies goods items split across transport equipment. - 1 - Goods Item Container - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Goods Item Container. Quantity - Number of goods items loaded into or onto one piece of transport equipment as a total consignment or part of a consignment. - 0..1 - Goods Item Container - Quantity - Quantity - Quantity. Type - Number of packages stuffed - - - - - - - - - ASBIE - Goods Item Container. Transport Equipment - Associates the containers for a single goods item. - 0..n - Goods Item Container - Transport Equipment - Transport Equipment - - - - - - - - - - - ABIE - Hazardous Goods Transit. Details - Information about Hazardous Goods Transit. - Hazardous Goods Transit - - - - - - - - - BBIE - Hazardous Goods Transit. Transport Emergency Card Code. Code - The identifier for a transport emergency card, describing the actions to be taken in an emergency in transporting the Hazardous Goods. May be the identity number of a hazardous emergency response plan assigned by the appropriate authority. - 0..1 - Hazardous Goods Transit - Transport Emergency Card Code - Code - Code. Type - TREM card - - - - - - - - - BBIE - Hazardous Goods Transit. Packing Criteria Code. Code - A code identifying the packaging requirement for the transportation of the Hazardous Goods as assigned by IATA/IMDB/ADR/RID etc. - 0..1 - Hazardous Goods Transit - Packing Criteria Code - Code - Code. Type - Packing Group - - - - - - - - - BBIE - Hazardous Goods Transit. Hazardous Regulation Code. Code - The identifier for a set of legal regulations that govern the transportation of the Hazardous Goods, expressed as a code. - 0..1 - Hazardous Goods Transit - Hazardous Regulation Code - Code - Code. Type - - - - - - - - - BBIE - Hazardous Goods Transit. Inhalation Toxicity Zone Code. Code - An identifier for the Inhalation Toxicity Hazard Zone for the Hazardous Goods, as defined by the US Department of Transportation, expressed as a code. - 0..1 - Hazardous Goods Transit - Inhalation Toxicity Zone Code - Code - Code. Type - - - - - - - - - BBIE - Hazardous Goods Transit. Transport Authorization Code. Code - Code specifying the authorization for the transportation of hazardous cargo. - 0..1 - Hazardous Goods Transit - Transport Authorization Code - Code - Code. Type - Permission for Transport - - - - - - - - - ASBIE - Hazardous Goods Transit. Maximum_ Temperature. Temperature - An association to Maximum Temperature (at which the Hazardous Goods can be safely transported). - 0..1 - Hazardous Goods Transit - Maximum - Temperature - Temperature - - - - - - - - - ASBIE - Hazardous Goods Transit. Minimum_ Temperature. Temperature - An association to Minimum Temperature (at which the Hazardous Goods can be safely transported). - 0..1 - Hazardous Goods Transit - Minimum - Temperature - Temperature - - - - - - - - - - - ABIE - Hazardous Item. Details - Information about a Hazardous Item. - Hazardous Item - - - - - - - - - BBIE - Hazardous Item. Identifier - The identifier for a Hazardous Item. - 0..1 - Hazardous Item - Identifier - Identifier - Identifier. Type - "Round Up" - - - - - - - - - BBIE - Hazardous Item. Placard Notation. Text - The placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport. - 0..1 - Hazardous Item - Placard Notation - Text - Text. Type - "5.1" - - - - - - - - - BBIE - Hazardous Item. Placard Endorsement. Text - The placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport. - 0..1 - Hazardous Item - Placard Endorsement - Text - Text. Type - "2" - - - - - - - - - BBIE - Hazardous Item. Additional_ Information. Text - Additional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description. - 0..1 - Hazardous Item - Additional - Information - Text - Text. Type - "Must be stored away from flammable materials" "N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" - - - - - - - - - BBIE - Hazardous Item. UNDG Code. Code - The identifier assigned to transportable hazardous goods by the United Nations, expressed as a code. - 0..1 - Hazardous Item - UNDG Code - Code - Code. Type - UN Code - - - - - - - - - BBIE - Hazardous Item. Emergency Procedures Code. Code - The emergency procedures for the Hazardous Item, expressed as a code. - 0..1 - Hazardous Item - Emergency Procedures Code - Code - Code. Type - EMG code, EMS Page Number - - - - - - - - - BBIE - Hazardous Item. Medical First Aid Guide Code. Code - The identifier of a medical first aid guide that is relevant to specific hazardous goods, expressed as a code. - 0..1 - Hazardous Item - Medical First Aid Guide Code - Code - Code. Type - MFAG page number - - - - - - - - - BBIE - Hazardous Item. Technical_ Name. Name - The full technical name of the specific hazardous substance. - 0..1 - Hazardous Item - Technical - Name - Name - Name. Type - "Granular Sodium Chlorate WeedKiller" - - - - - - - - - BBIE - Hazardous Item. Category. Name - The name of the category of hazard that applies to the Item. - 0..1 - Hazardous Item - Category - Name - Name. Type - - - - - - - - - BBIE - Hazardous Item. Hazardous Category Code. Code - Code specifying a kind of hazard for a material. - 0..1 - Hazardous Item - Hazardous Category Code - Code - Code. Type - Hazardous material class code - - - - - - - - - BBIE - Hazardous Item. Upper_ Orange Hazard Placard Identifier. Identifier - Specifies the identity number for the upper part of the orange hazard placard required on the means of transport. - 0..1 - Hazardous Item - Upper - Orange Hazard Placard Identifier - Identifier - Identifier. Type - Hazard identification number (upper part) - - - - - - - - - BBIE - Hazardous Item. Lower_ Orange Hazard Placard Identifier. Identifier - Specifies the identity number for the lower part of the orange hazard placard required on the means of transport. - 0..1 - Hazardous Item - Lower - Orange Hazard Placard Identifier - Identifier - Identifier. Type - Substance identification number (lower part) - - - - - - - - - BBIE - Hazardous Item. Marking Identifier. Identifier - Identifies the marking of dangerous goods. - 0..1 - Hazardous Item - Marking Identifier - Identifier - Identifier. Type - Dangerous goods label marking - - - - - - - - - BBIE - Hazardous Item. Hazard Class Identifier. Identifier - Identifies a hazard class applicable to dangerous goods as defined by the relevant regulation authority, such as the IMDG Class Number of the SOLAS Convention of IMO and the ADR/RID Class Number for the road/rail environment. - 0..1 - Hazardous Item - Hazard Class Identifier - Identifier - Identifier. Type - IMDG Class Number, ADR/RID Class Number - - - - - - - - - BBIE - Hazardous Item. Net_ Weight. Measure - The total net weight of hazardous goods; the weight of the goods plus packaging. - 0..1 - Hazardous Item - Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Hazardous Item. Net_ Volume. Measure - The volume of hazardous goods net of packaging and transport equipment. - 0..1 - Hazardous Item - Net - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Hazardous Item. Quantity - The quantity of goods that are hazardous. - 0..1 - Hazardous Item - Quantity - Quantity - Quantity. Type - - - - - - - - - ASBIE - Hazardous Item. Contact_ Party. Party - Associates the Hazardous Item with details of an individual, group, or body that is the contact in case of hazard incident. - 0..1 - Hazardous Item - Contact - Party - Party - - - - - - - - - ASBIE - Hazardous Item. Secondary Hazard - Associates the Hazardous Item with information about secondary hazards. - 0..n - Hazardous Item - Secondary Hazard - Secondary Hazard - - - - - - - - - ASBIE - Hazardous Item. Hazardous Goods Transit - Associates the Hazardous Item with information about the transportation of hazardous goods. - 0..n - Hazardous Item - Hazardous Goods Transit - Hazardous Goods Transit - - - - - - - - - ASBIE - Hazardous Item. Emergency_ Temperature. Temperature - Associates the Hazardous Item with the temperature at which emergency procedures apply during the handling of temperature-controlled hazardous goods. - 0..1 - Hazardous Item - Emergency - Temperature - Temperature - - - - - - - - - ASBIE - Hazardous Item. Flashpoint_ Temperature. Temperature - Associates the Hazardous Item with the lowest temperature at which the vapor of a combustible liquid can be made to ignite momentarily in air, known in hazardous goods procedures as the flashpoint. - 0..1 - Hazardous Item - Flashpoint - Temperature - Temperature - - - - - - - - - ASBIE - Hazardous Item. Additional_ Temperature. Temperature - Information providing details of temperatures relevant to the handling of hazardous goods. - 0..n - Hazardous Item - Additional - Temperature - Temperature - - - - - - - - - - - ABIE - Invoice Line. Details - Information about an Invoice Line. - Invoice Line - - - - - - - - - BBIE - Invoice Line. Identifier - Identifies the Invoice Line. - 1 - Invoice Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Invoice Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Invoice Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Invoice Line. Note. Text - Free-form text applying to the Invoice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Invoice Line - Note - Text - Text. Type - - - - - - - - - BBIE - Invoice Line. Invoiced_ Quantity. Quantity - The quantity (of Items) on the Invoice Line. - 0..1 - Invoice Line - Invoiced - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Invoice Line. Line Extension Amount. Amount - The total amount for the Invoice Line, including Allowance Charges but net of taxes. - 1 - Invoice Line - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Invoice Line. Tax Point Date. Date - The date of the Invoice Line, used to indicate the point at which tax becomes applicable. - 0..1 - Invoice Line - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Invoice Line. Accounting Cost Code. Code - The buyer's accounting code applied to the Invoice Line. - 0..1 - Invoice Line - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Invoice Line. Accounting Cost. Text - The buyer's accounting code applied to the Invoice Line, expressed as text. - 0..1 - Invoice Line - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Invoice Line. Free Of Charge_ Indicator. Indicator - Indicates whether the Invoice Line is Free Of Charge (default = false). - 0..1 - Invoice Line - Free Of Charge - Indicator - Indicator - Indicator. Type - - - - - - - - - ASBIE - Invoice Line. Order Line Reference - An association to Order Line Reference. - 0..n - Invoice Line - Order Line Reference - Order Line Reference - - - - - - - - - ASBIE - Invoice Line. Despatch_ Line Reference. Line Reference - An associative reference to Despatch Line. - 0..n - Invoice Line - Despatch - Line Reference - Line Reference - - - - - - - - - ASBIE - Invoice Line. Receipt_ Line Reference. Line Reference - An associative reference to Receipt Line. - 0..n - Invoice Line - Receipt - Line Reference - Line Reference - - - - - - - - - ASBIE - Invoice Line. Billing Reference - An association to Billing Reference. - 0..n - Invoice Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Invoice Line. Document Reference - An association to Document Reference. - 0..n - Invoice Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Invoice Line. Pricing Reference - An association to Pricing Reference. - 0..1 - Invoice Line - Pricing Reference - Pricing Reference - - - - - - - - - ASBIE - Invoice Line. Originator_ Party. Party - The party who originated the Order to which the Invoice is related. - 0..1 - Invoice Line - Originator - Party - Party - - - - - - - - - ASBIE - Invoice Line. Delivery - An association to Delivery. - 0..n - Invoice Line - Delivery - Delivery - - - - - - - - - ASBIE - Invoice Line. Payment Terms - An association to Payment Terms. - 0..n - Invoice Line - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Invoice Line. Allowance Charge - An association to Allowance Charge. - 0..n - Invoice Line - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Invoice Line. Tax Total - An association to Tax Total. - 0..n - Invoice Line - Tax Total - Tax Total - - - - - - - - - ASBIE - Invoice Line. Item - An association to Item. - 1 - Invoice Line - Item - Item - - - - - - - - - ASBIE - Invoice Line. Price - An association to Price. - 0..1 - Invoice Line - Price - Price - - - - - - - - - ASBIE - Invoice Line. Delivery Terms - An association to Delivery Terms. - 0..1 - Invoice Line - Delivery Terms - Delivery Terms - - - - - - - - - - - ABIE - Item. Details - Information directly relating to an item. - Item - article, product, goods item - - - - - - - - - BBIE - Item. Description. Text - Free-form field that can be used to give a text description of the item. - 0..n - Item - Description - Text - Text. Type - - - - - - - - - BBIE - Item. Pack Quantity. Quantity - The unit packaging quantity. - 0..1 - Item - Pack Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Item. Pack Size. Numeric - The number of items in a pack. - 0..1 - Item - Pack Size - Numeric - Numeric. Type - - - - - - - - - BBIE - Item. Catalogue_ Indicator. Indicator - Indicates whether the item was ordered from a Catalogue (true) or not (false). - 0..1 - Item - Catalogue - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Item. Name - A short name optionally given to an item, such as a name from a Catalogue, as distinct from a description. - 0..1 - Item - Name - Name - Name. Type - - - - - - - - - BBIE - Item. Hazardous Risk_ Indicator. Indicator - Indicates whether the item as delivered is hazardous. - 0..1 - Item - Hazardous Risk - Indicator - Indicator - Indicator. Type - Default is negative - - - - - - - - - BBIE - Item. Additional_ Information. Text - Provides more details of the item (e.g., the URL of a relevant web page). - 0..1 - Item - Additional - Information - Text - Text. Type - - - - - - - - - BBIE - Item. Keyword. Text - A Seller Party-defined search string for the item. Also could be synonyms for identifying the item. - 0..n - Item - Keyword - Text - Text. Type - - - - - - - - - BBIE - Item. Brand Name. Name - Brand name for the item. - 0..n - Item - Brand Name - Name - Name. Type - Coca-Cola - - - - - - - - - BBIE - Item. Model Name. Name - Model name for the item. - 0..n - Item - Model Name - Name - Name. Type - "VW Beetle" - - - - - - - - - ASBIE - Item. Buyers_ Item Identification. Item Identification - Associates the item with its identification according to the buyer's system. - 0..1 - Item - Buyers - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Sellers_ Item Identification. Item Identification - Associates the item with its identification according to the seller's system. - 0..1 - Item - Sellers - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Manufacturers_ Item Identification. Item Identification - Associates the item with its identification according to the manufacturer's system. - 0..n - Item - Manufacturers - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Standard_ Item Identification. Item Identification - Associates the item with its identification according to a standard system. - 0..1 - Item - Standard - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Catalogue_ Item Identification. Item Identification - Associates the item with its identification according to a cataloguing system. - 0..1 - Item - Catalogue - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Additional_ Item Identification. Item Identification - Associates the item with other identification means. - 0..n - Item - Additional - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Catalogue_ Document Reference. Document Reference - An associative reference to Catalogue. - 0..1 - Item - Catalogue - Document Reference - Document Reference - - - - - - - - - ASBIE - Item. Item Specification_ Document Reference. Document Reference - An associative reference to a document providing Item specification. - 0..n - Item - Item Specification - Document Reference - Document Reference - - - - - - - - - ASBIE - Item. Origin_ Country. Country - Associates the item with its country of origin. - 0..1 - Item - Origin - Country - Country - - - - - - - - - ASBIE - Item. Commodity Classification - Associates the item with its classification(s) according to a commodity classifying system. - 0..n - Item - Commodity Classification - Commodity Classification - - - - - - - - - ASBIE - Item. Transaction Conditions - Associates the item with sales conditions appertaining to it. - 0..n - Item - Transaction Conditions - Transaction Conditions - - - - - - - - - ASBIE - Item. Hazardous Item - Associates the item with its hazardous item information. - 0..n - Item - Hazardous Item - Hazardous Item - - - - - - - - - ASBIE - Item. Classified_ Tax Category. Tax Category - Classifies the item using one or more categories of taxes. - 0..n - Item - Classified - Tax Category - Tax Category - - - - - - - - - ASBIE - Item. Additional_ Item Property. Item Property - Associates the item with a set of additional properties. - 0..n - Item - Additional - Item Property - Item Property - - - - - - - - - ASBIE - Item. Manufacturer_ Party. Party - Associates the item with its manufacturer. - 0..n - Item - Manufacturer - Party - Party - - - - - - - - - ASBIE - Item. Information Content Provider_ Party. Party - Associates the item with the party responsible for the its specification. - 0..1 - Item - Information Content Provider - Party - Party - - - - - - - - - ASBIE - Item. Origin_ Address. Address - Associates the item with the region of origin (not the country). - 0..n - Item - Origin - Address - Address - - - - - - - - - ASBIE - Item. Item Instance - An association to Item Instance. - 0..n - Item - Item Instance - Item Instance - - - - - - - - - - - ABIE - Item Comparison. Details - Used to compare different items based on cost, quantity, or measurements. - Item Comparison - - - - - - - - - BBIE - Item Comparison. Price. Amount - The price for the comparison quantity of the item. - 0..1 - Item Comparison - Price - Amount - Amount. Type - - - - - - - - - BBIE - Item Comparison. Quantity - The quantity used for price comparison with other items. - 0..1 - Item Comparison - Quantity - Quantity - Quantity. Type - "per unit" - - - - - - - - - - - ABIE - Item Identification. Details - Information about item identification. - Item Identification - - - - - - - - - BBIE - Item Identification. Identifier - An identifier for an item. - 1 - Item Identification - Identifier - Identifier - Identifier. Type - "CUST001" "3333-44-123" - - - - - - - - - BBIE - Item Identification. Extended_ Identifier. Identifier - An extended identifier for the item that identifies the item with specific properties, e.g., Item 123 = Chair / Item 123 Ext 45 = brown chair. - 0..1 - Item Identification - Extended - Identifier - Identifier - Identifier. Type - - - - - - - - - ASBIE - Item Identification. Physical Attribute - An association to Physical Attribute. - 0..n - Item Identification - Physical Attribute - Physical Attribute - - - - - - - - - ASBIE - Item Identification. Measurement_ Dimension. Dimension - An association to Measurement Dimension. - 0..n - Item Identification - Measurement - Dimension - Dimension - - - - - - - - - ASBIE - Item Identification. Issuer_ Party. Party - An association to Issuer Party i.e. the Party that issued the Item Identification. - 0..1 - Item Identification - Issuer - Party - Party - - - - - - - - - - - ABIE - Item Instance. Details - Information about a specific instance of an item. - Item Instance - - - - - - - - - BBIE - Item Instance. Product Trace_ Identifier. Identifier - An identifier used for tracing the item, such as the EPC number used in RFID. - 0..1 - Item Instance - Product Trace - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Item Instance. Manufacture Date. Date - The date of manufacture of the Item Instance. - 0..1 - Item Instance - Manufacture Date - Date - Date. Type - - - - - - - - - BBIE - Item Instance. Manufacture Time. Time - The time of manufacture of the Item Instance. - 0..1 - Item Instance - Manufacture Time - Time - Time. Type - - - - - - - - - BBIE - Item Instance. Registration Identifier. Identifier - The registration identifier of the Item Instance. - 0..1 - Item Instance - Registration Identifier - Identifier - Identifier. Type - car registration or licensing number - - - - - - - - - BBIE - Item Instance. Serial Identifier. Identifier - The serial number of the Item Instance. - 0..1 - Item Instance - Serial Identifier - Identifier - Identifier. Type - chassis number of a car - - - - - - - - - ASBIE - Item Instance. Additional_ Item Property. Item Property - An association to Additional Item Property. - 0..n - Item Instance - Additional - Item Property - Item Property - - - - - - - - - ASBIE - Item Instance. Lot Identification - Associates the item instance with its lot identification (the identification that allows recall of the item if necessary). - 0..1 - Item Instance - Lot Identification - Lot Identification - - - - - - - - - - - ABIE - Item Location Quantity. Details - Information about the properties of an item as they relate to specific quantities and/or specific locations. - Item Location Quantity - - - - - - - - - BBIE - Item Location Quantity. Lead Time. Measure - The time taken from the time of order to the time of delivery for an item. - 0..1 - Item Location Quantity - Lead Time - Measure - Measure. Type - "2 days", "24 hours" - - - - - - - - - BBIE - Item Location Quantity. Minimum_ Quantity. Quantity - The minimum quantity that can be ordered to qualify for a specific price. - 0..1 - Item Location Quantity - Minimum - Quantity - Quantity - Quantity. Type - "10 boxes", "1 carton", "1000 sheets" - - - - - - - - - BBIE - Item Location Quantity. Maximum_ Quantity. Quantity - The maximum quantity that can be ordered to qualify for a specific price. - 0..1 - Item Location Quantity - Maximum - Quantity - Quantity - Quantity. Type - "10 boxes", "1 carton", "1000 sheets" - - - - - - - - - BBIE - Item Location Quantity. Hazardous Risk_ Indicator. Indicator - Indicates whether the item as delivered, in the stated quantity to the stated location, is hazardous. - 0..1 - Item Location Quantity - Hazardous Risk - Indicator - Indicator - Indicator. Type - Default is negative - - - - - - - - - BBIE - Item Location Quantity. Trading Restrictions. Text - A description of trade restrictions that apply to the item or quantities of the item. - 0..n - Item Location Quantity - Trading Restrictions - Text - Text. Type - "not for export" - - - - - - - - - ASBIE - Item Location Quantity. Applicable Territory_ Address. Address - An association to Territory (Address). - 0..n - Item Location Quantity - Applicable Territory - Address - Address - - - - - - - - - ASBIE - Item Location Quantity. Price - An association to Price. - 0..1 - Item Location Quantity - Price - Price - - - - - - - - - ASBIE - Item Location Quantity. Delivery Unit - An association to Delivery Unit. - 0..n - Item Location Quantity - Delivery Unit - Delivery Unit - - - - - - - - - ASBIE - Item Location Quantity. Applicable_ Tax Category. Tax Category - An association to Tax Category. - 0..n - Item Location Quantity - Applicable - Tax Category - Tax Category - - - - - - - - - - - ABIE - Item Property. Details - Information about specific Item Properties. - Item Property - - - - - - - - - BBIE - Item Property. Name - The name of the Item Property. - 1 - Item Property - Name - Name - Name. Type - "Energy Rating", "Collar Size", "Fat Content" - - - - - - - - - BBIE - Item Property. Value. Text - The Item Property value. - 1 - Item Property - Value - Text - Text. Type - "100 watts", "15 European", "20% +/- 5%" - - - - - - - - - ASBIE - Item Property. Usability_ Period. Period - The period for which the Item Property is valid. - 0..1 - Item Property - Usability - Period - Period - - - - - - - - - ASBIE - Item Property. Item Property Group - An association to Item Property Group. - 0..n - Item Property - Item Property Group - Item Property Group - - - - - - - - - - - ABIE - Item Property Group. Details - Information about sets of classifications (or groups) of Item Properties. - Item Property Group - - - - - - - - - BBIE - Item Property Group. Identifier - An identifier for the Item Property Group. - 1 - Item Property Group - Identifier - Identifier - Identifier. Type - "233-004" - - - - - - - - - BBIE - Item Property Group. Name - The name of the Item Property Group. - 0..1 - Item Property Group - Name - Name - Name. Type - "Electrical Specifications", "Dietary Content" - - - - - - - - - - - ABIE - Language. Details - Information about Language. - Language - - - - - - - - - BBIE - Language. Identifier - An identifier for a language, expressed as a code. - 0..1 - Language - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Language. Name - The name of the language. - 0..1 - Language - Name - Name - Name. Type - - - - - - - - - BBIE - Language. Locale Code. Code - The locale where the language is used, expressed as a code. - 0..1 - Language - Locale Code - Code - Code. Type - - - - - - - - - - - ABIE - Line Item. Details - Information about a Line Item. - Line Item - - - - - - - - - BBIE - Line Item. Identifier - Identifies the Line Item assigned by the buyer. - 1 - Line Item - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Line Item. Sales_ Order Identifier. Identifier - The identification given to a Line by the seller. - 0..1 - Line Item - Sales - Order Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Line Item. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Line Item - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Line Item. Note. Text - Free-form text applying to the Line Item. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Line Item - Note - Text - Text. Type - - - - - - - - - BBIE - Line Item. Line Status Code. Code - Identifies the status of the Line with respect to its original state. - 0..1 - Line Item - Line Status Code - Code - Line Status_ Code. Type - - - - - - - - - BBIE - Line Item. Quantity - The quantity of Items for the Line Item. - 0..1 - Line Item - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Line Item. Line Extension Amount. Amount - The total amount for the Line Item, including Allowance Charges but net of taxes. - 0..1 - Line Item - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Line Item. Total_ Tax Amount. Amount - The total tax amount for the Line Item. - 0..1 - Line Item - Total - Tax Amount - Amount - Amount. Type - - - - - - - - - BBIE - Line Item. Minimum_ Quantity. Quantity - The minimum quantity for the Item on the Line. - 0..1 - Line Item - Minimum - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Line Item. Maximum_ Quantity. Quantity - The maximum quantity for the Item on the Line. - 0..1 - Line Item - Maximum - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Line Item. Minimum_ Backorder. Quantity - The minimum back order quantity (where back order is allowed). - 0..1 - Line Item - Minimum - Backorder - Quantity - Quantity. Type - - - - - - - - - BBIE - Line Item. Maximum_ Backorder. Quantity - The maximum back order quantity (where back order is allowed). - 0..1 - Line Item - Maximum - Backorder - Quantity - Quantity. Type - - - - - - - - - BBIE - Line Item. Inspection Method. Code - Inspection requirements for a Line Item, expressed as a code. - 0..1 - Line Item - Inspection Method - Code - Code. Type - - - - - - - - - BBIE - Line Item. Partial Delivery Indicator. Indicator - Indicates whether a partial delivery is allowed. - 0..1 - Line Item - Partial Delivery Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Line Item. Back Order Allowed Indicator. Indicator - Indicates whether back order is allowed. - 0..1 - Line Item - Back Order Allowed Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Line Item. Accounting Cost Code. Code - The buyer's accounting code applied to the Line Item. - 0..1 - Line Item - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Line Item. Accounting Cost. Text - The buyer's accounting code applied to the Line Item, expressed as text. - 0..1 - Line Item - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Line Item. Delivery - An association to Delivery. - 0..n - Line Item - Delivery - Delivery - - - - - - - - - ASBIE - Line Item. Delivery Terms - An association to Delivery Terms. - 0..1 - Line Item - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Line Item. Originator_ Party. Party - The party who originated Order. - 0..1 - Line Item - Originator - Party - Party - - - - - - - - - ASBIE - Line Item. Ordered Shipment - An association to Ordered Shipment. - 0..n - Line Item - Ordered Shipment - Ordered Shipment - - - - - - - - - ASBIE - Line Item. Pricing Reference - An association to Pricing Reference. - 0..1 - Line Item - Pricing Reference - Pricing Reference - - - - - - - - - ASBIE - Line Item. Allowance Charge - An association to Allowance Charge. - 0..n - Line Item - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Line Item. Price - An association to Price. - 0..1 - Line Item - Price - Price - - - - - - - - - ASBIE - Line Item. Item - An association to Item. - 1 - Line Item - Item - Item - - - - - - - - - - - ABIE - Line Reference. Details - Reference to a Line on a document. - Line Reference - - - - - - - - - BBIE - Line Reference. Line Identifier. Identifier - Identifies the Line on the referenced document. - 1 - Line Reference - Line Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Line Reference. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Line Reference - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Line Reference. Line Status Code. Code - Identifies the status of the referenced Line with respect to its original state. - 0..1 - Line Reference - Line Status Code - Code - Line Status_ Code. Type - - - - - - - - - ASBIE - Line Reference. Document Reference - An association to Document Reference. - 0..1 - Line Reference - Document Reference - Document Reference - - - - - - - - - - - ABIE - Line Response. Details - A response to a Line in a Document. - Line Response - - - - - - - - - ASBIE - Line Response. Line Reference - An association to Line Reference. - 1 - Line Response - Line Reference - Line Reference - - - - - - - - - ASBIE - Line Response. Response - An association to Response. - 1..n - Line Response - Response - Response - - - - - - - - - - - ABIE - Location. Details - Information about a location. - Location - - - - - - - - - BBIE - Location. Identifier - The unique identifier for the location, e.g., the EAN Location Number, GLN. - 0..1 - Location - Identifier - Identifier - Identifier. Type - 5790002221134 - - - - - - - - - BBIE - Location. Description. Text - The description or name of the location. - 0..1 - Location - Description - Text - Text. Type - - - - - - - - - BBIE - Location. Conditions. Text - Conditions describing the location. - 0..1 - Location - Conditions - Text - Text. Type - - - - - - - - - BBIE - Location. Country Subentity. Text - A territorial division of a country, such as a county or state. - 0..1 - Location - Country Subentity - Text - Text. Type - AdministrativeArea, State, Country, Shire, Canton - "Florida","Tamilnadu" - - - - - - - - - BBIE - Location. Country Subentity Code. Code - The territorial division of a country, such as a county or state, expressed as a code. - 0..1 - Location - Country Subentity Code - Code - Code. Type - AdministrativeAreaCode, State Code - - - - - - - - - ASBIE - Location. Validity_ Period. Period - Period(s) in which the location can be used, e.g., for delivery. - 0..n - Location - Validity - Period - Period - - - - - - - - - ASBIE - Location. Address - Association to the address of the location. - 0..1 - Location - Address - Address - - - - - - - - - - - ABIE - Location Coordinate. Details - Information about physical (geographical) location. - Location Coordinate - - - - - - - - - BBIE - Location Coordinate. Coordinate System Code. Code - An identifier for the location system used. - 0..1 - Location Coordinate - Coordinate System Code - Code - Code. Type - - - - - - - - - BBIE - Location Coordinate. Latitude_ Degrees. Measure - The measure of latitude in degrees. - 0..1 - Location Coordinate - Latitude - Degrees - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Latitude_ Minutes. Measure - The measure of latitude in minutes. - 0..1 - Location Coordinate - Latitude - Minutes - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Latitude Direction Code. Code - The direction of latitude measurement from the equator. - 0..1 - Location Coordinate - Latitude Direction Code - Code - Latitude Direction_ Code. Type - - - - - - - - - BBIE - Location Coordinate. Longitude_ Degrees. Measure - The measure of longitude in degrees. - 0..1 - Location Coordinate - Longitude - Degrees - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Longitude_ Minutes. Measure - The measure of longitude in minutes. - 0..1 - Location Coordinate - Longitude - Minutes - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Longitude Direction Code. Code - The direction of longitude measurement from the meridian. - 0..1 - Location Coordinate - Longitude Direction Code - Code - Longitude Direction_ Code. Type - - - - - - - - - - - ABIE - Lot Identification. Details - Information about a lot (of Item Instances). - Lot Identification - - - - - - - - - BBIE - Lot Identification. Lot Number. Identifier - Identifies the lot. - 0..1 - Lot Identification - Lot Number - Identifier - Identifier. Type - - - - - - - - - BBIE - Lot Identification. Expiry Date. Date - The expiry date of the lot. - 0..1 - Lot Identification - Expiry Date - Date - Date. Type - - - - - - - - - ASBIE - Lot Identification. Additional_ Item Property. Item Property - An association to Additional Item Property. - 0..n - Lot Identification - Additional - Item Property - Item Property - - - - - - - - - - - ABIE - Maritime Transport. Details - Describes a water (including sea, river, and canal) transport vessel. - Maritime Transport - - - - - - - - - BBIE - Maritime Transport. Vessel Identifier. Identifier - Identifies a specific vessel. - 0..1 - Maritime Transport - Vessel Identifier - Identifier - Identifier. Type - Lloyds Number, Registration Number (WCO ID 167) - International Maritime Organisation number of a vessel - - - - - - - - - BBIE - Maritime Transport. Vessel Name. Name - The name of the vessel. - 0..1 - Maritime Transport - Vessel Name - Name - Name. Type - Ships Name - - - - - - - - - - - ABIE - Monetary Total. Details - Information about Monetary Totals. - Monetary Total - - - - - - - - - BBIE - Monetary Total. Line Extension Amount. Amount - The total of Line Extension Amounts net of tax and settlement discounts, but inclusive of any applicable rounding amount. - 0..1 - Monetary Total - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Tax Exclusive Amount. Amount - The total amount exclusive of taxes. - 0..1 - Monetary Total - Tax Exclusive Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Tax Inclusive Amount. Amount - The total amount inclusive of taxes. - 0..1 - Monetary Total - Tax Inclusive Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Allowance Total Amount. Amount - The total amount of all allowances. - 0..1 - Monetary Total - Allowance Total Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Charge Total Amount. Amount - The total amount of all charges. - 0..1 - Monetary Total - Charge Total Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Prepaid Amount. Amount - The total prepaid amount. - 0..1 - Monetary Total - Prepaid Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Payable_ Rounding Amount. Amount - The rounding amount (positive or negative) added to the calculated Line Extension Total Amount to produce the rounded Line Extension Total Amount. - 0..1 - Monetary Total - Payable - Rounding Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Payable_ Amount. Amount - The total amount to be paid. - 1 - Monetary Total - Payable - Amount - Amount - Amount. Type - - - - - - - - - - - ABIE - Ordered Shipment. Details - Information about an Ordered Shipment. - Ordered Shipment - - - - - - - - - ASBIE - Ordered Shipment. Shipment - An association to Shipment. - 1 - Ordered Shipment - Shipment - Shipment - - - - - - - - - ASBIE - Ordered Shipment. Package - An association to Package. - 0..n - Ordered Shipment - Package - Package - - - - - - - - - - - ABIE - Order Line. Details - Information about an Order Line. - Order Line - - - - - - - - - BBIE - Order Line. Substitution Status Code. Code - A code indicating the substitution status of the Order Line. Order Line may indicate that a substitute is proposed by the buyer or by the seller (in Order Response) or that a substitution has been made by the seller (in Order Response). - 0..1 - Order Line - Substitution Status Code - Code - Substitution Status_ Code. Type - - - - - - - - - BBIE - Order Line. Note. Text - Free-form text applying to the Order Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Order Line - Note - Text - Text. Type - - - - - - - - - ASBIE - Order Line. Line Item - An association to Line Item. - 1 - Order Line - Line Item - Line Item - - - - - - - - - ASBIE - Order Line. Seller Proposed Substitute_ Line Item. Line Item - Substitute Line Items proposed by the seller (in Order Response). - 0..n - Order Line - Seller Proposed Substitute - Line Item - Line Item - - - - - - - - - ASBIE - Order Line. Seller Substituted_ Line Item. Line Item - Item(s) replaced by the seller. The original ordered quantity and pricing may be different from the substituted item. However, when an item is substituted by the seller, it is assumed that other information, such as shipment details, will be the same. - 0..n - Order Line - Seller Substituted - Line Item - Line Item - - - - - - - - - ASBIE - Order Line. Buyer Proposed Substitute_ Line Item. Line Item - Possible alternatives, proposed by the buyer, to the Line Item. - 0..n - Order Line - Buyer Proposed Substitute - Line Item - Line Item - - - - - - - - - ASBIE - Order Line. Catalogue_ Line Reference. Line Reference - An associative reference to Catalogue Line. - 0..1 - Order Line - Catalogue - Line Reference - Line Reference - - - - - - - - - ASBIE - Order Line. Quotation_ Line Reference. Line Reference - an associative reference to Quotation Line. - 0..1 - Order Line - Quotation - Line Reference - Line Reference - - - - - - - - - ASBIE - Order Line. Document Reference - An association to Document Reference. - 0..n - Order Line - Document Reference - Document Reference - - - - - - - - - - - ABIE - Order Line Reference. Details - Information about an Order Line Reference. - Order Line Reference - - - - - - - - - BBIE - Order Line Reference. Line Identifier. Identifier - Identifies the referenced Order Line assigned by the buyer. - 1 - Order Line Reference - Line Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Line Reference. Sales Order_ Line Identifier. Identifier - Identifies the referenced Order Line assigned by the seller. - 0..1 - Order Line Reference - Sales Order - Line Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Line Reference. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Order Line Reference - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Line Reference. Line Status Code. Code - Identifies the status of the referenced Order Line with respect to its original state. - 0..1 - Order Line Reference - Line Status Code - Code - Line Status_ Code. Type - - - - - - - - - ASBIE - Order Line Reference. Order Reference - An association to Order Reference. - 0..1 - Order Line Reference - Order Reference - Order Reference - - - - - - - - - - - ABIE - Order Reference. Details - Information about an Order Reference. - Order Reference - - - - - - - - - BBIE - Order Reference. Identifier - Identifies the referenced Order assigned by the buyer. - 1 - Order Reference - Identifier - Identifier - Identifier. Type - "PO-001" "3333-44-123" - - - - - - - - - BBIE - Order Reference. Sales Order Identifier. Identifier - Identifies the referenced Order assigned by the seller. - 0..1 - Order Reference - Sales Order Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Reference. Copy_ Indicator. Indicator - Indicates whether the referenced Order is a copy (true) or the original (false). - 0..1 - Order Reference - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Order Reference. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Order Reference - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Reference. Issue Date. Date - The date on which the referenced Order was issued. - 0..1 - Order Reference - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Order Reference. Issue Time. Time - The time at which the referenced Order was issued. - 0..1 - Order Reference - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Order Reference. Customer_ Reference. Text - A reference used (CRI) for tagging purchasing card transactions. - 0..1 - Order Reference - Customer - Reference - Text - Text. Type - Customer Reference Identifier (CRI) when using a puchasing card - - - - - - - - - ASBIE - Order Reference. Document Reference - An association to Document Reference. - 0..1 - Order Reference - Document Reference - Document Reference - - - - - - - - - - - ABIE - Package. Details - Information about a package. - Package - - - - - - - - - BBIE - Package. Identifier - Identifies the package. - 0..1 - Package - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Package. Quantity - The quantity (of items) contained in the package. - 0..1 - Package - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Package. Returnable Material_ Indicator. Indicator - Indicates whether the packaging material is returnable (true) or not (false). - 0..1 - Package - Returnable Material - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Package. Package Level Code. Code - Code specifying a level of packaging. - 0..1 - Package - Package Level Code - Code - Code. Type - - - - - - - - - BBIE - Package. Packaging Type Code. Code - Code specifying the type of packaging of an item. - 0..1 - Package - Packaging Type Code - Code - Packaging Type_ Code. Type - Package classification code - - - - - - - - - BBIE - Package. Packing Material. Text - Description of the type of packaging of an item. - 0..n - Package - Packing Material - Text - Text. Type - - - - - - - - - ASBIE - Package. Contained_ Package. Package - An association to Contained Package; used to describe a package within a package. - 0..n - Package - Contained - Package - Package - - - - - - - - - ASBIE - Package. Goods Item - An association to Goods Item. - 0..n - Package - Goods Item - Goods Item - - - - - - - - - ASBIE - Package. Measurement_ Dimension. Dimension - An association to describe the measurement dimensions of the package. - 0..n - Package - Measurement - Dimension - Dimension - - - - - - - - - ASBIE - Package. Delivery Unit - An association to Delivery Units in the package. - 0..n - Package - Delivery Unit - Delivery Unit - - - - - - - - - - - ABIE - Party. Details - Information about an organization, sub-organization, or individual fulfilling a role in a business process. - Party - - - - - - - - - BBIE - Party. Mark Care_ Indicator. Indicator - Indicates whether a party is C/O (care of). - 0..1 - Party - Mark Care - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Party. Mark Attention_ Indicator. Indicator - Indicates whether a party is 'FAO' (for the attention of). - 0..1 - Party - Mark Attention - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Party. Website_ URI. Identifier - The Uniform Resource Identifier (URI) of the party. - 0..1 - Party - Website - URI - Identifier - Identifier. Type - - - - - - - - - BBIE - Party. Logo Reference. Identifier - A party's logo. - 0..1 - Party - Logo Reference - Identifier - Identifier. Type - http://www2.coca-cola.com/images/logo.gif - - - - - - - - - BBIE - Party. Endpoint Identifier. Identifier - Identifies the end point of the routing service, e.g., EAN Location Number, GLN. - 0..1 - Party - Endpoint Identifier - Identifier - Identifier. Type - 5790002221134 - - - - - - - - - ASBIE - Party. Party Identification - An association to Party Identification. - 0..n - Party - Party Identification - Party Identification - - - - - - - - - ASBIE - Party. Party Name - An association to Party Name. - 0..n - Party - Party Name - Party Name - - - - - - - - - ASBIE - Party. Language - An association to Language. - 0..1 - Party - Language - Language - - - - - - - - - ASBIE - Party. Postal_ Address. Address - The party's postal address. - 0..1 - Party - Postal - Address - Address - - - - - - - - - ASBIE - Party. Physical_ Location. Location - The party's physical location. - 0..1 - Party - Physical - Location - Location - - - - - - - - - ASBIE - Party. Party Tax Scheme - An association to Party Tax Scheme. - 0..n - Party - Party Tax Scheme - Party Tax Scheme - - - - - - - - - ASBIE - Party. Party Legal Entity - An association to Party Legal Entity. - 0..n - Party - Party Legal Entity - Party Legal Entity - - - - - - - - - ASBIE - Party. Contact - An association to Contact. - 0..1 - Party - Contact - Contact - - - - - - - - - ASBIE - Party. Person - An association to a person. - 0..1 - Party - Person - Person - - - - - - - - - ASBIE - Party. Agent_ Party. Party - An association to another party who acts as an agent for this party. - 0..1 - Party - Agent - Party - Party - - - - - - - - - - - ABIE - Party Identification. Details - Information about a party's identification. - Party Identification - - - - - - - - - BBIE - Party Identification. Identifier - Identifies a party. - 1 - Party Identification - Identifier - Identifier - Identifier. Type - - - - - - - - - - - ABIE - Party Legal Entity. Details - Information directly relating to the legal registration that is applicable to a party. - Party Legal Entity - - - - - - - - - BBIE - Party Legal Entity. Registration_ Name. Name - The name of a party as registered with the legal authority. - 0..1 - Party Legal Entity - Registration - Name - Name - Name. Type - "Microsoft Corporation" - - - - - - - - - BBIE - Party Legal Entity. Company Identifier. Identifier - Identifies a company as registered with the company registration scheme. - 0..1 - Party Legal Entity - Company Identifier - Identifier - Identifier. Type - Business Registration Number, Company Number - "3556625" - - - - - - - - - ASBIE - Party Legal Entity. Registration_ Address. Address - Associates with the registered address of the party within a Corporate Registration Scheme. - 0..1 - Party Legal Entity - Registration - Address - Address - - - - - - - - - ASBIE - Party Legal Entity. Corporate Registration Scheme - Associates the party with a Corporate Registration Scheme. - 0..1 - Party Legal Entity - Corporate Registration Scheme - Corporate Registration Scheme - - - - - - - - - - - ABIE - Party Name. Details - Information about a party's name. - Party Name - - - - - - - - - BBIE - Party Name. Name - The name of the party. - 1 - Party Name - Name - Name - Name. Type - "Microsoft" - - - - - - - - - - - ABIE - Party Tax Scheme. Details - Information about a party's Tax Scheme. - Party Tax Scheme - - - - - - - - - BBIE - Party Tax Scheme. Registration_ Name. Name - The official name of the party as registered with the relevant fiscal authority. - 0..1 - Party Tax Scheme - Registration - Name - Name - Name. Type - "Microsoft Corporation" - - - - - - - - - BBIE - Party Tax Scheme. Company Identifier. Identifier - The identifier assigned for tax purposes to a party by the taxation authority. - 0..1 - Party Tax Scheme - Company Identifier - Identifier - Identifier. Type - VAT Number - "3556625" - - - - - - - - - BBIE - Party Tax Scheme. Tax Level Code. Code - The section or role within the tax scheme that applies to the party. - 0..1 - Party Tax Scheme - Tax Level Code - Code - Code. Type - - - - - - - - - BBIE - Party Tax Scheme. Exemption Reason Code. Code - A reason for a party's exemption from tax, expressed as a code. - 0..1 - Party Tax Scheme - Exemption Reason Code - Code - Code. Type - - - - - - - - - BBIE - Party Tax Scheme. Exemption_ Reason. Text - A reason for a party's exemption from tax, expressed as text. - 0..1 - Party Tax Scheme - Exemption - Reason - Text - Text. Type - - - - - - - - - ASBIE - Party Tax Scheme. Registration_ Address. Address - An association to Registered Address (for tax purposes). - 0..1 - Party Tax Scheme - Registration - Address - Address - - - - - - - - - ASBIE - Party Tax Scheme. Tax Scheme - An association to Tax Scheme. - 1 - Party Tax Scheme - Tax Scheme - Tax Scheme - - - - - - - - - - - ABIE - Payment. Details - Information directly relating to a specific payment. - Payment - - - - - - - - - BBIE - Payment. Identifier - Identifies the payment. - 0..1 - Payment - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment. Paid_ Amount. Amount - The amount paid. - 0..1 - Payment - Paid - Amount - Amount - Amount. Type - - - - - - - - - BBIE - Payment. Received_ Date. Date - The date on which the payment was received. - 0..1 - Payment - Received - Date - Date - Date. Type - - - - - - - - - BBIE - Payment. Paid_ Date. Date - The date at which the payment was made. - 0..1 - Payment - Paid - Date - Date - Date. Type - - - - - - - - - BBIE - Payment. Paid_ Time. Time - The time at which the payment was made. - 0..1 - Payment - Paid - Time - Time - Time. Type - - - - - - - - - BBIE - Payment. Instruction Identifier. Identifier - Identifies the Payment Instruction. - 0..1 - Payment - Instruction Identifier - Identifier - Identifier. Type - - - - - - - - - - - ABIE - Payment Means. Details - Information about Payment Means. - Payment Means - - - - - - - - - BBIE - Payment Means. Identifier - Identifies the Payment Means. - 0..1 - Payment Means - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment Means. Payment Means Code. Code - The Payment Means expressed as a code - 1 - Payment Means - Payment Means Code - Code - Payment Means_ Code. Type - - - - - - - - - BBIE - Payment Means. Payment Due Date. Date - The date on which payment is due for the Payment Means. - 0..1 - Payment Means - Payment Due Date - Date - Date. Type - - - - - - - - - BBIE - Payment Means. Payment Channel Code. Code - The Payment Channel, expressed as a code. - 0..1 - Payment Means - Payment Channel Code - Code - Code. Type - - - - - - - - - BBIE - Payment Means. Instruction Identifier. Identifier - Identifies the Payment Instruction. - 0..1 - Payment Means - Instruction Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment Means. Instruction_ Note. Text - Free-form text applying to the Payment. - 0..n - Payment Means - Instruction - Note - Text - Text. Type - - - - - - - - - BBIE - Payment Means. Payment Identifier. Identifier - Identifies the Payment(s). - 0..n - Payment Means - Payment Identifier - Identifier - Identifier. Type - - - - - - - - - ASBIE - Payment Means. Card Account - An association to Card Account. - 0..1 - Payment Means - Card Account - Card Account - - - - - - - - - ASBIE - Payment Means. Payer_ Financial Account. Financial Account - An association to the payer's Financial Account. - 0..1 - Payment Means - Payer - Financial Account - Financial Account - - - - - - - - - ASBIE - Payment Means. Payee_ Financial Account. Financial Account - An association to the payee's Financial Account. - 0..1 - Payment Means - Payee - Financial Account - Financial Account - - - - - - - - - ASBIE - Payment Means. Credit Account - An association to Credit Account. - 0..1 - Payment Means - Credit Account - Credit Account - - - - - - - - - - - ABIE - Payment Terms. Details - Information about Payment Terms. - Payment Terms - - - - - - - - - BBIE - Payment Terms. Identifier - Identifies the Payment Terms. - 0..1 - Payment Terms - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment Terms. Payment Means Identifier. Identifier - Identifies the applicable Payment Means. - 0..1 - Payment Terms - Payment Means Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment Terms. Prepaid Payment Reference Identifier. Identifier - Identifies prepaid payment. - 0..1 - Payment Terms - Prepaid Payment Reference Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment Terms. Note. Text - Free-form text applying to the Payment Terms. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Payment Terms - Note - Text - Text. Type - - - - - - - - - BBIE - Payment Terms. Reference_ Event Code. Code - The event from which terms are offered for a length of time, identified by a standard code. - 0..1 - Payment Terms - Reference - Event Code - Code - Code. Type - - - - - - - - - BBIE - Payment Terms. Settlement_ Discount Percent. Percent - The settlement discount rate (percentage) offered for payment within the settlement period. - 0..1 - Payment Terms - Settlement - Discount Percent - Percent - Percent. Type - - - - - - - - - BBIE - Payment Terms. Penalty_ Surcharge Percent. Percent - The penalty rate (percentage) charged for late payment. - 0..1 - Payment Terms - Penalty - Surcharge Percent - Percent - Percent. Type - - - - - - - - - BBIE - Payment Terms. Amount - The payment amount for the Payment Terms. - 0..1 - Payment Terms - Amount - Amount - Amount. Type - - - - - - - - - ASBIE - Payment Terms. Settlement_ Period. Period - An association to Settlement Period. - 0..1 - Payment Terms - Settlement - Period - Period - - - - - - - - - ASBIE - Payment Terms. Penalty_ Period. Period - An association to Penalty Period. - 0..1 - Payment Terms - Penalty - Period - Period - - - - - - - - - - - ABIE - Period. Details - Information about a period of time. - Period - - - - - - - - - BBIE - Period. Start Date. Date - The start date of the period. - 0..1 - Period - Start Date - Date - Date. Type - - - - - - - - - BBIE - Period. Start Time. Time - The start time of the period. - 0..1 - Period - Start Time - Time - Time. Type - - - - - - - - - BBIE - Period. End Date. Date - The end date of the period. - 0..1 - Period - End Date - Date - Date. Type - - - - - - - - - BBIE - Period. End Time. Time - The end time of the period. - 0..1 - Period - End Time - Time - Time. Type - - - - - - - - - BBIE - Period. Duration. Measure - The duration of a period, expressed as a code; ISO 8601. - 0..1 - Period - Duration - Measure - Measure. Type - - - - - - - - - BBIE - Period. Description Code. Code - A description of the period, expressed as a code. - 0..n - Period - Description Code - Code - Code. Type - - - - - - - - - BBIE - Period. Description. Text - A description of the period. - 0..n - Period - Description - Text - Text. Type - - - - - - - - - - - ABIE - Person. Details - Information about a person. - Person - - - - - - - - - BBIE - Person. First_ Name. Name - A person's forename or first name. - 0..1 - Person - First - Name - Name - Name. Type - - - - - - - - - BBIE - Person. Family_ Name. Name - A person's surname or family name. - 0..1 - Person - Family - Name - Name - Name. Type - - - - - - - - - BBIE - Person. Title. Text - A person's title of address, e.g., Mr, Ms, Dr, Sir. - 0..1 - Person - Title - Text - Text. Type - - - - - - - - - BBIE - Person. Middle_ Name. Name - A person's middle name(s) and/or initial(s). - 0..1 - Person - Middle - Name - Name - Name. Type - - - - - - - - - BBIE - Person. Name Suffix. Text - A suffix to a person's name, e.g., PhD, OBE, Jnr. - 0..1 - Person - Name Suffix - Text - Text. Type - - - - - - - - - BBIE - Person. Job Title. Text - A person's job title within an organization (for a particular role). - 0..1 - Person - Job Title - Text - Text. Type - - - - - - - - - BBIE - Person. Organization_ Department. Text - The department or subdivision of an organization that the person belongs to (for a particular role). - 0..1 - Person - Organization - Department - Text - Text. Type - - - - - - - - - - - ABIE - Physical Attribute. Details - Information about physical attributes. - Physical Attribute - - - - - - - - - BBIE - Physical Attribute. Attribute Identifier. Identifier - Identifies the physical attribute. - 1 - Physical Attribute - Attribute Identifier - Identifier - Identifier. Type - "colour" "style" - - - - - - - - - BBIE - Physical Attribute. Position Code. Code - The position of the physical attribute, expressed as a code. - 0..1 - Physical Attribute - Position Code - Code - Code. Type - - - - - - - - - BBIE - Physical Attribute. Description Code. Code - The description of the physical attribute, expressed as a code. - 0..1 - Physical Attribute - Description Code - Code - Code. Type - "XXL","Small" - - - - - - - - - BBIE - Physical Attribute. Description. Text - The description of the physical attribute, expressed as text. - 0..n - Physical Attribute - Description - Text - Text. Type - - - - - - - - - - - ABIE - Price. Details - Information about the price. - Price - - - - - - - - - BBIE - Price. Price Amount. Amount - The price amount. - 1 - Price - Price Amount - Amount - Amount. Type - unit price - 23.45 - - - - - - - - - BBIE - Price. Base_ Quantity. Quantity - The actual quantity to which the price applies. - 0..1 - Price - Base - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Price. Price Change_ Reason. Text - The reason for the price change, expressed as text. - 0..n - Price - Price Change - Reason - Text - Text. Type - "Clearance of old stock", "New contract applies" - - - - - - - - - BBIE - Price. Price Type Code. Code - The price type, expressed as a code. - 0..1 - Price - Price Type Code - Code - Code. Type - - - - - - - - - BBIE - Price. Price Type. Text - The price type, expressed as text. - 0..1 - Price - Price Type - Text - Text. Type - retail, wholesale, discount, contract - - - - - - - - - BBIE - Price. Orderable Unit Factor. Rate - The factor by which the base price unit can be converted to the orderable unit. - 0..1 - Price - Orderable Unit Factor - Rate - Rate. Type - Nails are priced by weight but ordered by quantity. So this would say how many nails per kilo - - - - - - - - - ASBIE - Price. Validity_ Period. Period - An association to Validity Period. - 0..n - Price - Validity - Period - Period - - - - - - - - - ASBIE - Price. Price List - A reference to a Price List. - 0..1 - Price - Price List - Price List - - - - - - - - - ASBIE - Price. Allowance Charge - An association to Allowance Charge. - 0..n - Price - Allowance Charge - Allowance Charge - - - - - - - - - - - ABIE - Price List. Details - Information about a Price List. - Price List - - - - - - - - - BBIE - Price List. Identifier - Identifies the Price List. - 0..1 - Price List - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Price List. Status Code. Code - Identifies whether the price list is an 'original', 'copy', 'revision', or 'cancellation'. - 0..1 - Price List - Status Code - Code - Code. Type - "new - announcement only", "new and available", "deleted - announcement only" - - - - - - - - - ASBIE - Price List. Validity_ Period. Period - An association to Validity Period. - 0..n - Price List - Validity - Period - Period - - - - - - - - - ASBIE - Price List. Previous_ Price List. Price List - An association to Previous Price List. - 0..1 - Price List - Previous - Price List - Price List - - - - - - - - - - - ABIE - Pricing Reference. Details - A reference to Pricing Information. - Pricing Reference - - - - - - - - - ASBIE - Pricing Reference. Original_ Item Location Quantity. Item Location Quantity - An association to the original Item Location Quantity. - 0..1 - Pricing Reference - Original - Item Location Quantity - Item Location Quantity - - - - - - - - - ASBIE - Pricing Reference. Alternative Condition_ Price. Price - The price expressed in terms other than the actual price, e.g., the list price v. the contracted price, or the price in bags v. the price in kilos, or the list price in bags v. the contracted price in kilos. - 0..n - Pricing Reference - Alternative Condition - Price - Price - - - - - - - - - - - ABIE - Quotation Line. Details - Information about a Quotation Line. - Quotation Line - - - - - - - - - BBIE - Quotation Line. Identifier - Identifies the Quotation Line Item. - 0..1 - Quotation Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Quotation Line. Note. Text - Free-form text applying to the Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Quotation Line - Note - Text - Text. Type - - - - - - - - - BBIE - Quotation Line. Quantity - The quantity of the item quoted. - 0..1 - Quotation Line - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Quotation Line. Line Extension Amount. Amount - The total amount for the Quotation Line, including Allowance Charges but net of taxes. - 0..1 - Quotation Line - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Quotation Line. Total_ Tax Amount. Amount - The total tax amount for the Quotation Line. - 0..1 - Quotation Line - Total - Tax Amount - Amount - Amount. Type - - - - - - - - - ASBIE - Quotation Line. Document Reference - An association to Document Reference. - 0..n - Quotation Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Quotation Line. Line Item - An association to Line Item. - 1 - Quotation Line - Line Item - Line Item - - - - - - - - - ASBIE - Quotation Line. Seller Proposed Substitute_ Line Item. Line Item - An association to a proposed substitute Line Item. - 0..n - Quotation Line - Seller Proposed Substitute - Line Item - Line Item - - - - - - - - - - - ABIE - Rail Transport. Details - Describes a train. - Rail Transport - - - - - - - - - BBIE - Rail Transport. Train Identifier. Identifier - Identifies a train. - 1 - Rail Transport - Train Identifier - Identifier - Identifier. Type - Train Number (WCO ID 167) - - - - - - - - - BBIE - Rail Transport. Rail Car Identifier. Identifier - Identifies the rail car on the train used for the means of transport. - 0..1 - Rail Transport - Rail Car Identifier - Identifier - Identifier. Type - - - - - - - - - - - ABIE - Receipt Line. Details - Information about a Receipt Line. - Receipt Line - - - - - - - - - BBIE - Receipt Line. Identifier - Identifies the Receipt Line. - 1 - Receipt Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Receipt Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Receipt Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Receipt Line. Note. Text - Free-form text applying to the Receipt Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Receipt Line - Note - Text - Text. Type - - - - - - - - - BBIE - Receipt Line. Received_ Quantity. Quantity - The quantity received. - 0..1 - Receipt Line - Received - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Receipt Line. Short_ Quantity. Quantity - The quantity received short; the difference between the quantity reported despatched and the quantity actually received. - 0..1 - Receipt Line - Short - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Receipt Line. Shortage Action Code. Code - The action that the Delivery Party wishes the Despatch Party to take as a result of the shortage, expressed as a code. - 0..1 - Receipt Line - Shortage Action Code - Code - Code. Type - - - - - - - - - BBIE - Receipt Line. Rejected_ Quantity. Quantity - The quantity rejected. - 0..1 - Receipt Line - Rejected - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Receipt Line. Reject Reason Code. Code - The reason for rejection, expressed as a code. - 0..1 - Receipt Line - Reject Reason Code - Code - Code. Type - - - - - - - - - BBIE - Receipt Line. Reject_ Reason. Text - The reason for rejection. - 0..1 - Receipt Line - Reject - Reason - Text - Text. Type - - - - - - - - - BBIE - Receipt Line. Reject Action Code. Code - The action that the Delivery Party wishes the Despatch Party to take as a result of the rejection, expressed as a code. - 0..1 - Receipt Line - Reject Action Code - Code - Code. Type - - - - - - - - - BBIE - Receipt Line. Oversupply Quantity. Quantity - The quanitity over-supplied i.e. the quantity over and above that ordered. - 0..1 - Receipt Line - Oversupply Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Receipt Line. Received_ Date. Date - The date on which the good/services are received. - 0..1 - Receipt Line - Received - Date - Date - Date. Type - - - - - - - - - BBIE - Receipt Line. Timing Complaint Code. Code - A complaint about the timing of delivery, expressed as a code. - 0..1 - Receipt Line - Timing Complaint Code - Code - Code. Type - - - - - - - - - BBIE - Receipt Line. Timing Complaint. Text - A complaint about the timing of delivery. - 0..1 - Receipt Line - Timing Complaint - Text - Text. Type - - - - - - - - - ASBIE - Receipt Line. Order Line Reference - An association to Order Line Reference. - 0..1 - Receipt Line - Order Line Reference - Order Line Reference - - - - - - - - - ASBIE - Receipt Line. Despatch_ Line Reference. Line Reference - An associative reference to Despatch Line. - 0..n - Receipt Line - Despatch - Line Reference - Line Reference - - - - - - - - - ASBIE - Receipt Line. Document Reference - An association to Document Reference. - 0..n - Receipt Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Receipt Line. Item - An association to Item. - 0..n - Receipt Line - Item - Item - - - - - - - - - ASBIE - Receipt Line. Shipment - An association to Shipment. - 0..n - Receipt Line - Shipment - Shipment - - - - - - - - - - - ABIE - Related Item. Details - Information about the relationship between two items. - Related Item - - - - - - - - - BBIE - Related Item. Identifier - An identifier for the related item. - 0..1 - Related Item - Identifier - Identifier - Identifier. Type - "First", "Second" - - - - - - - - - BBIE - Related Item. Quantity - The quantity that applies to the relationship. - 0..1 - Related Item - Quantity - Quantity - Quantity. Type - "6", "10mg per Kilo" - - - - - - - - - BBIE - Related Item. Description. Text - A description for the relationship. - 0..n - Related Item - Description - Text - Text. Type - "If used in wet conditions or extreme environments" - - - - - - - - - - - ABIE - Reminder Line. Details - Information about a Line on a Reminder document. - Reminder Line - - - - - - - - - BBIE - Reminder Line. Identifier - Identifies the Reminder Line. - 1 - Reminder Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Reminder Line. Note. Text - Free-form text applying to the Reminder Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Reminder Line - Note - Text - Text. Type - - - - - - - - - BBIE - Reminder Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Reminder Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Reminder Line. Balance Brought Forward_ Indicator. Indicator - If true, indicates that the Remonder Line contains a balance brought forward. - 0..1 - Reminder Line - Balance Brought Forward - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Reminder Line. Debit_ Line Amount. Amount - The amount debited on the Reminder Line. - 0..1 - Reminder Line - Debit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Reminder Line. Credit_ Line Amount. Amount - The amount credited on the Reminder Line. - 0..1 - Reminder Line - Credit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Reminder Line. Accounting Cost Code. Code - The buyer's accounting code applied to the Reminder Line. - 0..1 - Reminder Line - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Reminder Line. Accounting Cost. Text - The buyer's accounting code applied to the Reminder Line, expressed as text. - 0..1 - Reminder Line - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Reminder Line. Reminder_ Period. Period - An association to Period. - 0..n - Reminder Line - Reminder - Period - Period - - - - - - - - - ASBIE - Reminder Line. Billing Reference - An association to Billing Reference - 0..n - Reminder Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Reminder Line. Exchange Rate - An association to Exchange Rate (between the Reminder Line Currency and the Related Document currency). - 0..1 - Reminder Line - Exchange Rate - Exchange Rate - - - - - - - - - - - ABIE - Remittance Advice Line. Details - Information about a Line on a Remittance Advice. - Remittance Advice Line - - - - - - - - - BBIE - Remittance Advice Line. Identifier - Identifies the Remittance Advice Line. - 1 - Remittance Advice Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Remittance Advice Line. Note. Text - Free-form text applying to the Remittance Advice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Remittance Advice Line - Note - Text - Text. Type - - - - - - - - - BBIE - Remittance Advice Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Remittance Advice Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Remittance Advice Line. Debit_ Line Amount. Amount - The amount debited on the Remittance Advice Line. - 0..1 - Remittance Advice Line - Debit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Remittance Advice Line. Credit_ Line Amount. Amount - The amount credited on the Remittance Advice Line. - 0..1 - Remittance Advice Line - Credit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Remittance Advice Line. Balance Amount. Amount - The balance amount on the Remittance Advice Line. - 0..1 - Remittance Advice Line - Balance Amount - Amount - Amount. Type - - - - - - - - - ASBIE - Remittance Advice Line. Accounting_ Supplier Party. Supplier Party - An association to Supplier Accounting Party. - 0..1 - Remittance Advice Line - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Remittance Advice Line. Accounting_ Customer Party. Customer Party - An association to Customer Accounting Party. - 0..1 - Remittance Advice Line - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Remittance Advice Line. Buyer_ Customer Party. Customer Party - An association to Buyer. - 0..1 - Remittance Advice Line - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Remittance Advice Line. Seller_ Supplier Party. Supplier Party - An association to Seller. - 0..1 - Remittance Advice Line - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Remittance Advice Line. Originator_ Customer Party. Customer Party - An association to Originator. - 0..1 - Remittance Advice Line - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Remittance Advice Line. Payee_ Party. Party - An association to Payee. - 0..1 - Remittance Advice Line - Payee - Party - Party - - - - - - - - - ASBIE - Remittance Advice Line. Invoice_ Period. Period - An association to Invoice Period. - 0..n - Remittance Advice Line - Invoice - Period - Period - - - - - - - - - ASBIE - Remittance Advice Line. Billing Reference - An association to Billing Reference. - 0..n - Remittance Advice Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Remittance Advice Line. Document Reference - An association to Document Reference. - 0..n - Remittance Advice Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Remittance Advice Line. Exchange Rate - An association to Exchange Rate (between the Remittance Advice Line currency and the Related Document currency). - 0..1 - Remittance Advice Line - Exchange Rate - Exchange Rate - - - - - - - - - - - ABIE - Request For Quotation Line. Details - Information about a Line on a Request For Quotation. - Request For Quotation Line - - - - - - - - - BBIE - Request For Quotation Line. Identifier - Identifies the Request For Quotation Line. - 0..1 - Request For Quotation Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Request For Quotation Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Request For Quotation Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Request For Quotation Line. Note. Text - Free-form text applying to the Request For Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Request For Quotation Line - Note - Text - Text. Type - - - - - - - - - ASBIE - Request For Quotation Line. Document Reference - An association to Document Reference. - 0..n - Request For Quotation Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Request For Quotation Line. Line Item - An association to Line Item. - 1 - Request For Quotation Line - Line Item - Line Item - - - - - - - - - - - ABIE - Response. Details - Information about responses to a document (at the application level). - Response - - - - - - - - - BBIE - Response. Reference. Identifier - Identifies the section (or line) of the document to which the response applies. - 1 - Response - Reference - Identifier - Identifier. Type - - - - - - - - - BBIE - Response. Response Code. Code - A code for the description of the response to the transaction document. - 0..1 - Response - Response Code - Code - Code. Type - - - - - - - - - BBIE - Response. Description. Text - The description of the response to the transaction document. - 0..n - Response - Description - Text - Text. Type - - - - - - - - - - - ABIE - Road Transport. Details - Describes a road transport vehicle. - Road Transport - - - - - - - - - BBIE - Road Transport. License Plate Identifier. Identifier - Identifies a specific vehicle. - 1 - Road Transport - License Plate Identifier - Identifier - Identifier. Type - Vehicle registration number (WCO ID 167) - - - - - - - - - - - ABIE - Secondary Hazard. Details - Information about Secondary Hazard (related to a Hazardous Item). - Secondary Hazard - - - - - - - - - BBIE - Secondary Hazard. Identifier - Identifies the Secondary Hazard. - 0..1 - Secondary Hazard - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Secondary Hazard. Placard Notation. Text - The placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport. - 0..1 - Secondary Hazard - Placard Notation - Text - Text. Type - "5.1" - - - - - - - - - BBIE - Secondary Hazard. Placard Endorsement. Text - The placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport. - 0..1 - Secondary Hazard - Placard Endorsement - Text - Text. Type - "2" - - - - - - - - - BBIE - Secondary Hazard. Emergency Procedures Code. Code - Emergency procedures for hazardous goods, expressed as a code. - 0..1 - Secondary Hazard - Emergency Procedures Code - Code - Code. Type - EMG code, EMS Page Number - - - - - - - - - BBIE - Secondary Hazard. Extension. Text - Additional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description. - 0..1 - Secondary Hazard - Extension - Text - Text. Type - "N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" - - - - - - - - - - - ABIE - Shipment. Details - Information about a shipment. - Shipment - Consignment - - - - - - - - - BBIE - Shipment. Identifier - Identifies a shipment. - 1 - Shipment - Identifier - Identifier - Identifier. Type - Waybill Number - - - - - - - - - BBIE - Shipment. Shipping Priority Level. Code - The priority or level of service required for a shipment, expressed as a code. - 0..1 - Shipment - Shipping Priority Level - Code - Code. Type - Service Level, Service Priority - - - - - - - - - BBIE - Shipment. Handling Code. Code - The handling required for a shipment, expressed as a code. - 0..1 - Shipment - Handling Code - Code - Code. Type - Special Handling - - - - - - - - - BBIE - Shipment. Handling_ Instructions. Text - Free-form text describing Handling Instructions for a shipment. - 0..1 - Shipment - Handling - Instructions - Text - Text. Type - - - - - - - - - BBIE - Shipment. Information. Text - Free-form text applying to a shipment. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Shipment - Information - Text - Text. Type - - - - - - - - - BBIE - Shipment. Gross_ Weight. Measure - The total gross weight of a shipment; the weight of the goods plus packaging plus transport equipment. - 0..1 - Shipment - Gross - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Shipment. Net_ Weight. Measure - The total net weight of a shipment; the weight of the goods plus packaging. - 0..1 - Shipment - Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Shipment. Net Net_ Weight. Measure - The weight of the goods net of packaging and transport equipment. - 0..1 - Shipment - Net Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Shipment. Gross_ Volume. Measure - The total volume of the goods in a shipment plus packaging. - 0..1 - Shipment - Gross - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Shipment. Net_ Volume. Measure - The volume of a shipment net of packaging and transport equipment. - 0..1 - Shipment - Net - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Shipment. Total_ Goods Item Quantity. Quantity - Count of the total number of goods items within a shipment. - 0..1 - Shipment - Total - Goods Item Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Shipment. Total_ Transport Handling Unit Quantity. Quantity - Count of the number of pieces of transport handling equipment in a shipment, such as pallets, boxes, and cases. - 0..1 - Shipment - Total - Transport Handling Unit Quantity - Quantity - Quantity. Type - Number of THUs - - - - - - - - - BBIE - Shipment. Insurance_ Value. Amount - The total sum covered by an insurance for the shipment. - 0..1 - Shipment - Insurance - Value - Amount - Amount. Type - Value Insured - - - - - - - - - BBIE - Shipment. Declared Customs_ Value. Amount - Amount declared for customs purposes of those goods in a shipment which are subject to the same customs procedure, and have the same tariff/statistical heading, country information, and duty regime. - 0..1 - Shipment - Declared Customs - Value - Amount - Amount. Type - - - - - - - - - BBIE - Shipment. Declared For Carriage_ Value. Amount - Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. - 0..1 - Shipment - Declared For Carriage - Value - Amount - Amount. Type - Declared value for carriage, Interest in delivery - - - - - - - - - BBIE - Shipment. Declared Statistics_ Value. Amount - Value declared for statistical purposes of those goods in a consignment which have the same statistical heading. - 0..1 - Shipment - Declared Statistics - Value - Amount - Amount. Type - Statistical Value - - - - - - - - - BBIE - Shipment. Free On Board_ Value. Amount - Monetary amount that has to be or has been paid as calculated under the applicable trade delivery. - 0..1 - Shipment - Free On Board - Value - Amount - Amount. Type - FOB Value - - - - - - - - - BBIE - Shipment. Special_ Instructions. Text - Special instructions relating to a shipment. - 0..n - Shipment - Special - Instructions - Text - Text. Type - - - - - - - - - BBIE - Shipment. Delivery_ Instructions. Text - Delivery instructions relating to a shipment. - 0..n - Shipment - Delivery - Instructions - Text - Text. Type - - - - - - - - - BBIE - Shipment. Split Consignment_ Indicator. Indicator - Indicates whether the consignment has been split in transit. - 0..1 - Shipment - Split Consignment - Indicator - Indicator - Indicator. Type - - - - - - - - - ASBIE - Shipment. Consignment - An association to Consignment covering the shipment. - 1 - Shipment - Consignment - Consignment - - - - - - - - - ASBIE - Shipment. Goods Item - An association to Goods Item (for Bulk Goods). - 0..n - Shipment - Goods Item - Goods Item - - - - - - - - - ASBIE - Shipment. Shipment Stage - An association to Shipment Stage. - 0..n - Shipment - Shipment Stage - Shipment Stage - - - - - - - - - ASBIE - Shipment. Delivery - An association to Delivery. - 0..1 - Shipment - Delivery - Delivery - - - - - - - - - ASBIE - Shipment. Transport Handling Unit - An association to Transport Handling Unit used for loose and containerized goods. - 0..n - Shipment - Transport Handling Unit - Transport Handling Unit - - - - - - - - - ASBIE - Shipment. Origin_ Address. Address - An association to the region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or of any other measure related to trade. - 0..1 - Shipment - Origin - Address - Address - - - - - - - - - ASBIE - Shipment. First Arrival Port_ Location. Location - Identifies the first arrival location. This would be a port for sea, airport for air, and border post for land crossing. - 0..1 - Shipment - First Arrival Port - Location - Location - - - - - - - - - ASBIE - Shipment. Last Exit Port_ Location. Location - Identifies the final exporting location. This would be a port for sea, airport for air, and border post for land crossing. - 0..1 - Shipment - Last Exit Port - Location - Location - - - - - - - - - ASBIE - Shipment. Export_ Country. Country - Identifies the country from which the goods are originally exported without any commercial transaction taking place in intermediate countries. - 0..1 - Shipment - Export - Country - Country - - - - - - - - - ASBIE - Shipment. Freight_ Allowance Charge. Allowance Charge - Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs). - 0..n - Shipment - Freight - Allowance Charge - Allowance Charge - - - - - - - - - - - ABIE - Shipment Stage. Details - Information about a shipment stage. - Shipment Stage - - - - - - - - - BBIE - Shipment Stage. Identifier - Identifies a shipment stage. - 0..1 - Shipment Stage - Identifier - Identifier - Identifier. Type - "1","2", etc.. - - - - - - - - - BBIE - Shipment Stage. Transport Mode Code. Code - The method of transport used for a shipment stage. - 0..1 - Shipment Stage - Transport Mode Code - Code - Transport Mode_ Code. Type - - - - - - - - - BBIE - Shipment Stage. Transport Means Type Code. Code - The type of vehicle used for a shipment stage. - 0..1 - Shipment Stage - Transport Means Type Code - Code - Code. Type - - - - - - - - - BBIE - Shipment Stage. Transit_ Direction Code. Code - The direction of transit for a shipment stage. - 0..1 - Shipment Stage - Transit - Direction Code - Code - Code. Type - - - - - - - - - BBIE - Shipment Stage. Pre Carriage_ Indicator. Indicator - Indicates whether the stage is before the main carriage of the shipment. - 1 - Shipment Stage - Pre Carriage - Indicator - Indicator - Indicator. Type - Truck delivery to wharf - - - - - - - - - BBIE - Shipment Stage. On Carriage_ Indicator. Indicator - Indicates whether the stage is after the main carriage of the shipment. - 1 - Shipment Stage - On Carriage - Indicator - Indicator - Indicator. Type - Truck delivery from wharf - - - - - - - - - ASBIE - Shipment Stage. Transit_ Period. Period - An association to Transit Period. - 0..1 - Shipment Stage - Transit - Period - Period - - - - - - - - - ASBIE - Shipment Stage. Carrier_ Party. Party - An association to Carrier. - 0..n - Shipment Stage - Carrier - Party - Party - - - - - - - - - ASBIE - Shipment Stage. Transport Means - An association to the means of transport. - 0..1 - Shipment Stage - Transport Means - Transport Means - - - - - - - - - ASBIE - Shipment Stage. Loading Port_ Location. Location - An association to the port location of loading. - 0..1 - Shipment Stage - Loading Port - Location - Location - - - - - - - - - ASBIE - Shipment Stage. Unloading Port_ Location. Location - An association to the port location of unloading. - 0..1 - Shipment Stage - Unloading Port - Location - Location - - - - - - - - - ASBIE - Shipment Stage. Transship Port_ Location. Location - An association to the port location of transshipment. - 0..1 - Shipment Stage - Transship Port - Location - Location - - - - - - - - - - - ABIE - Signature. Details - Information about signature. A placeholder for signature. - Signature - - - - - - - - - BBIE - Signature. Identifier - An identifier for the Signature. - 1 - Signature - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Signature. Note. Text - Free form text about the signature or the circumstances where the signature has been used. - 0..1 - Signature - Note - Text - Text. Type - - - - - - - - - BBIE - Signature. Validation Date. Date - Specifies the date when the signature was approved. - 0..1 - Signature - Validation Date - Date - Date. Type - - - - - - - - - BBIE - Signature. Validation Time. Time - Specifies the time when the signature was approved. - 0..1 - Signature - Validation Time - Time - Time. Type - - - - - - - - - BBIE - Signature. Validator Identifier. Identifier - Identifies the organization, person, service or server that has validated the signature. - 0..1 - Signature - Validator Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Signature. Canonicalization Method. Text - The mathematical logic method used by the Signature. - 0..1 - Signature - Canonicalization Method - Text - Text. Type - - - - - - - - - BBIE - Signature. Signature Method. Text - The method of signature. - 0..1 - Signature - Signature Method - Text - Text. Type - - - - - - - - - ASBIE - Signature. Signatory_ Party. Party - An association to the signing Party. - 1 - Signature - Signatory - Party - Party - - - - - - - - - ASBIE - Signature. Digital Signature_ Attachment. Attachment - Refers to the actual encoded signature (e.g., in XMLDSIG format). - 0..1 - Signature - Digital Signature - Attachment - Attachment - - - - - - - - - ASBIE - Signature. Original_ Document Reference. Document Reference - A reference to the actual document that the signature applies to. For evidentiary purposes, this may be the document image that the signatory party saw when applying their signature. - 0..1 - Signature - Original - Document Reference - Document Reference - - - - - - - - - - - ABIE - Statement Line. Details - Information about a Line on a Statement of Account. - Statement Line - - - - - - - - - BBIE - Statement Line. Identifier - Identifies the Statement Line. - 1 - Statement Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Statement Line. Note. Text - Free-form text applying to the Statement Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Statement Line - Note - Text - Text. Type - - - - - - - - - BBIE - Statement Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Statement Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Statement Line. Balance Brought Forward_ Indicator. Indicator - If true, indicates that the Statement Line contains a balance brought forward. - 0..1 - Statement Line - Balance Brought Forward - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Statement Line. Debit_ Line Amount. Amount - The amount debited on the Statement Line. - 0..1 - Statement Line - Debit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Statement Line. Credit_ Line Amount. Amount - The amount credited on the Statement Line. - 0..1 - Statement Line - Credit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Statement Line. Balance Amount. Amount - The balance amount on the Statement Line. - 0..1 - Statement Line - Balance Amount - Amount - Amount. Type - - - - - - - - - ASBIE - Statement Line. Payment Means - An association to Payment Means. - 0..1 - Statement Line - Payment Means - Payment Means - - - - - - - - - ASBIE - Statement Line. Payment Terms - An association to Payment Terms. - 0..n - Statement Line - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Statement Line. Buyer_ Customer Party. Customer Party - An association to Buyer. - 0..1 - Statement Line - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Statement Line. Seller_ Supplier Party. Supplier Party - An association to Seller. - 0..1 - Statement Line - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Statement Line. Originator_ Customer Party. Customer Party - An association to Originator. - 0..1 - Statement Line - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Statement Line. Accounting_ Customer Party. Customer Party - An association to Accounting Customer Party. - 0..1 - Statement Line - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Statement Line. Accounting_ Supplier Party. Supplier Party - An association to Accounting Supplier Party. - 0..1 - Statement Line - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Statement Line. Payee_ Party. Party - An association to Payee. - 0..1 - Statement Line - Payee - Party - Party - - - - - - - - - ASBIE - Statement Line. Invoice_ Period. Period - An association to Invoice Period. - 0..n - Statement Line - Invoice - Period - Period - - - - - - - - - ASBIE - Statement Line. Billing Reference - An association to Billing Reference. - 0..n - Statement Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Statement Line. Document Reference - An association to Document Reference. - 0..n - Statement Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Statement Line. Exchange Rate - An association to Exchange Rate (between the Statement Line currency and the Related Document Currency). - 0..1 - Statement Line - Exchange Rate - Exchange Rate - - - - - - - - - - - ABIE - Status. Details - The information relevant to a condition or a position of an object. - Status - - - - - - - - - BBIE - Status. Condition Code. Code - A code specifying the status condition of the related object. - 0..1 - Status - Condition Code - Code - Transportation Status_ Code. Type - UN/ECE Rec 24 - - - - - - - - - BBIE - Status. Reference_ Date. Date - A reference date value for this status. - 0..1 - Status - Reference - Date - Date - Date. Type - - - - - - - - - BBIE - Status. Reference_ Time. Time - A reference time value for this status. - 0..1 - Status - Reference - Time - Time - Time. Type - - - - - - - - - BBIE - Status. Description. Text - A textual description of this status. - 0..1 - Status - Description - Text - Text. Type - - - - - - - - - BBIE - Status. Status Reason Code. Code - A code specifying a reason for a status condition. - 0..1 - Status - Status Reason Code - Code - Code. Type - - - - - - - - - BBIE - Status. Status_ Reason. Text - The reason, expressed as text, for this status condition or position. - 0..1 - Status - Status - Reason - Text - Text. Type - - - - - - - - - BBIE - Status. Sequence. Identifier - A unique identifier of the sequence of this status. - 0..1 - Status - Sequence - Identifier - Identifier. Type - - - - - - - - - BBIE - Status. Text - Provides any textual information related to this status. - 0..1 - Status - Text - Text - Text. Type - - - - - - - - - BBIE - Status. Indication_ Indicator. Indicator - Specifies an indicator relevant to a specific status. - 0..1 - Status - Indication - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Status. Percent - Specifies a percentage relevant to a specific status. - 0..1 - Status - Percent - Percent - Percent. Type - - - - - - - - - - - ABIE - Stowage. Details - A location on board a means of transport where specified goods or transport equipment have been or are to be stowed. - Stowage - - - - - - - - - BBIE - Stowage. Location Identifier. Identifier - Identifies a location on board a means of transport where specified goods or transport equipment have been or are to be stowed. - 0..1 - Stowage - Location Identifier - Identifier - Identifier. Type - Cell Location, coded - - - - - - - - - BBIE - Stowage. Location. Text - Describes a location on board a means of transport where specified goods or transport equipment have been or are to be stowed. - 0..n - Stowage - Location - Text - Text. Type - Cell Location - - - - - - - - - ASBIE - Stowage. Measurement_ Dimension. Dimension - Associates any measurements (including lengths, mass, and volume) for this stowage. - 0..n - Stowage - Measurement - Dimension - Dimension - - - - - - - - - - - ABIE - Supplier Party. Details - Information about the Supplier Party. - Supplier Party - - - - - - - - - BBIE - Supplier Party. Customer Assigned_ Account Identifier. Identifier - The customer's internal identifier for the supplier. - 0..1 - Supplier Party - Customer Assigned - Account Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Supplier Party. Additional_ Account Identifier. Identifier - The customer's internal identifier for the supplier. - 0..n - Supplier Party - Additional - Account Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Supplier Party. Data Sending Capability. Text - Capability to send invoice data via the purchase card provider (VISA/MasterCard/American Express). - 0..1 - Supplier Party - Data Sending Capability - Text - Text. Type - The customer's internal identifier for the supplier. - - - - - - - - - ASBIE - Supplier Party. Party - An association to Party. - 0..1 - Supplier Party - Party - Party - - - - - - - - - ASBIE - Supplier Party. Despatch_ Contact. Contact - An association to Despatch Contact. - 0..1 - Supplier Party - Despatch - Contact - Contact - - - - - - - - - ASBIE - Supplier Party. Accounting_ Contact. Contact - An association to Supplier Accounting Contact. - 0..1 - Supplier Party - Accounting - Contact - Contact - - - - - - - - - ASBIE - Supplier Party. Seller_ Contact. Contact - An association to Seller. - 0..1 - Supplier Party - Seller - Contact - Contact - - - - - - - - - - - ABIE - Tax Category. Details - Information about a tax category. - Tax Category - - - - - - - - - BBIE - Tax Category. Identifier - Identifies the tax category. - 0..1 - Tax Category - Identifier - Identifier - Identifier. Type - "ZeroRatedGoods" "NotTaxable" "Standard Rate" - - - - - - - - - BBIE - Tax Category. Name - The name of the tax category. - 0..1 - Tax Category - Name - Name - Name. Type - "Luxury Goods","Wine Equalization", "Exempt" - - - - - - - - - BBIE - Tax Category. Percent - The tax rate for the category, expressed as a percentage. - 0..1 - Tax Category - Percent - Percent - Percent. Type - - - - - - - - - BBIE - Tax Category. Base Unit Measure. Measure - Where a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based. - 0..1 - Tax Category - Base Unit Measure - Measure - Measure. Type - - - - - - - - - BBIE - Tax Category. Per Unit_ Amount. Amount - Where a tax is applied at a certain rate per unit, the rate per unit applied. - 0..1 - Tax Category - Per Unit - Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Category. Tax Exemption Reason Code. Code - The reason for tax being exempted expressed as a code. - 0..1 - Tax Category - Tax Exemption Reason Code - Code - Code. Type - - - - - - - - - BBIE - Tax Category. Tax Exemption Reason. Text - The reason for tax being exempted. - 0..1 - Tax Category - Tax Exemption Reason - Text - Text. Type - - - - - - - - - BBIE - Tax Category. Tier Range. Text - Where a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category. - 0..1 - Tax Category - Tier Range - Text - Text. Type - - - - - - - - - BBIE - Tax Category. Tier Rate. Percent - Where a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category. - 0..1 - Tax Category - Tier Rate - Percent - Percent. Type - - - - - - - - - ASBIE - Tax Category. Tax Scheme - An association to Tax Scheme. - 1 - Tax Category - Tax Scheme - Tax Scheme - - - - - - - - - - - ABIE - Tax Scheme. Details - Information about a tax scheme. - Tax Scheme - - - - - - - - - BBIE - Tax Scheme. Identifier - Identifies the tax scheme. - 0..1 - Tax Scheme - Identifier - Identifier - Identifier. Type - "VAT", "GST" - - - - - - - - - BBIE - Tax Scheme. Name - The name of the tax scheme. - 0..1 - Tax Scheme - Name - Name - Name. Type - "Value Added Tax", "Wholesale Tax", "Sales Tax", "State Tax" - - - - - - - - - BBIE - Tax Scheme. Tax Type Code. Code - An identifier for the tax type. - 0..1 - Tax Scheme - Tax Type Code - Code - Code. Type - "Consumption", "Sales" - - - - - - - - - BBIE - Tax Scheme. Currency Code. Code - The currency in which the tax is collected and reported, expressed as a code. - 0..1 - Tax Scheme - Currency Code - Code - Currency_ Code. Type - - - - - - - - - ASBIE - Tax Scheme. Jurisdiction Region_ Address. Address - An association with Address (of taxation jurisdiction). - 0..n - Tax Scheme - Jurisdiction Region - Address - Address - - - - - - - - - - - ABIE - Tax Subtotal. Details - Information about the subtotal for a particular tax category within a tax scheme, such as standard rate within VAT. - Tax Subtotal - - - - - - - - - BBIE - Tax Subtotal. Taxable_ Amount. Amount - The net amount to which the tax percent (rate) is applied to calculate the tax amount. - 0..1 - Tax Subtotal - Taxable - Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Subtotal. Tax Amount. Amount - The amount of tax stated explicitly. - 1 - Tax Subtotal - Tax Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Subtotal. Calculation Sequence. Numeric - Identifies the numerical order sequence in which taxes are applied when multiple taxes are attracted. If all taxes apply to the same taxable amount, CalculationSequenceNumeric will be '1' for all taxes. - 0..1 - Tax Subtotal - Calculation Sequence - Numeric - Numeric. Type - - - - - - - - - BBIE - Tax Subtotal. Transaction Currency_ Tax Amount. Amount - The tax amount, expressed in the currency used for invoicing. - 0..1 - Tax Subtotal - Transaction Currency - Tax Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Subtotal. Percent - The tax rate for the category, expressed as a percentage. - 0..1 - Tax Subtotal - Percent - Percent - Percent. Type - - - - - - - - - BBIE - Tax Subtotal. Base Unit Measure. Measure - Where a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based. - 0..1 - Tax Subtotal - Base Unit Measure - Measure - Measure. Type - - - - - - - - - BBIE - Tax Subtotal. Per Unit_ Amount. Amount - Where a tax is applied at a certain rate per unit, the rate per unit applied. - 0..1 - Tax Subtotal - Per Unit - Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Subtotal. Tier Range. Text - Where a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category. - 0..1 - Tax Subtotal - Tier Range - Text - Text. Type - - - - - - - - - BBIE - Tax Subtotal. Tier Rate. Percent - Where a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category. - 0..1 - Tax Subtotal - Tier Rate - Percent - Percent. Type - - - - - - - - - ASBIE - Tax Subtotal. Tax Category - An association to Tax Category. - 1 - Tax Subtotal - Tax Category - Tax Category - - - - - - - - - - - ABIE - Tax Total. Details - Information about a total amount of a particular type of tax. - Tax Total - - - - - - - - - BBIE - Tax Total. Tax Amount. Amount - The total tax amount for particular tax scheme e.g. VAT; the sum of each of the tax subtotals for each tax category within the tax scheme. - 1 - Tax Total - Tax Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Total. Rounding Amount. Amount - The rounding amount (positive or negative) added to the calculated tax total to produce the rounded TotalTaxAmount. - 0..1 - Tax Total - Rounding Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Total. Tax Evidence_ Indicator. Indicator - An indicator as to whether these totals are recognized as legal evidence for taxation purposes. - 0..1 - Tax Total - Tax Evidence - Indicator - Indicator - Indicator. Type - default is negative - - - - - - - - - ASBIE - Tax Total. Tax Subtotal - An association to Tax Subtotal. - 0..n - Tax Total - Tax Subtotal - Tax Subtotal - - - - - - - - - - - ABIE - Temperature. Details - Information about temperature. - Temperature - - - - - - - - - BBIE - Temperature. Attribute Identifier. Identifier - An identifier for temperature. - 1 - Temperature - Attribute Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Temperature. Measure - The temperature measurement value. - 1 - Temperature - Measure - Measure - Measure. Type - - - - - - - - - BBIE - Temperature. Description. Text - A description of the temperature measurement. - 0..n - Temperature - Description - Text - Text. Type - "at sea level" - - - - - - - - - - - ABIE - Trading Terms. Details - Information about the terms of a trade agreement. - Trading Terms - - - - - - - - - BBIE - Trading Terms. Information. Text - The terms in text. - 0..n - Trading Terms - Information - Text - Text. Type - "Unless credit terms have been expressly agreed by Dell, payment for the products or services shall be made in full before physical delivery of products or services. Customer shall pay for all shipping and handling charges." - - - - - - - - - BBIE - Trading Terms. Reference. Text - A reference to the terms. - 0..1 - Trading Terms - Reference - Text - Text. Type - http://www1.ap.dell.com/content/topics/topic.aspx/ap/policy/en/au/sales_terms_au?c=au&l=en&s=gen - - - - - - - - - ASBIE - Trading Terms. Applicable_ Address. Address - An association to Address. - 0..1 - Trading Terms - Applicable - Address - Address - - - - - - - - - - - ABIE - Transaction Conditions. Details - Information about purchasing, sales, or payment conditions. - Transaction Conditions - Payment Conditions, Sales Conditions - - - - - - - - - BBIE - Transaction Conditions. Identifier - Identifies conditions of the transaction, typically Purchase/Sales Conditions. - 0..1 - Transaction Conditions - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Transaction Conditions. Action Code. Code - An action relating to sales or payment conditions, expressed as a code. - 0..1 - Transaction Conditions - Action Code - Code - Code. Type - - - - - - - - - BBIE - Transaction Conditions. Description. Text - The description of the transaction conditions. - 0..n - Transaction Conditions - Description - Text - Text. Type - - - - - - - - - ASBIE - Transaction Conditions. Document Reference - An association to Document Reference. - 0..n - Transaction Conditions - Document Reference - Document Reference - - - - - - - - - - - ABIE - Transportation Service. Details - Transport service details. - Transportation Service - - - - - - - - - BBIE - Transportation Service. Transport Service Code. Code - A code which describes the general type of service required for the transportation of goods. Specifically, it identifies the extent of the transportation service, e.g., door-to-door, port-to-port. - 1 - Transportation Service - Transport Service Code - Code - Code. Type - - - - - - - - - BBIE - Transportation Service. Tariff Class Code. Code - Specification of a tariff class applicable to a transportation service. - 0..1 - Transportation Service - Tariff Class Code - Code - Code. Type - Tariff Class Specifier - - - - - - - - - BBIE - Transportation Service. Priority. Text - Statement indicating priority of requested transportation service. - 0..1 - Transportation Service - Priority - Text - Text. Type - - - - - - - - - BBIE - Transportation Service. Freight Rate Class Code. Code - Code to indicate applicable rate class for freight. - 0..1 - Transportation Service - Freight Rate Class Code - Code - Code. Type - Charge Basis - - - - - - - - - - - ABIE - Transport Equipment. Details - Information about Transport Equipment; a piece of equipment used to transport goods. - Transport Equipment - Shipping Container, Sea Container, Rail Wagon, Pallet, Trailer, Unit Load Device, ULD - - - - - - - - - BBIE - Transport Equipment. Identifier - Identifies the transport equipment. - 0..1 - Transport Equipment - Identifier - Identifier - Identifier. Type - "OCLU 1234567" - - - - - - - - - BBIE - Transport Equipment. Transport Equipment Type Code. Code - Identifies the type of provider of the transport equipment. - 0..1 - Transport Equipment - Transport Equipment Type Code - Code - Transport Equipment Type_ Code. Type - - - - - - - - - BBIE - Transport Equipment. Provider Type Code. Code - Identifies the type of provider of the transport equipment. - 0..1 - Transport Equipment - Provider Type Code - Code - Code. Type - - - - - - - - - BBIE - Transport Equipment. Owner Type Code. Code - Identifies the type of owner of a piece of transport equipment. - 0..1 - Transport Equipment - Owner Type Code - Code - Code. Type - - - - - - - - - BBIE - Transport Equipment. Size Type Code. Code - The size and type of a piece of transport equipment, expressed as a code. When the transport equipment is a shipping container, it is recommended to use ContainerSizeTypeCode for validation. - 0..1 - Transport Equipment - Size Type Code - Code - Code. Type - Container Size Type Code - - - - - - - - - BBIE - Transport Equipment. Disposition Code. Code - The current disposition of the transport equipment, expressed as a code. - 0..1 - Transport Equipment - Disposition Code - Code - Code. Type - Status - - - - - - - - - BBIE - Transport Equipment. Fullness Indication Code. Code - A code indicating whether a piece of transport equipment is full, partially full, or empty. - 0..1 - Transport Equipment - Fullness Indication Code - Code - Code. Type - - - - - - - - - BBIE - Transport Equipment. Refrigeration On_ Indicator. Indicator - Indicates whether the transport equipment's refrigeration is on (true) or off (false). - 0..1 - Transport Equipment - Refrigeration On - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Transport Equipment. Information. Text - Additional information about the transport equipment. - 0..1 - Transport Equipment - Information - Text - Text. Type - - - - - - - - - BBIE - Transport Equipment. Returnability_ Indicator. Indicator - Indicates whether a particular item of transport equipment is returnable. - 0..1 - Transport Equipment - Returnability - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Transport Equipment. Legal Status_ Indicator. Indicator - Legal status of the transport equipment with respect to the Container Convention code. - 0..1 - Transport Equipment - Legal Status - Indicator - Indicator - Indicator. Type - - - - - - - - - ASBIE - Transport Equipment. Measurement_ Dimension. Dimension - An association to Dimension. - 0..n - Transport Equipment - Measurement - Dimension - Dimension - - - - - - - - - ASBIE - Transport Equipment. Transport Equipment Seal - An association to Transport Equipment Seal. - 0..n - Transport Equipment - Transport Equipment Seal - Transport Equipment Seal - - - - - - - - - ASBIE - Transport Equipment. Minimum_ Temperature. Temperature - The minimum required operating temperature for the container (reefer). - 0..1 - Transport Equipment - Minimum - Temperature - Temperature - - - - - - - - - ASBIE - Transport Equipment. Maximum_ Temperature. Temperature - The maximum required operating temperature for the container (reefer). - 0..1 - Transport Equipment - Maximum - Temperature - Temperature - - - - - - - - - ASBIE - Transport Equipment. Provider_ Party. Party - The party that provides the transport equipment. - 0..1 - Transport Equipment - Provider - Party - Party - - - - - - - - - ASBIE - Transport Equipment. Loading Proof_ Party. Party - The authorized party responsible for certifying that the goods were loaded into the transport equipment. - 0..1 - Transport Equipment - Loading Proof - Party - Party - - - - - - - - - ASBIE - Transport Equipment. Loading_ Location. Location - Identifies the location where the goods are loaded into the transport equipment. - 0..1 - Transport Equipment - Loading - Location - Location - - - - - - - - - - - ABIE - Transport Equipment Seal. Details - Information about a transport equipment seal (a security device attached to the doors of a shipping container). - Transport Equipment Seal - Container Seal - - - - - - - - - BBIE - Transport Equipment Seal. Identifier - Identifies the seal. - 1 - Transport Equipment Seal - Identifier - Identifier - Identifier. Type - "ACS1234" - - - - - - - - - BBIE - Transport Equipment Seal. Seal Issuer Type Code. Code - The type of party that issues and is responsible for a seal, expressed as a code. - 0..1 - Transport Equipment Seal - Seal Issuer Type Code - Code - Code. Type - - - - - - - - - BBIE - Transport Equipment Seal. Condition. Text - Information about the condition of a seal. - 0..1 - Transport Equipment Seal - Condition - Text - Text. Type - - - - - - - - - BBIE - Transport Equipment Seal. Seal Status Code. Code - The status of a seal, expressed as a code. - 0..1 - Transport Equipment Seal - Seal Status Code - Code - Code. Type - - - - - - - - - BBIE - Transport Equipment Seal. Sealing Party Type. Text - Textual description of the role of a sealing party. - 0..1 - Transport Equipment Seal - Sealing Party Type - Text - Text. Type - Sealing Party - - - - - - - - - - - ABIE - Transport Event. Details - A significant occurrence or happening related to the transportation of goods. - Transport Event - - - - - - - - - BBIE - Transport Event. Identification. Identifier - An identifier for the event. - 0..1 - Transport Event - Identification - Identifier - Identifier. Type - - - - - - - - - BBIE - Transport Event. Occurrence Date. Date - The date of an occurrence of the event. - 0..1 - Transport Event - Occurrence Date - Date - Date. Type - - - - - - - - - BBIE - Transport Event. Occurrence Time. Time - The time of an occurrence of the event. - 0..1 - Transport Event - Occurrence Time - Time - Time. Type - - - - - - - - - BBIE - Transport Event. Transport Event Type Code. Code - A code specifying the type of event. - 0..1 - Transport Event - Transport Event Type Code - Code - Code. Type - - - - - - - - - BBIE - Transport Event. Description. Text - A textual description of the event. - 0..1 - Transport Event - Description - Text - Text. Type - - - - - - - - - BBIE - Transport Event. Completion_ Indicator. Indicator - Indicates if this event is completed. - 0..1 - Transport Event - Completion - Indicator - Indicator - Indicator. Type - - - - - - - - - ASBIE - Transport Event. Reported_ Shipment. Shipment - Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. - 0..1 - Transport Event - Reported - Shipment - Shipment - - - - - - - - - ASBIE - Transport Event. Current_ Status. Status - The status of the event. - 1..n - Transport Event - Current - Status - Status - - - - - - - - - ASBIE - Transport Event. Contact - Any contacts for the event. - 0..n - Transport Event - Contact - Contact - - - - - - - - - - - ABIE - Transport Handling Unit. Details - A uniquely identifiable physical unit consisting of one or more packages (not necessarily containing the same articles) for enabling physical handling during the transport process. - Transport Handling Unit - Logistics Unit, Handling Unit, THU - - - - - - - - - BBIE - Transport Handling Unit. Identifier - Identifies the transport handling unit. - 0..1 - Transport Handling Unit - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Transport Handling Unit. Transport Handling Unit Type Code. Code - The type of transport handling unit, expressed as a code. - 0..1 - Transport Handling Unit - Transport Handling Unit Type Code - Code - Code. Type - - - - - - - - - BBIE - Transport Handling Unit. Handling Code. Code - The handling required for a shipment, expressed as a code. - 0..1 - Transport Handling Unit - Handling Code - Code - Code. Type - Special Handling - - - - - - - - - BBIE - Transport Handling Unit. Handling_ Instructions. Text - Free-form text describing handling instructions for a shipment. - 0..1 - Transport Handling Unit - Handling - Instructions - Text - Text. Type - - - - - - - - - BBIE - Transport Handling Unit. Hazardous Risk_ Indicator. Indicator - Indicates whether the shipment contains hazardous materials. - 0..1 - Transport Handling Unit - Hazardous Risk - Indicator - Indicator - Indicator. Type - Default is negative - - - - - - - - - BBIE - Transport Handling Unit. Total_ Goods Item Quantity. Quantity - The total number of goods items in the transport handling unit. - 0..1 - Transport Handling Unit - Total - Goods Item Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Transport Handling Unit. Total_ Package Quantity. Quantity - The total number of packages in the transport handling unit. - 0..1 - Transport Handling Unit - Total - Package Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Transport Handling Unit. Damage_ Remarks. Text - Description of a type of damage. - 0..n - Transport Handling Unit - Damage - Remarks - Text - Text. Type - - - - - - - - - BBIE - Transport Handling Unit. Shipping_ Marks. Text - Free-form description of the marks and numbers on a transport unit or package. - 0..n - Transport Handling Unit - Shipping - Marks - Text - Text. Type - Marks and Numbers, Shipping Marks - - - - - - - - - ASBIE - Transport Handling Unit. Handling Unit_ Despatch Line. Despatch Line - An association to Handling Unit Despatch Line. - 0..n - Transport Handling Unit - Handling Unit - Despatch Line - Despatch Line - - - - - - - - - ASBIE - Transport Handling Unit. Actual_ Package. Package - An association to Actual Package. - 0..n - Transport Handling Unit - Actual - Package - Package - - - - - - - - - ASBIE - Transport Handling Unit. Received Handling Unit_ Receipt Line. Receipt Line - An association to Receipt Line. - 0..n - Transport Handling Unit - Received Handling Unit - Receipt Line - Receipt Line - - - - - - - - - ASBIE - Transport Handling Unit. Transport Equipment - An association to Transport Equipment. - 0..n - Transport Handling Unit - Transport Equipment - Transport Equipment - - - - - - - - - ASBIE - Transport Handling Unit. Hazardous Goods Transit - An association to information about the transportation of hazardous goods. - 0..n - Transport Handling Unit - Hazardous Goods Transit - Hazardous Goods Transit - - - - - - - - - ASBIE - Transport Handling Unit. Measurement_ Dimension. Dimension - An association to Dimension. - 0..n - Transport Handling Unit - Measurement - Dimension - Dimension - - - - - - - - - ASBIE - Transport Handling Unit. Minimum_ Temperature. Temperature - The minimum required operating temperature. - 0..1 - Transport Handling Unit - Minimum - Temperature - Temperature - - - - - - - - - ASBIE - Transport Handling Unit. Maximum_ Temperature. Temperature - The maximum required operating temperature. - 0..1 - Transport Handling Unit - Maximum - Temperature - Temperature - - - - - - - - - - - ABIE - Transport Means. Details - The particular vehicle used for the transport of goods or persons. - Transport Means - Conveyance - - - - - - - - - BBIE - Transport Means. Journey Identifier. Identifier - An identifier assigned to a regularly scheduled service of a means of transport. - 0..1 - Transport Means - Journey Identifier - Identifier - Identifier. Type - Voyage Number, Scheduled Conveyance Identifier (WCO ID 205), Flight Number - - - - - - - - - BBIE - Transport Means. Registration_ Nationality Identifier. Identifier - Formal identification of the country in which a means of transport is registered. - 0..1 - Transport Means - Registration - Nationality Identifier - Identifier - Identifier. Type - Nationality of Means of Transport (WCO 175, 178 and 179) - "LIB" - - - - - - - - - BBIE - Transport Means. Registration_ Nationality. Text - Name of the country in which a means of transport is registered. - 0..n - Transport Means - Registration - Nationality - Text - Text. Type - Flag of Vessel, Nationality of Ship - Liberia - - - - - - - - - BBIE - Transport Means. Direction Code. Code - The direction of the transport means. - 0..1 - Transport Means - Direction Code - Code - Code. Type - Transit Direction - "North","East" - - - - - - - - - ASBIE - Transport Means. Stowage - Association to a location on board a means of transport where specified goods or transport equipment have been or are to be stowed. - 0..1 - Transport Means - Stowage - Stowage - - - - - - - - - ASBIE - Transport Means. Air Transport - Association to identify an aircraft. - 0..1 - Transport Means - Air Transport - Air Transport - - - - - - - - - ASBIE - Transport Means. Road Transport - Association to identify a road vehicle. - 0..1 - Transport Means - Road Transport - Road Transport - - - - - - - - - ASBIE - Transport Means. Rail Transport - Association to identify a train. - 0..1 - Transport Means - Rail Transport - Rail Transport - - - - - - - - - ASBIE - Transport Means. Maritime Transport - Association to identify a ship. - 0..1 - Transport Means - Maritime Transport - Maritime Transport - - - - - - - - - ASBIE - Transport Means. Owner_ Party. Party - Association to the party owning the means of transport. - 0..1 - Transport Means - Owner - Party - Party - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonBasicComponents-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonBasicComponents-2.0.xsd deleted file mode 100644 index f067120d..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonBasicComponents-2.0.xsd +++ /dev/null @@ -1,2922 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonExtensionComponents-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonExtensionComponents-2.0.xsd deleted file mode 100644 index be1b87ce..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonExtensionComponents-2.0.xsd +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - - - - - - - A container for all extensions present in the document. - - - - - - - A container for all extensions present in the document. - - - - - - - A single extension for private use. - - - - - - - - - A single extension for private use. - - - - - - - A single extension for private use. - - - - - - - - BBIE - Extension. Identifier - - An identifier for the Extension assigned by the creator of the extension. - 0..1 - Extension - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Extension. Name - - A name for the Extension assigned by the creator of the extension. - 0..1 - Extension - Name - Name - Name. Type - - - - - - - - An agency that maintains one or more Extensions. - - - - - - - The name of the agency that maintains the Extension. - - - - - - - The version of the Extension. - - - - - - - A URI for the Agency that maintains the Extension. - - - - - - - A URI for the Extension. - - - - - - - A code for reason the Extension is being included. - - - - - - - A description of the reason for the Extension. - - - - - - - The definition of the extension content. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/ubl2.0/common/UBL-CoreComponentParameters-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/common/UBL-CoreComponentParameters-2.0.xsd deleted file mode 100644 index 116ea8dd..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/UBL-CoreComponentParameters-2.0.xsd +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/common/UBL-ExtensionContentDatatype-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/common/UBL-ExtensionContentDatatype-2.0.xsd deleted file mode 100644 index 91231945..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/UBL-ExtensionContentDatatype-2.0.xsd +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - The definition of the extension content. - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/ubl2.0/common/UBL-QualifiedDatatypes-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/common/UBL-QualifiedDatatypes-2.0.xsd deleted file mode 100644 index 7651b007..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/UBL-QualifiedDatatypes-2.0.xsd +++ /dev/null @@ -1,1955 +0,0 @@ - - - - - - - - - - - - Allowance Charge Reason_ Code. Type - 2.0 - The set of possible reasons for an allowance or charge. - Code - Allowance Charge Reason - - Used under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - - - - Allowance Charge Reason_ Code List. Identifier - - String - - - - - - - Allowance Charge Reason_ Code List. Agency. Identifier - Defaults to the UN/EDIFACT data element 3055 code list. - String - - - - - - - Allowance Charge Reason_ Code List. Agency Name. Text - - String - - - - - - - Allowance Charge Reason_ Code List. Name. Text - - String - - - - - - - Allowance Charge Reason_ Code List. Version. Identifier - Identifies the Directory of the UN/EDIFACT code list. - String - - - - - - - Allowance Charge Reason_ Code. Name. Text - - String - - - - - - - Allowance Charge Reason_ Language. Identifier - - String - - - - - - - Allowance Charge Reason_ Code List. Uniform Resource. Identifier - - String - - - - - - - Allowance Charge Reason_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Channel_ Code. Type - 2.0 - The set of possible ways in which communication can be made (eg. Phone, email, etc). - Code - Channel - - Used under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - - - - Channel_ Code List. Identifier - - String - - - - - - - Channel_ Code List. Agency. Identifier - Defaults to the UN/EDIFACT data element 3055 code list. - String - - - - - - - Channel_ Code List. Agency Name. Text - - String - - - - - - - Channel_ Code List. Name. Text - - String - - - - - - - Channel_ Code List. Version. Identifier - Identifies the Directory of the UN/EDIFACT code list. - String - - - - - - - Channel_ Code. Name. Text - - String - - - - - - - Channel_ Language. Identifier - - String - - - - - - - Channel_ Code List. Uniform Resource. Identifier - - String - - - - - - - Channel_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Chip_ Code. Type - 2.0 - Distinction between CHIP and MAG STRIPE cards - Code - Chip - - - - - - - - - - Chip_ Code List. Identifier - - String - - - - - - - Chip_ Code List. Agency. Identifier - - String - - - - - - - Chip_ Code List. Agency Name. Text - - String - - - - - - - Chip_ Code List. Name. Text - - String - - - - - - - Chip_ Code List. Version. Identifier - - String - - - - - - - Chip_ Code. Name. Text - - String - - - - - - - Chip_ Language. Identifier - - String - - - - - - - Chip_ Code List. Uniform Resource. Identifier - - String - - - - - - - Chip_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Container Size Type_ Code. Type - 2.0 - The set of code values for classifying series 1 freight containers based on external dimensions and specifies the assoziated ratings and, where appropriate, the minimum internal and door opening dimensions for certain types of containers. - Code - Container Size Type - - - - - - - - - - Container Size Type_ Code List. Identifier - - String - - - - - - - Container Size Type_ Code List. Agency. Identifier - - String - - - - - - - Container Size Type_ Code List. Agency Name. Text - - String - - - - - - - Container Size Type_ Code List. Name. Text - - String - - - - - - - Container Size Type_ Code List. Version. Identifier - - String - - - - - - - Container Size Type_ Code. Name. Text - - String - - - - - - - Container Size Type_ Language. Identifier - - String - - - - - - - Container Size Type_ Code List. Uniform Resource. Identifier - - String - - - - - - - Container Size Type_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Country Identification_ Code. Type - 2.0 - The set of countries of the world. - Code - Country Identification - - Derived from the ISO 3166-1-alpha-2 code elements used under the terms of the ISO policy stated at http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html. - - - - - - - - - Country Identification_ Code List. Identifier - - String - - - - - - - Country Identification_ Code List. Agency. Identifier - Defaults to the UN/ECE rec 3 (Code for the Representation of Names of Countries) - String - - - - - - - Country Identification_ Code List. Agency Name. Text - - String - - - - - - - Country Identification_ Code List. Name. Text - - String - - - - - - - Country Identification_ Code List. Version. Identifier - - String - - - - - - - Country Identification_ Code. Name. Text - - String - - - - - - - Country Identification_ Language. Identifier - - String - - - - - - - Country Identification_ Code List. Uniform Resource. Identifier - - String - - - - - - - Country Identification_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Currency_ Code. Type - 2.0 - The set of world currencies. - Code - Currency - - Derived from the ISO 4217 currency code list and used under the terms of the ISO policy stated at -http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html - - - - - - - - - Currency_ Code List. Identifier - - String - - - - - - - Currency_ Code List. Agency. Identifier - Defaults to the UN/EDIFACT data element 3055 code list. - String - - - - - - - Currency_ Code List. Agency Name. Text - - String - - - - - - - Currency_ Code List. Name. Text - - String - - - - - - - Currency_ Code List. Version. Identifier - - String - - - - - - - Currency_ Code. Name. Text - - String - - - - - - - Currency_ Language. Identifier - - String - - - - - - - Currency_ Code List. Uniform Resource. Identifier - - String - - - - - - - Currency_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Document Status_ Code. Type - 2.0 - The set of possible statuses of a document with regard to its original state. - Code - Document Status - - - - - - - - - - Document Status_ Code List. Identifier - - String - - - - - - - Document Status_ Code List. Agency. Identifier - - String - - - - - - - Document Status_ Code List. Agency Name. Text - - String - - - - - - - Document Status_ Code List. Name. Text - - String - - - - - - - Document Status_ Code List. Version. Identifier - - String - - - - - - - Document Status_ Code. Name. Text - - String - - - - - - - Document Status_ Language. Identifier - - String - - - - - - - Document Status_ Code List. Uniform Resource. Identifier - - String - - - - - - - Document Status_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Latitude Direction_ Code. Type - 2.0 - The possible directions of latitude - Code - Latitude Direction - - - - - - - - - - Latitude Direction_ Code List. Identifier - - String - - - - - - - Latitude Direction_ Code List. Agency. Identifier - - String - - - - - - - Latitude Direction_ Code List. Agency Name. Text - - String - - - - - - - Latitude Direction_ Code List. Name. Text - - String - - - - - - - Latitude Direction_ Code List. Version. Identifier - - String - - - - - - - Latitude Direction_ Code. Name. Text - - String - - - - - - - Latitude Direction_ Language. Identifier - - String - - - - - - - Latitude Direction_ Code List. Uniform Resource. Identifier - - String - - - - - - - Latitude Direction_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Line Status_ Code. Type - 2.0 - The set of possible statuses of a line in a transaction with regard to its original state. - Code - Line Status - - - - - - - - - - Line Status_ Code List. Identifier - - String - - - - - - - Line Status_ Code List. Agency. Identifier - - String - - - - - - - Line Status_ Code List. Agency Name. Text - - String - - - - - - - Line Status_ Code List. Name. Text - - String - - - - - - - Line Status_ Code List. Version. Identifier - - String - - - - - - - Line Status_ Code. Name. Text - - String - - - - - - - Line Status_ Language. Identifier - - String - - - - - - - Line Status_ Code List. Uniform Resource. Identifier - - String - - - - - - - Line Status_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Longitude Direction_ Code. Type - 2.0 - The possible directions of longitude - Code - Longitude Direction - - - - - - - - - - Longitude Direction_ Code List. Identifier - - String - - - - - - - Longitude Direction_ Code List. Agency. Identifier - - String - - - - - - - Longitude Direction_ Code List. Agency Name. Text - - String - - - - - - - Longitude Direction_ Code List. Name. Text - - String - - - - - - - Longitude Direction_ Code List. Version. Identifier - - String - - - - - - - Longitude Direction_ Code. Name. Text - - String - - - - - - - Longitude Direction_ Language. Identifier - - String - - - - - - - Longitude Direction_ Code List. Uniform Resource. Identifier - - String - - - - - - - Longitude Direction_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Operator_ Code. Type - 2.0 - The set of valid arithmetic operators - Code - Operator - - - - - - - - - - Operator_ Code List. Identifier - - String - - - - - - - Operator_ Code List. Agency. Identifier - - String - - - - - - - Operator_ Code List. Agency Name. Text - - String - - - - - - - Operator_ Code List. Name. Text - - String - - - - - - - Operator_ Code List. Version. Identifier - - String - - - - - - - Operator_ Code. Name. Text - - String - - - - - - - Operator_ Language. Identifier - - String - - - - - - - Operator_ Code List. Uniform Resource. Identifier - - String - - - - - - - Operator_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Packaging Type_ Code. Type - 2.0 - The set of code values for Passengers, Types of Cargo, Packages and Packaging Materials (with Complementary Codes for Package Names) - Code - Packaging Type - - - - - - - - - - Packaging Type_ Code List. Identifier - - String - - - - - - - Packaging Type_ Code List. Agency. Identifier - - String - - - - - - - Packaging Type_ Code List. Agency Name. Text - - String - - - - - - - Packaging Type_ Code List. Name. Text - - String - - - - - - - Packaging Type_ Code List. Version. Identifier - - String - - - - - - - Packaging Type_ Code. Name. Text - - String - - - - - - - Packaging Type_ Language. Identifier - - String - - - - - - - Packaging Type_ Code List. Uniform Resource. Identifier - - String - - - - - - - Packaging Type_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Payment Means_ Code. Type - 2.0 - The set of valid means of paying the debt incurred. - Code - Payment Means - - Used under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - - - - Payment Means_ Code List. Identifier - - String - - - - - - - Payment Means_ Code List. Agency. Identifier - Defaults to the UN/EDIFACT data element 3055 code list. - String - - - - - - - Payment Means_ Code List. Agency Name. Text - - String - - - - - - - Payment Means_ Code List. Name. Text - - String - - - - - - - Payment Means_ Code List. Version. Identifier - Identifies the Directory of the UN/EDIFACT code list. - String - - - - - - - Payment Means_ Code. Name. Text - - String - - - - - - - Payment Means_ Language. Identifier - - String - - - - - - - Payment Means_ Code List. Uniform Resource. Identifier - - String - - - - - - - Payment Means_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Port_ Code. Type - 2.0 - The set of code values for Trade and Transport Locations - Code - Port - - - - - - - - - - Port_ Code List. Identifier - - String - - - - - - - Port_ Code List. Agency. Identifier - - String - - - - - - - Port_ Code List. Agency Name. Text - - String - - - - - - - Port_ Code List. Name. Text - - String - - - - - - - Port_ Code List. Version. Identifier - - String - - - - - - - Port_ Code. Name. Text - - String - - - - - - - Port_ Language. Identifier - - String - - - - - - - Port_ Code List. Uniform Resource. Identifier - - String - - - - - - - Port_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Substitution Status_ Code. Type - 2.0 - The set of values that indicate the status of an OrderItem in relation to substitution, denoting an acceptable substitute in the Order, an original for which an alternative is offered in the Order Confirmation, or an original for which an actual replacement is advised in the Despatch Advice. - Code - Substitution Status - - - - - - - - - - Substitution Status_ Code List. Identifier - - String - - - - - - - Substitution Status_ Code List. Agency. Identifier - - String - - - - - - - Substitution Status_ Code List. Agency Name. Text - - String - - - - - - - Substitution Status_ Code List. Name. Text - - String - - - - - - - Substitution Status_ Code List. Version. Identifier - - String - - - - - - - Substitution Status_ Code. Name. Text - - String - - - - - - - Substitution Status_ Language. Identifier - - String - - - - - - - Substitution Status_ Code List. Uniform Resource. Identifier - - String - - - - - - - Substitution Status_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Transportation Status_ Code. Type - 2.0 - The set of code values for Trade and Transport Status - Code - Transportation Status - - - - - - - - - - Transportation Status_ Code List. Identifier - - String - - - - - - - Transportation Status_ Code List. Agency. Identifier - - String - - - - - - - Transportation Status_ Code List. Agency Name. Text - - String - - - - - - - Transportation Status_ Code List. Name. Text - - String - - - - - - - Transportation Status_ Code List. Version. Identifier - - String - - - - - - - Transportation Status_ Code. Name. Text - - String - - - - - - - Transportation Status_ Language. Identifier - - String - - - - - - - Transportation Status_ Code List. Uniform Resource. Identifier - - String - - - - - - - Transportation Status_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Transport Equipment Type_ Code. Type - 2.0 - The set of code values for qualifying a type of equipment used in the transportation of goods. - Code - Transport Equipment Type - - - - - - - - - - Transport Equipment Type_ Code List. Identifier - - String - - - - - - - Transport Equipment Type_ Code List. Agency. Identifier - - String - - - - - - - Transport Equipment Type_ Code List. Agency Name. Text - - String - - - - - - - Transport Equipment Type_ Code List. Name. Text - - String - - - - - - - Transport Equipment Type_ Code List. Version. Identifier - - String - - - - - - - Transport Equipment Type_ Code. Name. Text - - String - - - - - - - Transport Equipment Type_ Language. Identifier - - String - - - - - - - Transport Equipment Type_ Code List. Uniform Resource. Identifier - - String - - - - - - - Transport Equipment Type_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Transport Mode_ Code. Type - 2.0 - The set of code values for modes of transport - Code - Transport Mode - - - - - - - - - - Transport Mode_ Code List. Identifier - - String - - - - - - - Transport Mode_ Code List. Agency. Identifier - - String - - - - - - - Transport Mode_ Code List. Agency Name. Text - - String - - - - - - - Transport Mode_ Code List. Name. Text - - String - - - - - - - Transport Mode_ Code List. Version. Identifier - - String - - - - - - - Transport Mode_ Code. Name. Text - - String - - - - - - - Transport Mode_ Language. Identifier - - String - - - - - - - Transport Mode_ Code List. Uniform Resource. Identifier - - String - - - - - - - Transport Mode_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Unit Of Measure_ Code. Type - 2.0 - The set of code values for Units of Measure Used in International Trade - Code - Unit Of Measure - - - - - - - - - - Unit Of Measure_ Code List. Identifier - - String - - - - - - - Unit Of Measure_ Code List. Agency. Identifier - - String - - - - - - - Unit Of Measure_ Code List. Agency Name. Text - - String - - - - - - - Unit Of Measure_ Code List. Name. Text - - String - - - - - - - Unit Of Measure_ Code List. Version. Identifier - - String - - - - - - - Unit Of Measure_ Code. Name. Text - - String - - - - - - - Unit Of Measure_ Language. Identifier - - String - - - - - - - Unit Of Measure_ Code List. Uniform Resource. Identifier - - String - - - - - - - Unit Of Measure_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd deleted file mode 100644 index 128fb86e..00000000 --- a/src/XSD2PHP/resources/ubl2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd +++ /dev/null @@ -1,1138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - UDT000001 - UDT - Amount. Type - 1.0 - A number of monetary units specified in a currency where the unit of the currency is explicit or implied. - Amount - decimal - decimal - - - - - - - - UDT000001-SC2 - SC - Amount Currency. Identifier - The currency of the amount. - Amount Currency - Identification - Identifier - string - normalisedString - - - - - - - - - - - - UDT000002 - UDT - Binary Object. Type - 1.0 - A set of finite-length sequences of binary octets. - Binary Object - binary - base64Binary - - - - - - - - UDT000002-SC2 - SC - Binary Object. Format. Text - The format of the binary content. - Binary Object - Format - Text - string - string - - - - - - - UDT000002-SC3 - SC - Binary Object. Mime. Code - The mime type of the binary object. - Binary Object - Mime - Code - string - normalizedString - - - - - - - UDT000002-SC4 - SC - Binary Object. Encoding. Code - Specifies the decoding algorithm of the binary object. - Binary Object - Encoding - Code - string - normalizedString - - - - - - - UDT000002-SC5 - SC - Binary Object. Character Set. Code - The character set of the binary object if the mime type is text. - Binary Object - Character Set - Code - string - normalizedString - - - - - - - UDT000002-SC6 - SC - Binary Object. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the binary object is located. - Binary Object - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000002-SC7 - SC - Binary Object. Filename.Text - The filename of the binary object. - Binary Object - Filename - Text - string - string - - - - - - - - - - - - UDT000003 - UDT - Graphic. Type - 1.0 - A diagram, graph, mathematical curves, or similar representation. - Graphic - binary - base64Binary - - - - - - - - UDT000003-SC2 - SC - Graphic. Format. Text - The format of the graphic content. - Graphic - Format - Text - string - string - - - - - - - UDT000003-SC3 - SC - Graphic. Mime. Code - The mime type of the graphic object. - Graphic - Mime - Code - string - normalizedString - - - - - - - UDT000003-SC4 - SC - Graphic. Encoding. Code - Specifies the decoding algorithm of the graphic object. - Graphic - Encoding - Code - string - normalizedString - - - - - - - UDT000003-SC6 - SC - Graphic. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the graphic object is located. - Graphic - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000003-SC7 - SC - Graphic. Filename.Text - The filename of the graphic object. - Graphic - Filename - Text - string - string - - - - - - - - - - - - UDT000004 - UDT - Picture. Type - 1.0 - A diagram, graph, mathematical curves, or similar representation. - Picture - binary - base64Binary - - - - - - - - UDT000004-SC2 - SC - Picture. Format. Text - The format of the picture content. - Picture - Format - Text - string - string - - - - - - - UDT000004-SC3 - SC - Picture. Mime. Code - The mime type of the picture object. - Picture - Mime - Code - string - normalizedString - - - - - - - UDT000004-SC4 - SC - Picture. Encoding. Code - Specifies the decoding algorithm of the picture object. - Picture - Encoding - Code - string - normalizedString - - - - - - - UDT000004-SC6 - SC - Picture. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the picture object is located. - Picture - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000004-SC7 - SC - Picture. Filename.Text - The filename of the picture object. - Picture - Filename - Text - string - string - - - - - - - - - - - - UDT000005 - UDT - Sound. Type - 1.0 - A diagram, graph, mathematical curves, or similar representation. - Sound - binary - base64Binary - - - - - - - - UDT000005-SC2 - SC - Sound. Format. Text - The format of the sound content. - Sound - Format - Text - string - string - - - - - - - UDT000005-SC3 - SC - Sound. Mime. Code - The mime type of the sound object. - Sound - Mime - Code - string - normalizedString - - - - - - - UDT000005-SC4 - SC - Sound. Encoding. Code - Specifies the decoding algorithm of the sound object. - Sound - Encoding - Code - string - normalizedString - - - - - - - UDT000005-SC6 - SC - Sound. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the sound object is located. - Sound - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000005-SC7 - SC - Sound. Filename.Text - The filename of the sound object. - Sound - Filename - Text - string - string - - - - - - - - - - - - UDT000006 - UDT - Video. Type - 1.0 - A diagram, graph, mathematical curves, or similar representation. - Graphic - binary - bas64Binary - - - - - - - - UDT000006-SC2 - SC - Video. Format. Text - The format of the video content. - Video - Format - Text - string - string - - - - - - - UDT000006-SC3 - SC - Video. Mime. Code - The mime type of the video object. - Video - Mime - Code - string - normalizedString - - - - - - - UDT000006-SC4 - SC - Video. Encoding. Code - Specifies the decoding algorithm of the video object. - Video - Encoding - Code - string - normalizedString - - - - - - - UDT000006-SC6 - SC - Video. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the video object is located. - Video - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000006-SC7 - SC - Video. Filename.Text - The filename of the video object. - Video - Filename - Text - string - string - - - - - - - - - - - - UDT000007 - UDT - Code. Type - 1.0 - A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information. - Code - string - normalizedString - Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the code list and thus, are not declared as attributes. - - - - - - - - UDT000007-SC2 - SC - Code List. Identifier - The identification of a list of codes. - Code List - Identification - Identifier - string - - - - - - - UDT000007-SC3 - SC - Code List. Agency. Identifier - An agency that maintains one or more lists of codes. - Code List - Agency - Identifier - string - Defaults to the UN/EDIFACT data element 3055 code list. - - - - - - - UDT000007-SC4 - SC - Code List. Agency Name. Text - The name of the agency that maintains the list of codes. - Code List - Agency Name - Text - string - - - - - - - UDT000007-SC5 - SC - Code List. Name. Text - The name of a list of codes. - Code List - Name - Text - string - - - - - - - UDT000007-SC6 - SC - Code List. Identifier - The identification of a list of codes. - Code List - Identification - Identifier - string - string - - - - - - - UDT000007-SC7 - SC - Code. Name. Text - The textual equivalent of the code content component. - Code - Name - Text - string - string - - - - - - - UDT000007-SC8 - SC - Language. Identifier - The identifier of the language used in the code name. - Language - Identification - Identifier - string - language - - - - - - - UDT000007-SC9 - SC - Code List. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the code list is located. - Code List - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000007-SC10 - SC - Code List Scheme. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the code list scheme is located. - Code List Scheme - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - - - - - - UDT000008 - UDT - Date Time. Type - 1.0 - A particular point in the progression of time together with the relevant supplementary information. - Date Time - string - dateTime - Can be used for a date and/or time. - - - - - - - - - - UDT000009 - UDT - Date. Type - 1.0 - One calendar day according the Gregorian calendar. - Date - string - date - - - - - - - - - - UDT0000010 - UDT - Time. Type - 1.0 - The instance of time that occurs every day. - Time - string - time - - - - - - - - - - UDT0000011 - UDT - Identifier. Type - 1.0 - A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information. - Identifier - string - normalizedString - Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the identifer list and thus, are not declared as attributes. - - - - - - - - UDT000011-SC2 - SC - Identification Scheme. Identifier - The identification of the identification scheme. - Identification Scheme - Identification - Identifier - string - - - - - - - UDT000011-SC3 - SC - Identification Scheme. Name. Text - The name of the identification scheme. - Identification Scheme - Name - Text - string - - - - - - - UDT000011-SC4 - SC - Identification Scheme Agency. Identifier - The identification of the agency that maintains the identification scheme. - Identification Scheme Agency - Identification - Identifier - string - Defaults to the UN/EDIFACT data element 3055 code list. - - - - - - - UDT000011-SC5 - SC - Identification Scheme Agency. Name. Text - The name of the agency that maintains the identification scheme. - Identification Scheme Agency - Agency Name - Text - string - - - - - - - UDT000011-SC6 - SC - Identification Scheme. Version. Identifier - The version of the identification scheme. - Identification Scheme - Version - Identifier - string - normalizedString - - - - - - - UDT0000011-SC7 - SC - Identification Scheme Data. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the identification scheme data is located. - Identification Scheme Data - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT0000011-SC8 - SC - Identification Scheme. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the identification scheme is located. - Identification Scheme - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - - - - - - UDT0000012 - UDT - Indicator. Type - 1.0 - A list of two mutually exclusive Boolean values that express the only possible states of a property. - Indicator - string - boolean - - - - - - - - - - - - - UDT0000013 - UDT - Measure. Type - 1.0 - A numeric value determined by measuring an object along with the specified unit of measure. - Measure - Type - decimal - decimal - - - - - - - - UDT0000013-SC2 - SC - Measure Unit. Code - The type of unit of measure. - Measure Unit - Code - Code - string - normalizedString - Reference UN/ECE Rec 20 and X12 355. - - - - - - - - - - - - UDT0000014 - UDT - Numeric. Type - 1.0 - Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. - Numeric - string - decimal - - - - - - - - - - UDT0000015 - UDT - 1.0 - Value. Type - Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. - Value - string - decimal - - - - - - - - - - UDT0000016 - UDT - 1.0 - Percent. Type - Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. - Percent - string - decimal - - - - - - - - - - UDT0000017 - UDT - 1.0 - Rate. Type - Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measuret. - Rate - string - decimal - - - - - - - - - - UDT0000018 - UDT - Quantity. Type - 1.0 - A counted number of non-monetary units possibly including fractions. - Quantity - decimal - decimal - - - - - - - - UDT0000018-SC2 - SC - Quantity. Unit. Code - The unit of the quantity - Quantity - Unit Code - Code - string - normalizedString - - - - - - - - - - - - UDT0000019 - UDT - Text. Type - 1.0 - A character string (i.e. a finite set of characters) generally in the form of words of a language. - Text - string - string - - - - - - - - UDT0000019-SC2 - SC - Language. Identifier - The identifier of the language used in the content component. - Language - Identification - Identifier - string - language - - - - - - - - - - - - UDT0000020 - UDT - Name. Type - 1.0 - A character string that consititues the distinctive designation of a person, place, thing or concept. - Name - string - string - - - - - - - - UDT0000020-SC2 - SC - Language. Identifier - The identifier of the language used in the content component. - Language - Identification - Identifier - string - language - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ApplicationResponse-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ApplicationResponse-2.0.xsd deleted file mode 100644 index 50faf56d..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ApplicationResponse-2.0.xsd +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Application Response. Details - A document to indicate the application's response to a transaction. This may be a business response and/or a technical response, sent automatically by an application or initiated by a user. - Application Response - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Application Response. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Application Response - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Application Response. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Application Response - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Application Response. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Application Response - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Application Response. Identifier - An identifier for the Application Response assigned by the sender. - 1 - Application Response - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Application Response. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Application Response - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Application Response. Issue Date. Date - The date assigned by the sender's application on which the Application Response was created. - 1 - Application Response - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Application Response. Issue Time. Time - The time assigned by the sender's application at which the Application Response was created. - 0..1 - Application Response - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Application Response. Response Date. Date - The date at which the information in the response was created. - 0..1 - Application Response - Response Date - Date - Date. Type - - - - - - - - - BBIE - Application Response. Response Time. Time - The time at which the information in the response was created. - 0..1 - Application Response - Response Time - Time - Time. Type - - - - - - - - - BBIE - Application Response. Note. Text - Free-form text applying to the Application Response. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Application Response - Note - Text - Text. Type - - - - - - - - - BBIE - Application Response. Version Identifier. Identifier - Identifies the current version of this document. - 0..1 - Application Response - Version Identifier - Identifier - Identifier. Type - "1.1" - - - - - - - - - ASBIE - Application Response. Signature - An association to Signature. - 0..n - Application Response - Signature - Signature - - - - - - - - - ASBIE - Application Response. Sender_ Party. Party - An association to the Party sending this document. - 1 - Application Response - Sender - Party - Party - - - - - - - - - ASBIE - Application Response. Receiver_ Party. Party - An association to the Party receiving this document. - 1 - Application Response - Receiver - Party - Party - - - - - - - - - ASBIE - Application Response. Document Response - A response to one or more documents. - 1..n - Application Response - Document Response - Document Response - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-AttachedDocument-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-AttachedDocument-2.0.xsd deleted file mode 100644 index c76683e2..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-AttachedDocument-2.0.xsd +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Attached Document. Details - A UBL 'wrapper' that allows a document of any kind to be packaged with the UBL document that references it. - Attached Document - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Attached Document. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Attached Document - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Attached Document. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Attached Document - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Attached Document. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Attached Document - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Attached Document. Identifier - An identifier for the Attached Document; this ID is used as a reference by the UBL 'parent' document. - 1 - Attached Document - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Attached Document. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Attached Document - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Attached Document. Issue Date. Date - A date denoting when the Attached Document was issued. - 1 - Attached Document - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Attached Document. Issue Time. Time - A time denoting when the Attached Document was issued. - 0..1 - Attached Document - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Attached Document. Note. Text - Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Attached Document - Note - Text - Text. Type - - - - - - - - - BBIE - Attached Document. Document Type Code. Code - Qualifies the type of document using a code set. - 0..1 - Attached Document - Document Type Code - Code - Code. Type - - - - - - - - - BBIE - Attached Document. Document Type. Text - Qualifies types of document as text. - 0..1 - Attached Document - Document Type - Text - Text. Type - - - - - - - - - BBIE - Attached Document. Parent_ Document Identifier. Identifier - Identifies the parent document. - 1 - Attached Document - Parent - Document Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Attached Document. Parent_ Document Type Code. Code - Identifies the type of parent document. - 0..1 - Attached Document - Parent - Document Type Code - Code - Code. Type - - - - - - - - - ASBIE - Attached Document. Signature - Associates the Attached Document with zero or more signatures. - 0..n - Attached Document - Signature - Signature - - - - - - - - - ASBIE - Attached Document. Sender_ Party. Party - An association to the Party sending this document. - 1 - Attached Document - Sender - Party - Party - - - - - - - - - ASBIE - Attached Document. Receiver_ Party. Party - An association to the Party receiving this document. - 1 - Attached Document - Receiver - Party - Party - - - - - - - - - ASBIE - Attached Document. Attachment - An attachment containing the document content. - 1 - Attached Document - Attachment - Attachment - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-BillOfLading-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-BillOfLading-2.0.xsd deleted file mode 100644 index e9289744..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-BillOfLading-2.0.xsd +++ /dev/null @@ -1,516 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Bill Of Lading. Details - The Bill of Lading is issued by the party who acts as an agent for the carrier or other agents to the party who gives instructions for the transportation services (shipper, consignor, etc.) stating the details of the transportation, charges, and terms and conditions under which the transportation service is provided. The party issuing this document does not necessarily provide the physical transportation service. It corresponds to the information on the Forwarding Instruction. It is used for any mode of transport. - -A Bill of Lading can serve as a contractual document between the parties for the transportation service. The document evidences a contract of carriage by sea and the acceptance of responsibility for the goods by the carrier, and by which the carrier undertakes to deliver the goods against surrender of the document. A provision in the document that the goods are to be delivered to the order of a named person, or to order, or to bearer, constitutes such an undertaking.. - Bill Of Lading - House Bill of Landing, Master Bill, Bill - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Bill Of Lading. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Bill Of Lading - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Bill Of Lading. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Bill Of Lading - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Bill Of Lading. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Bill Of Lading - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Bill Of Lading. Identifier - Unique Identifier of the Bill Of Lading. Reference number to identify a document evidencing a transport contract. - 1 - Bill Of Lading - Identifier - Identifier - Identifier. Type - Bill of Lading Number - - - - - - - - - BBIE - Bill Of Lading. Carrier Assigned_ Identifier. Identifier - Reference number assigned by a carrier or its agent to identify a specific shipment such as a booking reference number when cargo space is reserved prior to loading. - 0..1 - Bill Of Lading - Carrier Assigned - Identifier - Identifier - Identifier. Type - Booking Reference Number - - - - - - - - - BBIE - Bill Of Lading. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Bill Of Lading - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Bill Of Lading. Issue Date. Date - Date on which the Bill Of Lading was issued. - 0..1 - Bill Of Lading - Issue Date - Date - Date. Type - Transport Document Date - - - - - - - - - BBIE - Bill Of Lading. Issue Time. Time - Time at which the Bill Of Lading was issued. - 0..1 - Bill Of Lading - Issue Time - Time - Time. Type - "House Bill", "Consolidated Bill of Lading", "Proforma" - - - - - - - - - BBIE - Bill Of Lading. Name - The business name given to the document type. - 0..1 - Bill Of Lading - Name - Name - Name. Type - - - - - - - - - BBIE - Bill Of Lading. Description. Text - Purpose of the document instance. - 0..n - Bill Of Lading - Description - Text - Text. Type - - - - - - - - - BBIE - Bill Of Lading. Note. Text - Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Bill Of Lading - Note - Text - Text. Type - - - - - - - - - BBIE - Bill Of Lading. Document Status Code. Code - Indicates the status of the Bill Of Lading (revision, replacement, etc.). - 0..1 - Bill Of Lading - Document Status Code - Code - Document Status_ Code. Type - - - - - - - - - BBIE - Bill Of Lading. Shipping Order Identifier. Identifier - Reference number to identify a Shipping Order or Forwarding Instruction. - 0..1 - Bill Of Lading - Shipping Order Identifier - Identifier - Identifier. Type - Freight forwarding instruction, Shippers letter of instruction - - - - - - - - - BBIE - Bill Of Lading. To Order_ Indicator. Indicator - Indicates whether the transport document is consigned to order. - 0..1 - Bill Of Lading - To Order - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Bill Of Lading. Ad Valorem_ Indicator. Indicator - A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value. - 0..1 - Bill Of Lading - Ad Valorem - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Bill Of Lading. Declared Carriage_ Value. Amount - Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. - 0..1 - Bill Of Lading - Declared Carriage - Value - Amount - Amount. Type - Interest in Delivery - - - - - - - - - BBIE - Bill Of Lading. Other_ Instruction. Text - Contains other free-text-based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document. - 0..n - Bill Of Lading - Other - Instruction - Text - Text. Type - Bill of Lading Remark - - - - - - - - - ASBIE - Bill Of Lading. Consignor_ Party. Party - The party consigning goods as stipulated in the transport contract by the party ordering transport. - 0..1 - Bill Of Lading - Consignor - Party - Party - - - - - - - - - ASBIE - Bill Of Lading. Carrier_ Party. Party - The party providing the transport of goods between named points. - 0..1 - Bill Of Lading - Carrier - Party - Party - - - - - - - - - ASBIE - Bill Of Lading. Freight Forwarder_ Party. Party - The party combining individual smaller consignments into a single larger shipment (so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. - 0..1 - Bill Of Lading - Freight Forwarder - Party - Party - - - - - - - - - ASBIE - Bill Of Lading. Shipment - Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. - 0..1 - Bill Of Lading - Shipment - Shipment - - - - - - - - - ASBIE - Bill Of Lading. Document Reference - An association to Document Reference. - 0..n - Bill Of Lading - Document Reference - Document Reference - - - - - - - - - ASBIE - Bill Of Lading. Exchange Rate - Information that directly relates to the rate of exchange (conversion) between two currencies. - 0..n - Bill Of Lading - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Bill Of Lading. Document Distribution - The distribution of the Bill to interested parties. - 0..n - Bill Of Lading - Document Distribution - Document Distribution - - - - - - - - - ASBIE - Bill Of Lading. Signature - One or more signatures applied to the document instance. - 0..n - Bill Of Lading - Signature - Signature - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Catalogue-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Catalogue-2.0.xsd deleted file mode 100644 index 8113808d..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Catalogue-2.0.xsd +++ /dev/null @@ -1,492 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Catalogue. Details - The document that describes items, prices, and price validity. - Catalogue - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Catalogue. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Catalogue - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Catalogue. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Catalogue - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Catalogue. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Catalogue - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Catalogue. Identifier - An identifier for the Catalogue assigned by the Seller. - 1 - Catalogue - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Catalogue - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue. Name - A name given to a catalogue. - 0..1 - Catalogue - Name - Name - Name. Type - "winter 2005 collection" - - - - - - - - - BBIE - Catalogue. Issue Date. Date - The date when the catalogue was issued. - 1 - Catalogue - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue. Issue Time. Time - The time when the catalogue was issued. - 0..1 - Catalogue - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue. Revision Date. Date - The date (assigned by the Seller Party) at which the information in the catalogue was revised. - 0..1 - Catalogue - Revision Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue. Revision Time. Time - The time (assigned by the Seller Party) at which the information in the catalogue was revised. - 0..1 - Catalogue - Revision Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue. Note. Text - Free-form text applying to the Catalogue. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Catalogue - Note - Text - Text. Type - - - - - - - - - BBIE - Catalogue. Description. Text - A description of the catalogue. - 0..n - Catalogue - Description - Text - Text. Type - "computer accessories for laptops" - - - - - - - - - BBIE - Catalogue. Version. Identifier - Indicates the current version of the catalogue. - 0..1 - Catalogue - Version - Identifier - Identifier. Type - "1.1" - - - - - - - - - BBIE - Catalogue. Previous_ Version. Identifier - Identifies the previous version of the Catalogue which is superceded by this version. - 0..1 - Catalogue - Previous - Version - Identifier - Identifier. Type - "1.0" - - - - - - - - - BBIE - Catalogue. Line Count. Numeric - The number of lines in the document. - 0..1 - Catalogue - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Catalogue. Validity_ Period. Period - The period assigned by the Seller during which the information in the Catalogue is effective. This may be given as start and end dates or a duration. - 0..n - Catalogue - Validity - Period - Period - - - - - - - - - ASBIE - Catalogue. Referenced_ Contract. Contract - An association to a framework agreement or contract. - 0..n - Catalogue - Referenced - Contract - Contract - - - - - - - - - ASBIE - Catalogue. Signature - An association to Signature. - 0..n - Catalogue - Signature - Signature - - - - - - - - - ASBIE - Catalogue. Provider_ Party. Party - An association to the Catalogue Provider Party. - 1 - Catalogue - Provider - Party - Party - - - - - - - - - ASBIE - Catalogue. Receiver_ Party. Party - An association to the Catalogue Receiver Party. - 1 - Catalogue - Receiver - Party - Party - - - - - - - - - ASBIE - Catalogue. Seller_ Supplier Party. Supplier Party - The Supplier Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue - Contractor - Customer Party - Customer Party - - - - - - - - - ASBIE - Catalogue. Trading Terms - An association to trading terms. - 0..n - Catalogue - Trading Terms - Trading Terms - - - - - - - - - ASBIE - Catalogue. Catalogue Line - An association to one or more Catalogue Lines. - 1..n - Catalogue - Catalogue Line - Catalogue Line - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd deleted file mode 100644 index c8ae7e00..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Catalogue Deletion. Details - The document used to cancel an entire Catalogue. - Catalogue Deletion - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Catalogue Deletion. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Catalogue Deletion - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Catalogue Deletion. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Catalogue Deletion - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Catalogue Deletion. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Catalogue Deletion - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Catalogue Deletion. Identifier - An identifier for the Catalogue Deletion assigned by the Seller. - 1 - Catalogue Deletion - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Deletion. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Catalogue Deletion - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Deletion. Name - A name given to a Catalogue Deletion. - 0..1 - Catalogue Deletion - Name - Name - Name. Type - - - - - - - - - BBIE - Catalogue Deletion. Issue Date. Date - The date assigned by the Seller on which the Catalogue was deleted. - 1 - Catalogue Deletion - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue Deletion. Issue Time. Time - The time assigned by the Seller at which the Catalogue was deleted. - 0..1 - Catalogue Deletion - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue Deletion. Note. Text - Free-form text applying to the Catalogue Deletion. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Catalogue Deletion - Note - Text - Text. Type - - - - - - - - - BBIE - Catalogue Deletion. Version. Identifier - Indicates the current version of the Catalogue. - 0..1 - Catalogue Deletion - Version - Identifier - Identifier. Type - "1.1" - - - - - - - - - BBIE - Catalogue Deletion. Description. Text - Describes the Catalogue Deletion. - 0..n - Catalogue Deletion - Description - Text - Text. Type - "stock no longer provided" - - - - - - - - - ASBIE - Catalogue Deletion. Validity_ Period. Period - The period during which the deletion of the catalogue becomes effective. This may be given as start (after date) and end dates (before date). - 0..n - Catalogue Deletion - Validity - Period - Period - - - - - - - - - ASBIE - Catalogue Deletion. Deleted_ Catalogue Reference. Catalogue Reference - An association to the Catalogue being deleted. - 1 - Catalogue Deletion - Deleted - Catalogue Reference - Catalogue Reference - - - - - - - - - ASBIE - Catalogue Deletion. Referenced_ Contract. Contract - An association to a framework agreement or contract. - 0..n - Catalogue Deletion - Referenced - Contract - Contract - - - - - - - - - ASBIE - Catalogue Deletion. Signature - One or more signatures applied to the document. - 0..n - Catalogue Deletion - Signature - Signature - - - - - - - - - ASBIE - Catalogue Deletion. Receiver_ Party. Party - An association to the Catalogue Receiver Party. - 1 - Catalogue Deletion - Receiver - Party - Party - - - - - - - - - ASBIE - Catalogue Deletion. Provider_ Party. Party - An association to the Catalogue Provider Party. - 1 - Catalogue Deletion - Provider - Party - Party - - - - - - - - - ASBIE - Catalogue Deletion. Seller_ Supplier Party. Supplier Party - The Supplier Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Deletion - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue Deletion. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Deletion - Contractor - Customer Party - Customer Party - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd deleted file mode 100644 index ab290d49..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd +++ /dev/null @@ -1,506 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Catalogue Item Specification Update. Details - The document used to update information about Items (e.g., technical descriptions and properties) on an existing Catalogue. - Catalogue Item Specification Update - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Catalogue Item Specification Update. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Catalogue Item Specification Update - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Catalogue Item Specification Update. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Catalogue Item Specification Update - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Catalogue Item Specification Update. Profile Identifier. Identifier - Identifies a user-defined profile of the subset of UBL being used. - 0..1 - Catalogue Item Specification Update - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Catalogue Item Specification Update. Identifier - An identifier for the Catalogue Revision assigned by the Seller. - 1 - Catalogue Item Specification Update - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Item Specification Update. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Catalogue Item Specification Update - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Item Specification Update. Name - A name given to the Catalogue Revision. - 0..1 - Catalogue Item Specification Update - Name - Name - Name. Type - "electrical goods - new energy ratings." - - - - - - - - - BBIE - Catalogue Item Specification Update. Issue Date. Date - The date when the Catalogue Revision was issued. - 1 - Catalogue Item Specification Update - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue Item Specification Update. Issue Time. Time - The time when the Catalogue Revision was issued. - 0..1 - Catalogue Item Specification Update - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue Item Specification Update. Revision Date. Date - The date assigned by the Seller on which the Catalogue was revised. - 0..1 - Catalogue Item Specification Update - Revision Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue Item Specification Update. Revision Time. Time - The time assigned by the Seller at which the Catalogue was revised. - 0..1 - Catalogue Item Specification Update - Revision Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue Item Specification Update. Note. Text - Free-form text applying to the Catalogue Revision. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Catalogue Item Specification Update - Note - Text - Text. Type - - - - - - - - - BBIE - Catalogue Item Specification Update. Description. Text - A description of the Catalogue Revision. - 0..n - Catalogue Item Specification Update - Description - Text - Text. Type - "ratings based on new environmental standards for EU" - - - - - - - - - BBIE - Catalogue Item Specification Update. Version. Identifier - Indicates the current version of the Catalogue. - 0..1 - Catalogue Item Specification Update - Version - Identifier - Identifier. Type - "1.1" - - - - - - - - - BBIE - Catalogue Item Specification Update. Line Count. Numeric - The number of lines in the document. - 0..1 - Catalogue Item Specification Update - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Catalogue Item Specification Update. Validity_ Period. Period - The period assigned by the Seller during which the information in the Catalogue Revision is effective. This may be given as start and end dates or a duration. - 0..n - Catalogue Item Specification Update - Validity - Period - Period - - - - - - - - - ASBIE - Catalogue Item Specification Update. Related_ Catalogue Reference. Catalogue Reference - An association to the Catalogue containing the revised Items. - 1 - Catalogue Item Specification Update - Related - Catalogue Reference - Catalogue Reference - - - - - - - - - ASBIE - Catalogue Item Specification Update. Referenced_ Contract. Contract - An association to a framework agreement or contract. - 0..n - Catalogue Item Specification Update - Referenced - Contract - Contract - - - - - - - - - ASBIE - Catalogue Item Specification Update. Signature - One or more signatures applied to the document. - 0..n - Catalogue Item Specification Update - Signature - Signature - - - - - - - - - ASBIE - Catalogue Item Specification Update. Provider_ Party. Party - An association to the Catalogue Provider Party. - 1 - Catalogue Item Specification Update - Provider - Party - Party - - - - - - - - - ASBIE - Catalogue Item Specification Update. Receiver_ Party. Party - An association to the Catalogue Receiver Party. - 1 - Catalogue Item Specification Update - Receiver - Party - Party - - - - - - - - - ASBIE - Catalogue Item Specification Update. Seller_ Supplier Party. Supplier Party - The Supplier Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Item Specification Update - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue Item Specification Update. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Item Specification Update - Contractor - Customer Party - Customer Party - - - - - - - - - ASBIE - Catalogue Item Specification Update. Trading Terms - An association to trading terms. - 0..1 - Catalogue Item Specification Update - Trading Terms - Trading Terms - - - - - - - - - ASBIE - Catalogue Item Specification Update. Default_ Language. Language - The default language for the item specifications. - 0..1 - Catalogue Item Specification Update - Default - Language - Language - - - - - - - - - ASBIE - Catalogue Item Specification Update. Catalogue Item Specification Update Line - An association to one or more Catalogue Item Specification Update Lines. - 1..n - Catalogue Item Specification Update - Catalogue Item Specification Update Line - Catalogue Item Specification Update Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd deleted file mode 100644 index b2c2199f..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd +++ /dev/null @@ -1,506 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Catalogue Pricing Update. Details - The document used to update information about prices on an existing Catalogue. - Catalogue Pricing Update - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Catalogue Pricing Update. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Catalogue Pricing Update - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Catalogue Pricing Update. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Catalogue Pricing Update - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Catalogue Pricing Update. Profile Identifier. Identifier - Identifies a user-defined profile of the subset of UBL being used. - 0..1 - Catalogue Pricing Update - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Catalogue Pricing Update. Identifier - An identifier for the Catalogue Revision assigned by the Seller. - 1 - Catalogue Pricing Update - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Pricing Update. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Catalogue Pricing Update - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Pricing Update. Name - A name given to the Catalogue Revision. - 0..1 - Catalogue Pricing Update - Name - Name - Name. Type - "Seasonal Promotion" - - - - - - - - - BBIE - Catalogue Pricing Update. Issue Date. Date - The date when the catalogue revision was issued. - 1 - Catalogue Pricing Update - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue Pricing Update. Issue Time. Time - The time when the catalogue revision was issued. - 0..1 - Catalogue Pricing Update - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue Pricing Update. Revision Date. Date - The date assigned by the Seller on which the Catalogue was revised. - 0..1 - Catalogue Pricing Update - Revision Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue Pricing Update. Revision Time. Time - The time assigned by the Seller at which the Catalogue was revised. - 0..1 - Catalogue Pricing Update - Revision Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue Pricing Update. Note. Text - Free-form text applying to the Catalogue Revision. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Catalogue Pricing Update - Note - Text - Text. Type - - - - - - - - - BBIE - Catalogue Pricing Update. Description. Text - Describes the Catalogue Revision. - 0..n - Catalogue Pricing Update - Description - Text - Text. Type - " adjustment of prices for Christmas trading period" - - - - - - - - - BBIE - Catalogue Pricing Update. Version. Identifier - Indicates the current version of the catalogue. - 0..1 - Catalogue Pricing Update - Version - Identifier - Identifier. Type - "1.1" - - - - - - - - - BBIE - Catalogue Pricing Update. Line Count. Numeric - The number of lines in the document. - 0..1 - Catalogue Pricing Update - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Catalogue Pricing Update. Validity_ Period. Period - The period assigned by the Seller during which the information in the Catalogue Revision is effective. This may be given as start and end dates or a duration. - 0..n - Catalogue Pricing Update - Validity - Period - Period - - - - - - - - - ASBIE - Catalogue Pricing Update. Related_ Catalogue Reference. Catalogue Reference - An association to the Catalogue containing the revised Items. - 1 - Catalogue Pricing Update - Related - Catalogue Reference - Catalogue Reference - - - - - - - - - ASBIE - Catalogue Pricing Update. Referenced_ Contract. Contract - An association to a framework agreement or contract. - 0..n - Catalogue Pricing Update - Referenced - Contract - Contract - - - - - - - - - ASBIE - Catalogue Pricing Update. Signature - One or more signatures applied to the document. - 0..n - Catalogue Pricing Update - Signature - Signature - - - - - - - - - ASBIE - Catalogue Pricing Update. Provider_ Party. Party - An association to the Catalogue Provider Party. - 1 - Catalogue Pricing Update - Provider - Party - Party - - - - - - - - - ASBIE - Catalogue Pricing Update. Receiver_ Party. Party - An association to the Catalogue Receiver Party. - 1 - Catalogue Pricing Update - Receiver - Party - Party - - - - - - - - - ASBIE - Catalogue Pricing Update. Seller_ Supplier Party. Supplier Party - The Supplier Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Pricing Update - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue Pricing Update. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Pricing Update - Contractor - Customer Party - Customer Party - - - - - - - - - ASBIE - Catalogue Pricing Update. Trading Terms - An association to trading terms. - 0..1 - Catalogue Pricing Update - Trading Terms - Trading Terms - - - - - - - - - ASBIE - Catalogue Pricing Update. Default_ Language. Language - The default language for the catalogue pricing update. - 0..1 - Catalogue Pricing Update - Default - Language - Language - - - - - - - - - ASBIE - Catalogue Pricing Update. Catalogue Pricing Update Line - An association to one or more Catalogue Pricing Update Lines. - 1..n - Catalogue Pricing Update - Catalogue Pricing Update Line - Catalogue Pricing Update Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueRequest-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueRequest-2.0.xsd deleted file mode 100644 index 6ebf3f37..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueRequest-2.0.xsd +++ /dev/null @@ -1,525 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Catalogue Request. Details - The document used to request a Catalogue. - Catalogue Request - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Catalogue Request. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Catalogue Request - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Catalogue Request. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Catalogue Request - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Catalogue Request. Profile Identifier. Identifier - Identifies a user-defined profile of the subset of UBL being used. - 0..1 - Catalogue Request - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Catalogue Request. Identifier - An identifier for the Catalogue Request assigned by the Catalogue Managing Party. - 1 - Catalogue Request - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Request. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Catalogue Request - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Request. Name - A name given to the Catalogue Request. - 0..1 - Catalogue Request - Name - Name - Name. Type - "winter 2005 collection" - - - - - - - - - BBIE - Catalogue Request. Issue Date. Date - The date assigned by the Catalogue Managing Party on which the Catalogue was requested. - 1 - Catalogue Request - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue Request. Issue Time. Time - The time assigned by the Catalogue Managing Party at which the Catalogue was requested. - 0..1 - Catalogue Request - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue Request. Note. Text - Free-form text applying to the Catalogue Request. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Catalogue Request - Note - Text - Text. Type - - - - - - - - - BBIE - Catalogue Request. Description. Text - Describes the Catalogue Request. - 0..n - Catalogue Request - Description - Text - Text. Type - "latest computer accessories for laptops" - - - - - - - - - BBIE - Catalogue Request. Pricing Update Request_ Indicator. Indicator - The indicator requesting a pricing update. - 0..1 - Catalogue Request - Pricing Update Request - Indicator - Indicator - Indicator. Type - default is true - - - - - - - - - BBIE - Catalogue Request. Item Update Request_ Indicator. Indicator - The indicator requesting an update of the item specifications. - 0..1 - Catalogue Request - Item Update Request - Indicator - Indicator - Indicator. Type - default is true - - - - - - - - - BBIE - Catalogue Request. Line Count. Numeric - The number of lines in the document. - 0..1 - Catalogue Request - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Catalogue Request. Validity_ Period. Period - The period assigned by the Catalogue Managing Party during which the information in the Catalogue requested is to be effective. This may be given as start and end dates or a duration. - 0..n - Catalogue Request - Validity - Period - Period - - - - - - - - - ASBIE - Catalogue Request. Receiver_ Party. Party - An association to the Catalogue Receiver Party. - 1 - Catalogue Request - Receiver - Party - Party - - - - - - - - - ASBIE - Catalogue Request. Provider_ Party. Party - An association to the Catalogue Provider Party. - 1 - Catalogue Request - Provider - Party - Party - - - - - - - - - ASBIE - Catalogue Request. Seller_ Supplier Party. Supplier Party - The Supplier Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Request - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue Request. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Request - Contractor - Customer Party - Customer Party - - - - - - - - - ASBIE - Catalogue Request. Requested_ Catalogue Reference. Catalogue Reference - An association to a specific Catalogue; used if the Catalogue Request is for an update. - 0..1 - Catalogue Request - Requested - Catalogue Reference - Catalogue Reference - - - - - - - - - ASBIE - Catalogue Request. Referenced_ Contract. Contract - An association to a framework agreement or contract. - 0..n - Catalogue Request - Referenced - Contract - Contract - - - - - - - - - ASBIE - Catalogue Request. Trading Terms - An association to trading terms. - 0..1 - Catalogue Request - Trading Terms - Trading Terms - - - - - - - - - ASBIE - Catalogue Request. Document Reference - An association to other documents. - 0..n - Catalogue Request - Document Reference - Document Reference - - - - - - - - - ASBIE - Catalogue Request. Applicable Territory_ Address. Address - An association to the territory (regions, country, city, etc.) to which the requested Catalogue will apply. Expressed as an Address. - 0..n - Catalogue Request - Applicable Territory - Address - Address - - - - - - - - - ASBIE - Catalogue Request. Requested_ Language. Language - The language in which the Catalogue is requested to be provided. - 0..1 - Catalogue Request - Requested - Language - Language - - - - - - - - - ASBIE - Catalogue Request. Requested_ Classification Scheme. Classification Scheme - An association to classification categories for the Catalogue requested. - 0..n - Catalogue Request - Requested - Classification Scheme - Classification Scheme - - - - - - - - - ASBIE - Catalogue Request. Catalogue Request Line - An association to specific Catalogue Lines for the catalogue requested. - 0..n - Catalogue Request - Catalogue Request Line - Catalogue Request Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd deleted file mode 100644 index 444755fa..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Certificate Of Origin. Details - A document that describes the Certificate of Origin. - Certificate Of Origin - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Certificate Of Origin. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Certificate Of Origin - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Certificate Of Origin. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Certificate Of Origin - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Certificate Of Origin. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Certificate Of Origin - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Certificate Of Origin. Identifier - Unique Identifier of the Certificate Of Origin. - 1 - Certificate Of Origin - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Certificate Of Origin. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Certificate Of Origin - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Certificate Of Origin. Issue Date. Date - Date on which the Certificate Of Origin was issued. - 0..1 - Certificate Of Origin - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Certificate Of Origin. Issue Time. Time - Time at which the Certificate Of Origin was issued. - 0..1 - Certificate Of Origin - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Certificate Of Origin. Description. Text - Textual description of a Certificate Of Origin. - 0..n - Certificate Of Origin - Description - Text - Text. Type - - - - - - - - - BBIE - Certificate Of Origin. Note. Text - Textual note associated with a Certificate Of Origin. - 0..n - Certificate Of Origin - Note - Text - Text. Type - - - - - - - - - BBIE - Certificate Of Origin. Version Identifier. Identifier - Version identifier of a Certificate Of Origin. - 0..1 - Certificate Of Origin - Version Identifier - Identifier - Identifier. Type - - - - - - - - - ASBIE - Certificate Of Origin. Exporter_ Party. Party - The party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted. - 0..1 - Certificate Of Origin - Exporter - Party - Party - - - - - - - - - ASBIE - Certificate Of Origin. Importer_ Party. Party - The party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned. - 0..1 - Certificate Of Origin - Importer - Party - Party - - - - - - - - - ASBIE - Certificate Of Origin. Endorser Party - The party providing the endorsement. - 0..n - Certificate Of Origin - Endorser Party - Endorser Party - - - - - - - - - ASBIE - Certificate Of Origin. Certificate Of Origin Application - Details of the application of a Certificate of Origin. - 1 - Certificate Of Origin - Certificate Of Origin Application - Certificate Of Origin Application - - - - - - - - - ASBIE - Certificate Of Origin. Issuer_ Endorsement. Endorsement - Issuer Endorsement details. - 1 - Certificate Of Origin - Issuer - Endorsement - Endorsement - - - - - - - - - ASBIE - Certificate Of Origin. Embassy_ Endorsement. Endorsement - Embassy Endorsement details. - 0..1 - Certificate Of Origin - Embassy - Endorsement - Endorsement - - - - - - - - - ASBIE - Certificate Of Origin. Insurance_ Endorsement. Endorsement - Insurance Endorsement details. - 0..1 - Certificate Of Origin - Insurance - Endorsement - Endorsement - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CreditNote-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CreditNote-2.0.xsd deleted file mode 100644 index 2672fdde..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CreditNote-2.0.xsd +++ /dev/null @@ -1,730 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Credit Note. Details - The document used to specify credits due to the Debtor from the Creditor. - Credit Note - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Credit Note. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Credit Note - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Credit Note. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Credit Note - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Credit Note. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Credit Note - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Credit Note. Identifier - An identifier for the Credit Note assigned by the Creditor. - 1 - Credit Note - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Credit Note. Copy_ Indicator. Indicator - Indicates whether the Credit Note is a copy (true) or not (false). - 0..1 - Credit Note - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Credit Note. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Credit Note - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Credit Note. Issue Date. Date - The date assigned by the Creditor on which the Credit Note was issued. - 1 - Credit Note - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Credit Note. Issue Time. Time - The time assigned by the Creditor at which the Credit Note was issued. - 0..1 - Credit Note - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Credit Note. Tax Point Date. Date - The date of the Credit Note used Indicates the point at which tax becomes applicable. - 0..1 - Credit Note - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Credit Note. Note. Text - Free-form text applying to the Credit Note. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Credit Note - Note - Text - Text. Type - - - - - - - - - BBIE - Credit Note. Document_ Currency Code. Code - The default currency for the Credit Note. - 0..1 - Credit Note - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Credit Note. Tax_ Currency Code. Code - The currency used for tax amounts in the Credit Note. - 0..1 - Credit Note - Tax - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Credit Note. Pricing_ Currency Code. Code - The currency used for prices in the Credit Note. - 0..1 - Credit Note - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Credit Note. Payment_ Currency Code. Code - The currency used for payment in the Credit Note. - 0..1 - Credit Note - Payment - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Credit Note. Payment Alternative_ Currency Code. Code - The alternative currency used for payment in the Credit Note. - 0..1 - Credit Note - Payment Alternative - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Credit Note. Accounting Cost Code. Code - The Buyer's accounting code applied to the Credit Note as a whole. - 0..1 - Credit Note - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Credit Note. Accounting Cost. Text - The Buyer's accounting code applied to the Credit Note as a whole, expressed as text. - 0..1 - Credit Note - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Credit Note. Line Count. Numeric - The number of lines in the document. - 0..1 - Credit Note - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Credit Note. Invoice_ Period. Period - Associates the Credit Note with an Invoicing Period rather than a specific Invoice. - 0..n - Credit Note - Invoice - Period - Period - - - - - - - - - ASBIE - Credit Note. Discrepancy_ Response. Response - An association to a reason for the Credit Note as a whole. - 0..n - Credit Note - Discrepancy - Response - Response - - - - - - - - - ASBIE - Credit Note. Order Reference - An association to Order Reference. - 0..1 - Credit Note - Order Reference - Order Reference - - - - - - - - - ASBIE - Credit Note. Billing Reference - An association to Billing Reference. - 0..n - Credit Note - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Credit Note. Despatch_ Document Reference. Document Reference - An associative reference to Despatch Advice. - 0..n - Credit Note - Despatch - Document Reference - Document Reference - - - - - - - - - ASBIE - Credit Note. Receipt_ Document Reference. Document Reference - An associative reference to Receipt Advice. - 0..n - Credit Note - Receipt - Document Reference - Document Reference - - - - - - - - - ASBIE - Credit Note. Contract_ Document Reference. Document Reference - An associative reference to Contract. - 0..n - Credit Note - Contract - Document Reference - Document Reference - - - - - - - - - ASBIE - Credit Note. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Credit Note - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Credit Note. Signature - An association to Signature. - 0..n - Credit Note - Signature - Signature - - - - - - - - - ASBIE - Credit Note. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Supplier Party. - 1 - Credit Note - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Credit Note. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. - 1 - Credit Note - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Credit Note. Payee_ Party. Party - An association to the Payee. - 0..1 - Credit Note - Payee - Party - Party - - - - - - - - - ASBIE - Credit Note. Tax Representative_ Party. Party - An association to the Tax Representative. - 0..1 - Credit Note - Tax Representative - Party - Party - - - - - - - - - ASBIE - Credit Note. Tax_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Tax Currency. - 0..1 - Credit Note - Tax - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Credit Note. Pricing_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Pricing Currency. - 0..1 - Credit Note - Pricing - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Credit Note. Payment_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Currency. - 0..1 - Credit Note - Payment - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Credit Note. Payment Alternative_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. - 0..1 - Credit Note - Payment Alternative - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Credit Note. Allowance Charge - An association to Allowances and Charges that apply to the Credit Note as a whole. - 0..n - Credit Note - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Credit Note. Tax Total - An association to Tax Total. - 0..n - Credit Note - Tax Total - Tax Total - - - - - - - - - ASBIE - Credit Note. Legal_ Monetary Total. Monetary Total - An association to the total amount payable on the Credit Note, including Allowances, Charges, and Taxes. - 1 - Credit Note - Legal - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Credit Note. Credit Note Line - An association to one or more Credit Note Lines. - 1..n - Credit Note - Credit Note Line - Credit Note Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DebitNote-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DebitNote-2.0.xsd deleted file mode 100644 index ca5ef918..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DebitNote-2.0.xsd +++ /dev/null @@ -1,731 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Debit Note. Details - The document used to specify debits made by the Debtor. - Debit Note - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Debit Note. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Debit Note - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Debit Note. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Debit Note - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Debit Note. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Debit Note - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Debit Note. Identifier - An identifier for the Debit Note assigned by the Debtor. - 1 - Debit Note - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Debit Note. Copy_ Indicator. Indicator - Indicates whether the Debit Note is a copy (true) or not (false). - 0..1 - Debit Note - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Debit Note. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Debit Note - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Debit Note. Issue Date. Date - The date assigned by the Debtor on which the Debit Note was issued. - 1 - Debit Note - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Debit Note. Issue Time. Time - The time assigned by the Debtor at which the Debit Note was issued. - 0..1 - Debit Note - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Debit Note. Note. Text - Free-form text applying to the Debit Note. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Debit Note - Note - Text - Text. Type - - - - - - - - - BBIE - Debit Note. Tax Point Date. Date - The date of the Debit Note used to indicate the point at which tax becomes applicable. - 0..1 - Debit Note - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Debit Note. Document_ Currency Code. Code - The default currency for the Debit Note. - 0..1 - Debit Note - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Debit Note. Tax_ Currency Code. Code - The currency used for tax amounts in the Debit Note. - 0..1 - Debit Note - Tax - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Debit Note. Pricing_ Currency Code. Code - The currency used for prices in the Debit Note. - 0..1 - Debit Note - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Debit Note. Payment_ Currency Code. Code - The currency used for payment in the Debit Note. - 0..1 - Debit Note - Payment - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Debit Note. Payment Alternative_ Currency Code. Code - The alternative currency used for payment in the Debit Note. - 0..1 - Debit Note - Payment Alternative - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Debit Note. Accounting Cost Code. Code - The Buyer's accounting code applied to the Credit Note as a whole. - 0..1 - Debit Note - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Debit Note. Accounting Cost. Text - The Buyer's accounting code applied to the Credit Note as a whole, expressed as text. - 0..1 - Debit Note - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Debit Note. Line Count. Numeric - The number of lines in the document. - 0..1 - Debit Note - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Debit Note. Invoice_ Period. Period - Associates the Debit Note with an Invoicing Period rather than a specific Invoice. - 0..n - Debit Note - Invoice - Period - Period - - - - - - - - - ASBIE - Debit Note. Discrepancy_ Response. Response - An association to a reason for the Debit Note as a whole. - 0..n - Debit Note - Discrepancy - Response - Response - - - - - - - - - ASBIE - Debit Note. Order Reference - An association to Order Reeference - 0..1 - Debit Note - Order Reference - Order Reference - - - - - - - - - ASBIE - Debit Note. Billing Reference - An association to Billing Reference. - 0..n - Debit Note - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Debit Note. Despatch_ Document Reference. Document Reference - An associative reference to Despatch Advice. - 0..n - Debit Note - Despatch - Document Reference - Document Reference - - - - - - - - - ASBIE - Debit Note. Receipt_ Document Reference. Document Reference - An associative reference to Receipt Advice. - 0..n - Debit Note - Receipt - Document Reference - Document Reference - - - - - - - - - ASBIE - Debit Note. Contract_ Document Reference. Document Reference - An associative reference to Contract. - 0..n - Debit Note - Contract - Document Reference - Document Reference - - - - - - - - - ASBIE - Debit Note. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Debit Note - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Debit Note. Signature - An association to Signature. - 0..n - Debit Note - Signature - Signature - - - - - - - - - ASBIE - Debit Note. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Supplier Party. - 1 - Debit Note - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Debit Note. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. - 1 - Debit Note - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Debit Note. Payee_ Party. Party - An association to the Payee. - 0..1 - Debit Note - Payee - Party - Party - - - - - - - - - ASBIE - Debit Note. Tax Representative_ Party. Party - An association to the Tax Representative. - 0..1 - Debit Note - Tax Representative - Party - Party - - - - - - - - - ASBIE - Debit Note. Prepaid_ Payment. Payment - An association to prepaid payment(s). - 0..n - Debit Note - Prepaid - Payment - Payment - - - - - - - - - ASBIE - Debit Note. Tax_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Tax Currency. - 0..1 - Debit Note - Tax - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Debit Note. Pricing_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Pricing Currency. - 0..1 - Debit Note - Pricing - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Debit Note. Payment_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Currency. - 0..1 - Debit Note - Payment - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Debit Note. Payment Alternative_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. - 0..1 - Debit Note - Payment Alternative - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Debit Note. Tax Total - An association to Tax Total for specific tax types/rates. - 0..n - Debit Note - Tax Total - Tax Total - - - - - - - - - ASBIE - Debit Note. Requested_ Monetary Total. Monetary Total - An association to the total amount payable on the Debit Note, including Allowances, Charges, and Taxes. - 1 - Debit Note - Requested - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Debit Note. Debit Note Line - An association to one or more Debit Note Lines. - 1..n - Debit Note - Debit Note Line - Debit Note Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DespatchAdvice-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DespatchAdvice-2.0.xsd deleted file mode 100644 index e5db954e..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DespatchAdvice-2.0.xsd +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Despatch Advice. Details - The document used to describe the despatch or delivery of goods and services. - Despatch Advice - Ship Note, Dispatch Advice, Consignment Note - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Despatch Advice. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Despatch Advice - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Despatch Advice. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Despatch Advice - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Despatch Advice. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Despatch Advice - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Despatch Advice. Identifier - An identifier for the Despatch Advice assigned by Despatch (Party). - 1 - Despatch Advice - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Despatch Advice. Copy_ Indicator. Indicator - Indicates whether the Despatch Advice is a copy (true) or not (false). - 0..1 - Despatch Advice - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Despatch Advice. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Despatch Advice - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Despatch Advice. Issue Date. Date - The date assigned by Despatch (Party) on which the Despatch Advice was issued. - 1 - Despatch Advice - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Despatch Advice. Issue Time. Time - The time assigned by Despatch (Party) at which the Despatch Advice was issued. - 0..1 - Despatch Advice - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Despatch Advice. Document Status. Code - Identifies the status of the Despatch Advice with respect to its original state. This may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancelling or revising. - 0..1 - Despatch Advice - Document Status - Code - Document Status_ Code. Type - - - - - - - - - BBIE - Despatch Advice. Despatch Advice Type Code. Code - Identifies the type of the Despatch Advice. - 0..1 - Despatch Advice - Despatch Advice Type Code - Code - Code. Type - - - - - - - - - BBIE - Despatch Advice. Note. Text - Free-form text applying to the Despatch Advice. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Despatch Advice - Note - Text - Text. Type - - - - - - - - - BBIE - Despatch Advice. Line Count. Numeric - The number of lines in the document. - 0..1 - Despatch Advice - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Despatch Advice. Order Reference - An association to Order Reference. - 0..n - Despatch Advice - Order Reference - Order Reference - - - - - - - - - ASBIE - Despatch Advice. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Despatch Advice - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Despatch Advice. Signature - An association to Signature. - 0..n - Despatch Advice - Signature - Signature - - - - - - - - - ASBIE - Despatch Advice. Despatch_ Supplier Party. Supplier Party - An association to the Despatch Party. - 1 - Despatch Advice - Despatch - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Despatch Advice. Delivery_ Customer Party. Customer Party - An association to the Delivery Party. - 1 - Despatch Advice - Delivery - Customer Party - Customer Party - - - - - - - - - ASBIE - Despatch Advice. Buyer_ Customer Party. Customer Party - An association to the Buyer. - 0..1 - Despatch Advice - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Despatch Advice. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 0..1 - Despatch Advice - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Despatch Advice. Originator_ Customer Party. Customer Party - An association to the Originator (Party). - 0..1 - Despatch Advice - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Despatch Advice. Shipment - An association to a Shipment detail. - 0..1 - Despatch Advice - Shipment - Shipment - - - - - - - - - ASBIE - Despatch Advice. Despatch Line - An association to one or more Despatch Advice Lines. - 1..n - Despatch Advice - Despatch Line - Despatch Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd deleted file mode 100644 index 58213c84..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd +++ /dev/null @@ -1,493 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Forwarding Instructions. Details - The document issued to a forwarder, giving instructions regarding the action to be taken for the forwarding of goods described therein. Forwarding Instructions is used by any party who gives instructions for the transportation services required for a consignment of goods to any party who is contracted to provide the transportation services. The parties who issue this document are commonly referred to as the shipper or consignor, while the parties who receive this document are forwarders, carriers, shipping agents, etc. Note that this document may also be issued by a forwarder or shipping agent in their capacity as a "shipper". This document can be used to arrange for the transportation (1) of different types of goods or cargoes; (2) whether containerized or non-containerized; (3) through different modes of transport including multi-modal; and (4) from any origin to any destination. - Forwarding Instructions - Forwarding Instruction - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Forwarding Instructions. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Forwarding Instructions - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Forwarding Instructions. Customization Identifier. Identifier - Identifies a user-defined Customization of UBL for a specific use. - 0..1 - Forwarding Instructions - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Forwarding Instructions. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Forwarding Instructions - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Forwarding Instructions. Identifier - Unique identifier of the Forwarding Instructions. Reference number to identify a Shipping Instruction. - 1 - Forwarding Instructions - Identifier - Identifier - Identifier. Type - Freight Forwarding Instruction, Shippers Letter of Instruction - - - - - - - - - BBIE - Forwarding Instructions. Carrier Assigned_ Identifier. Identifier - Reference number assigned by a carrier or its agent to identify a specific shipment such as a booking reference number when cargo space is reserved prior to loading. - 0..1 - Forwarding Instructions - Carrier Assigned - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Forwarding Instructions. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Forwarding Instructions - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Forwarding Instructions. Issue Date. Date - Date on which the Forwarding Instructions were issued. - 0..1 - Forwarding Instructions - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Forwarding Instructions. Issue Time. Time - Time at which the Forwarding Instructions were issued. - 0..1 - Forwarding Instructions - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Forwarding Instructions. Name - Name of a Forwarding Instructions. - 0..1 - Forwarding Instructions - Name - Name - Name. Type - - - - - - - - - BBIE - Forwarding Instructions. Description. Text - Description of the type of Forwarding Instructions. - 0..n - Forwarding Instructions - Description - Text - Text. Type - - - - - - - - - BBIE - Forwarding Instructions. Note. Text - Informative notes associated with the Forwarding Instructions. - 0..n - Forwarding Instructions - Note - Text - Text. Type - - - - - - - - - BBIE - Forwarding Instructions. Document Status Code. Code - Identifies the status of the Forwarding Instructions with respect to its original state. This may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancelling or revising. - 0..1 - Forwarding Instructions - Document Status Code - Code - Document Status_ Code. Type - - - - - - - - - BBIE - Forwarding Instructions. Shipping Order Identifier. Identifier - Reference number to identify a Shipping Order. - 0..1 - Forwarding Instructions - Shipping Order Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Forwarding Instructions. To Order_ Indicator. Indicator - Indicator of whether the transport document is consigned to order. - 0..1 - Forwarding Instructions - To Order - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Forwarding Instructions. Ad Valorem_ Indicator. Indicator - A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value. - 0..1 - Forwarding Instructions - Ad Valorem - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Forwarding Instructions. Declared Carriage_ Value. Amount - Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. - 0..1 - Forwarding Instructions - Declared Carriage - Value - Amount - Amount. Type - - - - - - - - - BBIE - Forwarding Instructions. Other_ Instruction. Text - Contains other free-text based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document. - 0..n - Forwarding Instructions - Other - Instruction - Text - Text. Type - - - - - - - - - ASBIE - Forwarding Instructions. Consignor_ Party. Party - The party consigning goods, as stipulated in the transport contract by the party ordering transport. - 0..1 - Forwarding Instructions - Consignor - Party - Party - - - - - - - - - ASBIE - Forwarding Instructions. Carrier_ Party. Party - The party providing the transport of goods between named points. - 0..1 - Forwarding Instructions - Carrier - Party - Party - - - - - - - - - ASBIE - Forwarding Instructions. Freight Forwarder_ Party. Party - The party combining individual smaller consignments into a single larger consignment (so-called consolidated consignment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. - 0..1 - Forwarding Instructions - Freight Forwarder - Party - Party - - - - - - - - - ASBIE - Forwarding Instructions. Shipment - Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. - 1 - Forwarding Instructions - Shipment - Shipment - - - - - - - - - ASBIE - Forwarding Instructions. Document Reference - An association to Document Reference. - 0..n - Forwarding Instructions - Document Reference - Document Reference - - - - - - - - - ASBIE - Forwarding Instructions. Exchange Rate - Information that directly relates to the rate of exchange (conversion) between two currencies. - 0..n - Forwarding Instructions - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Forwarding Instructions. Signature - One or more signatures applied to the document instance. - 0..n - Forwarding Instructions - Signature - Signature - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-FreightInvoice-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-FreightInvoice-2.0.xsd deleted file mode 100644 index 28a4402e..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-FreightInvoice-2.0.xsd +++ /dev/null @@ -1,809 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Freight Invoice. Details - A document stating the charges incurred for the logistics service. - Freight Invoice - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Freight Invoice. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Freight Invoice - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Freight Invoice. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Freight Invoice - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Freight Invoice. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Freight Invoice - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Freight Invoice. Identifier - An identifier for the Invoice assigned by the Creditor. - 1 - Freight Invoice - Identifier - Identifier - Identifier. Type - Invoice Number - - - - - - - - - BBIE - Freight Invoice. Copy_ Indicator. Indicator - Indicates whether a document is a copy (true) or not (false). - 0..1 - Freight Invoice - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Freight Invoice. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Freight Invoice - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Freight Invoice. Issue Date. Date - The date assigned by the Creditor on which the Invoice was issued. - 1 - Freight Invoice - Issue Date - Date - Date. Type - Invoice Date - - - - - - - - - BBIE - Freight Invoice. Issue Time. Time - The time assigned by the Creditor at which the Invoice was issued. - 0..1 - Freight Invoice - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Freight Invoice. Invoice Type Code. Code - Code specifying the type of the Invoice. - 0..1 - Freight Invoice - Invoice Type Code - Code - Code. Type - - - - - - - - - BBIE - Freight Invoice. Note. Text - Free-form text applying to the Invoice. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Freight Invoice - Note - Text - Text. Type - - - - - - - - - BBIE - Freight Invoice. Tax Point Date. Date - The date of the Invoice, used to indicate the point at which tax becomes applicable. - 0..1 - Freight Invoice - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Freight Invoice. Document_ Currency Code. Code - The currency in which the Document is presented. This may be the same currency as the pricing or as the tax. - 0..1 - Freight Invoice - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Freight Invoice. Tax_ Currency Code. Code - The currency used for tax amounts in the Invoice. - 0..1 - Freight Invoice - Tax - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Freight Invoice. Pricing_ Currency Code. Code - The currency used for prices in the Freight Invoice. - 0..1 - Freight Invoice - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Freight Invoice. Payment_ Currency Code. Code - The currency used for payment in the Freight Invoice. - 0..1 - Freight Invoice - Payment - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Freight Invoice. Payment Alternative_ Currency Code. Code - The alternative currency used for payment in the Freight Invoice. - 0..1 - Freight Invoice - Payment Alternative - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Freight Invoice. Accounting Cost Code. Code - The Buyer's accounting code applied to the Invoice as a whole. - 0..1 - Freight Invoice - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Freight Invoice. Accounting Cost. Text - The Buyer's accounting code applied to the Invoice as a whole, expressed as text. - 0..1 - Freight Invoice - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Freight Invoice. Line Count. Numeric - The number of lines in the document. - 0..1 - Freight Invoice - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Freight Invoice. Invoice_ Period. Period - An association to period(s) to which the Invoice applies. - 0..n - Freight Invoice - Invoice - Period - Period - - - - - - - - - ASBIE - Freight Invoice. Shipment - An association to Shipment. - 1 - Freight Invoice - Shipment - Shipment - - - - - - - - - ASBIE - Freight Invoice. Order Reference - An association to Order Reference. - 0..1 - Freight Invoice - Order Reference - Order Reference - - - - - - - - - ASBIE - Freight Invoice. Billing Reference - An association to Billing Reference. - 0..n - Freight Invoice - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Freight Invoice. Despatch_ Document Reference. Document Reference - An associative reference to Despatch Advice. - 0..n - Freight Invoice - Despatch - Document Reference - Document Reference - - - - - - - - - ASBIE - Freight Invoice. Receipt_ Document Reference. Document Reference - An associative reference to Receipt Advice. - 0..n - Freight Invoice - Receipt - Document Reference - Document Reference - - - - - - - - - ASBIE - Freight Invoice. Originator_ Document Reference. Document Reference - An associative reference to Originator Document. - 0..n - Freight Invoice - Originator - Document Reference - Document Reference - - - - - - - - - ASBIE - Freight Invoice. Contract_ Document Reference. Document Reference - An associative reference to Contract. - 0..n - Freight Invoice - Contract - Document Reference - Document Reference - - - - - - - - - ASBIE - Freight Invoice. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Freight Invoice - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Freight Invoice. Signature - An association to Signature. - 0..n - Freight Invoice - Signature - Signature - - - - - - - - - ASBIE - Freight Invoice. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Supplier Party. - 1 - Freight Invoice - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Freight Invoice. Accounting_ Customer Party. Customer Party - An association to the Accounting Buyer Party. - 1 - Freight Invoice - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Freight Invoice. Payee_ Party. Party - An association to the Payee. - 0..1 - Freight Invoice - Payee - Party - Party - - - - - - - - - ASBIE - Freight Invoice. Tax Representative_ Party. Party - An association to the Tax Representative. - 0..1 - Freight Invoice - Tax Representative - Party - Party - - - - - - - - - ASBIE - Freight Invoice. Payment Means - An association to Payment Means. - 0..n - Freight Invoice - Payment Means - Payment Means - - - - - - - - - ASBIE - Freight Invoice. Payment Terms - An association to Payment Terms. - 0..n - Freight Invoice - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Freight Invoice. Prepaid_ Payment. Payment - An association to prepaid payment(s). - 0..n - Freight Invoice - Prepaid - Payment - Payment - - - - - - - - - ASBIE - Freight Invoice. Allowance Charge - An association to Allowances and Charges that apply to the Invoice as a whole. - 0..n - Freight Invoice - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Freight Invoice. Tax_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Tax Currency. - 0..1 - Freight Invoice - Tax - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Freight Invoice. Pricing_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Pricing Currency. - 0..1 - Freight Invoice - Pricing - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Freight Invoice. Payment_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Currency. - 0..1 - Freight Invoice - Payment - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Freight Invoice. Payment Alternative_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. - 0..1 - Freight Invoice - Payment Alternative - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Freight Invoice. Tax Total - An association to tax total for specific tax types/rates. - 0..n - Freight Invoice - Tax Total - Tax Total - - - - - - - - - ASBIE - Freight Invoice. Legal_ Monetary Total. Monetary Total - An association to the total amount payable on the Invoice, including Allowances, Charges, and Taxes. - 1 - Freight Invoice - Legal - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Freight Invoice. Invoice Line - An association to one or more Invoice Lines. - 1..n - Freight Invoice - Invoice Line - Invoice Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Invoice-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Invoice-2.0.xsd deleted file mode 100644 index 55095044..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Invoice-2.0.xsd +++ /dev/null @@ -1,856 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Invoice. Details - The document used to request payment. - Invoice - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Invoice. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Invoice - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Invoice. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Invoice - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Invoice. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Invoice - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Invoice. Identifier - An identifier for the Invoice assigned by the Creditor. - 1 - Invoice - Identifier - Identifier - Identifier. Type - Invoice Number - - - - - - - - - BBIE - Invoice. Copy_ Indicator. Indicator - Indicates whether a document is a copy (true) or not (false). - 0..1 - Invoice - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Invoice. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Invoice - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Invoice. Issue Date. Date - The date assigned by the Creditor on which the Invoice was issued. - 1 - Invoice - Issue Date - Date - Date. Type - Invoice Date - - - - - - - - - BBIE - Invoice. Issue Time. Time - The time assigned by the Creditor at which the Invoice was issued. - 0..1 - Invoice - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Invoice. Invoice Type Code. Code - Code specifying the type of the Invoice. - 0..1 - Invoice - Invoice Type Code - Code - Code. Type - - - - - - - - - BBIE - Invoice. Note. Text - Free-form text applying to the Invoice. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Invoice - Note - Text - Text. Type - - - - - - - - - BBIE - Invoice. Tax Point Date. Date - The date of the Invoice, used to indicate the point at which tax becomes applicable. - 0..1 - Invoice - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Invoice. Document_ Currency Code. Code - The currency in which the Document is presented. This may be the same currency as the pricing or as the tax. - 0..1 - Invoice - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Invoice. Tax_ Currency Code. Code - The currency used for tax amounts in the Invoice. - 0..1 - Invoice - Tax - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Invoice. Pricing_ Currency Code. Code - The currency used for prices in the Invoice. - 0..1 - Invoice - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Invoice. Payment_ Currency Code. Code - The currency used for payment in the Invoice. - 0..1 - Invoice - Payment - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Invoice. Payment Alternative_ Currency Code. Code - The alternative currency used for payment in the Invoice. - 0..1 - Invoice - Payment Alternative - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Invoice. Accounting Cost Code. Code - The Buyer's accounting code applied to the Invoice as a whole. - 0..1 - Invoice - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Invoice. Accounting Cost. Text - The Buyer's accounting code applied to the Invoice as a whole, expressed as text. - 0..1 - Invoice - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Invoice. Line Count. Numeric - The number of lines in the document. - 0..1 - Invoice - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Invoice. Invoice_ Period. Period - An association to period(s) to which the Invoice applies. - 0..n - Invoice - Invoice - Period - Period - - - - - - - - - ASBIE - Invoice. Order Reference - An association to Order Reference. - 0..1 - Invoice - Order Reference - Order Reference - - - - - - - - - ASBIE - Invoice. Billing Reference - An association to Billing Reference. - 0..n - Invoice - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Invoice. Despatch_ Document Reference. Document Reference - An associative reference to Despatch Advice. - 0..n - Invoice - Despatch - Document Reference - Document Reference - - - - - - - - - ASBIE - Invoice. Receipt_ Document Reference. Document Reference - An associative reference to Receipt Advice. - 0..n - Invoice - Receipt - Document Reference - Document Reference - - - - - - - - - ASBIE - Invoice. Originator_ Document Reference. Document Reference - An associative reference to Originator Document. - 0..n - Invoice - Originator - Document Reference - Document Reference - - - - - - - - - ASBIE - Invoice. Contract_ Document Reference. Document Reference - An associative reference to Contract. - 0..n - Invoice - Contract - Document Reference - Document Reference - - - - - - - - - ASBIE - Invoice. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Invoice - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Invoice. Signature - An association to Signature. - 0..n - Invoice - Signature - Signature - - - - - - - - - ASBIE - Invoice. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Supplier Party. - 1 - Invoice - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Invoice. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. - 1 - Invoice - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Invoice. Payee_ Party. Party - An association to the Payee. - 0..1 - Invoice - Payee - Party - Party - - - - - - - - - ASBIE - Invoice. Buyer_ Customer Party. Customer Party - An association to the Buyer. - 0..1 - Invoice - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Invoice. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 0..1 - Invoice - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Invoice. Tax Representative_ Party. Party - An association to the Tax Representative. - 0..1 - Invoice - Tax Representative - Party - Party - - - - - - - - - ASBIE - Invoice. Delivery - An association to Delivery. - 0..n - Invoice - Delivery - Delivery - - - - - - - - - ASBIE - Invoice. Delivery Terms - An association to Delivery Terms. - 0..1 - Invoice - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Invoice. Payment Means - An association to Payment Means. - 0..n - Invoice - Payment Means - Payment Means - - - - - - - - - ASBIE - Invoice. Payment Terms - An association to Payment Terms. - 0..n - Invoice - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Invoice. Prepaid_ Payment. Payment - An association to prepaid payment(s). - 0..n - Invoice - Prepaid - Payment - Payment - - - - - - - - - ASBIE - Invoice. Allowance Charge - An association to Allowances and Charges that apply to the Invoice as a whole. - 0..n - Invoice - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Invoice. Tax_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Tax Currency. - 0..1 - Invoice - Tax - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Invoice. Pricing_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Pricing Currency. - 0..1 - Invoice - Pricing - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Invoice. Payment_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Currency. - 0..1 - Invoice - Payment - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Invoice. Payment Alternative_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. - 0..1 - Invoice - Payment Alternative - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Invoice. Tax Total - An association to tax total for specific tax types/rates. - 0..n - Invoice - Tax Total - Tax Total - - - - - - - - - ASBIE - Invoice. Legal_ Monetary Total. Monetary Total - An association to the total amount payable on the Invoice, including Allowances, Charges, and Taxes. - 1 - Invoice - Legal - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Invoice. Invoice Line - An association to one or more Invoice Lines. - 1..n - Invoice - Invoice Line - Invoice Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Order-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Order-2.0.xsd deleted file mode 100644 index 5dd3e99f..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Order-2.0.xsd +++ /dev/null @@ -1,731 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Order. Details - The document used to order goods and services. - Order - Purchase Order - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Order. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Order - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Order. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Order - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Order. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Order - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Order. Identifier - An identifier for the Order assigned by the Buyer. - 1 - Order - Identifier - Identifier - Identifier. Type - Purchase Order Number, Order Number - - - - - - - - - BBIE - Order. Sales Order Identifier. Identifier - An identifier for the Order assigned by the Seller. - 0..1 - Order - Sales Order Identifier - Identifier - Identifier. Type - Sales Order Number - - - - - - - - - BBIE - Order. Copy_ Indicator. Indicator - Indicates whether the Order is a copy (true) or not (false). - 0..1 - Order - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Order. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Order - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Order. Issue Date. Date - The date assigned by the Buyer on which the Order was issued. - 1 - Order - Issue Date - Date - Date. Type - Order Date - - - - - - - - - BBIE - Order. Issue Time. Time - The time assigned by the Buyer on which the Order was issued. - 0..1 - Order - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Order. Note. Text - Free-form text applying to the Order. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Order - Note - Text - Text. Type - - - - - - - - - BBIE - Order. Requested Invoice_ Currency Code. Code - The currency requested for amount totals in Invoices related to this Order. - 0..1 - Order - Requested Invoice - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order. Document_ Currency Code. Code - The default currency for the Order. - 0..1 - Order - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order. Pricing_ Currency Code. Code - The currency that is used for all prices in the Order. - 0..1 - Order - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order. Tax_ Currency Code. Code - The currency requested for tax amounts in Invoices related to this Order. - 0..1 - Order - Tax - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order. Customer Reference. Text - A supplementary reference for the Order. - 0..1 - Order - Customer Reference - Text - Text. Type - CRI in a purchasing card transaction - - - - - - - - - BBIE - Order. Accounting Cost Code. Code - The Buyer's accounting code applied to the Order as a whole. - 0..1 - Order - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Order. Accounting Cost. Text - The Buyer's accounting code applied to the Order as a whole, expressed as text. - 0..1 - Order - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Order. Line Count. Numeric - The number of lines in the document. - 0..1 - Order - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Order. Validity_ Period. Period - The period for which the Order is valid. - 0..n - Order - Validity - Period - Period - - - - - - - - - ASBIE - Order. Quotation_ Document Reference. Document Reference - An associative reference to Quotation. - 0..1 - Order - Quotation - Document Reference - Document Reference - - - - - - - - - ASBIE - Order. Order_ Document Reference. Document Reference - An associative reference to [another] Order. - 0..n - Order - Order - Document Reference - Document Reference - - - - - - - - - ASBIE - Order. Originator_ Document Reference. Document Reference - An associative reference to Originator Document. - 0..1 - Order - Originator - Document Reference - Document Reference - - - - - - - - - ASBIE - Order. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Order - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Order. Contract - An association to Contract. - 0..n - Order - Contract - Contract - - - - - - - - - ASBIE - Order. Signature - An association to Signature. - 0..n - Order - Signature - Signature - - - - - - - - - ASBIE - Order. Buyer_ Customer Party. Customer Party - An association to the Buyer. - 1 - Order - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Order. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 1 - Order - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Order. Originator_ Customer Party. Customer Party - An association to the Originator. - 0..1 - Order - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Order. Freight Forwarder_ Party. Party - An association to a Freight Forwarder or Carrier. - 0..1 - Order - Freight Forwarder - Party - Party - - - - - - - - - ASBIE - Order. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. The party that Invoice is expected to be sent to if not the buyer party. - 0..1 - Order - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Order. Delivery - An association to Delivery. - 0..n - Order - Delivery - Delivery - - - - - - - - - ASBIE - Order. Delivery Terms - An association to Delivery Terms. - 0..1 - Order - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Order. Payment Means - An association to Payment Means. - 0..1 - Order - Payment Means - Payment Means - - - - - - - - - ASBIE - Order. Transaction Conditions - An association with any purchasing or sales conditions applying to the whole order. - 0..1 - Order - Transaction Conditions - Transaction Conditions - - - - - - - - - ASBIE - Order. Allowance Charge - An association to Allowances and Charges that apply to the Order as a whole. - 0..n - Order - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Order. Destination_ Country. Country - An association to the country of destination (for customs purposes). - 0..1 - Order - Destination - Country - Country - - - - - - - - - ASBIE - Order. Tax Total - An association to the total tax amount of the Order (as calculated by the Buyer). - 0..n - Order - Tax Total - Tax Total - - - - - - - - - ASBIE - Order. Anticipated_ Monetary Total. Monetary Total - An association to the total amounts for the Order anticipated by the Buyer. - 0..1 - Order - Anticipated - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Order. Order Line - An association to one or more Order Lines. - 1..n - Order - Order Line - Order Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderCancellation-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderCancellation-2.0.xsd deleted file mode 100644 index b22600be..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderCancellation-2.0.xsd +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Order Cancellation. Details - The document used to cancel an entire Order. - Order Cancellation - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Order Cancellation. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Order Cancellation - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Order Cancellation. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Order Cancellation - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Order Cancellation. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Order Cancellation - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Order Cancellation. Identifier - An identifier for the Order Cancellation assigned by the Buyer. - 1 - Order Cancellation - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Cancellation. Copy_ Indicator. Indicator - Indicates whether the Order Cancellation is a copy (true) or not (false). - 0..1 - Order Cancellation - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Order Cancellation. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Order Cancellation - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Cancellation. Issue Date. Date - The date assigned by the Buyer on which the Order was cancelled. - 1 - Order Cancellation - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Order Cancellation. Issue Time. Time - The time assigned by the Buyer at which the Order was cancelled. - 0..1 - Order Cancellation - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Order Cancellation. Note. Text - Free-form text applying to the Order Cancellation. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Order Cancellation - Note - Text - Text. Type - - - - - - - - - BBIE - Order Cancellation. Cancellation_ Note. Text - The general reason for cancellation of the referenced order. - 1 - Order Cancellation - Cancellation - Note - Text - Text. Type - - - - - - - - - ASBIE - Order Cancellation. Order Reference - An associative reference to the Order(s) being cancelled. It is considered better practice to cancel only one Order in each Order Cancellation document. - 1..n - Order Cancellation - Order Reference - Order Reference - - - - - - - - - ASBIE - Order Cancellation. Originator_ Document Reference. Document Reference - An associative reference to Originator Document. - 0..1 - Order Cancellation - Originator - Document Reference - Document Reference - - - - - - - - - ASBIE - Order Cancellation. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Order Cancellation - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Order Cancellation. Contract - An association to Contract. - 0..n - Order Cancellation - Contract - Contract - - - - - - - - - ASBIE - Order Cancellation. Signature - An association to Signature. - 0..n - Order Cancellation - Signature - Signature - - - - - - - - - ASBIE - Order Cancellation. Buyer_ Customer Party. Customer Party - An association to the Buyer. - 1 - Order Cancellation - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Order Cancellation. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 1 - Order Cancellation - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Order Cancellation. Originator_ Customer Party. Customer Party - An association to the Originator. - 0..1 - Order Cancellation - Originator - Customer Party - Customer Party - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderChange-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderChange-2.0.xsd deleted file mode 100644 index 001722a0..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderChange-2.0.xsd +++ /dev/null @@ -1,759 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Order Change. Details - The document used to specify changes to an existing Order. - Order Change - Purchase Order Change - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Order Change. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Order Change - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Order Change. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Order Change - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Order Change. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Order Change - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Order Change. Identifier - An identifier for the Order Change assigned by the Buyer. - 0..1 - Order Change - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Change. Sales Order Identifier. Identifier - An identifier for the Order Change issued by the Seller. - 0..1 - Order Change - Sales Order Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Change. Copy_ Indicator. Indicator - Indicates whether the Order Change is a copy (true) or not (false). - 0..1 - Order Change - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Order Change. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Order Change - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Change. Issue Date. Date - The date assigned by the Buyer on which the Order was changed. - 1 - Order Change - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Order Change. Issue Time. Time - The time assigned by the Buyer at which the Order was changed. - 0..1 - Order Change - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Order Change. Sequence_ Number. Identifier - The Order Change Sequence Number assigned by the Buyer to ensure the proper sequencing of changes. - 1 - Order Change - Sequence - Number - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Change. Note. Text - Free-form text applying to the Order Change. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Order Change - Note - Text - Text. Type - - - - - - - - - BBIE - Order Change. Requested Invoice_ Currency Code. Code - The currency requested for amount totals in Invoices related to this Order Change. - 0..1 - Order Change - Requested Invoice - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order Change. Document_ Currency Code. Code - The default currency for the Order Change. - 0..1 - Order Change - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order Change. Pricing_ Currency Code. Code - The currency that is used for all prices in the Order Change. - 0..1 - Order Change - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order Change. Tax_ Currency Code. Code - The currency requested for tax amounts in Invoices related to this Order Change. - 0..1 - Order Change - Tax - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order Change. Customer Reference. Text - A supplementary reference for the transaction (e.g., CRI when using purchasing card). - 0..1 - Order Change - Customer Reference - Text - Text. Type - - - - - - - - - BBIE - Order Change. Accounting Cost Code. Code - The Buyer's accounting code applied to the Order Change as a whole. - 0..1 - Order Change - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Order Change. Accounting Cost. Text - The Buyer's accounting code applied to the Order Change as a whole, expressed as text. - 0..1 - Order Change - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Order Change. Line Count. Numeric - The number of lines in the document. - 0..1 - Order Change - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Order Change. Validity_ Period. Period - The period for which the changed Order is valid. - 0..n - Order Change - Validity - Period - Period - - - - - - - - - ASBIE - Order Change. Order Reference - An association to Order Reference (the reference of the Order being changed). - 1 - Order Change - Order Reference - Order Reference - - - - - - - - - ASBIE - Order Change. Quotation_ Document Reference. Document Reference - An associative reference to Quotation. - 0..1 - Order Change - Quotation - Document Reference - Document Reference - - - - - - - - - ASBIE - Order Change. Originator_ Document Reference. Document Reference - An associative reference to Originator Document. - 0..1 - Order Change - Originator - Document Reference - Document Reference - - - - - - - - - ASBIE - Order Change. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Order Change - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Order Change. Contract - An association to Contract - 0..n - Order Change - Contract - Contract - - - - - - - - - ASBIE - Order Change. Signature - An association to Signature. - 0..n - Order Change - Signature - Signature - - - - - - - - - ASBIE - Order Change. Buyer_ Customer Party. Customer Party - An association to the Buyer. - 1 - Order Change - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Order Change. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 1 - Order Change - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Order Change. Originator_ Customer Party. Customer Party - An association to the Originator. - 0..1 - Order Change - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Order Change. Freight Forwarder_ Party. Party - An association to a Freight Forwarder or Carrier. - 0..1 - Order Change - Freight Forwarder - Party - Party - - - - - - - - - ASBIE - Order Change. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. - 0..1 - Order Change - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Order Change. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Supplier Party. - 0..1 - Order Change - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Order Change. Delivery - An association to Delivery. - 0..n - Order Change - Delivery - Delivery - - - - - - - - - ASBIE - Order Change. Delivery Terms - An association to Delivery Terms. - 0..1 - Order Change - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Order Change. Payment Means - An association to Payment Means. - 0..1 - Order Change - Payment Means - Payment Means - - - - - - - - - ASBIE - Order Change. Transaction Conditions - Associates the Order Change with a purchasing, sales, or payment condition applying to the whole order. - 0..1 - Order Change - Transaction Conditions - Transaction Conditions - - - - - - - - - ASBIE - Order Change. Allowance Charge - An association to Allowances and Charges that apply to the Order Change as a whole. - 0..n - Order Change - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Order Change. Destination_ Country. Country - An association to the country of destination (for customs purposes). - 0..1 - Order Change - Destination - Country - Country - - - - - - - - - ASBIE - Order Change. Tax Total - An association to the total tax amount of the changed Order (as calculated by the Buyer). - 0..n - Order Change - Tax Total - Tax Total - - - - - - - - - ASBIE - Order Change. Anticipated_ Monetary Total. Monetary Total - An association to the total amounts for the Order Change anticipated by the Buyer. - 0..1 - Order Change - Anticipated - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Order Change. Order Line - An association to one or more (changed) Order Lines. - 1..n - Order Change - Order Line - Order Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponse-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponse-2.0.xsd deleted file mode 100644 index 175e9aec..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponse-2.0.xsd +++ /dev/null @@ -1,828 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Order Response. Details - The document used to indicate detailed acceptance or rejection of an Order or to make a counter-offer. - Order Response - Order Acknowledgement, PO Response - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Order Response. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Order Response - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Order Response. Customization Identifier. Identifier - Identifies a user-defined customization of UBL. - 0..1 - Order Response - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Order Response. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Order Response - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Order Response. Identifier - An identifier for the Order Response assigned by the Seller. - 1 - Order Response - Identifier - Identifier - Identifier. Type - Purchase Order Response Number, Acknowledgement of Order Number - - - - - - - - - BBIE - Order Response. Sales Order Identifier. Identifier - An identifier for the Order issued by the Seller. - 0..1 - Order Response - Sales Order Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Response. Copy_ Indicator. Indicator - Indicates whether the Order Response is a copy (true) or not (false). - 0..1 - Order Response - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Order Response. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Order Response - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Response. Issue Date. Date - The date assigned by the Seller on which the Order was responded to. - 1 - Order Response - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Order Response. Issue Time. Time - The time assigned by the Seller at which the Order was responded to. - 0..1 - Order Response - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Order Response. Note. Text - Free-form text applying to the Order Response. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Order Response - Note - Text - Text. Type - - - - - - - - - BBIE - Order Response. Document_ Currency Code. Code - The default currency for the Order Response. - 0..1 - Order Response - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order Response. Pricing_ Currency Code. Code - The currency that is used for all prices in the Order Response. - 0..1 - Order Response - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order Response. Tax_ Currency Code. Code - The currency that is used for all tax amounts in the Order Response. - 0..1 - Order Response - Tax - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Order Response. Total_ Packages Quantity. Quantity - The total number of packages contained in the Order Response. - 0..1 - Order Response - Total - Packages Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Order Response. Gross_ Weight. Measure - The total gross weight for the Order Response (goods + packaging + transport equipment). - 0..1 - Order Response - Gross - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Order Response. Net_ Weight. Measure - The total net weight for the Order Response (goods + packaging). - 0..1 - Order Response - Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Order Response. Net Net_ Weight. Measure - The total net weight of the goods in the Order Response excluding packaging. - 0..1 - Order Response - Net Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Order Response. Gross_ Volume. Measure - The total volume of the goods in the Order Response including packaging. - 0..1 - Order Response - Gross - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Order Response. Net_ Volume. Measure - The total volume of the goods in the Order Response excluding packaging. - 0..1 - Order Response - Net - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Order Response. Customer Reference. Text - A supplementary reference assigned by the Buyer, e.g. the CRI in a purchasing card transaction. - 0..1 - Order Response - Customer Reference - Text - Text. Type - - - - - - - - - BBIE - Order Response. Accounting Cost Code. Code - An accounting cost code applied to the order as a whole. - 0..1 - Order Response - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Order Response. Accounting Cost. Text - An accounting cost code applied to the order as a whole, expressed as text. - 0..1 - Order Response - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Order Response. Line Count. Numeric - The number of lines in the document. - 0..1 - Order Response - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Order Response. Validity_ Period. Period - The period for which the Order Response is valid. - 0..n - Order Response - Validity - Period - Period - - - - - - - - - ASBIE - Order Response. Order Reference - An association to Order Reference (the reference of the Order being responded to). - 1..n - Order Response - Order Reference - Order Reference - - - - - - - - - ASBIE - Order Response. Order_ Document Reference. Document Reference - An associative reference to [another] Order. - 0..n - Order Response - Order - Document Reference - Document Reference - - - - - - - - - ASBIE - Order Response. Originator_ Document Reference. Document Reference - An associative reference to Originator Document. - 0..1 - Order Response - Originator - Document Reference - Document Reference - - - - - - - - - ASBIE - Order Response. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Order Response - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Order Response. Contract - An association to Contract - 0..n - Order Response - Contract - Contract - - - - - - - - - ASBIE - Order Response. Signature - An association to Signature. - 0..n - Order Response - Signature - Signature - - - - - - - - - ASBIE - Order Response. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 1 - Order Response - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Order Response. Buyer_ Customer Party. Customer Party - An association to the Buyer. - 1 - Order Response - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Order Response. Originator_ Customer Party. Customer Party - An association to the Originator. - 0..1 - Order Response - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Order Response. Freight Forwarder_ Party. Party - An association to a Freight Forwarder or Carrier. - 0..1 - Order Response - Freight Forwarder - Party - Party - - - - - - - - - ASBIE - Order Response. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Supplier Party. - 0..1 - Order Response - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Order Response. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. - 0..1 - Order Response - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Order Response. Delivery - An association to Delivery. - 0..n - Order Response - Delivery - Delivery - - - - - - - - - ASBIE - Order Response. Delivery Terms - An association to Delivery Terms. - 0..1 - Order Response - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Order Response. Payment Means - An association to Payment Means. - 0..1 - Order Response - Payment Means - Payment Means - - - - - - - - - ASBIE - Order Response. Allowance Charge - An association to Allowances and Charges that apply to the Order Response as a whole. - 0..n - Order Response - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Order Response. Transaction Conditions - An association with any sales or purchasing conditions applying to the whole order. - 0..1 - Order Response - Transaction Conditions - Transaction Conditions - - - - - - - - - ASBIE - Order Response. Destination_ Country. Country - Associates the order response with the country to which it is destined, for Customs purposes. - 0..1 - Order Response - Destination - Country - Country - - - - - - - - - ASBIE - Order Response. Tax Total - An association to the total tax amount of the Order (as calculated by the Seller). - 0..n - Order Response - Tax Total - Tax Total - - - - - - - - - ASBIE - Order Response. Legal_ Monetary Total. Monetary Total - An association to the total amounts for the Order (or counter-offer). - 0..1 - Order Response - Legal - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Order Response. Order Line - An association to one or more Order Lines. - 1..n - Order Response - Order Line - Order Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd deleted file mode 100644 index b4db7c0a..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd +++ /dev/null @@ -1,463 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Order Response Simple. Details - The document used to indicate simple acceptance or rejection of an entire Order. - Order Response Simple - Order Acknowledgement, PO Response - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Order Response Simple. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Order Response Simple - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Order Response Simple. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Order Response Simple - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Order Response Simple. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Order Response Simple - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Order Response Simple. Identifier - An identifier for the Order Response Simple assigned by the Seller. - 1 - Order Response Simple - Identifier - Identifier - Identifier. Type - Purchase Order Response Number, Acknowledgement of Order Number - - - - - - - - - BBIE - Order Response Simple. Copy_ Indicator. Indicator - Indicates whether the Order Response Simple is a copy (true) or not (false). - 0..1 - Order Response Simple - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Order Response Simple. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Order Response Simple - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Response Simple. Issue Date. Date - The date assigned by the Seller on which the Order was responded to. - 1 - Order Response Simple - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Order Response Simple. Issue Time. Time - The time assigned by the Seller at which the Order was responded to. - 0..1 - Order Response Simple - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Order Response Simple. Note. Text - Free-form text applying to the Order Response Simple. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Order Response Simple - Note - Text - Text. Type - - - - - - - - - BBIE - Order Response Simple. Accepted_ Indicator. Indicator - Indicates whether the Order is accepted (true) or rejected (false). - 1 - Order Response Simple - Accepted - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Order Response Simple. Rejection_ Note. Text - The reason for rejection if the order was not accepted. - 0..1 - Order Response Simple - Rejection - Note - Text - Text. Type - "Out of Stock","Not able to supply","Unable to fulfill within the contracted conditions", "Buyer Account not Recognised" - - - - - - - - - BBIE - Order Response Simple. Customer_ Reference. Text - A supplementary reference for the transaction (e.g., when using purchasing card). - 0..1 - Order Response Simple - Customer - Reference - Text - Text. Type - - - - - - - - - BBIE - Order Response Simple. Accounting Cost Code. Code - An accounting cost code applied to the order as a whole. - 0..1 - Order Response Simple - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Order Response Simple. Accounting Cost. Text - An accounting cost code applied to the order as a whole, expressed as text. - 0..1 - Order Response Simple - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Order Response Simple. Order Reference - An association to Order Reference (the reference of the Order being responded to). - 1 - Order Response Simple - Order Reference - Order Reference - - - - - - - - - ASBIE - Order Response Simple. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Order Response Simple - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Order Response Simple. Signature - An association to Signature. - 0..n - Order Response Simple - Signature - Signature - - - - - - - - - ASBIE - Order Response Simple. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 1 - Order Response Simple - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Order Response Simple. Buyer_ Customer Party. Customer Party - An association to the Buyer. - 1 - Order Response Simple - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Order Response Simple. Originator_ Customer Party. Customer Party - An association to the Originator. - 0..1 - Order Response Simple - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Order Response Simple. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Supplier Party. - 0..1 - Order Response Simple - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Order Response Simple. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. - 0..1 - Order Response Simple - Accounting - Customer Party - Customer Party - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-PackingList-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-PackingList-2.0.xsd deleted file mode 100644 index ba1af6e0..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-PackingList-2.0.xsd +++ /dev/null @@ -1,408 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Packing List. Details - A document stating the detail of how goods are packed. - Packing List - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Packing List. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Packing List - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Packing List. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Packing List - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Packing List. Profile Identifier. Identifier - Identifies a user-defined profile of the subset of UBL being used. - 0..1 - Packing List - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Packing List. Identifier - Unique Identifier of the Packing List. Reference number to identify a packing list. - 1 - Packing List - Identifier - Identifier - Identifier. Type - Packing List Number - - - - - - - - - BBIE - Packing List. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Packing List - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Packing List. Issue Date. Date - Date of issue of a packing list. - 0..1 - Packing List - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Packing List. Issue Time. Time - Time of issue of a packing list. - 0..1 - Packing List - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Packing List. Name - Name of a Packing List. - 0..1 - Packing List - Name - Name - Name. Type - - - - - - - - - BBIE - Packing List. Description. Text - Textual description of a Packing List. - 0..1 - Packing List - Description - Text - Text. Type - - - - - - - - - BBIE - Packing List. Note. Text - Textual note associated with a Packing List. - 0..n - Packing List - Note - Text - Text. Type - - - - - - - - - BBIE - Packing List. Version Identifier. Identifier - Version identifier of a Packing List. - 0..1 - Packing List - Version Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Packing List. Other_ Instruction. Text - Contains other free-text-based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document. - 0..1 - Packing List - Other - Instruction - Text - Text. Type - - - - - - - - - ASBIE - Packing List. Consignor_ Party. Party - The party consigning goods as stipulated in the transport contract by the party ordering transport. - 0..1 - Packing List - Consignor - Party - Party - - - - - - - - - ASBIE - Packing List. Carrier_ Party. Party - The party providing the transport of goods between named points. - 0..1 - Packing List - Carrier - Party - Party - - - - - - - - - ASBIE - Packing List. Freight Forwarder_ Party. Party - The party combining individual smaller shipments into a single larger consignment (so called consolidated consignment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. - 0..1 - Packing List - Freight Forwarder - Party - Party - - - - - - - - - ASBIE - Packing List. Shipment - Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. - 1 - Packing List - Shipment - Shipment - - - - - - - - - ASBIE - Packing List. Document Reference - An association to Document Reference (reference to documents that provide supplementary information to the Packing List). - 0..n - Packing List - Document Reference - Document Reference - - - - - - - - - ASBIE - Packing List. Document Distribution - Contain information on the distribution list of the documents. - 0..n - Packing List - Document Distribution - Document Distribution - - - - - - - - - ASBIE - Packing List. Signature - One or more signatures applied to the document instance. - 0..n - Packing List - Signature - Signature - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Quotation-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Quotation-2.0.xsd deleted file mode 100644 index 761b8c38..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Quotation-2.0.xsd +++ /dev/null @@ -1,532 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Quotation. Details - The document used to quote for the provision of goods and services. - Quotation - Purchase Order - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Quotation. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Quotation - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Quotation. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Quotation - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Quotation. Profile Identifier. Identifier - Identifies a user-defined profile of the subset of UBL being used. - 0..1 - Quotation - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Quotation. Identifier - An identifier for the Quotation assigned by the Seller. - 0..1 - Quotation - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Quotation. Copy_ Indicator. Indicator - Indicates whether the Quotation is a copy (true) or not (false). - 0..1 - Quotation - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Quotation. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Quotation - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Quotation. Issue Date. Date - The date assigned by the Seller on which the Quotation was issued. - 1 - Quotation - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Quotation. Issue Time. Time - The time assigned by the Seller at which the Quotation was issued. - 0..1 - Quotation - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Quotation. Note. Text - Free-form text applying to the Quotation. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Quotation - Note - Text - Text. Type - - - - - - - - - BBIE - Quotation. Pricing_ Currency Code. Code - The currency that is used for all prices in the Quotation. - 0..1 - Quotation - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Quotation. Line Count. Numeric - The number of lines in the document. - 0..1 - Quotation - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Quotation. Validity_ Period. Period - The period for which the Quotation is valid. - 0..1 - Quotation - Validity - Period - Period - - - - - - - - - ASBIE - Quotation. Request For Quotation_ Document Reference. Document Reference - An associative reference to Request for Quotation. - 0..1 - Quotation - Request For Quotation - Document Reference - Document Reference - - - - - - - - - ASBIE - Quotation. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Quotation - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Quotation. Contract - An association to Contract. - 0..n - Quotation - Contract - Contract - - - - - - - - - ASBIE - Quotation. Signature - An association to Signature. - 0..n - Quotation - Signature - Signature - - - - - - - - - ASBIE - Quotation. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 1 - Quotation - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Quotation. Originator_ Customer Party. Customer Party - An association to the Originator. - 0..1 - Quotation - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Quotation. Delivery - An association to Delivery. - 0..n - Quotation - Delivery - Delivery - - - - - - - - - ASBIE - Quotation. Delivery Terms - An association to Delivery Terms. - 0..1 - Quotation - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Quotation. Payment Means - An association to potential Payment Means for Orders related to this Quotation. - 0..1 - Quotation - Payment Means - Payment Means - - - - - - - - - ASBIE - Quotation. Transaction Conditions - An association with any purchasing, sales or payment conditions applying to Orders related to this Quotation. - 0..1 - Quotation - Transaction Conditions - Transaction Conditions - - - - - - - - - ASBIE - Quotation. Allowance Charge - An association to Allowances and Charges that apply to the Quotation as a whole. - 0..n - Quotation - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Quotation. Destination_ Country. Country - An association to the country of destination (for customs purposes for potential orders). - 0..1 - Quotation - Destination - Country - Country - - - - - - - - - ASBIE - Quotation. Tax Total - An association to the total tax amount of the Order (as estimated by the Seller). - 0..n - Quotation - Tax Total - Tax Total - - - - - - - - - ASBIE - Quotation. Quoted_ Monetary Total. Monetary Total - An association to the total amounts for the Quotation. - 1 - Quotation - Quoted - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Quotation. Quotation Line - An association to one or more Quotation Lines. - 1..n - Quotation - Quotation Line - Quotation Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd deleted file mode 100644 index 8d95a595..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd +++ /dev/null @@ -1,440 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Receipt Advice. Details - The document used to describe the receipt of goods and services. - Receipt Advice - Receipt, Delivery Acknowledgement - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Receipt Advice. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Receipt Advice - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Receipt Advice. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Receipt Advice - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Receipt Advice. Profile Identifier. Identifier - Identifies a user-defined profile of the subset of UBL being used. - 0..1 - Receipt Advice - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Receipt Advice. Identifier - An identifier for the Receipt Advice assigned by Delivery (Party). - 1 - Receipt Advice - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Receipt Advice. Copy_ Indicator. Indicator - Indicates whether the Receipt Advice is a copy (true) or not (false). - 0..1 - Receipt Advice - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Receipt Advice. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Receipt Advice - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Receipt Advice. Issue Date. Date - The date assigned by Delivery (Party) on which the Receipt Advice was issued. - 1 - Receipt Advice - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Receipt Advice. Issue Time. Time - The time assigned by Delivery (Party) at which the Receipt Advice was issued. - 0..1 - Receipt Advice - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Receipt Advice. Document Status Code. Code - Identifies the status of the Receipt Advice with respect to its original state. This may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancelling or revising. - 0..1 - Receipt Advice - Document Status Code - Code - Document Status_ Code. Type - - - - - - - - - BBIE - Receipt Advice. Note. Text - Free-form text applying to the Receipt Advice. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Receipt Advice - Note - Text - Text. Type - - - - - - - - - BBIE - Receipt Advice. Line Count. Numeric - The number of lines in the document. - 0..1 - Receipt Advice - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Receipt Advice. Order Reference - An association to Order Reference. - 0..n - Receipt Advice - Order Reference - Order Reference - - - - - - - - - ASBIE - Receipt Advice. Despatch_ Document Reference. Document Reference - An associative reference to Despatch Advice. - 0..n - Receipt Advice - Despatch - Document Reference - Document Reference - - - - - - - - - ASBIE - Receipt Advice. Additional_ Document Reference. Document Reference - An associative reference to Additional Document - 0..n - Receipt Advice - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Receipt Advice. Signature - An association to Signature. - 0..n - Receipt Advice - Signature - Signature - - - - - - - - - ASBIE - Receipt Advice. Delivery_ Customer Party. Customer Party - An association to the Delivery Party. - 1 - Receipt Advice - Delivery - Customer Party - Customer Party - - - - - - - - - ASBIE - Receipt Advice. Despatch_ Supplier Party. Supplier Party - An association to the Dispatch Party. - 1 - Receipt Advice - Despatch - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Receipt Advice. Buyer_ Customer Party. Customer Party - An association to the Buyer. - 0..1 - Receipt Advice - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Receipt Advice. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 0..1 - Receipt Advice - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Receipt Advice. Shipment - An association to Shipment. - 0..1 - Receipt Advice - Shipment - Shipment - - - - - - - - - ASBIE - Receipt Advice. Receipt Line - An association to Receipt Advice Line. - 1..n - Receipt Advice - Receipt Line - Receipt Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Reminder-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Reminder-2.0.xsd deleted file mode 100644 index 85b283c6..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Reminder-2.0.xsd +++ /dev/null @@ -1,716 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Reminder. Details - The document used to remind the customer of payments overdue. - Reminder - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Reminder. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Reminder - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Reminder. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Reminder - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Reminder. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Reminder - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Reminder. Identifier - An identifier for the Reminder assigned by the Creditor. - 1 - Reminder - Identifier - Identifier - Identifier. Type - Invoice Number - - - - - - - - - BBIE - Reminder. Copy_ Indicator. Indicator - Indicates whether a document is a copy (true) or not (false). - 0..1 - Reminder - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Reminder. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Reminder - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Reminder. Issue Date. Date - The date assigned by the Creditor on which the Invoice was issued. - 1 - Reminder - Issue Date - Date - Date. Type - Invoice Date - - - - - - - - - BBIE - Reminder. Issue Time. Time - The time assigned by the Creditor on which the Reminder was issued. - 0..1 - Reminder - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Reminder. Reminder Type Code. Code - Code specifying the type of the Reminder. - 0..1 - Reminder - Reminder Type Code - Code - Code. Type - - - - - - - - - BBIE - Reminder. Reminder Sequence. Numeric - The sequence number of the current reminder. Specifies the number of reminders previously sent plus one. - 0..1 - Reminder - Reminder Sequence - Numeric - Numeric. Type - - - - - - - - - BBIE - Reminder. Note. Text - Free-form text applying to the Reminder. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Reminder - Note - Text - Text. Type - - - - - - - - - BBIE - Reminder. Tax Point Date. Date - The date of the Reminder used to indicate the point at which tax becomes applicable. - 0..1 - Reminder - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Reminder. Document_ Currency Code. Code - The currency in which the Document is presented. This may be the same currency as the pricing or as the tax. - 0..1 - Reminder - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Reminder. Tax_ Currency Code. Code - The currency used for tax amounts in the Reminder. - 0..1 - Reminder - Tax - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Reminder. Pricing_ Currency Code. Code - The currency used for prices in the Reminder. - 0..1 - Reminder - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Reminder. Payment_ Currency Code. Code - The currency used for payment in the Reminder. - 0..1 - Reminder - Payment - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Reminder. Payment Alternative_ Currency Code. Code - The alternative currency used for payment in the Reminder. - 0..1 - Reminder - Payment Alternative - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Reminder. Accounting Cost Code. Code - The Buyer's accounting code applied to the Reminder as a whole. - 0..1 - Reminder - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Reminder. Accounting Cost. Text - The Buyer's accounting code applied to the Reminder as a whole, expressed as text. - 0..1 - Reminder - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Reminder. Line Count. Numeric - The number of lines in the document. - 0..1 - Reminder - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Reminder. Reminder_ Period. Period - An association to period(s) to which the Reminder applies. - 0..n - Reminder - Reminder - Period - Period - - - - - - - - - ASBIE - Reminder. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Reminder - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Reminder. Signature - An association to Signature. - 0..n - Reminder - Signature - Signature - - - - - - - - - ASBIE - Reminder. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Supplier Party. - 1 - Reminder - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Reminder. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. - 1 - Reminder - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Reminder. Payee_ Party. Party - An association to the Payee. - 0..1 - Reminder - Payee - Party - Party - - - - - - - - - ASBIE - Reminder. Tax Representative_ Party. Party - An association to the Tax Representative. - 0..1 - Reminder - Tax Representative - Party - Party - - - - - - - - - ASBIE - Reminder. Payment Means - An association to Payment Means. - 0..n - Reminder - Payment Means - Payment Means - - - - - - - - - ASBIE - Reminder. Payment Terms - An association to Payment Terms. - 0..n - Reminder - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Reminder. Prepaid_ Payment. Payment - An association to prepaid payment(s). - 0..n - Reminder - Prepaid - Payment - Payment - - - - - - - - - ASBIE - Reminder. Allowance Charge - An association to Allowances and Charges that apply to the Reminder as a whole. - 0..n - Reminder - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Reminder. Tax_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Tax Currency. - 0..1 - Reminder - Tax - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Reminder. Pricing_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Pricing Currency. - 0..1 - Reminder - Pricing - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Reminder. Payment_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Currency. - 0..1 - Reminder - Payment - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Reminder. Payment Alternative_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. - 0..1 - Reminder - Payment Alternative - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Reminder. Tax Total - An association to Tax Total for specific tax types/rates. - 0..n - Reminder - Tax Total - Tax Total - - - - - - - - - ASBIE - Reminder. Legal_ Monetary Total. Monetary Total - An association to the total amount payable on the Invoice, including Allowances, Charges, and Taxes. - 1 - Reminder - Legal - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Reminder. Reminder Line - An association to Reminder Line. - 1..n - Reminder - Reminder Line - Reminder Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd deleted file mode 100644 index 449cfa36..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd +++ /dev/null @@ -1,540 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Remittance Advice. Details - The document used to specify details of an actual payment. - Remittance Advice - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Remittance Advice. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Remittance Advice - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Remittance Advice. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Remittance Advice - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Remittance Advice. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Remittance Advice - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Remittance Advice. Identifier - An identifier for the Remittance Advice assigned by the Debtor. - 1 - Remittance Advice - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Remittance Advice. Copy_ Indicator. Indicator - Indicates whether the Remittance Advice is a copy (true) or not (false). - 0..1 - Remittance Advice - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Remittance Advice. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Remittance Advice - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Remittance Advice. Issue Date. Date - The date assigned by the Debtor on which the Remittance Advice was issued. - 1 - Remittance Advice - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Remittance Advice. Issue Time. Time - The time assigned by the Debtor at which the Remittance Advice was issued. - 0..1 - Remittance Advice - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Remittance Advice. Note. Text - Free-form text applying to the Remittance Advice. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Remittance Advice - Note - Text - Text. Type - - - - - - - - - BBIE - Remittance Advice. Document_ Currency Code. Code - The default currency for the Remittance Advice. - 0..1 - Remittance Advice - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Remittance Advice. Total_ Debit Amount. Amount - The totals of all debit amounts for the Remittance Advice. - 0..1 - Remittance Advice - Total - Debit Amount - Amount - Amount. Type - - - - - - - - - BBIE - Remittance Advice. Total_ Credit Amount. Amount - The totals of all credit amounts for the Remittance Advice. - 0..1 - Remittance Advice - Total - Credit Amount - Amount - Amount. Type - - - - - - - - - BBIE - Remittance Advice. Total_ Payment Amount. Amount - The total payable amount for the Remittance Advice (positive). - 0..1 - Remittance Advice - Total - Payment Amount - Amount - Amount. Type - - - - - - - - - BBIE - Remittance Advice. Payment Order Reference. Text - A reference to the Payment Order (from the Payer to the Payer's bank). - 0..1 - Remittance Advice - Payment Order Reference - Text - Text. Type - - - - - - - - - BBIE - Remittance Advice. Payer_ Reference. Text - The Payer;'s internal reference for the payment. - 0..1 - Remittance Advice - Payer - Reference - Text - Text. Type - - - - - - - - - BBIE - Remittance Advice. Invoicing Party_ Reference. Text - The Invoicing Party's reference to the payment, previously requested of the Payer to accompany remittance. - 0..1 - Remittance Advice - Invoicing Party - Reference - Text - Text. Type - - - - - - - - - BBIE - Remittance Advice. Line Count. Numeric - The number of lines in the document. - 0..1 - Remittance Advice - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Remittance Advice. Invoice_ Period. Period - Associates the Remittance Advice with an Invoicing Period rather than a specific Invoice. - 0..n - Remittance Advice - Invoice - Period - Period - - - - - - - - - ASBIE - Remittance Advice. Billing Reference - An association to Billing Reference. - 0..1 - Remittance Advice - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Remittance Advice. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Remittance Advice - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Remittance Advice. Signature - An association to Signature. - 0..n - Remittance Advice - Signature - Signature - - - - - - - - - ASBIE - Remittance Advice. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. - 1 - Remittance Advice - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Remittance Advice. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Supplier Party. - 1 - Remittance Advice - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Remittance Advice. Payee_ Party. Party - An association to the Payee. - 0..1 - Remittance Advice - Payee - Party - Party - - - - - - - - - ASBIE - Remittance Advice. Payment Means - An association to Payment Means. - 0..1 - Remittance Advice - Payment Means - Payment Means - - - - - - - - - ASBIE - Remittance Advice. Tax Total - An association to Tax Total. - 0..n - Remittance Advice - Tax Total - Tax Total - - - - - - - - - ASBIE - Remittance Advice. Remittance Advice Line - An association to one or more Remittance Advice Lines. - 1..n - Remittance Advice - Remittance Advice Line - Remittance Advice Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RequestForQuotation-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RequestForQuotation-2.0.xsd deleted file mode 100644 index a633cb2d..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RequestForQuotation-2.0.xsd +++ /dev/null @@ -1,440 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Request For Quotation. Details - The document used to request a Quotation for goods and services from a Seller. - Request For Quotation - Purchase Order - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Request For Quotation. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Request For Quotation - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Request For Quotation. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Request For Quotation - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Request For Quotation. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Request For Quotation - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Request For Quotation. Identifier - An identifier for the Request For Quotation assigned by the Originator. - 0..1 - Request For Quotation - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Request For Quotation. Copy_ Indicator. Indicator - Indicates whether the Request For Quotation is a copy (true) or not (false). - 0..1 - Request For Quotation - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Request For Quotation. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Request For Quotation - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Request For Quotation. Issue Date. Date - The date assigned by the Originator on which the Quotation was requested. - 1 - Request For Quotation - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Request For Quotation. Issue Time. Time - The time assigned by the Originator at which the Quotation was requested. - 1 - Request For Quotation - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Request For Quotation. Note. Text - Free-form text applying to the Request For Quotation. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Request For Quotation - Note - Text - Text. Type - - - - - - - - - BBIE - Request For Quotation. Pricing_ Currency Code. Code - The currency that the Seller should use to price the Quotation. - 0..1 - Request For Quotation - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Request For Quotation. Line Count. Numeric - The number of lines in the document. - 0..1 - Request For Quotation - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Request For Quotation. Catalogue_ Document Reference. Document Reference - An associative reference to Catalogue. - 0..1 - Request For Quotation - Catalogue - Document Reference - Document Reference - - - - - - - - - ASBIE - Request For Quotation. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Request For Quotation - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Request For Quotation. Signature - An association to Signature. - 0..n - Request For Quotation - Signature - Signature - - - - - - - - - ASBIE - Request For Quotation. Originator_ Customer Party. Customer Party - An association to the Originator. - 0..1 - Request For Quotation - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Request For Quotation. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 1 - Request For Quotation - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Request For Quotation. Delivery - An association to Delivery. - 0..n - Request For Quotation - Delivery - Delivery - - - - - - - - - ASBIE - Request For Quotation. Delivery Terms - An association to Delivery Terms. - 0..n - Request For Quotation - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Request For Quotation. Destination_ Country. Country - An association to the country of destination (for customs purposes for potential orders). - 0..1 - Request For Quotation - Destination - Country - Country - - - - - - - - - ASBIE - Request For Quotation. Contract - An association to a framework agreement or contract. - 0..n - Request For Quotation - Contract - Contract - - - - - - - - - ASBIE - Request For Quotation. Request For Quotation Line - An association to one or more Request For Quotation Lines. - 1..n - Request For Quotation - Request For Quotation Line - Request For Quotation Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd deleted file mode 100644 index 3ff9dc51..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd +++ /dev/null @@ -1,664 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Self Billed Credit Note. Details - The Credit Note created by the Debtor in a Self Billing arrangement with a Creditor; Self Billed Credit Note replaces Debit Note in such arrangements. - Self Billed Credit Note - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Self Billed Credit Note. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Self Billed Credit Note - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Self Billed Credit Note. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Self Billed Credit Note - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Self Billed Credit Note. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Self Billed Credit Note - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Self Billed Credit Note. Identifier - An identifier for the Self Billed Credit Note assigned by the Debtor. - 1 - Self Billed Credit Note - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Self Billed Credit Note. Copy_ Indicator. Indicator - Indicates whether the Self Billed Credit Note is a copy (true) or not (false). - 0..1 - Self Billed Credit Note - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Self Billed Credit Note. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Self Billed Credit Note - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Self Billed Credit Note. Issue Date. Date - The date assigned by the Debtor on which the Self Billed Credit Note was issued. - 1 - Self Billed Credit Note - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Self Billed Credit Note. Issue Time. Time - The time assigned by the Debtor at which the Self Billed Credit Note was issued. - 0..1 - Self Billed Credit Note - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Self Billed Credit Note. Tax Point Date. Date - The date of the Self Billed Credit Note, used to indicate the point at which tax becomes applicable. - 0..1 - Self Billed Credit Note - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Self Billed Credit Note. Note. Text - Free-form text applying to the Self Billed Credit Note. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Self Billed Credit Note - Note - Text - Text. Type - - - - - - - - - BBIE - Self Billed Credit Note. Document_ Currency Code. Code - The default currency for the Self Billed Credit Note. - 1 - Self Billed Credit Note - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Self Billed Credit Note. Tax_ Currency Code. Code - The currency used for tax amounts in the Self Billed Credit Note. - 0..1 - Self Billed Credit Note - Tax - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Self Billed Credit Note. Pricing_ Currency Code. Code - The currency used for prices in the Self Billed Credit Note. - 0..1 - Self Billed Credit Note - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Self Billed Credit Note. Accounting Cost Code. Code - The Buyer's accounting code applied to the Self Billed Credit Note as a whole. - 0..1 - Self Billed Credit Note - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Self Billed Credit Note. Accounting Cost. Text - The Buyer's accounting code applied to the Self Billed Credit Note as a whole, expressed as text. - 0..1 - Self Billed Credit Note - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Self Billed Credit Note. Line Count. Numeric - The number of lines in the document. - 0..1 - Self Billed Credit Note - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Self Billed Credit Note. Invoice_ Period. Period - Associates the Self Billed Credit Note with an Invoicing Period rather than a specific Invoice (Self Billing). - 0..n - Self Billed Credit Note - Invoice - Period - Period - - - - - - - - - ASBIE - Self Billed Credit Note. Discrepancy_ Response. Response - An association to a reason for the Self Billed Credit Note as a whole. - 0..n - Self Billed Credit Note - Discrepancy - Response - Response - - - - - - - - - ASBIE - Self Billed Credit Note. Order Reference - An association to Order Reference. - 0..1 - Self Billed Credit Note - Order Reference - Order Reference - - - - - - - - - ASBIE - Self Billed Credit Note. Billing Reference - An association to Billing Reference. - 0..n - Self Billed Credit Note - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Self Billed Credit Note. Despatch_ Document Reference. Document Reference - An associative reference to Despatch Advice. - 0..n - Self Billed Credit Note - Despatch - Document Reference - Document Reference - - - - - - - - - ASBIE - Self Billed Credit Note. Receipt_ Document Reference. Document Reference - An associative reference to Receipt Advice. - 0..n - Self Billed Credit Note - Receipt - Document Reference - Document Reference - - - - - - - - - ASBIE - Self Billed Credit Note. Contract_ Document Reference. Document Reference - An associative reference to Contract. - 0..n - Self Billed Credit Note - Contract - Document Reference - Document Reference - - - - - - - - - ASBIE - Self Billed Credit Note. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Self Billed Credit Note - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Self Billed Credit Note. Signature - An association to Signature. - 0..n - Self Billed Credit Note - Signature - Signature - - - - - - - - - ASBIE - Self Billed Credit Note. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. - 1 - Self Billed Credit Note - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Self Billed Credit Note. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Customer Party. - 1 - Self Billed Credit Note - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Self Billed Credit Note. Payee_ Party. Party - An association to the Payee. - 0..1 - Self Billed Credit Note - Payee - Party - Party - - - - - - - - - ASBIE - Self Billed Credit Note. Tax Representative_ Party. Party - An association to the Tax Representative. - 0..1 - Self Billed Credit Note - Tax Representative - Party - Party - - - - - - - - - ASBIE - Self Billed Credit Note. Allowance Charge - An association with an overall charge or allowance. - 0..n - Self Billed Credit Note - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Self Billed Credit Note. Tax_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Tax Currency. - 0..1 - Self Billed Credit Note - Tax - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Self Billed Credit Note. Pricing_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Pricing Currency. - 0..1 - Self Billed Credit Note - Pricing - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Self Billed Credit Note. Tax Total - An association to Tax Total for specific tax types/rates. - 0..n - Self Billed Credit Note - Tax Total - Tax Total - - - - - - - - - ASBIE - Self Billed Credit Note. Legal_ Monetary Total. Monetary Total - An association to the total amount payable on the Self Billed Credit Note, including Allowances, Charges, and Taxes. - 1 - Self Billed Credit Note - Legal - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Self Billed Credit Note. Credit Note Line - An association to one or more Self Billed Credit Note Lines. - 1..n - Self Billed Credit Note - Credit Note Line - Credit Note Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd deleted file mode 100644 index 0a97ca92..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd +++ /dev/null @@ -1,870 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Self Billed Invoice. Details - The Invoice document created by the Customer (rather than the Supplier) in a Self Billing relationship. - Self Billed Invoice - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Self Billed Invoice. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Self Billed Invoice - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Self Billed Invoice. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Self Billed Invoice - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Self Billed Invoice. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Self Billed Invoice - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Self Billed Invoice. Identifier - An identifier for the Self Billed Invoice. - 1 - Self Billed Invoice - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Self Billed Invoice. Copy_ Indicator. Indicator - Indicates whether a document is a copy (true) or not (false). - 0..1 - Self Billed Invoice - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Self Billed Invoice. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Self Billed Invoice - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Self Billed Invoice. Issue Date. Date - The date on which the Self Billed Invoice was issued. - 1 - Self Billed Invoice - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Self Billed Invoice. Issue Time. Time - The time at which the Self Billed Invoice was issued. - 0..1 - Self Billed Invoice - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Self Billed Invoice. Tax Point Date. Date - The date of the invoice for tax purposes, in accordance with the applicable tax regulation. - 0..1 - Self Billed Invoice - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Self Billed Invoice. Invoice Type Code. Code - Identifies the type of the invoice by a code. - 0..1 - Self Billed Invoice - Invoice Type Code - Code - Code. Type - - - - - - - - - BBIE - Self Billed Invoice. Note. Text - Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Self Billed Invoice - Note - Text - Text. Type - - - - - - - - - BBIE - Self Billed Invoice. Document_ Currency Code. Code - The currency in which the Invoice is presented. This may be the same currency as the pricing or as the tax. - 0..1 - Self Billed Invoice - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Self Billed Invoice. Tax_ Currency Code. Code - The currency used for tax amounts in the Invoice. - 0..1 - Self Billed Invoice - Tax - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Self Billed Invoice. Pricing_ Currency Code. Code - The currency used for prices in the Invoice. - 0..1 - Self Billed Invoice - Pricing - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Self Billed Invoice. Payment_ Currency Code. Code - The currency used for payment in the Invoice. - 0..1 - Self Billed Invoice - Payment - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Self Billed Invoice. Payment Alternative_ Currency Code. Code - The alternative currency used for payment in the Invoice. - 0..1 - Self Billed Invoice - Payment Alternative - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Self Billed Invoice. Accounting Cost Code. Code - An accounting cost code applied to the Invoice as a whole. - 0..1 - Self Billed Invoice - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Self Billed Invoice. Accounting Cost. Text - An accounting cost code applied to the Invoice as a whole. - 0..1 - Self Billed Invoice - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Self Billed Invoice. Line Count. Numeric - The number of lines in the document. - 0..1 - Self Billed Invoice - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Self Billed Invoice. Invoice_ Period. Period - An association to period(s) to which the Self Billed Invoice applies. - 0..n - Self Billed Invoice - Invoice - Period - Period - - - - - - - - - ASBIE - Self Billed Invoice. Order Reference - An association to Order Reference. - 0..1 - Self Billed Invoice - Order Reference - Order Reference - - - - - - - - - ASBIE - Self Billed Invoice. Billing Reference - An association to Billing Reference. - 0..n - Self Billed Invoice - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Self Billed Invoice. Contract_ Document Reference. Document Reference - An associative reference to Contract. - 0..n - Self Billed Invoice - Contract - Document Reference - Document Reference - - - - - - - - - ASBIE - Self Billed Invoice. Despatch_ Document Reference. Document Reference - An associative reference to Despatch Advice. - 0..n - Self Billed Invoice - Despatch - Document Reference - Document Reference - - - - - - - - - ASBIE - Self Billed Invoice. Receipt_ Document Reference. Document Reference - An associative reference to Receipt Advice. - 0..n - Self Billed Invoice - Receipt - Document Reference - Document Reference - - - - - - - - - ASBIE - Self Billed Invoice. Statement_ Document Reference. Document Reference - An associative reference to Statement - 0..n - Self Billed Invoice - Statement - Document Reference - Document Reference - - - - - - - - - ASBIE - Self Billed Invoice. Originator_ Document Reference. Document Reference - An associative reference to Originator Document. - 0..n - Self Billed Invoice - Originator - Document Reference - Document Reference - - - - - - - - - ASBIE - Self Billed Invoice. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Self Billed Invoice - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Self Billed Invoice. Signature - An association to Signature. - 0..n - Self Billed Invoice - Signature - Signature - - - - - - - - - ASBIE - Self Billed Invoice. Accounting_ Customer Party. Customer Party - An association to Accounting Customer Party. - 1 - Self Billed Invoice - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Self Billed Invoice. Accounting_ Supplier Party. Supplier Party - An association to Accounting Supplier Party. - 1 - Self Billed Invoice - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Self Billed Invoice. Buyer_ Customer Party. Customer Party - Associates the Invoice with information about the buyer involved in the transaction. - 0..1 - Self Billed Invoice - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Self Billed Invoice. Seller_ Supplier Party. Supplier Party - Associates the Invoice with information about the seller involved in the transaction. - 0..1 - Self Billed Invoice - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Self Billed Invoice. Payee_ Party. Party - Associates the Invoice with information about the payee involved in the transaction. - 0..1 - Self Billed Invoice - Payee - Party - Party - - - - - - - - - ASBIE - Self Billed Invoice. Tax Representative_ Party. Party - An association to the Tax Representative. - 0..1 - Self Billed Invoice - Tax Representative - Party - Party - - - - - - - - - ASBIE - Self Billed Invoice. Delivery - Associates the overall Invoice with the details of a delivery (or deliveries). - 0..n - Self Billed Invoice - Delivery - Delivery - - - - - - - - - ASBIE - Self Billed Invoice. Delivery Terms - Associates the Invoice with the delivery terms applicable/required. - 0..n - Self Billed Invoice - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Self Billed Invoice. Payment Means - Associates the Invoice with the expected means of payment. - 0..1 - Self Billed Invoice - Payment Means - Payment Means - - - - - - - - - ASBIE - Self Billed Invoice. Payment Terms - Associates the Invoice with the payment terms applicable/offered. - 0..n - Self Billed Invoice - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Self Billed Invoice. Prepaid_ Payment. Payment - An association to prepaid payment(s). - 0..n - Self Billed Invoice - Prepaid - Payment - Payment - - - - - - - - - ASBIE - Self Billed Invoice. Allowance Charge - Associates the Invoice with an overall charge or allowance. - 0..n - Self Billed Invoice - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Self Billed Invoice. Tax_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Tax Currency. - 0..1 - Self Billed Invoice - Tax - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Self Billed Invoice. Pricing_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Pricing Currency. - 0..1 - Self Billed Invoice - Pricing - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Self Billed Invoice. Payment_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Currency. - 0..1 - Self Billed Invoice - Payment - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Self Billed Invoice. Payment Alternative_ Exchange Rate. Exchange Rate - An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. - 0..1 - Self Billed Invoice - Payment Alternative - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Self Billed Invoice. Tax Total - Associates the Invoice with summary information for a particular tax. - 0..n - Self Billed Invoice - Tax Total - Tax Total - - - - - - - - - ASBIE - Self Billed Invoice. Legal_ Monetary Total. Monetary Total - Associates the Invoice with a set of totals required for the Invoice to be a legal document. - 1 - Self Billed Invoice - Legal - Monetary Total - Monetary Total - - - - - - - - - ASBIE - Self Billed Invoice. Invoice Line - An Invoice has one or more invoice lines. - 1..n - Self Billed Invoice - Invoice Line - Invoice Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Statement-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Statement-2.0.xsd deleted file mode 100644 index 9d4da0aa..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Statement-2.0.xsd +++ /dev/null @@ -1,553 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Statement. Details - The document used to specify the status of Orders, Billing, and Payment. This document is a Statement of Account and not intended as a summary Invoice - Statement - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Statement. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Statement - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Statement. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Statement - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Statement. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Statement - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Statement. Identifier - An identifier for the Statement. - 1 - Statement - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Statement. Copy_ Indicator. Indicator - Indicates whether the Statement is a copy (true) or not (false). - 0..1 - Statement - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Statement. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Statement - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Statement. Issue Date. Date - The date assigned by the Creditor on which the Statement was issued. - 1 - Statement - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Statement. Issue Time. Time - The time assigned by the Creditor at which the Statement was issued. - 0..1 - Statement - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Statement. Note. Text - Free-form text applying to the Statement. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Statement - Note - Text - Text. Type - - - - - - - - - BBIE - Statement. Document_ Currency Code. Code - The default currency for the Statement. - 1 - Statement - Document - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Statement. Total_ Debit Amount. Amount - The total of all debit amounts for the Statement. - 0..1 - Statement - Total - Debit Amount - Amount - Amount. Type - - - - - - - - - BBIE - Statement. Total_ Credit Amount. Amount - The total of all credit amounts for the Statement. - 0..1 - Statement - Total - Credit Amount - Amount - Amount. Type - - - - - - - - - BBIE - Statement. Total_ Balance Amount. Amount - The total amount for the Statement. - 0..1 - Statement - Total - Balance Amount - Amount - Amount. Type - - - - - - - - - BBIE - Statement. Line Count. Numeric - The number of lines in the document. - 0..1 - Statement - Line Count - Numeric - Numeric. Type - - - - - - - - - ASBIE - Statement. Statement_ Period. Period - An association to period(s) to which the Statement applies. - 0..1 - Statement - Statement - Period - Period - - - - - - - - - ASBIE - Statement. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..n - Statement - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Statement. Signature - An association to Signature. - 0..n - Statement - Signature - Signature - - - - - - - - - ASBIE - Statement. Accounting_ Supplier Party. Supplier Party - An association to the Accounting Supplier Party. - 1 - Statement - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Statement. Accounting_ Customer Party. Customer Party - An association to the Accounting Customer Party. - 1 - Statement - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Statement. Buyer_ Customer Party. Customer Party - An association to the Buyer. - 0..1 - Statement - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Statement. Seller_ Supplier Party. Supplier Party - An association to the Seller. - 0..1 - Statement - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Statement. Originator_ Customer Party. Customer Party - An association to the Originator. - 0..1 - Statement - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Statement. Payee_ Party. Party - An association to the Payee. - 0..1 - Statement - Payee - Party - Party - - - - - - - - - ASBIE - Statement. Payment Means - An association to Payment Means. - 0..1 - Statement - Payment Means - Payment Means - - - - - - - - - ASBIE - Statement. Payment Terms - An association to Payment Terms. - 0..n - Statement - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Statement. Allowance Charge - An association to Allowances and Charges that apply to the Statement period as a whole. - 0..n - Statement - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Statement. Tax Total - An association with summary information for particular taxes. - 0..n - Statement - Tax Total - Tax Total - - - - - - - - - ASBIE - Statement. Statement Line - An association to one or more Statement Lines. - 1..n - Statement - Statement Line - Statement Line - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-TransportationStatus-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-TransportationStatus-2.0.xsd deleted file mode 100644 index 6932e2ed..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-TransportationStatus-2.0.xsd +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Transportation Status. Details - A message to report the transport status and/or change in the transport status (i.e. event) between agreed parties. - Transportation Status - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Transportation Status. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Transportation Status - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Transportation Status. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Transportation Status - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Transportation Status. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Transportation Status - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Transportation Status. Identifier - Unique identifier of the Status message. - 1 - Transportation Status - Identifier - Identifier - Identifier. Type - Freight Forwarding Instruction, Shippers Letter of Instruction - - - - - - - - - BBIE - Transportation Status. Carrier Assigned_ Identifier. Identifier - Reference number assigned by a carrier or its agent to identify a specific shipment, such as a booking reference number when cargo space is reserved prior to loading. - 0..1 - Transportation Status - Carrier Assigned - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Transportation Status. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Transportation Status - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Transportation Status. Issue Date. Date - Date on which the status message was issued. - 0..1 - Transportation Status - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Transportation Status. Issue Time. Time - Time at which the status message was issued. - 0..1 - Transportation Status - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Transportation Status. Name - Name of a status message. - 0..1 - Transportation Status - Name - Name - Name. Type - - - - - - - - - BBIE - Transportation Status. Description. Text - Textual description of a status message. - 0..n - Transportation Status - Description - Text - Text. Type - - - - - - - - - BBIE - Transportation Status. Note. Text - Textual note associated with a status message. - 0..n - Transportation Status - Note - Text - Text. Type - - - - - - - - - BBIE - Transportation Status. Shipping Order Identifier. Identifier - Reference number to identify a Shipping Order. - 0..1 - Transportation Status - Shipping Order Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Transportation Status. Other_ Instruction. Text - Instruction about this message. - 0..1 - Transportation Status - Other - Instruction - Text - Text. Type - - - - - - - - - ASBIE - Transportation Status. Consignment - An association to Consignment covered by the status message. - 1 - Transportation Status - Consignment - Consignment - - - - - - - - - ASBIE - Transportation Status. Transport Event - Events that relate to this status report. - 1..n - Transportation Status - Transport Event - Transport Event - - - - - - - - - ASBIE - Transportation Status. Document Reference - An association to Document Reference. - 0..n - Transportation Status - Document Reference - Document Reference - - - - - - - - - ASBIE - Transportation Status. Signature - An association to Signature. - 0..n - Transportation Status - Signature - Signature - - - - - - - - - - - - diff --git a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Waybill-2.0.xsd b/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Waybill-2.0.xsd deleted file mode 100644 index f9ac09dd..00000000 --- a/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Waybill-2.0.xsd +++ /dev/null @@ -1,476 +0,0 @@ - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - - - ABIE - Waybill. Details - The Waybill is issued by the party who acts as an agent for the carrier or other agents, to the party who gives instructions for the transportation services (shipper, consignor, etc.) stating the details of the transportation, charges, and terms and conditions under which the transportation service is provided. The party issuing this document could be a party other than that providing the physical transportation. It corresponds to the information on the Forwarding Instruction. It is used for all modes of transport. It can serve as a contractual document between the parties for the transportation service. The document made out by the carrier or on behalf of the carrier evidencing the contract for the transport of cargo. - Waybill - Consignment Note - - - - - - - A container for all extensions present in the document. - - - - - - - BBIE - Waybill. UBL Version Identifier. Identifier - The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. - 0..1 - Waybill - UBL Version Identifier - Identifier - Identifier. Type - 2.0.5 - - - - - - - - - BBIE - Waybill. Customization Identifier. Identifier - Identifies a user-defined customization of UBL for a specific use. - 0..1 - Waybill - Customization Identifier - Identifier - Identifier. Type - NES - - - - - - - - - BBIE - Waybill. Profile Identifier. Identifier - Identifies a user-defined profile of the customization of UBL being used. - 0..1 - Waybill - Profile Identifier - Identifier - Identifier. Type - BasicProcurementProcess - - - - - - - - - BBIE - Waybill. Identifier - Unique identifier of the Waybill. Reference number to identify a document evidencing a transport contract. - 1 - Waybill - Identifier - Identifier - Identifier. Type - Master Waybill Number - - - - - - - - - BBIE - Waybill. Carrier Assigned_ Identifier. Identifier - Reference number assigned by a carrier or its agent to identify a specific shipment. - 0..1 - Waybill - Carrier Assigned - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Waybill. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Waybill - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Waybill. Issue Date. Date - Date on which the Waybill was issued. - 0..1 - Waybill - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Waybill. Issue Time. Time - Time at which the Waybill was issued. - 0..1 - Waybill - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Waybill. Name - Name of a Waybill. - 0..1 - Waybill - Name - Name - Name. Type - "Air Waybill", "House Waybill" - - - - - - - - - BBIE - Waybill. Description. Text - Textual description of a Waybill. - 0..n - Waybill - Description - Text - Text. Type - - - - - - - - - BBIE - Waybill. Note. Text - Textual note associated with a Waybill. - 0..n - Waybill - Note - Text - Text. Type - - - - - - - - - BBIE - Waybill. Shipping Order Identifier. Identifier - Reference number to identify a Shipping Order or Forwarding Instruction. - 0..1 - Waybill - Shipping Order Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Waybill. Ad Valorem_ Indicator. Indicator - A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value. - 0..1 - Waybill - Ad Valorem - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Waybill. Declared Carriage_ Value. Amount - Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. - 0..1 - Waybill - Declared Carriage - Value - Amount - Amount. Type - - - - - - - - - BBIE - Waybill. Other_ Instruction. Text - Contains other free-text based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document. - 0..n - Waybill - Other - Instruction - Text - Text. Type - - - - - - - - - ASBIE - Waybill. Consignor_ Party. Party - The party consigning goods as stipulated in the transport contract by the party ordering transport. - 0..1 - Waybill - Consignor - Party - Party - - - - - - - - - ASBIE - Waybill. Carrier_ Party. Party - The party providing the transport of goods between named points. - 0..1 - Waybill - Carrier - Party - Party - - - - - - - - - ASBIE - Waybill. Freight Forwarder_ Party. Party - The party combining individual smaller consignments into a single larger shipment (so-called consolidated consignment ) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. - 0..1 - Waybill - Freight Forwarder - Party - Party - - - - - - - - - ASBIE - Waybill. Shipment - A separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. - 1 - Waybill - Shipment - Shipment - - - - - - - - - ASBIE - Waybill. Document Reference - An association to Document Reference. - 0..n - Waybill - Document Reference - Document Reference - - - - - - - - - ASBIE - Waybill. Exchange Rate - Information that directly relates to the rate of exchange (conversion) between two currencies. - 0..n - Waybill - Exchange Rate - Exchange Rate - - - - - - - - - ASBIE - Waybill. Document Distribution - The distribution of the Waybill to interested parties. - 0..n - Waybill - Document Distribution - Document Distribution - - - - - - - - - ASBIE - Waybill. Signature - An association to Signature. - 0..n - Waybill - Signature - Signature - - - - - - - - - - - - diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/Bind.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/Bind.php deleted file mode 100644 index addf3013..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/Bind.php +++ /dev/null @@ -1,266 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Bind XML to PHP binding - * - * @author Mike Bevz - * @version 0.0.5 - */ -class Bind extends Common -{ - - //protected $dom; - //protected $namespaces; - - /** - * __construct - * - * @param string $classPrefix Prefix for generated class names - * - * @return void - */ - public function __construct($classPrefix) - { - parent::__construct($classPrefix); - } - - /** - * Unmarshal XML string to corresponding PHP binding - * - * @param string $xml XML string to unmarshal - * - * @return object PHP binding object - */ - public function unmarshal($xml) - { - // Get all namespaces - $this->dom = new \DOMDocument(); - if ($this->debug) { - $this->dom->formatOutput = true; - } - $this->dom->loadXML($xml); - - $this->namespaces = $this->getDocNamespaces($this->dom); - - // Find targetNamespace - - $xpath = new \DOMXPath($this->dom); - $query = "."; - $root = $xpath->query($query); - $ns = $code = ""; - foreach ($root as $rt) { - list($ns, $name) = $this->parseQName($rt->nodeName, true); - } - - $className = $this->urnToPhpName($ns)."\\".$this->classPrefix.$name; - - if (!class_exists($className, CoreConstants::USE_AUTOLOADER)) { - throw new \RuntimeException('Class '.$className. ' is not found. Make sure it was included'); - } - - $binding = new $className(); - - return $this->bindXml($xml, $binding); - - // Instantiate class - // Assign corresponding nodes to properties/classes - // return PHP binding - } - - /** - * Bind XML file to model - * @param string $xml XML source - * @param object $model PHP Model to bind to - * - * @return object PHP model - */ - public function bindXml($xml, $model) - { - - //print_r($xml."\n ".get_class($model)); - - $this->dom = new \DOMDocument(); - $this->dom->loadXML($xml); - - $refl = new \ReflectionClass(get_class($model)); - - // In the following code we ignore any elements - // of IntuitAnyType since the contents are unknown and cannot be deserialized by - // the algorithm below. - // Schema for IntuitAnyType uses element wildcard xs:any, - // - // - // - // Product: ALL - // Description: Definition of IntuitAnyType to add and extend new elements to the existing entities. - // - // - // - // - // - // - // Adding namesapce now for - //echo "Class name is:" . $refl->name . "\n"; - if ($refl->name != 'QuickBooksOnline\API\Data\IPPIntuitAnyType') { - $xpath = new \DOMXPath($this->dom); - - $query = "child::*"; - $childs = $xpath->query($query); - - foreach ($childs as $child) { - list($ns, $name) = $this->parseQName($child->nodeName, true); - //$className = $this->urnToPhpName($ns)."\\".$name; - try { - $propertyDocs = $refl->getProperty($name)->getDocComment(); - } catch (\ReflectionException $e) { - throw new \RuntimeException($e->getMessage() . ". Class " . get_class($model)); - } - $docs = $this->parseDocComments($propertyDocs); - $className = $docs['var']; - - - if ($this->hasChild($child)) { - if (property_exists($model, $name)) { - $doc = new \DOMDocument(); - $doc->appendChild($doc->importNode($child, true)); - - if ($this->overrideAsSingleNamespace) { - $nsLastName = array_reverse(explode('\\', $className)); - $className = $nsLastName[0]; - } - /** - *Vish Singh: Solution to Bug # IPP-4748 - *Add Check if the class Exists. @Hao - */ - if (class_exists($className, CoreConstants::USE_AUTOLOADER)) { - //Do nothing - } elseif (class_exists(CoreConstants::NAMEPSACE_DATA_PREFIX . $className)) { - $className = CoreConstants::NAMEPSACE_DATA_PREFIX . $className; - } else { - throw new \Exception("Can't find corresponding CLASS for className" . $className . " in Bind.php"); - } - - if ($model->{$name}) { //If this property has been seen before then turn this into an array if it's not already - if (!is_array($model->{$name})) { //If this property is not already an array, then turn it into one - $model->{$name} = array($model->{$name}, $this->bindXml($doc->saveXml(), new $className())); - } else { //If it is already an array then, just append to this array. - array_push($model->{$name}, $this->bindXml($doc->saveXml(), new $className())); - } - } //If this property hasn't been seen before then just treat it normally - else { - $model->{$name} = $this->bindXml($doc->saveXml(), new $className()); - } - // end of fix - } else { - throw new \RuntimeException('Class ' . get_class($model) . ' does not have property ' . $name); - } - } else { - if (!property_exists($model, $name)) { - throw new \RuntimeException("Model " . get_class($model) . " does not have property " . $name); - } - if (!class_exists($className)) { - //print_r($className."\n"); - $propertyDocs = $refl->getProperty($name)->getDocComment(); - $docs = $this->parseDocComments($propertyDocs); - $type = $docs['xmlType']; - //print_r("Type: ". $type."\n"); - if ($type == 'attribute') { - $model->{$name} = $child->nodeValue; - } elseif ($type == 'element') { - $model->{$name} = $child->nodeValue; - } // elseif ($type == 'value') { - // $model->value = $child->nodeValue; - //} - else { - throw new \RuntimeException('Class ' . $className . ' does not exist'); - } - } else { - //$name = $child->nodeName; - $cModel = new $className(); - $cModel->value = $child->nodeValue; - $model->{$name} = $cModel; - } - } - } - } - - return $model; - } - - private function hasChild($node) - { - if ($node->hasChildNodes()) { - foreach ($node->childNodes as $c) { - if ($c->nodeType === XML_ELEMENT_NODE) { - return true; - } - } - } - return false; - } - - public function bindXmlRec($node, $dom, $modelName) - { - $model = ''; - - if (class_exists($modelName)) { - $model = new $modelName(); - } else { - throw new \RuntimeException('Class '.$modelName.' does not exist'); - } - - $refl = new \ReflectionClass($model); - - $xpath = new \DOMXPath($dom); - $query = "child::*"; - $childs = $xpath->query($query, $node); - foreach ($childs as $child) { - if ($this->hasChild($child)) { - if (property_exists($model, $child->nodeName)) { - $model->{$child->nodeName} = $this->bindXMlRec($child, $dom, $child->nodeName); - } - } else { - if (!property_exists($model, $child->nodeName)) { - throw new \RuntimeException("Model does not have property ".$child->nodeName); - } - if (!class_exists($child->nodeName)) { - $propertyDocs = $refl->getProperty($child->nodeName)->getDocComment(); - $docs = $this->parseDocComments($propertyDocs); - $type = $docs['xmlType']; - if ($type == 'attribute') { - $model->{$child->nodeName} = $child->nodeValue; - } else { - //print_r($propertyType); - throw new \RuntimeException('Class '.$child->nodeName.' does not exist'); - } - } else { - $name = $child->nodeName; - $cModel = new $name(); - $cModel->value = $child->nodeValue; - $model->{$child->nodeName} = $cModel; - } - } - } - - return $model; - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/Common.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/Common.php deleted file mode 100644 index 61798928..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/Common.php +++ /dev/null @@ -1,373 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - - -/** - * Common data - * - * @author Mike Bevz - * @version 0.0.1 - */ -class Common -{ - - /** - * Prefix for generated class names - * - * @var classPrefix - */ - protected $classPrefix; - - - public $basicTypes = array('decimal', 'base64Binary', 'normalizedString', - 'dateTime', 'date', 'boolean', - 'positiveInteger', 'anySimpleType', - 'anyURI', 'byte', 'double', 'duration', - //'ENTITIES', 'ENTITY', - not sure about those - 'float', 'gDay', 'gMonth', 'gMonthDay', 'gYear', 'gYearMonth', - 'hexBinary', - //'ID', 'IDREFS', 'IDREF', - not sure - 'int', 'integer', 'language', 'long', - 'negativeInteger', 'nonPositiveInteger', 'nonNegativeInteger', - //'Name', 'NSName', 'NMTOKEN', 'NMTOKENS', 'NOTATION', - 'QName', 'short', 'string', 'time', 'token', - 'unsignedByte', 'unsignedInt', 'unsignedLong', 'unsignedShort' - ); - - public $phpTypes = array( - 'int', 'integer', 'float', 'string', 'boolean', 'bool', 'object' - ); - - public $reservedWords = array( - 'and', 'or', 'xor', '__FILE__', 'exception', - '__LINE__', 'array', 'as', 'break', 'case', - 'class', 'const', 'continue', 'declare', 'default', - 'die', 'do', 'echo', 'else', 'elseif', - 'empty', 'enddeclare', 'endfor', 'endforeach', 'endif', - 'endswitch', 'endwhile', 'eval', 'exit', 'extends', - 'for', 'foreach', 'function', 'global', 'if', - 'include', 'include_once', 'isset', 'list', 'new', - 'print', 'require', 'require_once', 'return', 'static', - 'switch', 'unset', 'use', 'var', 'while', - '__FUNCTION__', '__CLASS__', '__METHOD__', 'final', 'php_user_filter', - 'interface', 'implements', 'instanceof', 'public', 'private', - 'protected', 'abstract', 'clone', 'try', 'catch', - 'throw', 'this', 'final', '__NAMESPACE__', 'namespace', 'goto', - '__DIR__' - ); - - public $namespaces = null; - - public $lastNsKey = 0; - - public $debug = false; - - /** - * Dom document - * @var DOMDocument - */ - public $dom; - - /** - * If all classes should be treated as members of a single namespace, set that string here - * @var overrideAsSingleNamespace - */ - public $overrideAsSingleNamespace = false; - - /** - * __construct - * - * @param string $classPrefix Prefix for generated class names - * - * @return void - */ - public function __construct($classPrefix) - { - $this->classPrefix = $classPrefix; - } - - public function getDocNamespaces($dom) - { - $xpath = new \DOMXPath($dom); - - - $query = "namespace::*"; - $nss = array(); - $namespaces = $xpath->query($query); - - foreach ($namespaces as $node) { - $key = ""; - if (preg_match("/:/", $node->nodeName)) { - list($pref, $key) = explode(":", $node->nodeName); - if ($key === "xml") { - continue; - } - $nss[$key] = $node->nodeValue; - } - } - - return $nss; - } - - /** - * - * @param string $qname QName string (fx, ns1:Name) - * @param boolean $resolveNamespace [optional] Resolve namespace code to full form - * - * @return array($namespace, $nodeName) - */ - public function parseQName($qname, $resolveNamespace = false) - { - if (!preg_match('/:/', $qname)) { - return array('', $qname); - //throw new \RuntimeException("Given argument is not of QName type: ".$qname); - } - - list($ns, $name) = explode(":", $qname); - - if ($resolveNamespace === true) { - $ns = $this->resolveNamespace($ns); - } - - - return array($ns, $name); - } - - public function isQName($name) - { - if (preg_match('/:/', $name)) { - return true; - } - - return false; - } - - public function urnToPhpName($urn) - { - $urn = preg_replace('/urn:|http:\/\//', '', $urn); - $urn = preg_replace('/-/', '_', $urn); - return preg_replace('/:|\//', '\\', $urn); - } - - /** - * Resolve short namespace to long, or return the same code if not found - * - * @param unknown_type $shortNs - * - * @return string Long namespace - */ - public function resolveNamespace($shortNs) - { - if (!($this->dom instanceof \DOMDocument)) { - throw new RuntimeException("DOM is not initialized"); - } - - if (!is_array($this->namespaces)) { - $this->namespaces = $this->getDocNamespaces($this->dom); - } - - if (array_key_exists($shortNs, $this->namespaces)) { - return $this->namespaces[$shortNs]; - } else { - return $shortNs; - } - } - - /** - * Parse Doc comments - * - * @param string $comments - * - * @return array - */ - public function parseDocComments($comments) - { - $comments = explode("\n", $comments); - $commentsOut = array(); - $params = array(); - foreach ($comments as $com) { - if (preg_match('/@/', $com)) { - $com = preg_replace('/\* /', '', $com); - $com = preg_replace('/@([a-zA-Z]*)( *)(.*)/', '$1|$3', $com); - $com = explode('|', $com); - //$arr = array(); - if (trim($com[0]) == 'param') { - $com[1] = $this->parseParamDocs(trim($com[1])); - array_push($params, $com[1]); - $com[1] = $params; - $com[0] = "params"; - } - - if (trim($com[0]) == 'return') { - $com[1] = $this->parseReturnDocs(trim($com[1])); - } - - $commentsOut[trim($com[0])] = trim($com[1]); - //array_push($commentsOut, array($com[0] => $com[1])); - } - } - - return $commentsOut; - } - - public function parseParamDocs($string) - { - $resp = array(); - $data = explode(" ", $string, 3); - //print_r($data); - if (count($data) == 2) { - $resp['type'] = $data[0]; - $resp['name'] = preg_replace('/\$/', '', $data[1]); - } elseif (count($data) == 3) { - $resp['type'] = $data[0]; - $resp['name'] = preg_replace('/\$/', '', $data[1]); - $resp['docs'] = $data[2]; - } else { - $resp = $string; - } - - return $resp; - } - - public function parseReturnDocs($string) - { - $resp = array(); - $data = explode(" ", $string, 2); - if (count($data) == 1) { - $resp['type'] = $data[0]; - } elseif (count($data) == 2) { - $resp['type'] = $data[0]; - $resp['docs'] = $data[1]; - } else { - $resp = $string; - } - - return $resp; - } - - public function getNsCode($longNs, $rt = false) - { - // if namespace exists - just use its name - // otherwise add it as nsatrribute to root and use its name - if (!is_array($this->namespaces)) { - $this->namespaces = array(); - } - if (array_key_exists($longNs, $this->namespaces)) { - return $this->namespaces[$longNs]; - } else { - $this->namespaces[$longNs] = 'ns'.$this->lastNsKey; - //$this->logger->debug($this->namespaces[$longNs]); - if ($rt === false) { - $nsAttr = $this->dom->createAttributeNS($longNs, $this->namespaces[$longNs].":".$this->rootTagName); - } - $this->lastNsKey++; - return $this->namespaces[$longNs]; - } - } - - /** - * Convert XMLSchema data type to PHP data type - * - * @param mixed $type XML Schema data type - * - * @return string - */ - public function normalizeType($type) - { - switch ($type) { - case 'decimal': - case 'double': - case 'float': - return 'float'; - break; - - case 'base64Binary': - case 'normalizedString': - case 'dateTime': - case 'date': - case 'anySimpleType': - case 'anyURI': - case 'duration': - case 'gDay': - case 'gMonth': - case 'gMonthDay': - case 'gYear': - case 'gYearMonth': - case 'language': - case 'QName': - case 'string': - case 'time': - case 'token': - return 'string'; - break; - - case 'boolean': - return 'boolean'; - break; - - case 'positiveInteger': - case 'byte': - case 'hexBinary': - case 'int': - case 'integer': - case 'long': - case 'negativeInteger': - case 'nonPositiveInteger': - case 'nonNegativeInteger': - case 'short': - case 'unsignedByte': - case 'unsignedInt': - case 'unsignedLong': - case 'unsignedShort': - return 'integer'; - break; - default: - return $type; - break; - } - } - - public function phpTypeToSoap($phpType) - { - switch ($phpType) { - case 'bool': - case 'boolean': - return 'boolean'; - break; - case 'integer': - case 'int': - return 'integer'; - break; - case 'float': - case 'double': - return 'float'; - break; - - case 'string': - return 'string'; - break; - //case 'array[integer]': - //case 'array[integer]': - default: - return false; - //case 'object': - } - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/LegkoXML.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/LegkoXML.php deleted file mode 100644 index f73b13e0..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/LegkoXML.php +++ /dev/null @@ -1,42 +0,0 @@ -xsd2php = new Xsd2Php($schema); - $this->xsd2php->saveClasses($destination, true); - } - - public function generateWsdl($class) - { - } - - /** - * @return the $version - */ - public function getVersion() - { - return $this->version; - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/NullLogger.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/NullLogger.php deleted file mode 100644 index ab3db200..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/NullLogger.php +++ /dev/null @@ -1,10 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -//require_once dirname(__FILE__) . '/Common.php'; - -/** - * PHP Class representation - * - * @author Mike Bevz - * @version 0.0.1 - * - */ -class PHPClass extends Common -{ - /** - * Class name - * - * @var class name - */ - public $name; - - /** - * Array of class level documentation - * - * @var array - */ - public $classDocBlock; - - /** - * Class type - * - * @var string - */ - public $type; - - /** - * Class namespace - * @var string - */ - public $namespace; - - /** - * Class type namespace - * @var string - */ - public $typeNamespace; - - /** - * Class properties - * - * @var array - */ - public $classProperties; - - /** - * Class to extend - * @var string - */ - public $extends; - - /** - * Namespace of parent class - * @var string - */ - public $extendsNamespace; - - /** - * Array of class properties array(array('name'=>'propertyName', 'docs' => array('property'=>'value'))) - * @var array - */ - public $properties; - - /** - * Show debug info - * @var boolean - */ - public $debug = false; - - - public $constants; - - /** - * __construct - * - * @param string $classPrefix Prefix for generated class names - * - * @return void - */ - public function __construct($classPrefix='') - { - parent::__construct($classPrefix); - } - - /** - * Returns array of PHP classes - * - * @return array - */ - public function getPhpCode() - { - $code = "\n"; - if ($this->extendsNamespace != '') { - if (false === $this->overrideAsSingleNamespace) { - $code .= "use ".$this->extendsNamespace.";\n"; - } - } - - if (!empty($this->classDocBlock)) { - $code .= $this->getDocBlock($this->classDocBlock); - } - - if ($this->name == $this->classPrefix.$this->extends) { - $this->name = $this->name . "Wrapper"; - } - - $code .= 'class '.$this->name."\n"; - if ($this->extends != '') { - if ($this->extendsNamespace != '') { - $nsLastName = array_reverse(explode('\\', $this->extendsNamespace)); - $code .= "\t".'extends '.$this->classPrefix.$nsLastName[0]; - //$code = "require_once('".$this->classPrefix.implode('/', $nsLastName).".php');\n" . $code; - } else { - $code .= "\t".'extends '.$this->classPrefix.$this->extends."\n"; - } - } - $code .= "\t".'{'."\n"; - - - $propNames = array(); - foreach ($this->classProperties as $oneProp) { - $propNames[] = $oneProp['name']; - } - $code .= ''."\n"; - - $code .= "\t\t".'/** '."\n"; - $code .= "\t\t".'* Initializes this object, optionally with pre-defined property values '."\n"; - $code .= "\t\t".'* '."\n"; - $code .= "\t\t".'* Initializes this object and it\'s property members, using the dictionary'."\n"; - $code .= "\t\t".'* of key/value pairs passed as an optional argument. '."\n"; - $code .= "\t\t".'* '."\n"; - $code .= "\t\t".'* @param dictionary $keyValInitializers key/value pairs to be populated into object\'s properties '."\n"; - $code .= "\t\t".'* @param boolean $verbose specifies whether object should echo warnings '."\n"; - $code .= "\t\t".'*/ '."\n"; - $code .= "\t\t".'public function __construct($keyValInitializers=array(), $verbose=FALSE)'."\n"; - $code .= "\t\t".'{'."\n"; - $code .= "\t\t\t".'foreach($keyValInitializers as $initPropName => $initPropVal)'."\n"; - $code .= "\t\t\t".'{'."\n"; - $code .= "\t\t\t\t".'if (property_exists(\''. $this->name . '\',$initPropName) || property_exists(\'QuickBooksOnline\\API\\Data\\'. $this->name . '\',$initPropName))'."\n"; - $code .= "\t\t\t\t".'{'."\n"; - $code .= "\t\t\t\t\t".'$this->{$initPropName} = $initPropVal;'."\n"; - $code .= "\t\t\t\t".'}'."\n"; - $code .= "\t\t\t\t".'else'."\n"; - $code .= "\t\t\t\t".'{'."\n"; - $code .= "\t\t\t\t\t".'if ($verbose)'."\n"; - $code .= "\t\t\t\t\t\t".'echo "Property does not exist ($initPropName) in class (".get_class($this).")'."\";\n"; - $code .= "\t\t\t\t".'}'."\n"; - $code .= "\t\t\t".'}'."\n"; - $code .= "\t\t".'}'."\n"; - - $code .= ''."\n"; - if (in_array($this->type, $this->basicTypes)) { - $code .= "\t\t".$this->getDocBlock(array('xmlType'=>'value', 'var' => $this->normalizeType($this->type)), "\t\t"); - $code .= "\t\tpublic ".'$value;'; - } - - if (!empty($this->classProperties)) { - $code .= $this->getClassProperties($this->classProperties); - } - - if (!empty($this->constants)) { - $code .= $this->getClassConstants($this->constants); - } - - - $code .= ''."\n"; - $code .= ''."\n"; - $code .= '} // end class '.$this->name."\n"; - return $code; - } - - /** - * Return class properties from array with indent specified - * - * @param array $props Properties array - * @param array $indent Indentation in tabs - * - * @return string - */ - public function getClassProperties($props, $indent = "\t") - { - $code = $indent."\n"; - - foreach ($props as $prop) { - if (!empty($prop['docs'])) { - $code .= $indent.$this->getDocBlock($prop['docs'], $indent); - } - $code .= $indent.'public $'.$prop['name'].";\n"; - } - return $code; - } - - - public function getClassConstants($const, $indent = "\t") - { - $code = array(); - - foreach ($const as $value) { - //$code[] = $indent.'const ' . $this->constNameFromValue($value) . " = \"$value\";" ; - } - return implode("\n", $code); - } - - public function constNameFromValue($value) - { - return strtoupper(str_ireplace(array(" ","-"), "_", $value)); - } - - /** - * Return docBlock - * - * @param array $docs Array of docs - * @param string $indent Indentation - * - * return string - */ - public function getDocBlock($docs, $indent = "") - { - $code = '/**'."\n"; - foreach ($docs as $key => $value) { - $code .= $indent.' * @'.$key.' '.$value."\n"; - } - $code .= $indent.' */'."\n"; - return $code; - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/Php2Xml.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/Php2Xml.php deleted file mode 100644 index a4dceef9..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/Php2Xml.php +++ /dev/null @@ -1,362 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -//require_once dirname(__FILE__) . '/Common.php'; -//require_once dirname(__FILE__) . '/NullLogger.php'; - -/** - * PHP to XML converter - * - * @author Mike Bevz - * @version 0.0.4 - */ -class Php2Xml extends Common -{ - /** - * Php class to convert to XML - * @var Object - */ - private $phpClass = null; - - - /** - * - * @var DOMElement - */ - private $root; - - - protected $rootTagName; - - private $logger; - - /** - * __construct - * - * @param string $classPrefix Prefix for generated class names - * @param string $phpClass - * - * @return void - */ - public function __construct($classPrefix, $phpClass = null) - { - parent::__construct($classPrefix); - - if ($phpClass != null) { - $this->phpClass = $phpClass; - } - - // @todo implement logger injection - // this does not work due to PHP bug @see http://bugs.php.net/bug.php?id=46813 - if (class_exists('\Zend_Registry', false) && \Zend_Registry::isRegistered('logger')) { - $this->logger = \Zend_Registry::get('logger'); - } else { - $this->logger = new NullLogger(); - } - - $this->buildXml(); - } - - public function getXml($phpClass = null) - { - if ($this->phpClass == null && $phpClass == null) { - throw new \RuntimeException("Php class is not set"); - } - - if ($phpClass != null) { - $this->phpClass = $phpClass; - } - - $propDocs = $this->parseClass($this->phpClass, $this->dom, true); - - foreach ($propDocs as $name => $data) { - if (is_array($data['value'])) { - $elName = array_reverse(explode("\\", $name)); - $code = $this->getNsCode($data['xmlNamespace']); - foreach ($data['value'] as $arrEl) { - //@todo fix this workaroung. it's only works for one level array - $dom = $this->dom->createElement($code.":".$elName[0]); - $this->parseObjectValue($arrEl, $dom); - $this->root->appendChild($dom); - } - } else { - $this->addProperty($data, $this->root); - } - } - $xml = $this->dom->saveXML(); - //$xml = utf8_encode($xml); - - return $xml; - } - - /** - * get_class_vars_fix_order - * - * Mitigates a problem with get_class_vars, wherein get_class_vars does not honor the - * order of class members derived via 'extend' of a parent class (potentially even an - * extend that has multiple layers of inheritance) - * - * @param string $className - * - * @return array - */ - private function get_class_vars_fix_order($className) - { - $propNames = array(); - $parentClassName = get_parent_class($className); - - $classMembersOnlyInherited = array(); - if ($parentClassName) { - $classMembersOnlyInherited = $this->get_class_vars_fix_order(get_parent_class($className)); - } - - $classMembersIncludingInherited = array_keys(get_class_vars($className)); - $classMembersNotInherited = array_diff($classMembersIncludingInherited, $classMembersOnlyInherited); - $orderedClassMembers = array_merge($classMembersOnlyInherited, $classMembersNotInherited); - - return $orderedClassMembers; - } - - private function parseClass($object, $dom, $rt = false) - { - $refl = new \ReflectionClass($object); - $docs = $this->parseDocComments($refl->getDocComment()); - - if (($this->overrideAsSingleNamespace) && ($docs['xmlNamespace'] == '')) { - $docs['xmlNamespace']=$this->overrideAsSingleNamespace; - } - - if ($docs['xmlNamespace'] != '') { - - // Xml name needs to strip class prefix during parse - if ($this->classPrefix && (0==strpos($docs['xmlName'], $this->classPrefix))) { - $docs['xmlName'] = substr($docs['xmlName'], strlen($this->classPrefix)); - } - - $code = ''; - if (is_object($this->root)) { // root initialized - $code = $this->getNsCode($docs['xmlNamespace']); - $root = $this->dom->createElement($code.":".$docs['xmlName']); - } else { // creating root element - $code = $this->getNsCode($docs['xmlNamespace'], true); - $root = $this->dom->createElementNS($docs['xmlNamespace'], $code.":".$docs['xmlName']); - } - - $dom->appendChild($root); - } else { - //print_r("No Namespace found \n"); - $root = $this->dom->createElement($docs['xmlName']); - $dom->appendChild($root); - } - - if ($rt === true) { - $this->rootTagName = $docs['xmlName']; - $this->rootNsName = $docs['xmlNamespace']; - $this->root = $root; - } - - // Beware: getProperties does not honor member order for members derived via inheritance - $properties = $refl->getProperties(); - - $propDocs = array(); - foreach ($properties as $prop) { - $pDocs = $this->parseDocComments($prop->getDocComment()); - $propDocs[$prop->getName()] = $pDocs; - $propDocs[$prop->getName()]['value'] = $prop->getValue($object); - } - - // Re-order $propDocs output, into correctly-ordered $correctMemberOrder - $correctMemberOrder = $this->get_class_vars_fix_order(get_class($object)); - $correctMemberOrder = array_flip($correctMemberOrder); - foreach ($propDocs as $key => $val) { - $correctMemberOrder[$key]=$val; - } - - return $correctMemberOrder; - } - - private function buildXml() - { - $this->dom = new \DOMDocument('1.0', 'UTF-8'); - $this->dom->formatOutput = true; - $this->dom->preserveWhiteSpace = false; - $this->dom->recover = false; - $this->dom->encoding = 'UTF-8'; - } - - - - private function addProperty($docs, $dom) - { - if (isset($docs['value'])) { - $el = ""; - - if (array_key_exists('xmlNamespace', $docs)) { - $code = $this->getNsCode($docs['xmlNamespace']); - $el = $this->dom->createElement($code.":".$docs['xmlName']); - } else { - $el = $this->dom->createElement($docs['xmlName']); - } - - // SDK-78 - // converts numbers into string representation from any numeric - if (is_numeric($docs['value'])) { - $docs['value'] = (string) $docs['value']; - } - // - - if (is_object($docs['value'])) { - //print_r("Value is object \n"); - $el = $this->parseObjectValue($docs['value'], $el); - } elseif (is_string($docs['value'])) { - if ($docs['xmlType'] == 'attribute') { - $atr = $this->dom->createAttribute($docs['xmlName']); - $text = $this->dom->createTextNode($docs['value']); - $atr->appendChild($text); - - $el = $atr; - } elseif (array_key_exists('xmlNamespace', $docs)) { - $code = $this->getNsCode($docs['xmlNamespace']); - $el = $this->dom->createElement($code.":".$docs['xmlName'], htmlspecialchars($docs['value'], ENT_QUOTES, 'UTF-8')); - } else { - $el = $this->dom->createElement($docs['xmlName'], $docs['value']); - } - } else { - //print_r("Value is not string"); - } - - $dom->appendChild($el); - } - } - - /** - * - * Parse value of the object - * - * @param Object $obj - * @param DOMElement $element - * - * @return DOMElement - */ - private function parseObjectValue($obj, $element) - { - $this->logger->debug("Start with:".$element->getNodePath()); - - $refl = new \ReflectionClass($obj); - - $classDocs = $this->parseDocComments($refl->getDocComment()); - $classProps = $refl->getProperties(); - $namespace = $classDocs['xmlNamespace']; - foreach ($classProps as $prop) { - $propDocs = $this->parseDocComments($prop->getDocComment()); - //print_r($prop->getDocComment()); - - if (is_object($prop->getValue($obj))) { - $code = ''; - $propDocs['xmlName'] = (isset($propDocs['xmlName'])) ? trim($propDocs['xmlName']) : ''; - //print($propDocs['xmlName']."\n"); - if (array_key_exists('xmlNamespace', $propDocs)) { - $code = $this->getNsCode($propDocs['xmlNamespace']); - $el = $this->dom->createElement($code.":".$propDocs['xmlName']); - $el = $this->parseObjectValue($prop->getValue($obj), $el); - } else { - $el = $this->dom->createElement($propDocs['xmlName']); - $el = $this->parseObjectValue($prop->getValue($obj), $el); - } - //print_r("Value is object in Parse\n"); - - $element->appendChild($el); - } else { - //Next function fixes SDK-78 - $this->castToStringZero($prop, $obj); - // end - - if ($prop->getValue($obj) != '') { - if ($propDocs['xmlType'] == 'element') { - $el = ''; - $code = $this->getNsCode($propDocs['xmlNamespace']); - $value = $prop->getValue($obj); - - if (is_array($value)) { - - // Strip the class prefix, if one exists - if ($this->classPrefix && (0===strpos($propDocs['xmlName'], $this->classPrefix))) { - $propDocs['xmlName'] = substr($propDocs['xmlName'], strlen($this->classPrefix)); - } - - $this->logger->debug("Creating element:".$code.":".$propDocs['xmlName']); - $this->logger->debug(print_r($value, true)); - foreach ($value as $node) { - $this->logger->debug(print_r($node, true)); - $el = $this->dom->createElement($code.":".$propDocs['xmlName']); - $arrNode = $this->parseObjectValue($node, $el); - $element->appendChild($arrNode); - } - } else { - //SDK-39 - $el = $this->dom->createElement($code.":".$propDocs['xmlName'], htmlspecialchars($value)); - $element->appendChild($el); - } - //print_r("Added element ".$propDocs['xmlName']." with NS = ".$propDocs['xmlNamespace']." \n"); - } elseif ($propDocs['xmlType'] == 'attribute') { - $atr = $this->dom->createAttribute($propDocs['xmlName']); - $text = $this->dom->createTextNode($prop->getValue($obj)); - $atr->appendChild($text); - $element->appendChild($atr); - } elseif ($propDocs['xmlType'] == 'value') { - $this->logger->debug(print_r($prop->getValue($obj), true)); - - $txtNode = $this->dom->createTextNode($prop->getValue($obj)); - $element->appendChild($txtNode); - } - } - } - } - - return $element; - } - - /** - * Returns true if value is empty and has a numeric type. - * Basically this is for zero (0). - * @param type $value - * @return type - */ - private function isEmptyInt($value) - { - return empty($value) && is_numeric($value); - } - - /** - * Cast numeric empty value to string - * @see SDK-78 - * @param ReflectionProperty $prop - * @param Object $obj - */ - private function castToStringZero($prop, $obj) - { - if ($this->isEmptyInt($prop->getValue($obj))) { - //reset value in very specific case to keep it intact - $prop->setValue($obj, (string) $prop->getValue($obj)); - } - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/SoapServer.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/SoapServer.php deleted file mode 100644 index 35982c7f..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/SoapServer.php +++ /dev/null @@ -1,265 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -//require_once 'Bind.php'; -//require_once 'Php2Xml.php'; - -/** - * Class aware SOAP Server implementation - * - * @todo Multiple parameters to service methods are not supported - * @todo Limited support of XML Schema constructions, working example as follows - * - * - * - * - * - * - * - * @todo Refactor type extracting algorithm - * - * @author Mike Bevz - * - */ -class SoapServer extends \SoapServer -{ - - /** - * - * @var Common - */ - private $common; - - /** - * - * @var array - */ - private $xsdTypes = array(); - - public function __construct($wsdl, $options) - { - $this->common = new Common(); - - $types = $this->getXSDTypes($wsdl); - - $options['typemap'] = array(); - - foreach ($types as $type) { - array_push($options['typemap'], array('type_name' => $type['name'], 'type_ns' => $type['namespace'], - 'from_xml' => 'com\\mikebevz\\xsd2php\\SoapServer::unmarshalRoot', 'to_xml' => 'com\\mikebevz\\xsd2php\\SoapServer::marshalRoot' - )); - } - parent::SoapServer($wsdl, $options); - } - - public static function unmarshalRoot($string) - { - $dom = new \DomDocument(); - $dom->loadXml($string); - $xpath = new \DomXPath($dom); - $query = "child::*"; - $childs = $xpath->query($query); - $binding = array(); - foreach ($childs as $child) { - $legko = new Bind(); - $lDom = new \DomDocument(); - $lDom->appendChild($lDom->importNode($child, true)); - $binding = $legko->unmarshal($lDom->saveXml()); - } - - return $binding; - } - - public static function marshalRoot($object) - { - //@todo Check return result on Java/.Net sides - $marshal = new Php2Xml(); - $xml = $marshal->getXml($object); - - return $xml; - } - - private function getXSDTypes($wsdl) - { - $dom = new \DOMDocument(); - $dom->load($wsdl); - $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='definitions']/*[local-name()='types']/*"; - $schema = $xpath->query($query); - $this->common->dom = $dom; - - $xsd = ''; - $xsdDom = ''; - // Extract XML Schema from WSDL - foreach ($schema as $s) { - $mdom = new \DOMDocument(); - $mdom->appendChild($mdom->importNode($s, true)); - //$this->common->dom = $mdom; - list($ns, $name) = $this->common->parseQName($s->nodeName, true); - if ($ns == 'http://www.w3.org/2001/XMLSchema' && $name == 'schema') { - $xsdDom = $mdom; - } - } - if (!($xsdDom instanceof \DOMDocument)) { - throw new RuntimeException("Cannot find XML Schema in given WSDL ".$wsdl); - } - - - $xpath = new \DOMXPath($xsdDom); - $query = "//*[local-name()='schema']/@targetNamespace"; - $targetNamespace = $xpath->query($query); - $tNs = $targetNamespace->item(0)->nodeValue; - - $query = "child::node()"; - $nodes = $xpath->query($query); - //$xsdTypes = array(); - - foreach ($nodes as $node) { - if ($node->nodeType == XML_ELEMENT_NODE) { - $this->parseNode($node, $tNs); - //if ($res != '') { - // $this->xsdTypes[] = $res; - //} - } - } - - //print_r($this->common->namespaces); - - return $this->xsdTypes; - } - - private function parseNode($node, $tNs) - { - $nodeNs = $nodeName = ''; - - if ($this->common->isQName($node->nodeName)) { - list($nodeNs, $nodeName) = $this->common->parseQName($node->nodeName, true); - } else { - $nodeNs = $tNs; - $nodeName = $node->nodeName; - } - - //print_r("Name: ".$nodeName." ".$nodeNs."\n"); - if ($nodeName == '') { - return; - } - if ($nodeNs != 'http://www.w3.org/2001/XMLSchema') { - return; - } - $xsdTypes = array(); - switch ($nodeName) { - case 'element': - //parse element node - $this->parseElementNode($node, $tNs); - break; - case 'complexType': - // parse complex type - $this->parseComplexTypeNode($node, $tNs); - break; - case 'simpleType': - break; - case 'attribute': - break; - case 'group': - break; - case 'all': - case 'sequence': - //print_r('Sequence or All'."\n"); - foreach ($node->childNodes as $child) { - $this->parseNode($child, $tNs); - } - break; - default: - break; - } - } - - private function parseElementNode($node, $tNs) - { - if ($node->getAttribute('name') != '') { - $res = $this->parseElementNameNode($node, $tNs); - //return $res; - } elseif ($node->getAttribute('ref') != '') { - return $this->parseElementRefNode($node, $tNs); - } else { - // wrong element? - } - } - - private function parseElementNameNode($node, $tNs) - { - if ($node->getAttribute('type') != '') { - $type = $node->getAttribute('type'); - list($typeNs, $typeName) = $this->common->parseQName($type, true); - //print_r($typeName."\n"); - if ($typeNs != 'http://www.w3.org/2001/XMLSchema') { - //print_r(array('name' => $node->getAttribute('name'), 'type' => 'element', 'namespace' => $tNs)); - array_push($this->xsdTypes, array('name' => $node->getAttribute('name'), 'type' => 'element', 'namespace' => $tNs)); - array_push($this->xsdTypes, array('name' => $typeName, 'type' => 'element', 'namespace' => $typeNs)); - } - } else { - // Parse child notes is there is not type specified - // - foreach ($node->childNodes as $child) { - // get complex type ref - $this->parseNode($child, $tNs); - } - } - } - - private function parseElementRefNode($node, $tNs) - { - if ($node->getAttribute('ref') != '') { - $element = $node->getAttribute('ref'); - list($elNs, $elName) = $this->common->parseQName($element, true); - if ($elNs != 'http://www.w3.org/2001/XMLSchema') { - array_push($this->xsdTypes, array('name' => $elName, 'type' => 'element', 'namespace' => $elNs)); - } - } - } - - private function parseComplexTypeNode($node, $tNs) - { - if ($node->getAttribute('name') != '') { - //print_r('Name Type'."\n"); - $res = $this->parseComplexTypeName($node, $tNs); - } else { - //print_r('No Name Type'."\n"); - $this->parseComplexTypeNoName($node, $tNs); - } - } - - private function parseComplexTypeName($node, $tNs) - { - //$resp = array(); - foreach ($node->childNodes as $child) { - $resp[] = $this->parseNode($child, $tNs); - } - //return $resp; - } - - private function parseComplexTypeNoName($node, $tNs) - { - //$resp = array(); - foreach ($node->childNodes as $child) { - $this->parseNode($child, $tNs); - } - //return $resp; - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/Wsdl.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/Wsdl.php deleted file mode 100644 index daff2c2b..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/Wsdl.php +++ /dev/null @@ -1,943 +0,0 @@ -class = $class; - } - } - - /** - * Ger WSDL file contents - * - * @param string|object $class - * - * @return string - * - * @throws RuntimeException If class not defined - * @throws RuntimeException If given class is neither class nor string - * @throws RuntimeException If given class is not found, ie was not included before - */ - public function getWsdl($class = null) - { - /* - if ($class != null) { - $this->class = $class; - } elseif ($this->class == null) { - throw new \RuntimeException("No class defined"); - } - - if (!is_object($this->class) && !is_string($this->class)) { - throw new \RuntimeException("Given class is neither class nor string"); - } - - if (is_string($this->class)) { - if (!class_exists($this->class)) { - throw new \RuntimeException("Class ".$class." is not found. Did you forget to include it?"); - } - $this->class = new $this->class(); - } - - */ - - //$this->refl = new \ReflectionClass($this->class); - - //$this->wsdl = new \Zend_Soap_Wsdl($this->refl->getShortName(), - // $this->namespaceToUrn($this->refl->getNamespaceName())); - - - - $factory = new wsdl\WsdlFactory($class, wsdl\WsdlFactory::WSDL_1_1); - $this->wsdl = $factory->getImplementation(); - $this->wsdl->debug = true; - /* - $this->addTypes(); - $this->addMessages(); - $this->addPortType(); - $this->addBindings(); - - $this->addServices(); - - $dom = $this->wsdl->toDomDocument(); - if ($this->debug) { - $dom->formatOutput = true; - }*/ - - return $this->wsdl->toXml();//$dom->saveXml(); - } - - /** - * Add bindings to WSDL - * - * @return DomNode Binding node - */ - private function addBindings() - { - $this->binding = $this->wsdl->addBinding($this->refl->getShortName().$this->bindingNameSuffix, - $this->targetNsPrefix.":".$this->getBindingTypeName()); - $this->wsdl->addSoapBinding($this->binding, - $this->getSoapBindingStyle(), - $this->getSoapBindingTransport()); - - $this->addBindingOperations(); - return $this->binding; - } - - /** - * Get binding type name - * - * @return string - */ - private function getBindingTypeName() - { - return $this->refl->getShortName().$this->portNameSuffix; - } - - /** - * Add port type - * - * @return DOMNode portType node - */ - private function addPortType() - { - $this->portType = $this->wsdl->addPortType($this->getPortName()); - $this->addPortOperations(); - - return $this->portType; - } - - /** - * Add XML Schema types - * - * @return void - */ - public function addTypes() - { - $methods = $this->getClassMethods(); - foreach ($methods as $method) { - $data = $this->getMethodIO($method->name); - $element = array('name' => $method->name, - 'sequence' => array() ); - - if (array_key_exists("params", $data)) { - foreach ($data['params'] as $param) { - if ($this->isLocalType($this->getTypeName($param['type']))) { - array_push($element['sequence'], array('name' => $param['name'], 'type' => $this->getTypeName($param['type']))); - } else { - array_push($element['sequence'], array('ref' => $this->getTypeName($param['type']))); - } - } - $this->wsdl->addElement($element); - } - - if (array_key_exists("return", $data)) { - $return = ""; - if ($this->isLocalType($this->getTypeName($data['return']['type']))) { - $return = array('name' => $method->name.$this->responseSuffix, - 'sequence' => array(array('name' => 'Response', 'type' => $this->getTypeName($data['return']['type'])))); - } else { - $return = array('name' => $method->name.$this->responseSuffix, - 'sequence' => array(array('ref' => $this->getTypeName($data['return']['type'])))); - } - - $this->wsdl->addElement($return); - } - } - } - - /** - * Add operations to binding - * - * @return void - */ - public function addBindingOperations() - { - $methods = $this->getClassMethods(); - - //@todo Check if binding is instantiated - - foreach ($methods as $method) { - $data = $this->getMethodIO($method->name); - $bindingInput = false; - $bindingOutput = false; - if (array_key_exists("params", $data)) { - $bindingInput = array('use' => 'literal'); - } - - if (array_key_exists("return", $data)) { - $bindingOutput = array('use' => 'literal'); - } - - $operation = $this->wsdl->addBindingOperation($this->binding, $method->name, $bindingInput, $bindingOutput); - $soapOperation = $this->wsdl->addSoapOperation($operation, $this->namespaceToUrn($this->refl->getNamespaceName())."/".$method->name); - } - } - - - /** - * Add Port operations - * - * @return void - */ - private function addPortOperations() - { - $methods = $this->getClassMethods(); - - foreach ($methods as $method) { - $data = $this->getMethodIO($method->name); - - $input = false; - $output = false; - $bindingInput = false; - $bindingOutput = false; - - if (array_key_exists("params", $data)) { - $input = $this->targetNsPrefix.":".$method->name.$this->requestSuffix; - } - - if (array_key_exists("return", $data)) { - $output = $this->targetNsPrefix.":".$method->name.$this->responseSuffix; - } - - $this->wsdl->addPortOperation($this->portType, - $method->name, - $input, - $output); - } - } - - /** - * Return true if given type is local, false in case the type is not from xsd or tns namespaces - * - * @param string $type QName type name - * - * @return boolean - */ - public function isLocalType($type) - { - if (preg_match('/:/', $type)) { - list($ns, $typeName) = explode(":", $type); - if ($ns == $this->targetNsPrefix || $ns == $this->xmlSchemaPreffix) { - return true; // Local type - } else { - return false; - } - } else { - // @todo - No namespace - local type - return true; - } - } - - /** - * Add SOAP messages - * - * @param array $messages Messages to add - * - * @return void - * @throws RuntimeException If method does not have any inputs/outputs - * @throws RuntimeException If - */ - public function addMessages() - { - $methods = $this->getClassMethods(); - $messages = array(); - foreach ($methods as $method) { - $data = $this->getMethodIO($method->name); - - $input = false; - $output = false; - // Add inputs if any - if (array_key_exists("params", $data)) { - array_push($messages, array('name' => $method->name.$this->requestSuffix, 'refType' => 'element', - 'content' => array($method->name.$this->requestSuffix => $this->targetNsPrefix.":".$method->name))); - } - - // Add outputs if any - if (array_key_exists("return", $data)) { - array_push($messages, array('name' => $method->name.$this->responseSuffix, 'refType' => 'element', - 'content' => array($method->name.$this->responseSuffix => $this->targetNsPrefix.":".$method->name.$this->responseSuffix))); - } - } - - if (empty($messages)) { - throw new \RuntimeException($method->name." does not have any input or output"); - } - - - - if (!is_array($messages)) { - throw new \RuntimeException("Argument is not array"); - } - - foreach ($messages as $msg) { - if ($msg['refType'] == 'type') { - $this->wsdl->addMessage($msg['name'], $msg['content']); - } elseif ($msg['refType'] == 'element') { - $dom = $this->wsdl->toDomDocument(); - $msgEl = $dom->createElement('message'); - $msgNameAt = $dom->createAttribute('name'); - $msgNameTxtNode = $dom->createTextNode($msg['name']); - $msgNameAt->appendChild($msgNameTxtNode); - $msgEl->appendChild($msgNameAt); - - $partEl = $dom->createElement("part"); - $partNameAt = $dom->createAttribute("name"); - $partElAt = $dom->createAttribute('element'); - foreach ($msg['content'] as $name => $element) { - $partNameTxtNode = $dom->createTextNode($name); - $partNameAt->appendChild($partNameTxtNode); - - $partElTxtNode = $dom->createTextNode($element); - $partElAt->appendChild($partElTxtNode); - } - $partEl->appendChild($partNameAt); - $partEl->appendChild($partElAt); - - $msgEl->appendChild($partEl); - - $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='definitions']"; - $childs = $xpath->query($query); - $childs->item(0)->appendChild($msgEl); - } else { - throw new \RuntimeException("refType only can be type or element"); - } - } - } - - /** - * Get service class public methods - * - * @return array - */ - private function getClassMethods() - { - return $this->refl->getMethods(\ReflectionMethod::IS_PUBLIC); - } - - /** - * Return method input/output - * - * @param string $method Method name - * - * @return array - */ - private function getMethodIO($method) - { - $methodDocs = $this->refl->getMethod($method)->getDocComment(); - return $this->parseDocComments($methodDocs); - } - - - - /** - * Get port name - * - * @return string - */ - private function getPortName() - { - return $this->refl->getShortName().$this->portNameSuffix; - } - - private function getNamespaceName($class) - { - $this->refl->getNamespaceName(); - } - - private function namespaceToUrn($namespace) - { - $namespace = "urn:".preg_replace('/\\\/', ':', $namespace); - return $namespace; - } - - /** - * Add SOAP Service - * - * @return void - */ - private function addServices() - { - $this->wsdl->addService($this->getServiceName(), $this->getPortName(), $this->getBindingName(), $this->getLocation()); - } - - /** - * Get QName style for given type - * @param string $type Type name - * - * @return string - * @throws RuntimeException If class of type cannot be found - */ - private function getTypeName($type) - { - - //@todo Check must be performed against PHP data types not XMLSchema - if (!in_array($type, $this->basicTypes)) { - if (!class_exists($type, CoreConstants::USE_AUTOLOADER)) { - throw new \RuntimeException("Cannot find class ".$type); - } - - $typeNamespace = $this->getClassNamespace($type); - $typeName = $this->getShortName($type); - $nsCode = $this->getNsCode($typeNamespace, true); - $this->addImportToSchema($typeNamespace, $nsCode); - return $nsCode.":".$typeName; - } else { - return $this->xmlSchemaPreffix.":".$type; - } - } - - /** - * Add xsd:import tag to XML schema before any childs added - * - * @param string $namespace Namespace URI - * @param string $code Shortcut for namespace, fx, ns0. Returned by getNsCode() - * - * @return void - */ - private function addImportToSchema($namespace, $code) - { - if (array_key_exists($namespace, $this->namespaces)) { - if (in_array($namespace, $this->importedNamespaces)) { - return; - } - - $dom = $this->wsdl->toDomDocument(); - $dom->createAttributeNs($namespace, $code.":definitions"); - $importEl = $dom->createElement($this->xmlSchemaPreffix.":import"); - $nsAttr = $dom->createAttribute("namespace"); - $txtNode = $dom->createTextNode($namespace); - $nsAttr->appendChild($txtNode); - - $nsAttr2 = $dom->createAttribute("schemaLocation"); - $schemaLocation = $this->getSchemaLocation($namespace); - $publicSchema = $this->copyToPublic($schemaLocation, true); - $publicSchema = $this->copyToPublic($schemaLocation, true); - $schemaUrl = $this->importsToAbsUrl($publicSchema, $this->getSchemasPath()); - - $txtNode2 = $dom->createTextNode($schemaUrl); - $nsAttr2->appendChild($txtNode2); - - $importEl->appendChild($nsAttr); - $importEl->appendChild($nsAttr2); - $this->wsdl->getSchema(); - $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='types']/child::*/*"; - $firstElement = $xpath->query($query); - - if (!is_object($firstElement->item(0))) { - $query = "//*[local-name()='types']/child::*"; - $schema = $xpath->query($query); - $schema->item(0)->appendChild($importEl); - } else { - $this->wsdl->getSchema()->insertBefore($importEl, $firstElement->item(0)); - } - - array_push($this->importedNamespaces, $namespace); - } - } - - /** - * Convert relative paths in XMLSchema's imports and includes to URLs using $location - * - * @param string $schemaPath Absolute path to XML Schema file - * - * @return string URL of the schema - */ - public function importsToAbsUrl($schemaPath, $relPath = '') - { - $dom = new \DOMDocument(); - $dom->load($schemaPath); - - $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='schema']/*[local-name()='import']"; - $imports = $xpath->query($query); - $urlParts = parse_url($this->getLocation()); - $rootUrl = $this->composeUrl($urlParts); - $url = $rootUrl.$this->getPublicUrl()."/".basename($schemaPath); - if (!is_object($imports->item(0))) { - return $url; - } - - $urlParts = parse_url($this->getLocation()); - $rootUrl = $this->composeUrl($urlParts); - - foreach ($imports as $import) { - $scPath = realpath($relPath.DIRECTORY_SEPARATOR.$import->getAttribute('schemaLocation')); - $copiedSchema = $this->copyToPublic($scPath, true); - - $schemaUrl = $rootUrl.$this->getPublicUrl()."/".basename($copiedSchema); - $import->setAttribute('schemaLocation', $schemaUrl); - - $this->importsToAbsUrl($copiedSchema, dirname($scPath)); - } - $dom->save($schemaPath); - return $url; - } - - /** - * Compose URL of kind schema://host:port - * - * @param array $parts - * - * @return string URL - */ - public function composeUrl($parts) - { - $url = ""; - if (array_key_exists('scheme', $parts)) { - $url .= $parts['scheme']."://"; - } - - if (array_key_exists('host', $parts)) { - $url .= $parts['host']; - } - - if (array_key_exists('port', $parts)) { - $url .= ":".$parts['port']; - } - - if (array_key_exists('path', $parts)) { - } - - return $url; - } - - - /** - * Copy given file to publicSchemaPath - * - * @param string $path Path to file - * @param boolean $overwrite Overwrite file if it exists? default false - * - * @return string Path to new file - * @throws RuntimeException If file cannot be copied - */ - public function copyToPublic($path, $overwrite = false) - { - $publicPath = realpath($this->getPublicPath()); - $targetFilePath = $publicPath.DIRECTORY_SEPARATOR.basename($path); - - if (($overwrite === true && file_exists($targetFilePath)) || !file_exists($targetFilePath)) { - if (!copy($path, $targetFilePath)) { - throw new \RuntimeException("Cannot copy ".basename($path)." to ".$publicPath); - } - } - - return $targetFilePath; - } - - /** - * Get path to schema in schemasPath with targetNamespace = $ns - * - * @param string $ns Namespace to match - * - * @return string absolut path to schema file - * @throws RuntimeException If SchemaPath is not specified - * @throws RuntimeException If Public folder is not specified - * @throws RuntimeException If SchemaPath is not readable - * @throws RuntimeException If PublicPath is not writable - * @throws RuntimeException If namespace cannot be found in SchemaPath - */ - public function getSchemaLocation($ns) - { - if ($this->getSchemasPath() == null || !file_exists($this->getSchemasPath())) { - throw new \RuntimeException("Schemas path is not specified or is not exist - cannot start search for imports"); - } - - if ($this->getPublicPath() == null || !file_exists($this->getPublicPath())) { - throw new \RuntimeException("Public folder for imported schemas is not specified or is not exist - cannot save imports"); - } - - if (!is_readable($this->getSchemasPath())) { - throw new \RuntimeException($this->getSchemasPath()." is not readable"); - } - - if (!is_writeable($this->getPublicPath())) { - throw new \RuntimeException($this->getPublicPath()." is not writable"); - } - // Scan directory for xsd files - - $dir = new \RecursiveDirectoryIterator(realpath($this->getSchemasPath())); - $iter = new \RecursiveIteratorIterator($dir); - $regex = new \RegexIterator($iter, '/\.xsd$/', \RecursiveRegexIterator::MATCH); - $files = array(); - foreach ($regex as $key => $value) { - array_push($files, $key); - } - $schema = ""; - foreach ($files as $file) { - if ($this->isTargetNamespaceEqualsTo($file, $ns)) { - $schema = $file; - } - } - - if ($schema == "") { - throw new \RuntimeException("Cannot find schema for namespace ".$ns." in ".realpath($this->getSchemasPath())); - } - - return $schema; - } - - /** - * Check if $schema XML Schema file belongs to $ns - * - * @param string $schema Path to XML Schema file - * @param string $ns Target namespace to match - * - * @return boolean - */ - public function isTargetNamespaceEqualsTo($schema, $ns) - { - $dom = new \DOMDocument(); - $dom->load($schema); - - $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='schema']/@targetNamespace"; - $tNs = $xpath->query($query); - - if (!is_object($tNs->item(0))) { - return false; - } - if ($tNs->item(0)->nodeValue === $ns) { - return true; - } else { - return false; - } - } - - /** - * Get base name from URI - * - * @param string $ns URI - * - * @return string Base name - */ - public function getBaseNsName($ns) - { - $ns = array_reverse(explode(":", $ns)); - return $ns[0]; - } - - /** - * Return class XML namespace taken from @xmlNamespace doc - * - * @param string $class Class name - * - * @return string XML namespace - * @throws RuntimeException If namespace cannot be found in class DocBlock - */ - public function getClassNamespace($class) - { - $refl = new \ReflectionClass($class); - - $docs = $this->parseDocComments($refl->getDocComment()); - if (!array_key_exists("xmlNamespace", $docs)) { - throw new RuntimeException('Cannot find namespace in class description in '.$class); - } - return $docs['xmlNamespace']; - } - - /** - * Get class name without namespace - * - * @param string $longName Class full name - * - * @return string Class base name - */ - private function getShortName($longName) - { - $arr = array_reverse(explode('\\', $longName)); - $shortName = $arr[0]; - return $shortName; - } - - /** - * @todo Check this method - * - * @param string $type Data type - * - * @return string - */ - private function addType($type) - { - if (!in_array($type, $this->basicTypes)) { - $typeName = $this->getShortName($type); - $typeNamespace = $this->getClassNamespace($type); - $nsCode = $this->getNsCode($typeNamespace, true); - } else { - return $type; - } - } - - /** - * Get service element name - * - * @return string - */ - private function getServiceName() - { - return $this->refl->getShortName().$this->serviceNameSuffix; - } - - - - /** - * Get binding element name - * - * @return void - */ - private function getBindingName() - { - return $this->targetNsPrefix.":".$this->refl->getShortName().$this->bindingNameSuffix; - } - - - /** - * Get SOAP service location (service->port->address->location) - * - * @return string $location - */ - public function getLocation() - { - return $this->location; - } - - /** - * @param $location the $location to set - */ - public function setLocation($location) - { - $this->location = $location; - } - /** - * Get SOAP binding style - * - * @return string $soapBindingStyle - */ - public function getSoapBindingStyle() - { - return $this->soapBindingStyle; - } - - /** - * @param $soapBindingStyle the $soapBindingStyle to set - */ - public function setSoapBindingStyle($soapBindingStyle) - { - $this->soapBindingStyle = $soapBindingStyle; - } - /** - * Get SOAP binding transport - * - * @return string the $soapBindingTransport - */ - public function getSoapBindingTransport() - { - return $this->soapBindingTransport; - } - - /** - * @param $soapBindingTransport the $soapBindingTransport to set - */ - public function setSoapBindingTransport( - $soapBindingTransport) - { - $this->soapBindingTransport = $soapBindingTransport; - } - /** - * @return the $schemasPath - */ - public function getSchemasPath() - { - return $this->schemasPath; - } - - /** - * @param $schemasPath the $schemasPath to set - */ - public function setSchemasPath($schemasPath) - { - $this->schemasPath = $schemasPath; - } - /** - * @return the $debug - */ - public function getDebug() - { - return $this->debug; - } - - /** - * @param $debug the $debug to set - */ - public function setDebug($debug) - { - $this->debug = $debug; - } - /** - * @return the $publicPath - */ - public function getPublicPath() - { - return $this->publicPath; - } - - /** - * @param $publicPath the $publicPath to set - */ - public function setPublicPath($publicPath) - { - $this->publicPath = $publicPath; - } - /** - * @return the $publicUrl - */ - public function getPublicUrl() - { - return $this->publicUrl; - } - - /** - * @param $publicUrl the $publicUrl to set - */ - public function setPublicUrl($publicUrl) - { - $this->publicUrl = $publicUrl; - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/Xsd2Php.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/Xsd2Php.php deleted file mode 100644 index d990d91b..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/Xsd2Php.php +++ /dev/null @@ -1,805 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -//require_once dirname(__FILE__) . '/PHPClass.php'; -//require_once dirname(__FILE__).'/Common.php'; - -/** - * Generate PHP classes based on XSD schema - * - * @author Mike Bevz - * @version 0.0.1 - * - */ -class Xsd2Php extends Common -{ - /** - * XSD schema to convert from - * @var String - */ - private $xsdFile; - - /** - * - * @var DOMXPath - */ - private $xpath; - - /** - * Namespaces in the current xsd schema - * @var array - */ - private $nspace; - - /** - * XML file suitable for PHP code generation - * @var string - */ - private $xmlForPhp; - - /** - * Show debug info - * @var boolean - */ - public $debug = false; - - /** - * Namespaces = array (className => namespace ), used in dirs/files generation - * @var array - */ - //private $namespaces; - - /** - * Short namespaces - * - * @var array - */ - private $shortNamespaces; - - /** - * XML Source - * - * @var string - */ - private $xmlSource; - - /** - * Target namespace - * - * @var string - */ - private $targetNamespace; - - /** - * XSD root namespace alias (fx, xsd = http://www.w3.org/2001/XMLSchema) - * - * @var string - */ - private $xsdNs; - - /** - * Already processed imports - * - * @var array - */ - private $loadedImportFiles = array(); - - /** - * Processed namespaces - * - * @var array - */ - private $importHeadNS = array(); - - - /** - * XML Schema converted to XML - * - * @return string $xmlSource - */ - public function getXmlSource() - { - return $this->xmlSource; - } - - /** - * Set XML representation of the XML Schema - * - * @param string $xmlSource XML Source - * - * @return void - */ - public function setXmlSource($xmlSource) - { - $this->xmlSource = $xmlSource; - } - - /** - * - * __construct - * - * @param string $classPrefix Prefix for generated class names - * @param string $xsdFile Xsd file to convert - * @param boolean $debug Show debug messages[optional, default = false] - * - * @return void - */ - public function __construct($classPrefix, $xsdFile, $debug = false) - { - parent::__construct($classPrefix); - - if ($debug != false) { - $this->debug = $debug; - } - - $this->xsdFile = $xsdFile; - - $this->dom = new \DOMDocument(); - $this->dom->load($this->xsdFile, - LIBXML_DTDLOAD | - LIBXML_DTDATTR | - LIBXML_NOENT | - LIBXML_XINCLUDE); - - $this->xpath = new \DOMXPath($this->dom); - $this->targetNamespace = $this->getTargetNS($this->xpath); - $this->shortNamespaces = $this->getNamespaces($this->xpath); - - $this->dom = $xsd = $this->loadIncludes($this->dom, dirname($this->xsdFile), $this->targetNamespace); - $this->dom = $this->loadImports($this->dom, $this->xsdFile); - - if ($this->debug) { - print_r($this->shortNamespaces); - } - } - - /** - * Return target namespace for given DOMXPath object - * - * @param DOMXPath $xpath DOMXPath Object - * - * @return string - */ - private function getTargetNS($xpath) - { - $query = "//*[local-name()='schema' and namespace-uri()='http://www.w3.org/2001/XMLSchema']/@targetNamespace"; - $targetNs = $xpath->query($query); - - if ($targetNs) { - foreach ($targetNs as $entry) { - return $entry->nodeValue; - } - } - } - - /** - * Return array of namespaces of the document - * - * @param DOMXPath $xpath - * - * @return array - */ - public function getNamespaces($xpath) - { - $query = "//namespace::*"; - $entries = $xpath->query($query); - $nspaces = array(); - - foreach ($entries as $entry) { - if ($entry->nodeValue == "http://www.w3.org/2001/XMLSchema") { - $this->xsdNs = preg_replace('/xmlns:(.*)/', "$1", $entry->nodeName); - } - if (//$entry->nodeName != $this->xsdNs - //&& - $entry->nodeName != 'xmlns:xml') { - if (preg_match('/:/', $entry->nodeName)) { - $nodeName = explode(':', $entry->nodeName); - $nspaces[$nodeName[1]] = $entry->nodeValue; - } else { - $nspaces[$entry->nodeName] = $entry->nodeValue; - } - } - } - return $nspaces; - } - - - /** - * Save generated classes to directory - * - * @param string $dir Directory to save classes to - * @param boolean $createDirectory [optional] Create directory, false by default - * - * @return void - */ - public function saveClasses($dir, $createDirectory = false) - { - $this->setXmlSource($this->getXML()->saveXML()); - $this->savePhpFiles($dir, $createDirectory); - } - - /** - * Load imports - * - * @param DOMDocument $dom DOM model of the schema - * @param string $xsdFile Full path to first XSD Schema - * - * @return void - */ - public function loadImports($dom, $xsdFile = '') - { - $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='import' and namespace-uri()='http://www.w3.org/2001/XMLSchema']"; - $entries = $xpath->query($query); - if ($entries->length == 0) { - return $dom; - } - foreach ($entries as $entry) { - // load XSD file - $namespace = $entry->getAttribute('namespace'); - $parent = $entry->parentNode; - $xsd = new \DOMDocument(); - $xsdFileName = realpath(dirname($xsdFile).DIRECTORY_SEPARATOR.$entry->getAttribute("schemaLocation")); - if ($this->debug) { - print('Importing '.$xsdFileName."\n"); - } - - if (!file_exists($xsdFileName)) { - if ($this->debug) { - print $xsdFileName. " is not found \n"; - } - continue; - } - if (in_array($xsdFileName, $this->loadedImportFiles)) { - if ($this->debug) { - print("Schema ".$xsdFileName." has been already imported"); - } - $parent->removeChild($entry); - continue; - } - $filepath = dirname($xsdFileName); - $result = $xsd->load($xsdFileName, - LIBXML_DTDLOAD|LIBXML_DTDATTR|LIBXML_NOENT|LIBXML_XINCLUDE); - if ($result) { - $mxpath = new \DOMXPath($xsd); - $this->shortNamespaces = array_merge($this->shortNamespaces, $this->getNamespaces($mxpath)); - - $xsd = $this->loadIncludes($xsd, $filepath, $namespace); - - $this->loadedImportFiles[] = $xsdFileName; - $this->loadedImportFiles = array_unique($this->loadedImportFiles); - } - foreach ($xsd->documentElement->childNodes as $node) { - if ($node->nodeName == $this->xsdNs.":import") { - // Do not change Namespace for import and include tags - //if ($this->debug) print("Insert Import ".$node->nodeName." NS=". $node->getAttribute('namespace'). "\n"); - - $loc = realpath($filepath.DIRECTORY_SEPARATOR.$node->getAttribute('schemaLocation')); - $node->setAttribute('schemaLocation', $loc); - if ($this->debug) { - print('Change imported schema location to '.$loc." \n"); - } - $newNode = $dom->importNode($node, true); - $parent->insertBefore($newNode, $entry); - - continue; - } else { - //if ($this->debug) print($node->nodeName." \n". $namespace. "\n"); - $newNodeNs = $xsd->createAttribute("namespace"); - $textEl = $xsd->createTextNode($namespace); - $newNodeNs->appendChild($textEl); - $node->appendChild($newNodeNs); - - $newNode = $dom->importNode($node, true); - $parent->insertBefore($newNode, $entry); - } - } - // add to $dom - $parent->removeChild($entry); - } - - $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='import' and namespace-uri()='http://www.w3.org/2001/XMLSchema']"; - $imports = $xpath->query($query); - if ($imports->length != 0) { - $dom = $this->loadImports($dom); - } - - if ($this->debug) { - print_r("\n------------------------------------\n"); - } - return $dom; - } - - /** - * Load includes in XML Schema - * - * @param DOMDocument $dom Instance of DOMDocument - * @param string $filepath - * @param string $namespace - * - * @return void - */ - public function loadIncludes($dom, $filepath = '', $namespace = '') - { - $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='include' and namespace-uri()='http://www.w3.org/2001/XMLSchema']"; - $includes = $xpath->query($query); - - foreach ($includes as $entry) { - $parent = $entry->parentNode; - $xsd = new \DOMDocument(); - $xsdFileName = realpath($filepath.DIRECTORY_SEPARATOR.$entry->getAttribute("schemaLocation")); - if ($this->debug) { - print('Including '.$xsdFileName."\n"); - } - - if (!file_exists($xsdFileName)) { - if ($this->debug) { - print $xsdFileName. " is not found \n"; - } - continue; - } - - $result = $xsd->load($xsdFileName, - LIBXML_DTDLOAD|LIBXML_DTDATTR|LIBXML_NOENT|LIBXML_XINCLUDE); - if ($result) { - $mxpath = new \DOMXPath($xsd); - $this->shortNamespaces = array_merge($this->shortNamespaces, $this->getNamespaces($mxpath)); - } - foreach ($xsd->documentElement->childNodes as $node) { - if ($node->nodeName == $this->xsdNs.":include") { - $loc = realpath($filepath.DIRECTORY_SEPARATOR.$node->getAttribute('schemaLocation')); - $node->setAttribute('schemaLocation', $loc); - if ($this->debug) { - print('Change included schema location to '.$loc." \n"); - } - $newNode = $dom->importNode($node, true); - $parent->insertBefore($newNode, $entry); - } else { - if ($namespace != '') { - $newNodeNs = $xsd->createAttribute("namespace"); - $textEl = $xsd->createTextNode($namespace); - $newNodeNs->appendChild($textEl); - $node->appendChild($newNodeNs); - } - - $newNode = $dom->importNode($node, true); - $parent->insertBefore($newNode, $entry); - } - } - $parent->removeChild($entry); - } - -/* $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='include' and namespace-uri()='http://www.w3.org/2001/XMLSchema']"; - $includes = $xpath->query($query); - if ($includes->length != 0) { - $dom = $this->loadIncludes($dom); - } */ - - if ($this->debug) { - print_r("\n------------------------------------\n"); - } - - return $dom; - } - - /** - * Convert XSD to XML suitable for PHP code generation - * - * @return string - */ - public function getXmlForPhp() - { - return $this->xmlForPhp; - } - - /** - * @param string $xmlForPhp XML - * - * @return void - */ - public function setXmlForPhp($xmlForPhp) - { - $this->xmlForPhp = $xmlForPhp; - } - - /** - * Convert XSD to XML suitable for further processing - * - * @return string XML string - * - * @return DOMDocument - */ - public function getXML() - { - try { - $xsl = new \XSLTProcessor(); - $xslDom = new \DOMDocument(); - $xslDom->load(dirname(__FILE__) . "/xsd2php2.xsl"); - $xsl->registerPHPFunctions(); - $xsl->importStyleSheet($xslDom); - $dom = $xsl->transformToDoc($this->dom); - $dom->formatOutput = true; - - return $dom; - } catch (\Exception $e) { - throw new \Exception( - "Error interpreting XSD document (".$e->getMessage().")"); - } - } - - /** - * Save PHP files to directory structure - * - * @param string $dir Directory to save files to - * @param boolean $createDirectory Create $dir directory if it doesn't exist - * - * @throws RuntimeException if given directory does not exist - * - * @return void - */ - private function savePhpFiles($dir, $createDirectory = false) - { - if (!file_exists($dir) && $createDirectory === false) { - throw new \RuntimeException($dir." does not exist"); - } - - if (!file_exists($dir) && $createDirectory === true) { - //@todo Implement Recursive mkdir - mkdir($dir, 0777, true); - } - - $classes = $this->getPHP(); - - foreach ($classes as $fullkey => $value) { - $keys = explode("|", $fullkey); - $key = $keys[0]; - $namespace = $this->namespaceToPath($keys[1]); - if ($this->overrideAsSingleNamespace) { - $targetDir = $dir; - } else { - $targetDir = $dir.DIRECTORY_SEPARATOR.$namespace; - } - if (!file_exists($targetDir)) { - mkdir($targetDir, 0777, true); - } - file_put_contents($targetDir.DIRECTORY_SEPARATOR.$key.'.php', $value); - } - if ($this->debug) { - echo "Generated classes saved to ".$dir; - } - } - - /** - * Return generated PHP source code. That's where we generate bindings code - * - * @return string - */ - private function getPHP() - { - $phpfile = $this->getXmlForPhp(); - if ($phpfile == '' && $this->getXmlSource() == '') { - throw new \RuntimeException('There is no XML generated'); - } - - $dom = new \DOMDocument(); - // print_r($this->getXmlSource()); - if ($this->getXmlSource() != '') { - $dom->loadXML($this->getXmlSource(), LIBXML_DTDLOAD | LIBXML_DTDATTR | - LIBXML_NOENT | LIBXML_XINCLUDE); - } else { - $dom->load($phpfile, LIBXML_DTDLOAD | LIBXML_DTDATTR | - LIBXML_NOENT | LIBXML_XINCLUDE); - } - - $xPath = new \DOMXPath($dom); - - $classes = $xPath->query('//classes/class'); - - $sourceCode = array(); - foreach ($classes as $class) { - $phpClass = new PHPClass($this->classPrefix); - $phpClass->overrideAsSingleNamespace = $this->overrideAsSingleNamespace; - $phpClass->name = $this->classPrefix.$class->getAttribute('name'); - - if ($class->getAttribute('type') != '') { - $phpClass->type = $class->getAttribute('type'); - } - - if ($class->getAttribute('simpleType') != '') { - $phpClass->type = $class->getAttribute('simpleType'); - } - if ($class->getAttribute('namespace') != '') { - $phpClass->namespace = $class->getAttribute('namespace'); - } - if ($class->getElementsByTagName('const')->length > 0) { - $array = array(); - foreach ($class->getElementsByTagName('const') as $item) { - $array[] = (string)$item->getAttribute('value'); - } - $phpClass->constants = $array; - } - - if ($class->getElementsByTagName('extends')->length > 0) { - if (!in_array($class->getElementsByTagName('extends')->item(0)->getAttribute('name'), $this->basicTypes)) { - $phpClass->extends = $class->getElementsByTagName('extends')->item(0)->getAttribute('name'); - $phpClass->type = $class->getElementsByTagName('extends')->item(0)->getAttribute('name'); - $phpClass->extendsNamespace = $this->namespaceToPhp($class->getElementsByTagName('extends')->item(0)->getAttribute('namespace')); - } - } - - $docs = $xPath->query('docs/doc', $class); - $docBlock = array(); - //if ($phpClass->namespace != $this->xsdNs) { - if ($this->overrideAsSingleNamespace) { - $docBlock['xmlNamespace'] = $this->overrideAsSingleNamespace; - } else { - $docBlock['xmlNamespace'] = $this->expandNS($phpClass->namespace); - } - $docBlock['xmlType'] = $phpClass->type; - $docBlock['xmlName'] = $phpClass->name; - - if ($this->overrideAsSingleNamespace) { - $docBlock['var'] = $phpClass->name; - } elseif ($phpClass->namespace != '') { - $docBlock['var'] = $this->namespaceToPhp($this->expandNS($phpClass->namespace))."\\".$phpClass->name; - } else { - $docBlock['var'] = $phpClass->name; - } - - foreach ($docs as $doc) { - if ($doc->nodeValue != '') { - $docBlock["xml".$doc->getAttribute('name')] = $doc->nodeValue; - } elseif ($doc->getAttribute('value') != '') { - $docBlock["xml".$doc->getAttribute('name')] = $doc->getAttribute('value'); - } - } - - $phpClass->classDocBlock = $docBlock; - - $props = $xPath->query('property', $class); - $properties = array(); - $i = 0; - $isArray = false; - foreach ($props as $prop) { - $properties[$i]['name'] = $prop->getAttribute('name'); - $docs = $xPath->query('docs/doc', $prop); - foreach ($docs as $doc) { - $properties[$i]["docs"][$doc->getAttribute('name')] = $doc->nodeValue; - } - if ($prop->getAttribute('xmlType') != '') { - $properties[$i]["docs"]['xmlType'] = $prop->getAttribute('xmlType'); - } - if ($prop->getAttribute('namespace') != '') { - $properties[$i]["docs"]['xmlNamespace'] = $this->expandNS($prop->getAttribute('namespace')); - } - if ($prop->getAttribute('minOccurs') != '') { - $properties[$i]["docs"]['xmlMinOccurs'] = $prop->getAttribute('minOccurs'); - } - if ($prop->getAttribute('maxOccurs') != '') { - $properties[$i]["docs"]['xmlMaxOccurs'] = $prop->getAttribute('maxOccurs'); - // If maxOccurs > 1, mark type as an array - if ($prop->getAttribute('maxOccurs') > 1) { - $isArray = $prop->getAttribute('maxOccurs'); - } elseif ($prop->getAttribute('maxOccurs')=='unbounded') { - $isArray = true; - } - } - if ($prop->getAttribute('name') != '') { - $properties[$i]["docs"]['xmlName'] = $prop->getAttribute('name'); - } - - //@todo if $prop->getAttribute('maxOccurs') > 1 - var can be an array - in future special accessor cane be implemented - if ($prop->getAttribute('type') != '' && $prop->getAttribute('typeNamespace') == '') { - /** - * In general it's stange to give to Type name's namespace. Reconsider this part - */ - if ($prop->getAttribute('namespace') != '' && $prop->getAttribute('namespace') != $this->xsdNs) { - $ns = ""; - if ($prop->getAttribute('namespace') == "#default#") { - $ns = $this->namespaceToPhp($this->targetNamespace); - } else { - $ns = $this->namespaceToPhp($this->expandNS($prop->getAttribute('namespace'))); - } - $properties[$i]["docs"]['var'] = $ns.'\\'.$this->classPrefix.$prop->getAttribute('type'); - } else { - $properties[$i]["docs"]['var'] = $prop->getAttribute('type'); - } - // Is it unbounded array? - if ($isArray === true) { - $properties[$i]["docs"]['var'] = $properties[$i]["docs"]['var']."[]"; - $isArray = false; - } - // Is it array with defined maximum amount of elements? - if ($isArray > 1) { - $properties[$i]["docs"]['var'] = $properties[$i]["docs"]['var']."[".$isArray."]"; - $isArray = false; - } - } - - if ($prop->getAttribute('type') != '' && $prop->getAttribute('typeNamespace') != '') { - $ns = ""; - if ($prop->getAttribute('typeNamespace') == "#default#") { - $ns = $this->namespaceToPhp($this->targetNamespace); - } else { - $ns = $this->namespaceToPhp($this->expandNS($prop->getAttribute('typeNamespace'))); - } - - if ($prop->getAttribute('typeNamespace') == $this->xsdNs) { - $properties[$i]["docs"]['var'] = $this->normalizeType($prop->getAttribute('type')); - } else { - $properties[$i]["docs"]['var'] = $ns.'\\'.$this->classPrefix.$prop->getAttribute('type'); - } - } - - $i++; - } - - $phpClass->classProperties = $properties; - $namespaceClause = ''; - if ((!$this->overrideAsSingleNamespace) && ($docBlock['xmlNamespace'] != '')) { - $namespaceClause = "namespace ".$this->namespaceToPhp($docBlock['xmlNamespace']).";\n"; - } - - if ($this->overrideAsSingleNamespace) { - $namespaceClause = "namespace QuickBooksOnline\API\Data;"."\n"; - $phpClass->namespace = $this->overrideAsSingleNamespace; - $docBlock['xmlNamespace'] = $this->overrideAsSingleNamespace; - } - - $sourceCode[$docBlock['xmlName']."|".$phpClass->namespace] = "getPhpCode(); - } - return $sourceCode; - } - - /** - * Resolve short namespace - * @param string $ns Short namespace - * - * @return string - */ - private function expandNS($ns) - { - if ($ns == "#default#") { - $ns = $this->targetNamespace; - } - foreach ($this->shortNamespaces as $shortNs => $longNs) { - if ($ns == $shortNs) { - $ns = $longNs; - } - } - return $ns; - } - - /** - * Convert XML URI to PHP complient namespace - * - * @param string $xmlNS XML URI - * - * @return string - */ - public function namespaceToPhp($xmlNS) - { - $ns = $xmlNS; - $ns = $this->expandNS($ns); - if (preg_match('/urn:/', $ns)) { - //@todo check if there are any components of namespace which are - $ns = preg_replace('/-/', '_', $ns); - $ns = preg_replace('/urn:/', '', $ns); - $ns = preg_replace('/:/', '\\', $ns); - } - - /** - if (preg_match('/http:\/\//', $ns)) { - $ns = preg_replace('/http:\/\//', '', $ns); - $ns = preg_replace('/\//','\\', $ns); - $ns = preg_replace('/\./', '\\',$ns); - }*/ - - $matches = array(); - if (preg_match("#((http|https|ftp)://(\S*?\.\S*?))(\s|\;|\)|\]|\[|\{|\}|,|\"|'|:|\<|$|\.\s)#", $ns, $matches)) { - $elements = explode("/", $matches[3]); - $domain = $elements[0]; - array_shift($elements); - //print_r($domain."\n"); - $ns = implode("\\", array_reverse(explode(".", $domain))); - //$ns = preg_replace('/\./', '\\', ); - //print $ns."\n"; - foreach ($elements as $key => $value) { - if ($value != '') { - $value = preg_replace('/\./', '_', $value); - $ns .= "\\" . $value; - } - } - } - - - $ns = explode('\\', $ns); - $i = 0; - foreach ($ns as $elem) { - if (preg_match('/^([0-9]+)(.*)$/', $elem)) { - $ns[$i] = "_".$elem; - } - - if (in_array($elem, $this->reservedWords)) { - $ns[$i] = "_".$elem; - } - $i++; - } - - $ns = implode('\\', $ns); - - return $ns; - } - - /** - * Convert XML URI to Path - * @param string $xmlNS XML URI - * - * @return string - */ - private function namespaceToPath($xmlNS) - { - $ns = $xmlNS; - $ns = $this->expandNS($ns); - - if (preg_match('/urn:/', $ns)) { - $ns = preg_replace('/-/', '_', $ns); - $ns = preg_replace('/urn:/', '', $ns); - $ns = preg_replace('/:/', DIRECTORY_SEPARATOR, $ns); - } - - - $matches = array(); - if (preg_match("#((http|https|ftp)://(\S*?\.\S*?))(\s|\;|\)|\]|\[|\{|\}|,|\"|'|:|\<|$|\.\s)#", $ns, $matches)) { - $elements = explode("/", $matches[3]); - $domain = $elements[0]; - array_shift($elements); - //print_r($domain."\n"); - $ns = implode(DIRECTORY_SEPARATOR, array_reverse(explode(".", $domain))); - //$ns = preg_replace('/\./', '\\', ); - //print $ns."\n"; - foreach ($elements as $key => $value) { - if ($value != '') { - $value = preg_replace('/[\.|-]/', '_', $value); - $ns .= DIRECTORY_SEPARATOR . $value; - } - } - } - - $ns = explode(DIRECTORY_SEPARATOR, $ns); - $i = 0; - foreach ($ns as $elem) { - if (preg_match('/^([0-9]+)(.*)$/', $elem)) { - $ns[$i] = "_".$elem; - } - if (in_array($elem, $this->reservedWords)) { - $ns[$i] = "_".$elem; - } - $i++; - } - $ns = implode(DIRECTORY_SEPARATOR, $ns); - return $ns; - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdl.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdl.php deleted file mode 100644 index b57046d8..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdl.php +++ /dev/null @@ -1,686 +0,0 @@ -service = $service; - } elseif ($this->service == null) { - throw new \RuntimeException("No class defined"); - } - - if (!is_object($this->service) && !is_string($this->service)) { - throw new \RuntimeException("Given service is neither class name nor object"); - } - - if (is_string($this->service)) { - if (!class_exists($this->service)) { - throw new \RuntimeException("Class ".$service." is not found. Did you forget to include it?"); - } - $this->service = new $this->service(); - } - - $this->common = new xsd2php\Common(); - - $this->refl = new \ReflectionClass($this->service); - $this->wsdlName = $this->refl->getShortName(); - $this->wsdlTargetNamespace = $this->namespaceToUrn($this->refl->getNamespaceName()); - } - - - /** - * Prepare DOM - * - * @return void - */ - private function prepareDom() - { - $this->dom = new \DOMDocument('1.0', 'UTF-8'); - if ($this->debug) { - $this->dom->formatOutput = true; - } - $this->wsDefinitions = $this->dom->createElementNS($this->namespaces['wsdl'], 'wsdl:definitions'); - $this->dom->appendChild($this->wsDefinitions); - $this->wsDefinitions->setAttribute('name', $this->wsdlName); - $this->wsDefinitions->setAttribute('targetNamespace', $this->wsdlTargetNamespace); - $this->dom->createAttributeNS($this->wsdlTargetNamespace, $this->targetNsPrefix.':definitions'); // This NS - $this->common->dom = $this->dom; - } - - - - /** - * Prepare service class reflection - * - * @return void - */ - private function prepareReflection() - { - $methods = $this->getClassMethods(); - foreach ($methods as $method) { - $this->methodsMeta[$method->name] = $this->getMethodIO($method->name); - } - } - - /** - * Return method input/output - * - * @param string $method Method name - * - * @return array - */ - private function getMethodIO($method) - { - $methodDocs = $this->refl->getMethod($method)->getDocComment(); - return $this->common->parseDocComments($methodDocs); - } - - - /** - * Get service class public methods - * - * @return array - */ - private function getClassMethods() - { - return $this->refl->getMethods(\ReflectionMethod::IS_PUBLIC); - } - - - /** - * Return WSDL as XML string - * - * @return string - */ - public function toXml() - { - if (is_string($this->wsdlXmlSource) && $this->wsdlXmlSource != '') { - return $this->wsdlXmlSource; - } else { - $this->prepareDom(); - $this->prepareReflection(); - $this->prepare(); - $this->wsdlXmlSource = $this->dom->saveXML(); - return $this->wsdlXmlSource; - } - } - - /** - * Convert PHP namespace to URN - * - * @param string $namespace - * - * @return string - */ - protected function namespaceToUrn($namespace) - { - $namespace = "urn:".preg_replace('/\\\/', ':', $namespace); - return $namespace; - } - - /** - * Get QName style for given type - * @param string $type Type name - * - * @return string - * @throws RuntimeException If class of type cannot be found - */ - protected function getTypeName($type) - { - - //@todo Check must be performed against PHP data types not XMLSchema - if (!in_array($type, $this->common->phpTypes)) { - if (!class_exists($type)) { - throw new \RuntimeException("Cannot find class ".$type); - } - - $typeNamespace = $this->getClassNamespace($type); - $typeName = $this->getShortName($type); - $nsCode = $this->getNsCode($typeNamespace, true); // - //print_r($typeNamespace); - $this->addImportToSchema($typeNamespace, $nsCode); - return $nsCode.":".$typeName; - } else { - return $this->xmlSchemaPreffix.":".$type; - } - } - - public function getNsCode($longNs, $rt = false) - { - // if namespace exists - just use its name - // otherwise add it as nsatrribute to root and use its name - if (!is_array($this->docNamespaces)) { - $this->docNamespaces = array(); - } - if (array_key_exists($longNs, $this->docNamespaces)) { - return $this->docNamespaces[$longNs]; - } else { - $this->docNamespaces[$longNs] = 'ns'.$this->lastNsKey; - //$this->logger->debug($this->namespaces[$longNs]); - if ($rt === false) { - $nsAttr = $this->dom->createAttributeNS($longNs, $this->docNamespaces[$longNs].":definitions"); - } - $this->lastNsKey++; - return $this->docNamespaces[$longNs]; - } - } - - /** - * Add xsd:import tag to XML schema before any childs added - * - * @param string $namespace Namespace URI - * @param string $code Shortcut for namespace, fx, ns0. Returned by getNsCode() - * - * @return void - */ - private function addImportToSchema($namespace, $code) - { - if (array_key_exists($namespace, $this->docNamespaces)) { - if (in_array($namespace, $this->importedNamespaces)) { - return; - } - - - //$dom = $this->wsdl->toDomDocument(); - //print_r($namespace); - - $this->dom->createAttributeNs($namespace, $code.":definitions"); - - $importEl = $this->dom->createElement($this->xmlSchemaPreffix.":import"); - $nsAttr = $this->dom->createAttribute("namespace"); - $txtNode = $this->dom->createTextNode($namespace); - $nsAttr->appendChild($txtNode); - - $nsAttr2 = $this->dom->createAttribute("schemaLocation"); - $schemaLocation = $this->getSchemaLocation($namespace); - $publicSchema = $this->copyToPublic($schemaLocation, true); - $publicSchema = $this->copyToPublic($schemaLocation, true); - $schemaUrl = $this->importsToAbsUrl($publicSchema, $this->getSchemasPath()); - - $txtNode2 = $this->dom->createTextNode($schemaUrl); - $nsAttr2->appendChild($txtNode2); - - $importEl->appendChild($nsAttr); - $importEl->appendChild($nsAttr2); - //$this->wsdl->getSchema(); - //$xpath = new \DOMXPath($this->dom); - //$query = "//*[local-name()='types']/child::*/*"; - //$firstElement = $xpath->query($query); - - //if (!is_object($firstElement->item(0))) { - // $query = "//*[local-name()='types']/child::*"; - // $schema = $xpath->query($query); - // $schema->item(0)->appendChild($importEl); - //} else { - // $this->wsdl->getSchema()->insertBefore($importEl, $firstElement->item(0)); - //} - //$this->xmlSchemaImports - //$this->wsXmlSchema->appendChild(); - array_push($this->xmlSchemaImports, $importEl); - array_push($this->importedNamespaces, $namespace); - } - } - - /** - * Get path to schema in schemasPath with targetNamespace = $ns - * - * @param string $ns Namespace to match - * - * @return string absolut path to schema file - * @throws RuntimeException If SchemaPath is not specified - * @throws RuntimeException If Public folder is not specified - * @throws RuntimeException If SchemaPath is not readable - * @throws RuntimeException If PublicPath is not writable - * @throws RuntimeException If namespace cannot be found in SchemaPath - */ - public function getSchemaLocation($ns) - { - if ($this->getSchemasPath() == null) { - throw new \RuntimeException("Schemas path is not specified - cannot start search for imports"); - } - - if (!file_exists($this->getSchemasPath())) { - throw new \RuntimeException("Schemas path doesn't exist - cannot start search for imports"); - } - - if ($this->getPublicPath() == null || !file_exists($this->getPublicPath())) { - throw new \RuntimeException("Public folder for imported schemas is not specified or is not exist - cannot save imports"); - } - - if (!is_readable($this->getSchemasPath())) { - throw new \RuntimeException($this->getSchemasPath()." is not readable"); - } - - if (!is_writeable($this->getPublicPath())) { - throw new \RuntimeException($this->getPublicPath()." is not writable"); - } - // Scan directory for xsd files - - $dir = new \RecursiveDirectoryIterator(realpath($this->getSchemasPath())); - $iter = new \RecursiveIteratorIterator($dir); - $regex = new \RegexIterator($iter, '/\.xsd$/', \RecursiveRegexIterator::MATCH); - $files = array(); - foreach ($regex as $key => $value) { - array_push($files, $key); - } - $schema = ""; - foreach ($files as $file) { - if ($this->isTargetNamespaceEqualsTo($file, $ns)) { - $schema = $file; - } - } - - if ($schema == "") { - throw new \RuntimeException("Cannot find schema for namespace ".$ns." in ".realpath($this->getSchemasPath())); - } - - return $schema; - } - - /** - * Convert relative paths in XMLSchema's imports and includes to URLs using $location - * - * @param string $schemaPath Absolute path to XML Schema file - * - * @return string URL of the schema - */ - public function importsToAbsUrl($schemaPath, $relPath = '') - { - $dom = new \DOMDocument(); - $dom->load($schemaPath); - - $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='schema']/*[local-name()='import']"; - $imports = $xpath->query($query); - $urlParts = parse_url($this->getLocation()); - $rootUrl = $this->composeUrl($urlParts); - $url = $rootUrl.$this->getPublicUrl()."/".basename($schemaPath); - if (!is_object($imports->item(0))) { - return $url; - } - - $urlParts = parse_url($this->getLocation()); - $rootUrl = $this->composeUrl($urlParts); - - foreach ($imports as $import) { - $scPath = realpath($relPath.DIRECTORY_SEPARATOR.$import->getAttribute('schemaLocation')); - $copiedSchema = $this->copyToPublic($scPath, true); - - $schemaUrl = $rootUrl.$this->getPublicUrl()."/".basename($copiedSchema); - $import->setAttribute('schemaLocation', $schemaUrl); - - $this->importsToAbsUrl($copiedSchema, dirname($scPath)); - } - $dom->save($schemaPath); - return $url; - } - - /** - * Return class XML namespace taken from @xmlNamespace doc - * - * @param string $class Class name - * - * @return string XML namespace - * @throws RuntimeException If namespace cannot be found in class DocBlock - */ - protected function getClassNamespace($class) - { - $refl = new \ReflectionClass($class); - - $docs = $this->common->parseDocComments($refl->getDocComment()); - if (!array_key_exists("xmlNamespace", $docs)) { - throw new \RuntimeException('Cannot find namespace in class description in '.$class); - } - return $docs['xmlNamespace']; - } - - /** - * Get class name without namespace - * - * @param string $longName Class full name - * - * @return string Class base name - */ - protected function getShortName($longName) - { - $arr = array_reverse(explode('\\', $longName)); - $shortName = $arr[0]; - return $shortName; - } - - /** - * Check if $schema XML Schema file belongs to $ns - * - * @param string $schema Path to XML Schema file - * @param string $ns Target namespace to match - * - * @return boolean - */ - public function isTargetNamespaceEqualsTo($schema, $ns) - { - $dom = new \DOMDocument(); - $dom->load($schema); - - $xpath = new \DOMXPath($dom); - $query = "//*[local-name()='schema']/@targetNamespace"; - $tNs = $xpath->query($query); - - if (!is_object($tNs->item(0))) { - return false; - } - if ($tNs->item(0)->nodeValue === $ns) { - return true; - } else { - return false; - } - } - - /** - * Copy given file to publicSchemaPath - * - * @param string $path Path to file - * @param boolean $overwrite Overwrite file if it exists? default false - * - * @return string Path to new file - * @throws RuntimeException If file cannot be copied - */ - public function copyToPublic($path, $overwrite = false) - { - $publicPath = realpath($this->getPublicPath()); - $targetFilePath = $publicPath.DIRECTORY_SEPARATOR.basename($path); - - if (($overwrite === true && file_exists($targetFilePath)) || !file_exists($targetFilePath)) { - if (!copy($path, $targetFilePath)) { - throw new \RuntimeException("Cannot copy ".basename($path)." to ".$publicPath); - } - } - - return $targetFilePath; - } - - /** - * Compose URL of kind schema://host:port - * - * @param array $parts - * - * @return string URL - */ - public function composeUrl($parts) - { - $url = ""; - if (array_key_exists('scheme', $parts)) { - $url .= $parts['scheme']."://"; - } - - if (array_key_exists('host', $parts)) { - $url .= $parts['host']; - } - - if (array_key_exists('port', $parts)) { - $url .= ":".$parts['port']; - } - - if (array_key_exists('path', $parts)) { - } - - return $url; - } - - /** - * @return the $soapBindingStyle - */ - public function getSoapBindingStyle() - { - return $this->soapBindingStyle; - } - - /** - * @param $soapBindingStyle the $soapBindingStyle to set - */ - public function setSoapBindingStyle($soapBindingStyle) - { - $this->soapBindingStyle = $soapBindingStyle; - } - -/** - * @return the $publicPath - */ - public function getPublicPath() - { - return $this->publicPath; - } - - /** - * @param $publicPath the $publicPath to set - */ - public function setPublicPath($publicPath) - { - $this->publicPath = $publicPath; - } - -/** - * @return the $schemasPath - */ - public function getSchemasPath() - { - return $this->schemasPath; - } - - /** - * @param $schemasPath the $schemasPath to set - */ - public function setSchemasPath($schemasPath) - { - $this->schemasPath = $schemasPath; - } - -/** - * Get SOAP service location (service->port->address->location) - * - * @return string $location - */ - public function getLocation() - { - return $this->location; - } - - /** - * @param $location the $location to set - */ - public function setLocation($location) - { - $this->location = $location; - } - -/** - * @return the $publicUrl - */ - public function getPublicUrl() - { - return $this->publicUrl; - } - - /** - * @param $publicUrl the $publicUrl to set - */ - public function setPublicUrl($publicUrl) - { - $this->publicUrl = $publicUrl; - } - -/** - * @return the $debug - */ - public function getDebug() - { - return $this->debug; - } - - /** - * @param $debug the $debug to set - */ - public function setDebug($debug) - { - $this->debug = $debug; - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php deleted file mode 100644 index 987c0a2c..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php +++ /dev/null @@ -1,9 +0,0 @@ - - * - */ -interface IWsdl -{ - public function prepare(); -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/WsdlFactory.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/WsdlFactory.php deleted file mode 100644 index 63ae1903..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/WsdlFactory.php +++ /dev/null @@ -1,81 +0,0 @@ -service = $service; - $this->wsdlVersion = $wsdlVersion; - $this->soapBindingStyle= $style; - } - - public function getImplementation() - { - if ($this->service == null) { - throw new \RuntimeException("Service class is not set. Use setService() method"); - } - - switch ($this->wsdlVersion) { - case WsdlFactory::WSDL_1_1: - $this->implementation = new Wsdl_1_1($this->service); - break; - case WsdlFactory::WSDL_2_0: - $this->implementation = new Wsdl_2_0($this->service); - break; - default: - throw new \RuntimeException($this->wsdlVersion. "is not supported"); - break; - } - - $this->implementation->debug = $this->debug; - $this->implementation->setSoapBindingStyle($this->soapBindingStyle); - - return $this->implementation; - } - /** - * @return the $service - */ - public function getService() - { - return $this->service; - } - - /** - * @param $service the $service to set - */ - public function setService($service) - { - $this->service = $service; - } - /** - * @return the $wsdlVersion - */ - public function getWsdlVersion() - { - return $this->wsdlVersion; - } - - /** - * @param $wsdlVersion the $wsdlVersion to set - */ - public function setWsdlVersion($wsdlVersion) - { - $this->wsdlVersion = $wsdlVersion; - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_1_1.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_1_1.php deleted file mode 100644 index b6348093..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_1_1.php +++ /dev/null @@ -1,366 +0,0 @@ - 'http://schemas.xmlsoap.org/wsdl/', - 'soap' => 'http://schemas.xmlsoap.org/wsdl/soap/', - 'http' => 'http://schemas.xmlsoap.org/wsdl/http/', - 'mime' => 'http://schemas.xmlsoap.org/wsdl/mime/', - 'soapenc' => 'http://schemas.xmlsoap.org/soap/encoding/', - 'soapenv' => 'http://schemas.xmlsoap.org/soap/envelope/', - 'xsi' => 'http://www.w3.org/2001/XMLSchema-instance', - 'xsd' => 'http://www.w3.org/2001/XMLSchema', - ); - - /** - * Prepare WSDL DOM model - * - * @return void - */ - public function prepare() - { - $this->dom->createAttributeNS($this->namespaces['soap'], 'soap:definitions'); - $this->dom->createAttributeNS($this->namespaces[$this->xmlSchemaPreffix], $this->xmlSchemaPreffix.':definitions'); - - //@todo this only required when we have arrays - $this->dom->createAttributeNS($this->namespaces['soapenc'], 'soapenc:definitions'); - - $this->wsTypes = $this->dom->createElement('wsdl:types'); - $this->wsDefinitions->appendChild($this->wsTypes); - - $wsXmlSchema = $this->dom->createElement($this->xmlSchemaPreffix.':schema'); - $wsXmlSchema->setAttribute('targetNamespace', $this->wsdlTargetNamespace); - - $this->wsXmlSchema = $this->wsTypes->appendChild($wsXmlSchema); - - - - $portType = $this->dom->createElement('wsdl:portType'); - $portType->setAttribute('name', $this->wsdlName.$this->portNameSuffix); - $this->wsPortType = $this->wsDefinitions->appendChild($portType); - - $binding = $this->dom->createElement('wsdl:binding'); - $binding->setAttribute('name', $this->wsdlName.$this->bindingNameSuffix); - $binding->setAttribute('type', $this->targetNsPrefix.":".$this->wsdlName.$this->portNameSuffix); - $this->wsBinding = $this->wsDefinitions->appendChild($binding); - - $soapBinding = $this->dom->createElement('soap:binding'); - if ($this->soapBindingStyle === SOAP_DOCUMENT) { - $soapBinding->setAttribute('style', "document"); - } elseif ($this->soapBindingStyle === SOAP_RPC) { - $soapBinding->setAttribute('style', "rpc"); - } - $soapBinding->setAttribute('transport', $this->soapBindingTransport); - $this->wsBinding->appendChild($soapBinding); - - - $wsService = $this->dom->createElement('wsdl:service'); - $wsService->setAttribute('name', $this->wsdlName.$this->serviceNameSuffix); - $this->wsService = $this->wsDefinitions->appendChild($wsService); - - $port = $this->dom->createElement('wsdl:port'); - $port->setAttribute('name', $this->wsdlName.$this->portNameSuffix); - $port->setAttribute('binding', $this->targetNsPrefix.":".$this->wsdlName.$this->bindingNameSuffix); - - $soapAddress = $this->dom->createElement('soap:address'); - $soapAddress->setAttribute('location', $this->getLocation()); - $port->appendChild($soapAddress); - - $this->wsService->appendChild($port); - - - - $this->extractTypes(); - } - - /** - * Extract types from WSDL - * - * @return void - */ - private function extractTypes() - { - $allEl = array(); - $allImp = array(); - $methods = array(); - - foreach ($this->methodsMeta as $methodName => $data) { - $elements = array(); - $input = false; - $output = false; - if (count($data['params']) == 1) { - $type = $this->common->phpTypeToSoap($data['params'][0]['type']); - $els = array(); - if ($type === false) { - $type = $this->getTypeName($data['params'][0]['type']); - $els [] = $this->createRefElement($type); - } else { - $els [] = $this->createSimpleElement(ucfirst($data['params'][0]['name']), $data['params'][0]['type']); - } - $elements[] = $this->createElementWithComplexType(ucfirst($methodName), $els); - $this->addMessage(ucfirst($methodName), $this->targetNsPrefix.":".ucfirst($methodName)); - $input = true; - } elseif ($data['params'] > 1) { - $els = array(); - foreach ($data['params'] as $input) { - $type = $this->common->phpTypeToSoap($input['type']); - if ($type === false) { - $type = $this->getTypeName($input['type']); - $els [] = $this->createRefElement($type); - } else { - $els [] = $this->createSimpleElement(ucfirst($input['name']), $input['type']); - } - } - $elements[] = $this->createElementWithComplexType(ucfirst($methodName), $els); - $this->addMessage(ucfirst($methodName), $this->targetNsPrefix.":".ucfirst($methodName)); - $input = true; - } - - if (array_key_exists('return', $data)) { - $type = $this->common->phpTypeToSoap($data['return']['type']); - if ($type === false) { - //@todo Create complex type - } else { - $elements [] = $this->createSimpleElement(ucfirst($methodName)."Response", $type); - } - //$messages[] = $this->targetNsPrefix.":".ucfirst($methodName)."Response"; - $this->addMessage(ucfirst($methodName)."Response", $this->targetNsPrefix.":".ucfirst($methodName)); - $output = true; - } - - foreach ($this->xmlSchemaImports as $imp) { - array_push($allImp, $imp); - } - - foreach ($elements as $element) { - array_push($allEl, $element); - } - - - $this->addPortOperations(ucfirst($methodName), $input, $output); - $this->addBindingOperations(ucfirst($methodName), $input, $output); - } - - foreach ($allImp as $import) { - $this->wsXmlSchema->appendChild($import); - } - - foreach ($allEl as $element) { - $this->wsXmlSchema->appendChild($element); - } - - // Add port operations - - //print_r($messages); - } - - /** - * Add operations to bindings - * - * - * - * - * - * $input - * - * - * $output - * - * - * - * - * @param string $operation Operation name - * @param array $input Array of inputs [optional] - * @param array $output Array of outputs [optional] - * - * @return void - */ - private function addBindingOperations($operation, $input = false, $output = false) - { - $el = $this->dom->createElement('wsdl:operation'); - $el->setAttribute('name', $operation); - - $soapOperation = $this->dom->createElement('soap:operation'); - $soapOperation->setAttribute('soapAction', $this->wsdlTargetNamespace."/".$operation); - $el->appendChild($soapOperation); - - if ($input === true) { - $inp = $this->dom->createElement('wsdl:input'); - $body = $this->dom->createElement('soap:body'); - $body->setAttribute('use', 'literal'); - $inp->appendChild($body); - $el->appendChild($inp); - } - - if ($output === true) { - $out = $this->dom->createElement('wsdl:output'); - $body = $this->dom->createElement('soap:body'); - $body->setAttribute('use', 'literal'); - $out->appendChild($body); - $el->appendChild($out); - } - - $this->wsBinding->appendChild($el); - } - - /** - * Add operations to port - * - * - * - * - * - * - * - * - * @param string $operation Name of the operation - * @param array $input Array of inputs - * @param array $output Array of outputs - * - * @return void - */ - private function addPortOperations($operation, $input = false, $output = false) - { - $el = $this->dom->createElement("wsdl:operation"); - $el->setAttribute('name', $operation); - if ($input === true) { - $input = $this->dom->createElement('wsdl:input'); - $input->setAttribute('message', $this->targetNsPrefix.":".$operation); - } - if ($output === true) { - $output = $this->dom->createElement('wsdl:output'); - $output->setAttribute('message', $this->targetNsPrefix.":". $operation."Response"); - } - $el->appendChild($input); - $el->appendChild($output); - - $this->wsPortType->appendChild($el); - } - - /** - * Add message - * - * - * - * - * - * - * - * @param string $name Message name - * @param string $type Message type - * - * @return void - */ - private function addMessage($name, $type) - { - $el = $this->dom->createElement("wsdl:message"); - $el->setAttribute('name', $name); - $parts = $this->dom->createElement("wsdl:part"); - $parts->setAttribute('name', $name); - $parts->setAttribute('element', $type); - $el->appendChild($parts); - - //$this->wsMessage->appendChild($el); - //$this->dom->insertBefore($el, $this->wsPortType); - //$this->wsDefinitions->replaceChild($el, $this->wsMessage); - $xpath = new \DOMXPath($this->dom); - $query = "//*[local-name()='definitions']/*"; - $types = $xpath->query($query); - //print_r($types->item(0)->getNodePath()); - //$this->dom->insertBefore($el, $types->item(1)); - $this->wsDefinitions->insertBefore($el, $types->item(1)); - } - - /** - * Create ref element - * - * - * - * - * - * @param string $ref - * - * @return DOMElement - */ - private function createRefElement($ref) - { - $el = $this->dom->createElement($this->xmlSchemaPreffix.':element'); - $el->setAttribute('ref', $ref); - - return $el; - } - - /** - * Create an element with complex type - * - * - * - * - * - * $elements - * - * - * - * - * - * @param string $name Element name - * @param array $elements Array of elements to include into sequence - * - * @return DOMElement - */ - private function createElementWithComplexType($name, $elements) - { - //print_r('Create complex type '.$name."\n"); - $el = $this->dom->createElement($this->xmlSchemaPreffix.':element'); - $el->setAttribute('name', $name); - - $compType = $this->dom->createElement($this->xmlSchemaPreffix.':complexType'); - $seqType = $this->dom->createElement($this->xmlSchemaPreffix.':sequence'); - - foreach ($elements as $element) { - $seqType->appendChild($element); - } - - $compType->appendChild($seqType); - $el->appendChild($compType); - - return $el; - } - - /** - * Create simple element - * - * - * - * - * - * @param string $name Element name - * @param string $type Element type - * - * @return DOMElement - */ - private function createSimpleElement($name, $type) - { - $el = $this->dom->createElement($this->xmlSchemaPreffix.':element'); - $el->setAttribute('name', $name); - if (preg_match('/:/', $type)) { - $el->setAttribute('type', $type); - } else { - $el->setAttribute('type', $this->xmlSchemaPreffix.':'.$type); - } - - return $el; - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_2_0.php b/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_2_0.php deleted file mode 100644 index 112a65c1..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_2_0.php +++ /dev/null @@ -1,24 +0,0 @@ - 'http://www.w3.org/ns/wsdl', - 'wsdli' => 'http://www.w3.org/ns/wsdl-instance', - 'wsdlx' => 'http://www.w3.org/ns/wsdl-extensions', - 'rpc' => 'http://www.w3.org/ns/wsdl/rpc', - 'soap' => 'http://www.w3.org/ns/wsdl/soap', - 'http' => 'http://www.w3.org/ns/wsdl/http', - 'xsd' => 'http://www.w3.org/2001/XMLSchema', - 'xsi' => 'http://www.w3.org/2001/XMLSchema-instance' - - ); - - public function prepare() - { - } -} diff --git a/src/XSD2PHP/src/com/mikebevz/xsd2php/xsd2php2.xsl b/src/XSD2PHP/src/com/mikebevz/xsd2php/xsd2php2.xsl deleted file mode 100755 index 340df736..00000000 --- a/src/XSD2PHP/src/com/mikebevz/xsd2php/xsd2php2.xsl +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/src/tools/legko.php b/src/XSD2PHP/src/tools/legko.php deleted file mode 100644 index 9d5cb5cf..00000000 --- a/src/XSD2PHP/src/tools/legko.php +++ /dev/null @@ -1,121 +0,0 @@ -#!/usr/bin/php -q -legko = new xsd2php\LegkoXML(); - - $this->opts = new Zend_Console_Getopt( - array( - 'dest|d=s' => 'Destination directory', - 'schema|s-s' => 'XML schema folder', - 'class|c-s' => 'PHP class', - 'wsdl-location|l-s' => 'WSDL service address', - 'wsdl-schema-url-s' => 'Public schema directory' - - ) - ); - //print_r($this->opts->getOptions()); - } - - public function showHelp() - { - $this->println("Legko XML Tool v. {$this->legko->getVersion()} -Syntax: legko action options - -Actions: -\033[32mcompile-schema\033[0m \033[33m--schema PATH \033[0m \033[33m--dest PATH \033[0m Compile XML Schema to PHP bindings -\033[32mgenerate-wsdl\033[0m \033[33m--class PATH \033[0m \033[33m--dest PATH \033[0m Generate WSDL from PHP class - -Options: -\033[33m--dest PATH \033[0m Output directory, generated files saved there -\033[33m--schema PATH \033[0m Path to XML Schema file -\033[33m--class PATH \033[0m PHP class -\033[33m--wsdl-location URL \033[0m Web service address -\033[33m--wsdl-schema-url URL \033[0m Public schema directory - -Examples: -Generate PHP bindings - \033[32m$ legko compile-schema --schema MySchema.xsd --dest ../bindings \033[0m - "); - } - - public function compileSchema() - { - if (!$this->opts->getOption('dest')) { - throw new RuntimeException("Specify destination folder (--dest PATH)"); - } - - if (!$this->opts->getOption('schema')) { - throw new RuntimeException("Specify path to XML Schema file (--schema PATH)"); - } - - $schema = $this->opts->getOption('schema'); - if (!file_exists($schema)) { - throw new RuntimeException("Schema file ".$schema." is not found"); - } - - $dest = $this->opts->getOption('dest'); - - - $this->legko->compileSchema($schema, $dest); - $this->println("Bindings successfully generated in ".realpath($dest)); - } - - private function println($msg = "") - { - print($msg."\n"); - } -} - -$action = $argv[1]; -array_shift($argv); -array_shift($argv); - -$legko = new LegkoTool(); -$actions = array('compile-schema', 'generate-wsdl'); - -if (!in_array($action, $actions)) { - $legko->showHelp(); -} - -switch ($action) { - case 'compile-schema': - try { - $legko->compileSchema(); - } catch (RuntimeException $e) { - echo "Error: \033[31m".$e->getMessage()."\033[0m\n"; - } - - break; - case 'generate-wsdl': - echo "Generate WSDL"; - break; - default: - echo "Help"; - break; -} diff --git a/src/XSD2PHP/test/BindTest.php b/src/XSD2PHP/test/BindTest.php deleted file mode 100644 index 364cf8cd..00000000 --- a/src/XSD2PHP/test/BindTest.php +++ /dev/null @@ -1,178 +0,0 @@ -tclass = new xsd2php\Bind(""); - } - protected function tearDown() - { - $this->tclass = null; - } - - /** - public function testBindSimple1() { - require_once dirname(__FILE__).'/data/expected/simple1/shiporder.php'; - require_once dirname(__FILE__).'/data/expected/simple1/shipto.php'; - require_once dirname(__FILE__).'/data/expected/simple1/item.php'; - require_once dirname(__FILE__).'/data/expected/simple1/orderperson.php'; - require_once dirname(__FILE__).'/data/expected/simple1/name.php'; - require_once dirname(__FILE__).'/data/expected/simple1/address.php'; - require_once dirname(__FILE__).'/data/expected/simple1/city.php'; - require_once dirname(__FILE__).'/data/expected/simple1/country.php'; - require_once dirname(__FILE__).'/data/expected/simple1/title.php'; - require_once dirname(__FILE__).'/data/expected/simple1/note.php'; - require_once dirname(__FILE__).'/data/expected/simple1/quantity.php'; - require_once dirname(__FILE__).'/data/expected/simple1/price.php'; - $xml = file_get_contents(dirname(__FILE__).'/data/expected/simple1/shiporder.xml'); - $model = new shiporder(); - - $shiporderModel = $this->tclass->bindXml($xml, $model); - - $modelToXml = new xsd2php\Php2Xml(); - $actualXml = $modelToXml->getXml($shiporderModel); - $this->assertEquals($xml, $actualXml); - - - $shiporder = new shiporder(); - $item = new item(); - - $note = new note(); - $note->value = "Note"; - $item->note = $note; - - $price = new price(); - $price->value = 125.5; - $item->price = $price; - - $quantity = new quantity(); - $quantity->value = 145; - $item->quantity = $quantity; - - $title = new title(); - $title->value = 'Example title'; - $item->title = $title; - $shiporder->item = $item; - - $shiporder->orderid = 'Order ID'; - $orderperson = new orderperson(); - $orderperson->value = "Jon Doe"; - - $shiporder->orderperson = $orderperson; - - $shipto = new shipto(); - $address = new address(); - $address->value = "Big Valley Str. 142"; - - $shipto->address = $address; - $city = new city(); - $city->value = "Aalborg"; - $shipto->city = $city; - $country = new country(); - $country->value = "Denmark"; - $shipto->country = $country; - $name = new name(); - $name->value = "Jon Doe Company"; - $shipto->name = $name; - - $shiporder->shipto = $shipto; - - $this->assertEquals($shiporder, $shiporderModel); - - - } - */ - - public function testContactCompany() - { - $this->tclass->debug = true; - - $input = file_get_contents($this->expDir.DIRECTORY_SEPARATOR."BindTest.xml"); - - $expBinding = new CC\ContactCompany(); - $bilAdd = new CC\AddressType(); - $line = new CommonBasicComponents_2\Line(); - $line->value = "Nytorv 50 22 2"; - $addrTypeLine = new CommonAggregateComponents_2\AddressLineType(); - $addrTypeLine->Line = $line; - $bilAdd->Address = $addrTypeLine; - - $city = new CommonBasicComponents_2\CityNameType(); - $city->value = "Aalborg"; - $bilAdd->City = $city; - - $country = new CommonBasicComponents_2\NameType(); - $country->value = "DK"; - $bilAdd->Country = $country; - - $state = new CommonBasicComponents_2\RegionType(); - $state->value = "Nordjylland"; - $bilAdd->State = $state; - $postCode = new CommonBasicComponents_2\PostalZoneType(); - $postCode->value = "9000"; - - $bilAdd->PostalCode = $postCode; - - $expBinding->BillingAddress = $bilAdd; - - $party = new CommonAggregateComponents_2\Party(); - $webURI = new CommonBasicComponents_2\WebsiteURI(); - $webURI->value = "test.com"; - $party->WebsiteURI = $webURI; - $expBinding->Party = $party; - - $fax = new CommonBasicComponents_2\Telefax(); - $fax->value = "12341234622"; - - $expBinding->Telefax = $fax; - - $phone = new CommonBasicComponents_2\Telephone(); - $phone->value = "24234234222"; - - $expBinding->Telephone = $phone; - - $name = new CommonBasicComponents_2\Name(); - $name->value = "TON s.r.o."; - - $expBinding->Name = $name; - - $compId = new CommonBasicComponents_2\CompanyID(); - $compId->value = "DK234234234234234"; - - $expBinding->CompanyID = $compId; - - $extId = new CommonBasicComponents_2\IDType(); - $extId->value = "DK234234234234234"; - $expBinding->ExtID = $extId; - - // - $model = $this->tclass->unmarshal($input); - - $this->assertEquals($expBinding, $model); - } -} diff --git a/src/XSD2PHP/test/Bootstrap.php b/src/XSD2PHP/test/Bootstrap.php deleted file mode 100644 index c9069531..00000000 --- a/src/XSD2PHP/test/Bootstrap.php +++ /dev/null @@ -1,66 +0,0 @@ -valid()) { - if (!$dir->isDot()) { - array_push($expFiles, $dir->getSubPathName()); - } - $dir->next(); - } - - $dir = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($actDir)); - $actFiles = array(); - while ($dir->valid()) { - if (!$dir->isDot()) { - array_push($actFiles, $dir->getSubPathName()); - } - $dir->next(); - } - - $this->assertEquals($expFiles, $actFiles); - - foreach ($expFiles as $key => $value) { - $expFile = file_get_contents($expDir.DIRECTORY_SEPARATOR.$value); - $actFile = file_get_contents($expDir.DIRECTORY_SEPARATOR.$actFiles[$key]); - $this->assertEquals($expFile, $actFile); - } - } -} diff --git a/src/XSD2PHP/test/Php2XmlTest.php b/src/XSD2PHP/test/Php2XmlTest.php deleted file mode 100644 index 1f1fbd2d..00000000 --- a/src/XSD2PHP/test/Php2XmlTest.php +++ /dev/null @@ -1,214 +0,0 @@ -tclass = new xsd2php\Php2Xml(""); - } - protected function tearDown() - { - $this->tclass = null; - } - - public function testOrderClass() - { - $order = new Order_2\Order(); - - $orderLine = new CAC2\OrderLine(); - - $lineItem = new CAC2\LineItem(); - $lineItem->ID = 'DYE_SUB'; - $lineItem->Quantity = 110.5; - - $price = new CAC2\Price(); - $price->PriceAmount = 200.75; - $lineItem->Price = $price; - - $quantity = new CBC2\Quantity(); - $quantity->value = 110.22; - $quantity->unitCode = 'M2'; - - - $lineItem->Quantity = $quantity; - - $orderLine->LineItem = $lineItem; - $order->OrderLine = $orderLine; - - $buyerCustomer = new CAC2\BuyerCustomerParty(); - $buyerCustomer->AccountingContact = ''; - $buyerCustomer->AdditionalAccountID = ''; - $buyerContact = new CAC2\BuyerContact(); - $buyerContact->ElectronicMail = "email@example.com"; - $buyerContact->ID = "CT2344332"; - $buyerContact->Name = 'Jon Doe'; - $buyerContact->Telephone = "24533223"; - - $buyerCustomer->BuyerContact = $buyerContact; - $buyerCustomer->SupplierAssignedAccountID = "CT02933822"; - - $order->BuyerCustomerParty = $buyerCustomer; - - $php2xml = new xsd2php\Php2Xml(""); - - $xml = $php2xml->getXml($order); - //file_put_contents("data/expected/ubl2.0/Order.xml", $xml); - $expected = file_get_contents("data/expected/ubl2.0/Order.xml"); - //print_r($xml); - $this->assertEquals($expected, $xml); - } - - public function testSimple1Schema() - { - require_once 'shiporder.php'; - require_once 'item.php'; - require_once 'note.php'; - require_once 'price.php'; - require_once 'quantity.php'; - require_once 'title.php'; - require_once 'orderperson.php'; - require_once 'shipto.php'; - require_once 'address.php'; - require_once 'city.php'; - require_once 'country.php'; - require_once 'name.php'; - - $shiporder = new shiporder(); - $item = new item(); - - $note = new note(); - $note->value = "Note"; - $item->note = $note; - - $price = new price(); - $price->value = 125.5; - $item->price = $price; - - $quantity = new quantity(); - $quantity->value = 145; - $item->quantity = $quantity; - - $title = new title(); - $title->value = 'Example title'; - $item->title = $title; - $shiporder->item = $item; - - $shiporder->orderid = 'Order ID'; - $orderperson = new orderperson(); - $orderperson->value = "Jon Doe"; - - $shiporder->orderperson = $orderperson; - - $shipto = new shipto(); - $address = new address(); - $address->value = "Big Valley Str. 142"; - - $shipto->address = $address; - $city = new city(); - $city->value = "Aalborg"; - $shipto->city = $city; - $country = new country(); - $country->value = "Denmark"; - $shipto->country = $country; - $name = new name(); - $name->value = "Jon Doe Company"; - $shipto->name = $name; - - $shiporder->shipto = $shipto; - - - $php2xml = new xsd2php\Php2Xml(""); - - $xml = $php2xml->getXml($shiporder); - - //file_put_contents("data/expected/simple1/shiporder.xml", $xml); - - $expected = file_get_contents("data/expected/simple1/shiporder.xml"); - - $this->assertEquals($expected, $xml); - //print_r($xml); - } - - public function testContactCompany() - { - $cc = new CCP\ContactCompany(); - $bilAd = new CCP\AddressType(); - $addLine = new CAC2\AddressLine(); - $line = new CBC2\Line(); - $line->value = "Address line"; - $addLine->Line = $line; - $bilAd->Address = $addLine; - - $bilAd->City = "Aalborg"; - $bilAd->Country = "DK"; - $bilAd->PostalCode = "9200"; - $cc->BillingAddress = $bilAd; - - $cId = new CBC2\CompanyID(); - $cId->value = "23423423423"; - $cc->CompanyID = $cId; - - $id = new CBC2\ID(); - $id->value = "3242342323"; - $cc->ID = $id; - - $ships = array(); - - $ship1 = new CCP\AddressType(); - - $addLine1 = new CAC2\AddressLine(); - $sLine = new CBC2\Line(); - $sLine->value = "Gammelnibevej 122"; - $addLine1->Line = $sLine; - $ship1->Address = $addLine1; - - array_push($ships, $ship1); - - $ship2 = new CCP\AddressType(); - - $addLine2 = new CAC2\AddressLine(); - $sLine2 = new CBC2\Line(); - $sLine2->value = "Nyborgvej 23 st th"; - $addLine2->Line = $sLine2; - - $ship2->Address = $addLine2; - - - array_push($ships, $ship2); - - - $cc->ShippingAddress = $ships; - - - $php2xml = new xsd2php\Php2Xml(""); - - $xml = $php2xml->getXml($cc); - //print_r($xml); - - //file_put_contents("data/expected/ContactCompany/ContactCompany.xml", $xml); - - $expected = file_get_contents("data/expected/ContactCompany/ContactCompany.xml"); - - $this->assertEquals($expected, $xml); - } -} diff --git a/src/XSD2PHP/test/SoapServerTest.php b/src/XSD2PHP/test/SoapServerTest.php deleted file mode 100644 index ea7c80bf..00000000 --- a/src/XSD2PHP/test/SoapServerTest.php +++ /dev/null @@ -1,94 +0,0 @@ -options = array( - 'soap_version' => SOAP_1_2, - 'cache_wsdl' => WSDL_CACHE_NONE, - 'features' => SOAP_SINGLE_ELEMENT_ARRAYS - ); - - $this->wsdl = $this->expDir.DIRECTORY_SEPARATOR."NavService.wsdl"; - $this->tclass = new xsd2php\SoapServer($this->wsdl, $this->options); - } - protected function tearDown() - { - $this->tclass = null; - } - - /** - * Case is that we've got NavService.php, a webservice class, which we would - * like to expose as a webservice using SoapServer. - * - */ - public function test1() - { - require_once $this->expDir.DIRECTORY_SEPARATOR."services".DIRECTORY_SEPARATOR."NavService.php"; - - $service = new services\NavService2(); - $this->tclass->setObject($service); - - $req = ' - - - DK234234234234234DK234234234234234TON s.r.o.2423423422212341234622test.comNytorv 509000AalborgNordjyllandDK - - - '; - - $req = ' - - - TON s.r.o. - - - '; - - $expected = ' -TON s.r.o. -'; - - ob_start('SoapServerTest::callback'); - $resp = $this->tclass->handle($req); - ob_end_flush(); - - //print_r(self::$actual); - $this->assertEquals($expected, self::$actual); - } - - public static function callback($buf) - { - self::$actual = $buf; - } -} diff --git a/src/XSD2PHP/test/WsdlTest.php b/src/XSD2PHP/test/WsdlTest.php deleted file mode 100644 index ee3e9c41..00000000 --- a/src/XSD2PHP/test/WsdlTest.php +++ /dev/null @@ -1,81 +0,0 @@ -xsd = dirname(__FILE__)."/../resources/ubl2.0/maindoc/UBL-Order-2.0.xsd"; - $this->tclass = new wsdl\WsdlFactory(); - } - protected function tearDown() - { - $this->tclass = null; - } - - public function testWsdlNavService() - { - if (file_exists($this->genDir)) { - rmdir_recursive($this->genDir); - } - - mkdir($this->genDir."/public/schemas", 0777, true); - - $service = new services\NavService(); - $this->tclass->setService($service); - $this->tclass = $this->tclass->getImplementation($service); - $this->tclass->setLocation("http://mylocation.com/soap/"); - $this->tclass->setSchemasPath("../resources/ContactWsdl"); - $this->tclass->setPublicPath(realpath($this->genDir."/public/schemas")); - $this->tclass->setPublicUrl("/schemas"); - $this->tclass->setDebug(true); - - $schemas = array("CodeList_CurrencyCode_ISO_7_04.xsd", - "CodeList_LanguageCode_ISO_7_04.xsd", - "CodeList_MIMEMediaTypeCode_IANA_7_04.xsd", - "CodeList_UnitCode_UNECE_7_04.xsd", - "ContactCompany.xsd", - "ContactPerson.xsd", - "UBL-CommonAggregateComponents-2.0.xsd", - "UBL-CommonBasicComponents-2.0.xsd", - "UBL-QualifiedDatatypes-2.0.xsd", - "UnqualifiedDataTypeSchemaModule-2.0.xsd"); - - - $wsdl = $this->tclass->toXml(); - - //print_r($wsdl); - //file_put_contents($this->expDir."/NavService.wsdl", $wsdl); - $expected = file_get_contents($this->expDir."/NavService.wsdl"); - - $this->assertEquals($expected, $wsdl); - - - foreach ($schemas as $schema) { - $exp = file_get_contents($this->expDir."/public/schemas/".$schema); - $act = file_get_contents($this->genDir."/public/schemas/".$schema); - $this->assertEquals($exp, $act); - } - - if (file_exists($this->genDir)) { - rmdir_recursive($this->genDir); - } - } -} diff --git a/src/XSD2PHP/test/Xsd2Php/MavenXsdTest.php b/src/XSD2PHP/test/Xsd2Php/MavenXsdTest.php deleted file mode 100644 index d48b2019..00000000 --- a/src/XSD2PHP/test/Xsd2Php/MavenXsdTest.php +++ /dev/null @@ -1,86 +0,0 @@ -xsd = realpath(dirname(__FILE__)."/../../resources/maven/maven-v4_0_0.xsd"); - $this->expectedDir = realpath(dirname(__FILE__)."/../data/expected/Xsd2Php/MavenTests"); - $this->generatedDir = realpath(dirname(__FILE__)."/../data/generated/Xsd2Php/MavenTests"); - $this->tclass = new xsd2php\Xsd2Php("", $this->xsd); - } - protected function tearDown() - { - $this->tclass = null; - } - - public function testNamespaceToPHP() - { - $ns[0] = "http://maven.apache.org/POM/4.0.0"; - $ns[1] = "urn:dk:nordsign:schema:ContactCompany"; - $ns[2] = "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"; - $ns[3] = "http://www.loc.gov/METS/"; - - $nse[0] = 'org\apache\maven\POM\_4_0_0'; - $nse[1] = 'dk\nordsign\schema\ContactCompany'; - $nse[2] = 'oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2'; - $nse[3] = 'gov\loc\www\METS'; - - $i = 0; - foreach ($ns as $key => $value) { - $this->assertEquals($nse[$i], $this->tclass->namespaceToPhp($value)); - $i++; - } - } - - public function testXSDMustBeConvertedToXML() - { - $this->markTestSkipped( - 'Need to update expected data to account for Intuit code changes' - ); - $xml = $this->tclass->getXML(); - $actual = $xml->saveXml(); - //file_put_contents($this->expectedDir.'/ParsedSchema.xml', $xml->saveXml()); - $expected = file_get_contents($this->expectedDir.'/ParsedSchema.xml'); - $this->assertEquals($expected, $actual); - } - - public function testSavePHPBindings() - { - $this->markTestSkipped( - 'Need to update expected data to account for Intuit code changes' - ); - if (file_exists($this->generatedDir."/bindings")) { - rmdir_recursive($this->generatedDir."/bindings"); - } - - //$this->tclass->saveClasses($this->expectedDir."/bindings", true); - - $this->tclass->saveClasses($this->generatedDir."/bindings", true); - - $this->assertDirContentsEquals($this->expectedDir."/bindings", $this->generatedDir."/bindings"); - - if (file_exists($this->generatedDir."/bindings")) { - rmdir_recursive($this->generatedDir."/bindings"); - } - } -} diff --git a/src/XSD2PHP/test/Xsd2PhpTest.php b/src/XSD2PHP/test/Xsd2PhpTest.php deleted file mode 100644 index 403f4b7a..00000000 --- a/src/XSD2PHP/test/Xsd2PhpTest.php +++ /dev/null @@ -1,232 +0,0 @@ -xsd = dirname(__FILE__)."/../resources/ubl2.0/maindoc/UBL-Order-2.0.xsd"; - $this->tclass = new xsd2php\Xsd2Php("", $this->xsd); - } - protected function tearDown() - { - $this->tclass = null; - } - - /* - private function rmdir_recursive($dir) { - if (is_dir($dir)) { - $objects = scandir($dir); - foreach ($objects as $object) { - if ($object != "." && $object != "..") { - if (filetype($dir."/".$object) == "dir") rmdir_recursive($dir."/".$object); else unlink($dir."/".$object); - } - } - reset($objects); - rmdir($dir); - } - }*/ - - public function testXSDMustBeConvertedToXML() - { - $this->markTestSkipped( - 'execution of test does not complete - possibly xml files are too big?' - ); - $xml = $this->tclass->getXML(); - $actual = $xml->saveXml(); - //file_put_contents(dirname(__FILE__).'/data/expected/ubl2.0/XSDConvertertoXML.xml', $xml->saveXml()); - $expected = file_get_contents(dirname(__FILE__).'/data/expected/ubl2.0/XSDConvertertoXML.xml'); - $this->assertEquals($expected, $actual); - } - - public function testPHPFilesMustBeSaved() - { - $this->markTestSkipped( - 'Need to update expected data to account for Intuit code changes' - ); - $orderModelExpected = array( - 'data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/Order.php', - 'data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/OrderType.php', - 'data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AcceptedIndicator.php', - 'data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AcceptedIndicatorType.php', - 'data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountID.php', - 'data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountIDType.php', - 'data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCost.php' - ); - $orderModelActual = array( - 'data/generated/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/Order.php', - 'data/generated/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/OrderType.php', - 'data/generated/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AcceptedIndicator.php', - 'data/generated/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AcceptedIndicatorType.php', - 'data/generated/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountID.php', - 'data/generated/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountIDType.php', - 'data/generated/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCost.php'); - - if (file_exists(dirname(__FILE__).'/data/generated/ubl2.0')) { - rmdir_recursive(realpath('data/generated/ubl2.0')); - } - //$this->tclass->saveClasses(dirname(__FILE__).'/data/expected/ubl2.0', true); - $this->tclass->saveClasses(dirname(__FILE__).'/data/generated/ubl2.0', true); - - $this->assertDirContentsEquals(dirname(__FILE__).'/data/expected/ubl2.0/oasis', dirname(__FILE__).'/data/generated/ubl2.0/oasis'); - $this->assertDirContentsEquals(dirname(__FILE__).'/data/expected/ubl2.0/un', dirname(__FILE__).'/data/generated/ubl2.0/un'); - - if (file_exists('data/generated/ubl2.0')) { - rmdir_recursive(realpath('data/generated/ubl2.0')); - } - } - - public function testSimpleSchema1() - { - $this->tclass = new xsd2php\Xsd2Php("", "../resources/simple1/simple.xsd"); - $xml = $this->tclass->getXML(); - //file_put_contents(dirname(__FILE__).'/data/expected/simple1/generated.xml', $xml->saveXml()); - $expectedXml = file_get_contents(dirname(__FILE__).'/data/expected/simple1/generated.xml'); - $this->assertEquals($expectedXml, $xml->saveXml()); - - - if (file_exists(dirname(__FILE__).'/data/generated/simple1')) { - rmdir_recursive(realpath(dirname(__FILE__).'/data/generated/simple1')); - mkdir(dirname(__FILE__).'/data/generated/simple1'); - } - - $shipModelExpected = array( - 'data/expected/simple1/address.php', - 'data/expected/simple1/city.php', - 'data/expected/simple1/country.php', - 'data/expected/simple1/item.php', - 'data/expected/simple1/name.php', - 'data/expected/simple1/note.php', - 'data/expected/simple1/orderperson.php', - 'data/expected/simple1/price.php', - 'data/expected/simple1/quantity.php', - 'data/expected/simple1/shiporder.php', - 'data/expected/simple1/shipto.php', - 'data/expected/simple1/title.php' - ); - $shipModelActual = array( - 'data/generated/simple1/address.php', - 'data/generated/simple1/city.php', - 'data/generated/simple1/country.php', - 'data/generated/simple1/item.php', - 'data/generated/simple1/name.php', - 'data/generated/simple1/note.php', - 'data/generated/simple1/orderperson.php', - 'data/generated/simple1/price.php', - 'data/generated/simple1/quantity.php', - 'data/generated/simple1/shiporder.php', - 'data/generated/simple1/shipto.php', - 'data/generated/simple1/title.php' - ); - - - $this->tclass->saveClasses(dirname(__FILE__).'/data/generated/simple1/bindings', true); - - $this->assertDirContentsEquals(dirname(__FILE__).'/data/expected/simple1/bindings', dirname(__FILE__).'/data/generated/simple1/bindings'); - - /* - $i = 0; - foreach ($shipModelExpected as $model) { - $this->assertEquals(file_get_contents($model), file_get_contents($shipModelActual[$i])); - $i++; - }*/ - - if (file_exists(dirname(__FILE__).'/data/generated/simple1')) { - rmdir_recursive(realpath('data/generated/simple1')); - } - } - - public function testMultiLevelImportAndIncludes() - { - $this->markTestSkipped( - 'Need to update expected data to account for Intuit code changes' - ); - $this->tclass = new xsd2php\Xsd2Php("", "../resources/MultiLevelImport/ContactPerson.xsd"); - $xml = $this->tclass->getXML(); - //file_put_contents(dirname(__FILE__).'/data/expected/MultiLevelImport/generated.xml', $xml->saveXml()); - $expectedXml = file_get_contents(dirname(__FILE__).'/data/expected/MultiLevelImport/generated.xml'); - $this->assertEquals($expectedXml, $xml->saveXml()); - - if (file_exists(dirname(__FILE__).'/data/generated/MultiLevelImport')) { - rmdir_recursive(realpath(dirname(__FILE__).'/data/generated/MultiLevelImport')); - } - - $this->tclass->saveClasses(dirname(__FILE__).'/data/generated/MultiLevelImport', true); - - if (file_exists(dirname(__FILE__).'/data/generated/MultiLevelImport')) { - rmdir_recursive(realpath(dirname(__FILE__).'/data/generated/MultiLevelImport')); - } - } - - public function testContactPerson() - { - $this->markTestSkipped( - 'Need to update expected data to account for Intuit code changes' - ); - $expPath = dirname(__FILE__).'/data/expected/ContactPerson1/'; - $genPath = dirname(__FILE__).'/data/generated/ContactPerson1/'; - - $this->tclass = new xsd2php\Xsd2Php("", "../resources/ContactPerson1/ContactPerson.xsd"); - $xml = $this->tclass->getXML(); - //file_put_contents($expPath.'generated.xml', $xml->saveXml()); - $expectedXml = file_get_contents($expPath.'generated.xml'); - $this->assertEquals($expectedXml, $xml->saveXml()); - - if (file_exists($genPath)) { - rmdir_recursive(realpath($genPath)); - } - - $this->tclass->saveClasses($genPath, true); - - if (file_exists($genPath)) { - rmdir_recursive(realpath($genPath)); - } - } - - - public function testContactCompany() - { - $this->markTestSkipped( - 'Need to update expected data to account for Intuit code changes' - ); - $expPath = dirname(__FILE__).'/data/expected/ContactCompany/'; - $genPath = dirname(__FILE__).'/data/generated/ContactCompany/'; - - $this->tclass = new xsd2php\Xsd2Php("", "../resources/ContactCompany/ContactCompany.xsd"); - $xml = $this->tclass->getXML(); - //file_put_contents($expPath.'generated.xml', $xml->saveXml()); - $expectedXml = file_get_contents($expPath.'generated.xml'); - $this->assertEquals($expectedXml, $xml->saveXml()); - - if (file_exists($genPath)) { - rmdir_recursive(realpath($genPath)); - } - - $this->tclass->saveClasses($genPath, true); - - //$cp = new ContactCompany\ContactCompany(); - //$id = new CommonBasicComponents_2\ID(); - - - if (file_exists($genPath)) { - rmdir_recursive(realpath($genPath)); - } - } -} diff --git a/src/XSD2PHP/test/data/expected/ContactCompany/BindTest.xml b/src/XSD2PHP/test/data/expected/ContactCompany/BindTest.xml deleted file mode 100644 index b687c119..00000000 --- a/src/XSD2PHP/test/data/expected/ContactCompany/BindTest.xml +++ /dev/null @@ -1,21 +0,0 @@ - - DK234234234234234 - DK234234234234234 - TON s.r.o. - 24234234222 - 12341234622 - - test.com - - - - Nytorv 50 22 2 - - 9000 - Aalborg - Nordjylland - DK - - \ No newline at end of file diff --git a/src/XSD2PHP/test/data/expected/ContactCompany/ContactCompany.xml b/src/XSD2PHP/test/data/expected/ContactCompany/ContactCompany.xml deleted file mode 100644 index 86182e84..00000000 --- a/src/XSD2PHP/test/data/expected/ContactCompany/ContactCompany.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - 3242342323 - 23423423423 - - - Address line - - 9200 - Aalborg - DK - - - - Gammelnibevej 122 - - - - - Nyborgvej 23 st th - - - diff --git a/src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/AddressType.php b/src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/AddressType.php deleted file mode 100644 index be0251da..00000000 --- a/src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/AddressType.php +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UDT000001UDTAmount. Type1.0A number of monetary units specified in a currency where the unit of the currency is explicit or implied.Amountdecimaldecimal - - - - - - UDT000001-SC2SCAmount Currency. IdentifierThe currency of the amount.Amount CurrencyIdentificationIdentifierstringnormalisedString - - - - - - - - UDT000002UDTBinary Object. Type1.0A set of finite-length sequences of binary octets.Binary Objectbinarybase64Binary - - - - - - UDT000002-SC2SCBinary Object. Format. TextThe format of the binary content.Binary ObjectFormatTextstringstring - - - - - UDT000002-SC3SCBinary Object. Mime. CodeThe mime type of the binary object.Binary ObjectMimeCodestringnormalizedString - - - - - UDT000002-SC4SCBinary Object. Encoding. CodeSpecifies the decoding algorithm of the binary object.Binary ObjectEncodingCodestringnormalizedString - - - - - UDT000002-SC5SCBinary Object. Character Set. CodeThe character set of the binary object if the mime type is text.Binary ObjectCharacter SetCodestringnormalizedString - - - - - UDT000002-SC6SCBinary Object. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the binary object is located.Binary ObjectUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000002-SC7SCBinary Object. Filename.TextThe filename of the binary object.Binary ObjectFilenameTextstringstring - - - - - - - - UDT000003UDTGraphic. Type1.0A diagram, graph, mathematical curves, or similar representation.Graphicbinarybase64Binary - - - - - - UDT000003-SC2SCGraphic. Format. TextThe format of the graphic content.GraphicFormatTextstringstring - - - - - UDT000003-SC3SCGraphic. Mime. CodeThe mime type of the graphic object.GraphicMimeCodestringnormalizedString - - - - - UDT000003-SC4SCGraphic. Encoding. CodeSpecifies the decoding algorithm of the graphic object.GraphicEncodingCodestringnormalizedString - - - - - UDT000003-SC6SCGraphic. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the graphic object is located.GraphicUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000003-SC7SCGraphic. Filename.TextThe filename of the graphic object.GraphicFilenameTextstringstring - - - - - - - - UDT000004UDTPicture. Type1.0A diagram, graph, mathematical curves, or similar representation.Picturebinarybase64Binary - - - - - - UDT000004-SC2SCPicture. Format. TextThe format of the picture content.PictureFormatTextstringstring - - - - - UDT000004-SC3SCPicture. Mime. CodeThe mime type of the picture object.PictureMimeCodestringnormalizedString - - - - - UDT000004-SC4SCPicture. Encoding. CodeSpecifies the decoding algorithm of the picture object.PictureEncodingCodestringnormalizedString - - - - - UDT000004-SC6SCPicture. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the picture object is located.PictureUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000004-SC7SCPicture. Filename.TextThe filename of the picture object.PictureFilenameTextstringstring - - - - - - - - UDT000005UDTSound. Type1.0A diagram, graph, mathematical curves, or similar representation.Soundbinarybase64Binary - - - - - - UDT000005-SC2SCSound. Format. TextThe format of the sound content.SoundFormatTextstringstring - - - - - UDT000005-SC3SCSound. Mime. CodeThe mime type of the sound object.SoundMimeCodestringnormalizedString - - - - - UDT000005-SC4SCSound. Encoding. CodeSpecifies the decoding algorithm of the sound object.SoundEncodingCodestringnormalizedString - - - - - UDT000005-SC6SCSound. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the sound object is located.SoundUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000005-SC7SCSound. Filename.TextThe filename of the sound object.SoundFilenameTextstringstring - - - - - - - - UDT000006UDTVideo. Type1.0A diagram, graph, mathematical curves, or similar representation.Graphicbinarybas64Binary - - - - - - UDT000006-SC2SCVideo. Format. TextThe format of the video content.VideoFormatTextstringstring - - - - - UDT000006-SC3SCVideo. Mime. CodeThe mime type of the video object.VideoMimeCodestringnormalizedString - - - - - UDT000006-SC4SCVideo. Encoding. CodeSpecifies the decoding algorithm of the video object.VideoEncodingCodestringnormalizedString - - - - - UDT000006-SC6SCVideo. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the video object is located.VideoUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000006-SC7SCVideo. Filename.TextThe filename of the video object.VideoFilenameTextstringstring - - - - - - - - UDT000007UDTCode. Type1.0A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.CodestringnormalizedStringOther supplementary components in the CCT are captured as part of the token and name for the schema module containing the code list and thus, are not declared as attributes. - - - - - - UDT000007-SC2SCCode List. IdentifierThe identification of a list of codes.Code ListIdentificationIdentifierstring - - - - - UDT000007-SC3SCCode List. Agency. IdentifierAn agency that maintains one or more lists of codes.Code ListAgencyIdentifierstringDefaults to the UN/EDIFACT data element 3055 code list. - - - - - UDT000007-SC4SCCode List. Agency Name. TextThe name of the agency that maintains the list of codes.Code ListAgency NameTextstring - - - - - UDT000007-SC5SCCode List. Name. TextThe name of a list of codes.Code ListNameTextstring - - - - - UDT000007-SC6SCCode List. IdentifierThe identification of a list of codes.Code ListIdentificationIdentifierstringstring - - - - - UDT000007-SC7SCCode. Name. TextThe textual equivalent of the code content component.CodeNameTextstringstring - - - - - UDT000007-SC8SCLanguage. IdentifierThe identifier of the language used in the code name.LanguageIdentificationIdentifierstringlanguage - - - - - UDT000007-SC9SCCode List. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the code list is located.Code ListUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000007-SC10SCCode List Scheme. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the code list scheme is located.Code List SchemeUniform Resource IdentifierIdentifierstringanyURI - - - - - - - - UDT0000011UDTIdentifier. Type1.0A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information.IdentifierstringnormalizedStringOther supplementary components in the CCT are captured as part of the token and name for the schema module containing the identifer list and thus, are not declared as attributes. - - - - - - UDT000011-SC2SCIdentification Scheme. IdentifierThe identification of the identification scheme.Identification SchemeIdentificationIdentifierstring - - - - - UDT000011-SC3SCIdentification Scheme. Name. TextThe name of the identification scheme.Identification SchemeNameTextstring - - - - - UDT000011-SC4SCIdentification Scheme Agency. IdentifierThe identification of the agency that maintains the identification scheme.Identification Scheme AgencyIdentificationIdentifierstringDefaults to the UN/EDIFACT data element 3055 code list. - - - - - UDT000011-SC5SCIdentification Scheme Agency. Name. TextThe name of the agency that maintains the identification scheme.Identification Scheme AgencyAgency NameTextstring - - - - - UDT000011-SC6SCIdentification Scheme. Version. IdentifierThe version of the identification scheme.Identification SchemeVersionIdentifierstringnormalizedString - - - - - UDT0000011-SC7SCIdentification Scheme Data. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the identification scheme data is located.Identification Scheme DataUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT0000011-SC8SCIdentification Scheme. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the identification scheme is located.Identification SchemeUniform Resource IdentifierIdentifierstringanyURI - - - - - - - - UDT0000013UDTMeasure. Type1.0A numeric value determined by measuring an object along with the specified unit of measure.MeasureTypedecimaldecimal - - - - - - UDT0000013-SC2SCMeasure Unit. CodeThe type of unit of measure.Measure UnitCodeCodestringnormalizedStringReference UN/ECE Rec 20 and X12 355. - - - - - - - - UDT0000018UDTQuantity. Type1.0A counted number of non-monetary units possibly including fractions.Quantitydecimaldecimal - - - - - - UDT0000018-SC2SCQuantity. Unit. CodeThe unit of the quantityQuantityUnit CodeCodestringnormalizedString - - - - - - - - UDT0000019UDTText. Type1.0A character string (i.e. a finite set of characters) generally in the form of words of a language.Textstringstring - - - - - - UDT0000019-SC2SCLanguage. IdentifierThe identifier of the language used in the content component.LanguageIdentificationIdentifierstringlanguage - - - - - - - - UDT0000020UDTName. Type1.0A character string that consititues the distinctive designation of a person, place, thing or concept.Namestringstring - - - - - - UDT0000020-SC2SCLanguage. IdentifierThe identifier of the language used in the content component.LanguageIdentificationIdentifierstringlanguage - - - - - - - - Allowance Charge Reason_ Code. Type2.0The set of possible reasons for an allowance or charge.CodeAllowance Charge ReasonUsed under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - Allowance Charge Reason_ Code List. IdentifierString - - - - - Allowance Charge Reason_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Allowance Charge Reason_ Code List. Agency Name. TextString - - - - - Allowance Charge Reason_ Code List. Name. TextString - - - - - Allowance Charge Reason_ Code List. Version. IdentifierIdentifies the Directory of the UN/EDIFACT code list.String - - - - - Allowance Charge Reason_ Code. Name. TextString - - - - - Allowance Charge Reason_ Language. IdentifierString - - - - - Allowance Charge Reason_ Code List. Uniform Resource. IdentifierString - - - - - Allowance Charge Reason_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Channel_ Code. Type2.0The set of possible ways in which communication can be made (eg. Phone, email, etc).CodeChannelUsed under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - Channel_ Code List. IdentifierString - - - - - Channel_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Channel_ Code List. Agency Name. TextString - - - - - Channel_ Code List. Name. TextString - - - - - Channel_ Code List. Version. IdentifierIdentifies the Directory of the UN/EDIFACT code list.String - - - - - Channel_ Code. Name. TextString - - - - - Channel_ Language. IdentifierString - - - - - Channel_ Code List. Uniform Resource. IdentifierString - - - - - Channel_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Chip_ Code. Type2.0Distinction between CHIP and MAG STRIPE cardsCodeChip - - - - - - Chip_ Code List. IdentifierString - - - - - Chip_ Code List. Agency. IdentifierString - - - - - Chip_ Code List. Agency Name. TextString - - - - - Chip_ Code List. Name. TextString - - - - - Chip_ Code List. Version. IdentifierString - - - - - Chip_ Code. Name. TextString - - - - - Chip_ Language. IdentifierString - - - - - Chip_ Code List. Uniform Resource. IdentifierString - - - - - Chip_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Container Size Type_ Code. Type2.0The set of code values for classifying series 1 freight containers based on external dimensions and specifies the assoziated ratings and, where appropriate, the minimum internal and door opening dimensions for certain types of containers.CodeContainer Size Type - - - - - - Container Size Type_ Code List. IdentifierString - - - - - Container Size Type_ Code List. Agency. IdentifierString - - - - - Container Size Type_ Code List. Agency Name. TextString - - - - - Container Size Type_ Code List. Name. TextString - - - - - Container Size Type_ Code List. Version. IdentifierString - - - - - Container Size Type_ Code. Name. TextString - - - - - Container Size Type_ Language. IdentifierString - - - - - Container Size Type_ Code List. Uniform Resource. IdentifierString - - - - - Container Size Type_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Country Identification_ Code. Type2.0The set of countries of the world.CodeCountry IdentificationDerived from the ISO 3166-1-alpha-2 code elements used under the terms of the ISO policy stated at http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html. - - - - - - Country Identification_ Code List. IdentifierString - - - - - Country Identification_ Code List. Agency. IdentifierDefaults to the UN/ECE rec 3 (Code for the Representation of Names of Countries)String - - - - - Country Identification_ Code List. Agency Name. TextString - - - - - Country Identification_ Code List. Name. TextString - - - - - Country Identification_ Code List. Version. IdentifierString - - - - - Country Identification_ Code. Name. TextString - - - - - Country Identification_ Language. IdentifierString - - - - - Country Identification_ Code List. Uniform Resource. IdentifierString - - - - - Country Identification_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Currency_ Code. Type2.0The set of world currencies.CodeCurrencyDerived from the ISO 4217 currency code list and used under the terms of the ISO policy stated at -http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html - - - - - - Currency_ Code List. IdentifierString - - - - - Currency_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Currency_ Code List. Agency Name. TextString - - - - - Currency_ Code List. Name. TextString - - - - - Currency_ Code List. Version. IdentifierString - - - - - Currency_ Code. Name. TextString - - - - - Currency_ Language. IdentifierString - - - - - Currency_ Code List. Uniform Resource. IdentifierString - - - - - Currency_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Document Status_ Code. Type2.0The set of possible statuses of a document with regard to its original state.CodeDocument Status - - - - - - Document Status_ Code List. IdentifierString - - - - - Document Status_ Code List. Agency. IdentifierString - - - - - Document Status_ Code List. Agency Name. TextString - - - - - Document Status_ Code List. Name. TextString - - - - - Document Status_ Code List. Version. IdentifierString - - - - - Document Status_ Code. Name. TextString - - - - - Document Status_ Language. IdentifierString - - - - - Document Status_ Code List. Uniform Resource. IdentifierString - - - - - Document Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Latitude Direction_ Code. Type2.0The possible directions of latitudeCodeLatitude Direction - - - - - - Latitude Direction_ Code List. IdentifierString - - - - - Latitude Direction_ Code List. Agency. IdentifierString - - - - - Latitude Direction_ Code List. Agency Name. TextString - - - - - Latitude Direction_ Code List. Name. TextString - - - - - Latitude Direction_ Code List. Version. IdentifierString - - - - - Latitude Direction_ Code. Name. TextString - - - - - Latitude Direction_ Language. IdentifierString - - - - - Latitude Direction_ Code List. Uniform Resource. IdentifierString - - - - - Latitude Direction_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Line Status_ Code. Type2.0The set of possible statuses of a line in a transaction with regard to its original state.CodeLine Status - - - - - - Line Status_ Code List. IdentifierString - - - - - Line Status_ Code List. Agency. IdentifierString - - - - - Line Status_ Code List. Agency Name. TextString - - - - - Line Status_ Code List. Name. TextString - - - - - Line Status_ Code List. Version. IdentifierString - - - - - Line Status_ Code. Name. TextString - - - - - Line Status_ Language. IdentifierString - - - - - Line Status_ Code List. Uniform Resource. IdentifierString - - - - - Line Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Longitude Direction_ Code. Type2.0The possible directions of longitudeCodeLongitude Direction - - - - - - Longitude Direction_ Code List. IdentifierString - - - - - Longitude Direction_ Code List. Agency. IdentifierString - - - - - Longitude Direction_ Code List. Agency Name. TextString - - - - - Longitude Direction_ Code List. Name. TextString - - - - - Longitude Direction_ Code List. Version. IdentifierString - - - - - Longitude Direction_ Code. Name. TextString - - - - - Longitude Direction_ Language. IdentifierString - - - - - Longitude Direction_ Code List. Uniform Resource. IdentifierString - - - - - Longitude Direction_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Operator_ Code. Type2.0The set of valid arithmetic operatorsCodeOperator - - - - - - Operator_ Code List. IdentifierString - - - - - Operator_ Code List. Agency. IdentifierString - - - - - Operator_ Code List. Agency Name. TextString - - - - - Operator_ Code List. Name. TextString - - - - - Operator_ Code List. Version. IdentifierString - - - - - Operator_ Code. Name. TextString - - - - - Operator_ Language. IdentifierString - - - - - Operator_ Code List. Uniform Resource. IdentifierString - - - - - Operator_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Packaging Type_ Code. Type2.0The set of code values for Passengers, Types of Cargo, Packages and Packaging Materials (with Complementary Codes for Package Names)CodePackaging Type - - - - - - Packaging Type_ Code List. IdentifierString - - - - - Packaging Type_ Code List. Agency. IdentifierString - - - - - Packaging Type_ Code List. Agency Name. TextString - - - - - Packaging Type_ Code List. Name. TextString - - - - - Packaging Type_ Code List. Version. IdentifierString - - - - - Packaging Type_ Code. Name. TextString - - - - - Packaging Type_ Language. IdentifierString - - - - - Packaging Type_ Code List. Uniform Resource. IdentifierString - - - - - Packaging Type_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Payment Means_ Code. Type2.0The set of valid means of paying the debt incurred.CodePayment MeansUsed under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - Payment Means_ Code List. IdentifierString - - - - - Payment Means_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Payment Means_ Code List. Agency Name. TextString - - - - - Payment Means_ Code List. Name. TextString - - - - - Payment Means_ Code List. Version. IdentifierIdentifies the Directory of the UN/EDIFACT code list.String - - - - - Payment Means_ Code. Name. TextString - - - - - Payment Means_ Language. IdentifierString - - - - - Payment Means_ Code List. Uniform Resource. IdentifierString - - - - - Payment Means_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Port_ Code. Type2.0The set of code values for Trade and Transport LocationsCodePort - - - - - - Port_ Code List. IdentifierString - - - - - Port_ Code List. Agency. IdentifierString - - - - - Port_ Code List. Agency Name. TextString - - - - - Port_ Code List. Name. TextString - - - - - Port_ Code List. Version. IdentifierString - - - - - Port_ Code. Name. TextString - - - - - Port_ Language. IdentifierString - - - - - Port_ Code List. Uniform Resource. IdentifierString - - - - - Port_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Substitution Status_ Code. Type2.0The set of values that indicate the status of an OrderItem in relation to substitution, denoting an acceptable substitute in the Order, an original for which an alternative is offered in the Order Confirmation, or an original for which an actual replacement is advised in the Despatch Advice.CodeSubstitution Status - - - - - - Substitution Status_ Code List. IdentifierString - - - - - Substitution Status_ Code List. Agency. IdentifierString - - - - - Substitution Status_ Code List. Agency Name. TextString - - - - - Substitution Status_ Code List. Name. TextString - - - - - Substitution Status_ Code List. Version. IdentifierString - - - - - Substitution Status_ Code. Name. TextString - - - - - Substitution Status_ Language. IdentifierString - - - - - Substitution Status_ Code List. Uniform Resource. IdentifierString - - - - - Substitution Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Transportation Status_ Code. Type2.0The set of code values for Trade and Transport StatusCodeTransportation Status - - - - - - Transportation Status_ Code List. IdentifierString - - - - - Transportation Status_ Code List. Agency. IdentifierString - - - - - Transportation Status_ Code List. Agency Name. TextString - - - - - Transportation Status_ Code List. Name. TextString - - - - - Transportation Status_ Code List. Version. IdentifierString - - - - - Transportation Status_ Code. Name. TextString - - - - - Transportation Status_ Language. IdentifierString - - - - - Transportation Status_ Code List. Uniform Resource. IdentifierString - - - - - Transportation Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Transport Equipment Type_ Code. Type2.0The set of code values for qualifying a type of equipment used in the transportation of goods.CodeTransport Equipment Type - - - - - - Transport Equipment Type_ Code List. IdentifierString - - - - - Transport Equipment Type_ Code List. Agency. IdentifierString - - - - - Transport Equipment Type_ Code List. Agency Name. TextString - - - - - Transport Equipment Type_ Code List. Name. TextString - - - - - Transport Equipment Type_ Code List. Version. IdentifierString - - - - - Transport Equipment Type_ Code. Name. TextString - - - - - Transport Equipment Type_ Language. IdentifierString - - - - - Transport Equipment Type_ Code List. Uniform Resource. IdentifierString - - - - - Transport Equipment Type_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Transport Mode_ Code. Type2.0The set of code values for modes of transportCodeTransport Mode - - - - - - Transport Mode_ Code List. IdentifierString - - - - - Transport Mode_ Code List. Agency. IdentifierString - - - - - Transport Mode_ Code List. Agency Name. TextString - - - - - Transport Mode_ Code List. Name. TextString - - - - - Transport Mode_ Code List. Version. IdentifierString - - - - - Transport Mode_ Code. Name. TextString - - - - - Transport Mode_ Language. IdentifierString - - - - - Transport Mode_ Code List. Uniform Resource. IdentifierString - - - - - Transport Mode_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Unit Of Measure_ Code. Type2.0The set of code values for Units of Measure Used in International TradeCodeUnit Of Measure - - - - - - Unit Of Measure_ Code List. IdentifierString - - - - - Unit Of Measure_ Code List. Agency. IdentifierString - - - - - Unit Of Measure_ Code List. Agency Name. TextString - - - - - Unit Of Measure_ Code List. Name. TextString - - - - - Unit Of Measure_ Code List. Version. IdentifierString - - - - - Unit Of Measure_ Code. Name. TextString - - - - - Unit Of Measure_ Language. IdentifierString - - - - - Unit Of Measure_ Code List. Uniform Resource. IdentifierString - - - - - Unit Of Measure_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - ABIEAddress. DetailsInformation about a structured address.Address - - - - - BBIEAddress. IdentifierAn identifier for a specific address within a scheme of registered addresses.0..1AddressIdentifierIdentifierIdentifier. TypeDetailsKey - - - - - BBIEAddress. Address Type Code. CodeA code specifying the type of this address, such as business address or home address.0..1AddressAddress Type CodeCodeCode. Type - - - - - BBIEAddress. Address Format Code. CodeA code specifying the format of this address.0..1AddressAddress Format CodeCodeCode. Type - - - - - BBIEAddress. Postbox. TextA post office box number.0..1AddressPostboxTextText. TypePostBox, PO Box"123" - - - - - BBIEAddress. Floor. TextAn addressable floor of a building.0..1AddressFloorTextText. TypeSubPremiseNumber"30" - - - - - BBIEAddress. Room. TextA room, suite, or apartment of a building.0..1AddressRoomTextText. TypeSubPremiseNumber"Reception" - - - - - BBIEAddress. Street Name. NameThe name of a street.0..1AddressStreet NameNameName. TypeThoroughfare"Kwun Tong Road" - - - - - BBIEAddress. Additional_ Street Name. NameAn additional name of a street used to further specify the street name.0..1AddressAdditionalStreet NameNameName. TypeThoroughfare"Cnr Aberdeen Road" - - - - - BBIEAddress. Block Name. NameThe block name, expressed as text, for an area surrounded by streets and usually containing several buildings for this address.0..1AddressBlock NameNameName. TypeSeabird - - - - - BBIEAddress. Building Name. NameThe name of a building.0..1AddressBuilding NameNameName. TypeBuildingName"Plot 421" - - - - - BBIEAddress. Building Number. TextThe number of a building.0..1AddressBuilding NumberTextText. TypePremiseNumber"388" - - - - - BBIEAddress. Inhouse_ Mail. TextA specific location within a building.0..1AddressInhouseMailTextText. TypeMailStop - - - - - BBIEAddress. Department. TextAn addressable department of an organization.0..1AddressDepartmentTextText. TypeDepartment"Accounts Payable" - - - - - BBIEAddress. Mark Attention. TextThe name, expressed as text, of a person or department in the organization to whom incoming mail is marked with words such as 'for the attention of' or 'FAO' or 'ATTN' for this address.0..1AddressMark AttentionTextText. Type - - - - - BBIEAddress. Mark Care. TextThe name, expressed as text, of a person or organization at this address to whom incoming mail is marked with words such as 'care of' or 'C/O'.0..1AddressMark CareTextText. Type - - - - - BBIEAddress. Plot Identification. TextThe textual expression of the unique identifier for the piece of land on which this address is located such as a plot number.0..1AddressPlot IdentificationTextText. Type - - - - - BBIEAddress. City Subdivision Name. NameA name, expressed as text, of a subdivision of a city for this address, for example, a district or borough.0..1AddressCity Subdivision NameNameName. Type - - - - - BBIEAddress. City Name. NameThe name of a city, town, or village.0..1AddressCity NameNameName. TypeLocalityName"Hong Kong" - - - - - BBIEAddress. Postal_ Zone. TextThe identifier for an addressable group of properties according to the relevant national postal service, such as a ZIP code or Post Code.0..1AddressPostalZoneTextText. TypePostalCodeNumber"SW11 4EW" "2500 GG" - - - - - BBIEAddress. Country Subentity. TextA territorial division of a country, such as a county or state.0..1AddressCountry SubentityTextText. TypeAdministrativeArea, State, Country, Shire, Canton"Florida","Tamilnadu" - - - - - BBIEAddress. Country Subentity Code. CodeA territorial division of a country, such as a county or state, expressed as a code.0..1AddressCountry Subentity CodeCodeCode. TypeAdministrativeAreaCode, State Code - - - - - BBIEAddress. Region. TextAn addressable region or group of countries.0..1AddressRegionTextText. TypeLocalityName, Economic Zone"European Union" - - - - - BBIEAddress. District. TextA geographical division of a country.0..1AddressDistrictTextText. TypeLocalityName, Area"East Coast" - - - - - BBIEAddress. Timezone Offset. TextFor the time zone in which the address is situated, the measure of time offset from Universal Coordinated Time (UTC).0..1AddressTimezone OffsetTextText. Type"+8:00" "-3:00" - - - - - ASBIEAddress. Address LineAn association to Address Line.0..nAddressAddress LineAddress Line - - - - - ASBIEAddress. CountryAn association to Country.0..1AddressCountryCountry - - - - - ASBIEAddress. Location CoordinateAn association to Location Coordinate.0..1AddressLocation CoordinateLocation Coordinate - - - - - - - ABIEAddress Line. DetailsInformation about a line of address expressed as unstructured text.Address Line - - - - - BBIEAddress Line. Line. TextA line of address expressed as unstructured text.1Address LineLineTextText. Type"123 Standard Chartered Tower" - - - - - - - ABIEAir Transport. DetailsInformation related to an aircraft.Air Transport - - - - - BBIEAir Transport. Aircraft Identifier. IdentifierIdentifies a specific aircraft.1Air TransportAircraft IdentifierIdentifierIdentifier. Type - - - - - - - ABIEAllowance Charge. DetailsInformation about a charge or discount price component.Allowance Charge - - - - - BBIEAllowance Charge. IdentifierIdentifies an Allowance Charge.0..1Allowance ChargeIdentifierIdentifierIdentifier. Type - - - - - BBIEAllowance Charge. Charge_ Indicator. IndicatorIndicates whether the Allowance Charge is a charge (true) or a discount (false).1Allowance ChargeChargeIndicatorIndicatorIndicator. Type - - - - - BBIEAllowance Charge. Allowance Charge Reason Code. CodeThe reason for the Allowance Charge, expressed as a code.0..1Allowance ChargeAllowance Charge Reason CodeCodeAllowance Charge Reason_ Code. Type - - - - - BBIEAllowance Charge. Allowance Charge_ Reason. TextThe reason for the Allowance Charge, expressed as text.0..1Allowance ChargeAllowance ChargeReasonTextText. Type - - - - - BBIEAllowance Charge. Multiplier_ Factor. NumericThe factor applied to the Base Amount to calculate the Allowance Charge.0..1Allowance ChargeMultiplierFactorNumericNumeric. Type0.20 - - - - - BBIEAllowance Charge. Prepaid_ Indicator. IndicatorIndicates whether the Allowance Charge is prepaid (true) or not (false).0..1Allowance ChargePrepaidIndicatorIndicatorIndicator. Type - - - - - BBIEAllowance Charge. Sequence. NumericIdentifies the numerical order sequence in which Allowance Charges are calculated when multiple Allowance Charges apply. If all Allowance Charges apply to the same Base Amount, SequenceNumeric will be '1' for all Allowance Charges.0..1Allowance ChargeSequenceNumericNumeric. Type1, 2, 3, 4, etc. - - - - - BBIEAllowance Charge. AmountThe Allowance Charge amount.1Allowance ChargeAmountAmountAmount. Type35,23 - - - - - BBIEAllowance Charge. Base_ Amount. AmountThe amount to which the MultiplierFactorNumeric is applied to calculate the Allowance Charge.0..1Allowance ChargeBaseAmountAmountAmount. Type - - - - - BBIEAllowance Charge. Accounting Cost Code. CodeThe buyer's accounting code as applied to the Allowance Charge.0..1Allowance ChargeAccounting Cost CodeCodeCode. Type - - - - - BBIEAllowance Charge. Accounting Cost. TextThe buyer's accounting code as applied to the Allowance Charge expressed as text.0..1Allowance ChargeAccounting CostTextText. Type - - - - - ASBIEAllowance Charge. Tax CategoryAn association to Tax Category.0..nAllowance ChargeTax CategoryTax Category - - - - - ASBIEAllowance Charge. Tax TotalAn association to Tax Total.0..1Allowance ChargeTax TotalTax Total - - - - - ASBIEAllowance Charge. Payment MeansAn association to Payment Means.0..nAllowance ChargePayment MeansPayment Means - - - - - - - ABIEAttachment. DetailsInformation about an attached document. An attachment can be referred to externally (with the URI element) or internally (with the MIME reference element) or contained within the document itself (with the EmbeddedDocument element).Attachment - - - - - BBIEAttachment. Embedded_ Document. Binary ObjectContains an embedded document as a BLOB (binary large object).0..1AttachmentEmbeddedDocumentBinary ObjectBinary Object. Type - - - - - ASBIEAttachment. External ReferenceAn attached document, externally referred to, referred to in the MIME location, or embedded.0..1AttachmentExternal ReferenceExternal Reference - - - - - - - ABIEBilling Reference. DetailsInformation directly relating to a related document.Billing Reference - - - - - ASBIEBilling Reference. Invoice_ Document Reference. Document ReferenceAn associative reference to Invoice.0..1Billing ReferenceInvoiceDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Self Billed Invoice_ Document Reference. Document ReferenceAn associative reference to Self Billed Invoice.0..1Billing ReferenceSelf Billed InvoiceDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Credit Note_ Document Reference. Document ReferenceAn associative reference to Credit Note.0..1Billing ReferenceCredit NoteDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Self Billed Credit Note_ Document Reference. Document ReferenceAn associative reference to Self Billed Credit Note.0..1Billing ReferenceSelf Billed Credit NoteDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Debit Note_ Document Reference. Document ReferenceAn associative reference to Debit Note.0..1Billing ReferenceDebit NoteDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Reminder_ Document Reference. Document ReferenceAn associative reference to Reminder Document Reference0..1Billing ReferenceReminderDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Additional_ Document Reference. Document ReferenceAn associative reference to Additional Document.0..1Billing ReferenceAdditionalDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Billing Reference LineAn association to Billing Reference Line.0..nBilling ReferenceBilling Reference LineBilling Reference Line - - - - - - - ABIEBilling Reference Line. DetailsInformation about a Billing Line.Billing Reference Line - - - - - BBIEBilling Reference Line. IdentifierAn identifier for the Billing Line.1Billing Reference LineIdentifierIdentifierIdentifier. Type - - - - - BBIEBilling Reference Line. AmountThe amount of the Billing Line, including Allowance Charges but net of taxes.0..1Billing Reference LineAmountAmountAmount. Type - - - - - ASBIEBilling Reference Line. Allowance ChargeAn association to Allowance Charge.0..nBilling Reference LineAllowance ChargeAllowance Charge - - - - - - - ABIEBranch. DetailsInformation about a branch or division of an organization.Branch - - - - - BBIEBranch. IdentifierAn identifier for a branch or division of an organization.0..1BranchIdentifierIdentifierIdentifier. Type - - - - - BBIEBranch. NameThe name of a branch or division of an organization.0..1BranchNameNameName. Type - - - - - ASBIEBranch. Financial InstitutionAn association to Financial Institution.0..1BranchFinancial InstitutionFinancial Institution - - - - - ASBIEBranch. AddressAn association to Address.0..1BranchAddressAddress - - - - - - - ABIECard Account. DetailsInformation about a credit card, debit card, or charge card.Card Account - - - - - BBIECard Account. Primary_ Account Number. IdentifierThe card number; the Primary Account Number (PAN).1Card AccountPrimaryAccount NumberIdentifierIdentifier. Type4558 XXXX XXXX XXXX (a real card number) - - - - - BBIECard Account. Network. IdentifierThe card network provider.1Card AccountNetworkIdentifierIdentifier. Type“VISA”, “MasterCard”, “American Express” - - - - - BBIECard Account. Card Type Code. CodeThe type of card.0..1Card AccountCard Type CodeCodeCode. Type“Debit Card”, “Credit Card”, “Procurement Card” - - - - - BBIECard Account. Validity Start Date. DateThe date from which the card is valid.0..1Card AccountValidity Start DateDateDate. Type - - - - - BBIECard Account. Expiry Date. DateThe date up to which the card is valid.0..1Card AccountExpiry DateDateDate. Type - - - - - BBIECard Account. Issuer. IdentifierThe identifier for the card issuer.0..1Card AccountIssuerIdentifierIdentifier. Type - - - - - BBIECard Account. Issue Number. IdentifierThe card issue number.0..1Card AccountIssue NumberIdentifierIdentifier. Type - - - - - BBIECard Account. CV2. IdentifierThe Card Verification Value.0..1Card AccountCV2IdentifierIdentifier. Type - - - - - BBIECard Account. Card Chip Code. CodeThe distinction between CHIP and MAG STRIPE cards.0..1Card AccountCard Chip CodeCodeChip_ Code. Type - - - - - BBIECard Account. Chip_ Application. IdentifierAn identifier for the application (AID) on a chip card that provides the information quoted.0..1Card AccountChipApplicationIdentifierIdentifier. Type - - - - - BBIECard Account. Holder. NameThe name of the cardholder.0..1Card AccountHolderNameName. Type - - - - - - - ABIECatalogue Item Specification Update Line. DetailsDetails of Catalogue Line Item Specification.Catalogue Item Specification Update Line - - - - - BBIECatalogue Item Specification Update Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue Item Specification Update LineIdentifierIdentifierIdentifier. Type"1" - - - - - ASBIECatalogue Item Specification Update Line. Contractor_ Customer Party. Customer PartyThe Customer Party responsible for the contract to which the Catalogue relates.0..1Catalogue Item Specification Update LineContractorCustomer PartyCustomer Party - - - - - ASBIECatalogue Item Specification Update Line. Seller_ Supplier Party. Supplier PartyAn association to the Seller of the item.0..1Catalogue Item Specification Update LineSellerSupplier PartySupplier Party - - - - - ASBIECatalogue Item Specification Update Line. ItemAn association to Item itself.1Catalogue Item Specification Update LineItemItem - - - - - - - ABIECatalogue Line. DetailsThe basic element of Catalogue; something that can be bought.Catalogue Line - - - - - BBIECatalogue Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue LineIdentifierIdentifierIdentifier. Type"1" - - - - - BBIECatalogue Line. Action Code. CodeCode indicating the action required for this item to synchronize with external repositories.0..1Catalogue LineAction CodeCodeCode. Type"Replace", "Update", "Delete","Add" - - - - - BBIECatalogue Line. Life Cycle Status Code. CodeCode indicating availability of this line.0..1Catalogue LineLife Cycle Status CodeCodeCode. Type"new - announcement only", "new and available", "deleted - announcement only" - - - - - BBIECatalogue Line. Contract Subdivision. TextIdentifies a subdivision of a contract or tender.0..1Catalogue LineContract SubdivisionTextText. Type"Installation", "Phase One", Support and Maintenance" - - - - - BBIECatalogue Line. Note. TextFree-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable).0..nCatalogue LineNoteTextText. Type - - - - - BBIECatalogue Line. Orderable_ Indicator. IndicatorIndicates whether the line is orderable (that is, not just for information only).0..1Catalogue LineOrderableIndicatorIndicatorIndicator. TypeTRUE means orderable, FALSE means not orderable - - - - - BBIECatalogue Line. Orderable_ Unit. TextThe unit that can be ordered.0..1Catalogue LineOrderableUnitTextText. Type - - - - - BBIECatalogue Line. Content Unit. QuantityThe quantity of the order unit of measure of the line.0..1Catalogue LineContent UnitQuantityQuantity. TypeIf order unit measure identifier is "each", then content unit quantity is "1". - - - - - BBIECatalogue Line. Order Quantity Increment. NumericThe number of items that can set the order quantity increments.0..1Catalogue LineOrder Quantity IncrementNumericNumeric. Type - - - - - BBIECatalogue Line. Minimum_ Order Quantity. QuantityThe minimum amount of items that can be ordered.0..1Catalogue LineMinimumOrder QuantityQuantityQuantity. Type"10 boxes" - - - - - BBIECatalogue Line. Maximum_ Order Quantity. QuantityThe maximum amount of items that can be ordered.0..1Catalogue LineMaximumOrder QuantityQuantityQuantity. Type"1 tonne" - - - - - BBIECatalogue Line. Warranty_ Information. TextInformation regarding the warranty for the good or service. Warranty may be provided by any Party (can be described in the assiciation to Warranty Party).0..nCatalogue LineWarrantyInformationTextText. Type"Unless specified otherwise and in addition to any rights the Customer may have under statute, Dell warrants to the Customer that Dell branded Products (excluding third party products and software), will be free from defects in materials and workmanship affecting normal use for a period of one year from invoice date ('Standard Warranty')." - - - - - BBIECatalogue Line. Pack Level Code. CodeThe level of packaging involved.0..1Catalogue LinePack Level CodeCodeCode. TypeConsumer Unit, Trading Unit"level 2", "Group 4" - - - - - ASBIECatalogue Line. Contractor_ Customer Party. Customer PartyThe Customer Party responsible for the contract to which the Catalogue relates.0..1Catalogue LineContractorCustomer PartyCustomer Party - - - - - ASBIECatalogue Line. Seller_ Supplier Party. Supplier PartyAn association to Seller of the item.0..1Catalogue LineSellerSupplier PartySupplier Party - - - - - ASBIECatalogue Line. Warranty_ Party. PartyThe party responsible for the Warranty.0..1Catalogue LineWarrantyPartyParty - - - - - ASBIECatalogue Line. Warranty Validity_ Period. PeriodThe period for which the Warranty is valid.0..1Catalogue LineWarranty ValidityPeriodPeriod - - - - - ASBIECatalogue Line. Line Validity_ Period. PeriodThe period for which the Catalogue Line is valid.0..1Catalogue LineLine ValidityPeriodPeriod - - - - - ASBIECatalogue Line. Item ComparisonAn association to comparative details for this Item.0..nCatalogue LineItem ComparisonItem Comparison - - - - - ASBIECatalogue Line. Component_ Related Item. Related ItemAn association that describes any catalogue items that may be components of this Item.0..nCatalogue LineComponentRelated ItemRelated Item - - - - - ASBIECatalogue Line. Accessory_ Related Item. Related ItemAn association that describes any catalogue items that may be optional accessories to this Item.0..nCatalogue LineAccessoryRelated ItemRelated Item - - - - - ASBIECatalogue Line. Required_ Related Item. Related ItemAn association that describes any catalogue items that may be required for this Item.0..nCatalogue LineRequiredRelated ItemRelated Item - - - - - ASBIECatalogue Line. Replacement_ Related Item. Related ItemAn association that describes any catalogue items that may be replacements for this Item.0..nCatalogue LineReplacementRelated ItemRelated Item - - - - - ASBIECatalogue Line. Complementary_ Related Item. Related ItemAn association that describes any catalogue items that may complement this Item.0..nCatalogue LineComplementaryRelated ItemRelated Item - - - - - ASBIECatalogue Line. Required_ Item Location Quantity. Item Location QuantityAn association to the description of properties related to locations and quantities of the Item.0..nCatalogue LineRequiredItem Location QuantityItem Location Quantity - - - - - ASBIECatalogue Line. Document ReferenceAn association to Document Reference.0..nCatalogue LineDocument ReferenceDocument Reference - - - - - ASBIECatalogue Line. ItemAn association to the Item itself.1Catalogue LineItemItem - - - - - - - ABIECatalogue Pricing Update Line. DetailsDetails of Catalogue Line Pricing.Catalogue Pricing Update Line - - - - - BBIECatalogue Pricing Update Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue Pricing Update LineIdentifierIdentifierIdentifier. Type"1" - - - - - ASBIECatalogue Pricing Update Line. Contractor_ Customer Party. Customer PartyThe Customer Party responsible for the contract to which the Catalogue relates.0..1Catalogue Pricing Update LineContractorCustomer PartyCustomer Party - - - - - ASBIECatalogue Pricing Update Line. Seller_ Supplier Party. Supplier PartyAn association to the Seller of the Item.0..1Catalogue Pricing Update LineSellerSupplier PartySupplier Party - - - - - ASBIECatalogue Pricing Update Line. Required_ Item Location Quantity. Item Location QuantityAn association to the description of properties related to locations and quantities of the item.0..nCatalogue Pricing Update LineRequiredItem Location QuantityItem Location Quantity - - - - - - - ABIECatalogue Reference. DetailsA reference to a Catalogue.Catalogue Reference - - - - - BBIECatalogue Reference. IdentifierAn identifier for the Catalogue document.1Catalogue ReferenceIdentifierIdentifierIdentifier. Type - - - - - BBIECatalogue Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Catalogue ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIECatalogue Reference. Issue Date. DateThe date when the Catalogue was issued.0..1Catalogue ReferenceIssue DateDateDate. Type - - - - - BBIECatalogue Reference. Issue Time. TimeThe time when the Catalogue was issued.0..1Catalogue ReferenceIssue TimeTimeTime. Type - - - - - BBIECatalogue Reference. Revision Date. DateThe date on which the information in the Catalogue was revised.0..1Catalogue ReferenceRevision DateDateDate. Type - - - - - BBIECatalogue Reference. Revision Time. TimeThe time at which the information in the Catalogue was revised.0..1Catalogue ReferenceRevision TimeTimeTime. Type - - - - - BBIECatalogue Reference. Note. TextA free-text note about the Catalogue. This is used for information which is only human readable.0..nCatalogue ReferenceNoteTextText. Type - - - - - BBIECatalogue Reference. Description. TextA description of the Catalogue.0..nCatalogue ReferenceDescriptionTextText. Type"computer accessories for laptops" - - - - - BBIECatalogue Reference. Version. IdentifierIndicates the current version of the Catalogue.0..1Catalogue ReferenceVersionIdentifierIdentifier. Type"1.1" - - - - - BBIECatalogue Reference. Previous_ Version. IdentifierIndicates the previous version (the version superseded by this Catalogue).0..1Catalogue ReferencePreviousVersionIdentifierIdentifier. Type"1.0" - - - - - - - ABIECatalogue Request Line. DetailsThe basic element of Catalogue; something that can be bought.Catalogue Request Line - - - - - BBIECatalogue Request Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue Request LineIdentifierIdentifierIdentifier. Type"1" - - - - - BBIECatalogue Request Line. Contract Subdivision. TextIdentifies a subdivision of a contract or tender.0..1Catalogue Request LineContract SubdivisionTextText. Type"Installation", "Phase One", Support and Maintenance" - - - - - BBIECatalogue Request Line. Note. TextFree-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable).0..nCatalogue Request LineNoteTextText. Type - - - - - ASBIECatalogue Request Line. Line Validity_ Period. PeriodThe period for which the Catalogue Line is valid.0..1Catalogue Request LineLine ValidityPeriodPeriod - - - - - ASBIECatalogue Request Line. Required_ Item Location Quantity. Item Location QuantityAn association to the description of properties related to locations and quantities of the item.0..nCatalogue Request LineRequiredItem Location QuantityItem Location Quantity - - - - - ASBIECatalogue Request Line. ItemAn association to the Item itself.1Catalogue Request LineItemItem - - - - - - - ABIECertificate Of Origin Application. DetailsA document that contains information of CO application.Certificate Of Origin Application - - - - - BBIECertificate Of Origin Application. Reference. IdentifierHolds the unique number that identifies the Despatch Advice, typically according to the seller's system that generated the Despatch Advice.1Certificate Of Origin ApplicationReferenceIdentifierIdentifier. Type - - - - - BBIECertificate Of Origin Application. Certificate Type. TextType of CO. Type could be Ordinary, Re-export, Commonwealth Preferential etc.1Certificate Of Origin ApplicationCertificate TypeTextText. Type - - - - - BBIECertificate Of Origin Application. Application Status Code. CodeIndicates the status of the application (revision, replacement, etc.).0..1Certificate Of Origin ApplicationApplication Status CodeCodeCode. Type - - - - - BBIECertificate Of Origin Application. Original_ Job Identifier. IdentifierThe latest Job Number given to the Origin application. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier.1Certificate Of Origin ApplicationOriginalJob IdentifierIdentifierIdentifier. Type - - - - - BBIECertificate Of Origin Application. Previous_ Job Identifier. IdentifierThe previous Job Number assigned in case the application undergoes query or change. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier.0..1Certificate Of Origin ApplicationPreviousJob IdentifierIdentifierIdentifier. Type - - - - - BBIECertificate Of Origin Application. Remarks. TextRemarks by the applicant for the Certificate of Origin Application.0..1Certificate Of Origin ApplicationRemarksTextText. Type - - - - - ASBIECertificate Of Origin Application. ShipmentInformation about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.1Certificate Of Origin ApplicationShipmentShipment - - - - - ASBIECertificate Of Origin Application. Endorser PartyThe party providing the endorsement.1..nCertificate Of Origin ApplicationEndorser PartyEndorser Party - - - - - ASBIECertificate Of Origin Application. Preparation_ Party. PartyDetails of an individual, a group, or a body that prepares the Certificate of Origin application.1Certificate Of Origin ApplicationPreparationPartyParty - - - - - ASBIECertificate Of Origin Application. Issuer_ Party. PartyDetails of the authorized organization that issued the Certificate of Origin.1Certificate Of Origin ApplicationIssuerPartyParty - - - - - ASBIECertificate Of Origin Application. Issuing_ Country. CountryThe country for which the Certificate of Origin is issued.1Certificate Of Origin ApplicationIssuingCountryCountry - - - - - ASBIECertificate Of Origin Application. Document DistributionThe distribution of the Certificate of Origin to interested parties.0..nCertificate Of Origin ApplicationDocument DistributionDocument Distribution - - - - - ASBIECertificate Of Origin Application. Supporting_ Document Reference. Document ReferenceAn associative reference to a supporting document.0..nCertificate Of Origin ApplicationSupportingDocument ReferenceDocument Reference - - - - - ASBIECertificate Of Origin Application. SignatureOne or more signatures applied to the document instance.0..nCertificate Of Origin ApplicationSignatureSignature - - - - - - - ABIEClassification Category. DetailsInformation about a Classification Category; a subdivision of a Classification Scheme.Classification Category - - - - - BBIEClassification Category. NameThe name of the Classification Category.0..1Classification CategoryNameNameName. TypeCode List Name"UNSPSC Class", "UNSPSC Segment", "UNSPSC Family" - - - - - BBIEClassification Category. Code Value. TextThe Classification Category value.0..1Classification CategoryCode ValueTextText. TypeCode Value3420001, 3273666, HSJJD-213 - - - - - BBIEClassification Category. Description. TextThe description of the Classification Category.0..nClassification CategoryDescriptionTextText. TypeCode Name"Electrical Goods", "Wooden Toys" - - - - - ASBIEClassification Category. Categorizes_ Classification Category. Classification CategoryAn association to subcategories within the Category.0..nClassification CategoryCategorizesClassification CategoryClassification Category - - - - - - - ABIEClassification Scheme. DetailsInformation about Classification Scheme; a scheme that defines a taxonomy for classifying goods or services.Classification Scheme - - - - - BBIEClassification Scheme. IdentifierAn identifier for the classification scheme.1Classification SchemeIdentifierIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Classification SchemeUUIDIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. Last_ Revision Date. DateThe date at which the classification scheme was last revised.0..1Classification SchemeLastRevision DateDateDate. Type - - - - - BBIEClassification Scheme. Last_ Revision Time. TimeThe time at which the classification scheme was last revised.0..1Classification SchemeLastRevision TimeTimeTime. Type - - - - - BBIEClassification Scheme. Note. TextFree-form text applying to the Classification Scheme. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Classification SchemeNoteTextText. Type - - - - - BBIEClassification Scheme. NameThe name of the Classification Scheme.0..1Classification SchemeNameNameName. Type"UNSPSC" - - - - - BBIEClassification Scheme. Description. TextA description of the Classification Scheme.0..nClassification SchemeDescriptionTextText. Type"an open, global multi-sector standard for classification of products and services" - - - - - BBIEClassification Scheme. Agency Identifier. IdentifierIdentifies the agency that maintains the Classification Scheme.0..1Classification SchemeAgency IdentifierIdentifierIdentifier. TypeDefaults to the UN/EDIFACT data element 3055 code list. - - - - - BBIEClassification Scheme. Agency Name. TextThe name of the agency that maintains the Classification Scheme.0..1Classification SchemeAgency NameTextText. Type - - - - - BBIEClassification Scheme. Version. IdentifierIdentifies the version of the Classification Scheme.0..1Classification SchemeVersionIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. URI. IdentifierThe Uniform Resource Identifier (URI) that identifies where the Classification is located.0..1Classification SchemeURIIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. Scheme_ URI. IdentifierThe Uniform Resource Identifier (URI) that identifies where the Classification Scheme is located.0..1Classification SchemeSchemeURIIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. Language. IdentifierIdentifies the language of the Classification Scheme.0..1Classification SchemeLanguageIdentifierIdentifier. Type - - - - - ASBIEClassification Scheme. Classification CategoryAn association to Classification Category.1..nClassification SchemeClassification CategoryClassification Category - - - - - - - ABIECommodity Classification. DetailsInformation about Commodity Classification.Commodity Classification - - - - - BBIECommodity Classification. Nature Code. CodeThe high-level nature of the Classification issued by a specific maintenance agency, expressed as a code.0..1Commodity ClassificationNature CodeCodeCode. Type"wooden products" - - - - - BBIECommodity Classification. Cargo Type Code. CodeThe type of cargo, expressed as a code.0..1Commodity ClassificationCargo Type CodeCodeCode. Type"Refrigerated" - - - - - BBIECommodity Classification. Commodity Code. CodeThe harmonized international commodity code for regulatory (customs and trade statistics) purposes.0..1Commodity ClassificationCommodity CodeCodeCode. TypeHarmonized Code"1102222883" - - - - - BBIECommodity Classification. Item Classification Code. CodeThe trade commodity classification, expressed as a code.0..1Commodity ClassificationItem Classification CodeCodeCode. TypeUN/SPSC Code"3440234" - - - - - - - ABIECommunication. DetailsInformation about a means of communication.Communication - - - - - BBIECommunication. Channel Code. CodeThe method of communication, expressed as a code.0..1CommunicationChannel CodeCodeChannel_ Code. TypePhone Fax Email - - - - - BBIECommunication. Channel. TextThe method of communication, expressed as text.0..1CommunicationChannelTextText. TypeSkype - - - - - BBIECommunication. Value. TextThe communication value, such as phone number or email address.0..1CommunicationValueTextText. Type"+44 1 2345 6789" "president@whitehouse.com" - - - - - - - ABIEConsignment. DetailsA separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.Consignment - - - - - BBIEConsignment. IdentifierUnique number assigned to goods, both for import and export.1ConsignmentIdentifierIdentifierIdentifier. TypeUnique consignment reference number (UCR) - - - - - BBIEConsignment. Summary_ Description. TextGeneral descriptive text that is not part of any remarks.0..nConsignmentSummaryDescriptionTextText. Type - - - - - BBIEConsignment. Total_ Invoice Amount. AmountTotal of all invoice amounts declared in a single consignment.0..1ConsignmentTotalInvoice AmountAmountAmount. Type - - - - - BBIEConsignment. Declared Customs_ Value. AmountAmount declared for customs purposes of those goods in a consignment, whether or not they are subject to the same customs procedure, tariff/statistical heading, country information, and duty regime.0..1ConsignmentDeclared CustomsValueAmountAmount. Type - - - - - BBIEConsignment. Tariff Description. TextA description of the tariff applied to a consignment.0..nConsignmentTariff DescriptionTextText. Type - - - - - BBIEConsignment. Tariff Code. CodeCode specifying a tariff applied to a consignment.0..1ConsignmentTariff CodeCodeCode. TypeTariff code number (WCO ID 145) - - - - - BBIEConsignment. Insurance Premium Amount. AmountAmount of premium payable to the insurance company for insuring the goods.0..1ConsignmentInsurance Premium AmountAmountAmount. TypeInsurance Cost - - - - - BBIEConsignment. Gross_ Weight. MeasureTotal weight (mass) of goods for a declaration, including packaging but excluding the carrier's equipment.0..1ConsignmentGrossWeightMeasureMeasure. TypeTotal gross weight (WCO ID 131)Total cube of all goods items referred to as one consignment. - - - - - BBIEConsignment. Net_ Weight. MeasureTotal net weight (mass) of all the goods items referred to as one consignment.0..1ConsignmentNetWeightMeasureMeasure. Type - - - - - BBIEConsignment. Net Net_ Weight. MeasureWeight (mass) of the goods themselves without any packing.0..1ConsignmentNet NetWeightMeasureMeasure. Type - - - - - BBIEConsignment. Chargeable_ Weight. MeasureGross weight (mass) on which a charge is to be based.0..1ConsignmentChargeableWeightMeasureMeasure. TypeChargeable Weight. Basis.Measure - - - - - BBIEConsignment. Gross_ Volume. MeasureTotal volume of all goods items referred to as one consignment.0..1ConsignmentGrossVolumeMeasureMeasure. TypeCube - - - - - BBIEConsignment. Net_ Volume. MeasureNet volume of all goods items referred to as one consignment.0..1ConsignmentNetVolumeMeasureMeasure. Type - - - - - BBIEConsignment. Loading_ Length. MeasureTotal length in a means of transport or a piece of transport equipment whereby the complete width and height over that length is needed for loading all the consignments referred to as one consolidation.0..1ConsignmentLoadingLengthMeasureMeasure. Type - - - - - BBIEConsignment. Remarks. TextRemarks concerning the complete consignment to be printed on the transport document.0..nConsignmentRemarksTextText. Type - - - - - BBIEConsignment. Hazardous Risk_ Indicator. IndicatorIndication that the transport is or is not subject to an international regulation concerning the carriage of dangerous goods.0..1ConsignmentHazardous RiskIndicatorIndicatorIndicator. TypeDangerous Goods RID Indicatordefault is negative - - - - - ASBIEConsignment. Consignee_ Party. PartyParty to which goods are consigned.0..1ConsignmentConsigneePartyParty - - - - - ASBIEConsignment. Exporter_ Party. PartyThe party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted.0..1ConsignmentExporterPartyParty - - - - - ASBIEConsignment. Consignor_ Party. PartyThe party consigning goods, as stipulated in the transport contract by the party ordering transport.0..1ConsignmentConsignorPartyParty - - - - - ASBIEConsignment. Importer_ Party. PartyThe party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned.0..1ConsignmentImporterPartyParty - - - - - ASBIEConsignment. Carrier_ Party. PartyThe party providing the transport of goods between named points.0..1ConsignmentCarrierPartyParty - - - - - ASBIEConsignment. Freight Forwarder_ Party. PartyThe party combining individual smaller consignments into a single larger shipment (so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.0..1ConsignmentFreight ForwarderPartyParty - - - - - ASBIEConsignment. Notify_ Party. PartyThe party to be notified.0..1ConsignmentNotifyPartyParty - - - - - ASBIEConsignment. Original Despatch_ Party. PartyThe original despatch party.0..1ConsignmentOriginal DespatchPartyParty - - - - - ASBIEConsignment. Final Delivery_ Party. PartyThe final delivery party.0..1ConsignmentFinal DeliveryPartyParty - - - - - ASBIEConsignment. Original Departure_ Country. CountryThe country from which the goods are originally exported, without any commercial transaction taking place in intermediate countries.0..1ConsignmentOriginal DepartureCountryCountry - - - - - ASBIEConsignment. Final Destination_ Country. CountryName of the country to which the goods are to be delivered to the final consignee or buyer.0..1ConsignmentFinal DestinationCountryCountry - - - - - ASBIEConsignment. Transit_ Country. CountryThe countries through which goods or passengers are routed between the country of original departure and the country of final destination.0..nConsignmentTransitCountryCountry - - - - - ASBIEConsignment. Transport_ Contract. ContractAn association to Transport Contact.0..1ConsignmentTransportContractContract - - - - - ASBIEConsignment. Original Despatch_ Transportation Service. Transportation ServiceThe service for pick-up from the consignor under the transport contract.0..1ConsignmentOriginal DespatchTransportation ServiceTransportation Service - - - - - ASBIEConsignment. Final Delivery_ Transportation Service. Transportation ServiceThe service for delivery to the consignee under the transport contract.0..1ConsignmentFinal DeliveryTransportation ServiceTransportation Service - - - - - ASBIEConsignment. Delivery TermsAll the conditions agreed upon between a seller and a buyer with regard to the delivery of goods and/or services, e.g., CIF, FOB, or EXW from the INCOTERMS Terms of Delivery.0..1ConsignmentDelivery TermsDelivery Terms - - - - - ASBIEConsignment. Payment TermsThe conditions of payment between the parties in a transaction.0..1ConsignmentPayment TermsPayment Terms - - - - - ASBIEConsignment. Freight_ Allowance Charge. Allowance ChargeCosts incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs).0..nConsignmentFreightAllowance ChargeAllowance Charge - - - - - - - ABIEContact. DetailsInformation about a contactable person or organization department.Contact - - - - - BBIEContact. IdentifierAn identifier for the Contact.0..1ContactIdentifierIdentifierIdentifier. Type"Receivals Clerk" - - - - - BBIEContact. NameThe name of the Contact.0..1ContactNameNameName. Type"Delivery Dock" - - - - - BBIEContact. Telephone. TextThe telephone number of the Contact.0..1ContactTelephoneTextText. Type - - - - - BBIEContact. Telefax. TextThe fax number of the Contact.0..1ContactTelefaxTextText. Type - - - - - BBIEContact. Electronic_ Mail. TextThe email address of the Contact.0..1ContactElectronicMailTextText. Type - - - - - BBIEContact. Note. TextA note such as 'Emergency' or 'After Hours' describing the circumstances in which the Contact can be used.0..1ContactNoteTextText. Type - - - - - ASBIEContact. Other_ Communication. CommunicationAn association to Other Communication.0..nContactOtherCommunicationCommunication - - - - - - - ABIEContract. DetailsInformation about a Contract.Contract - - - - - BBIEContract. IdentifierIdentifies the Contract.0..1ContractIdentifierIdentifierIdentifier. Type"CC23" - - - - - BBIEContract. Issue Date. DateThe date on which the Contract was issued.0..1ContractIssue DateDateDate. Type - - - - - BBIEContract. Issue Time. TimeThe time at which the Contract was issued.0..1ContractIssue TimeTimeTime. Type - - - - - BBIEContract. Contract Type Code. CodeThe type of Contract, expressed as a code.0..1ContractContract Type CodeCodeCode. Type - - - - - BBIEContract. Contract Type. TextThe type of Contract, expressed as text.0..1ContractContract TypeTextText. Type - - - - - ASBIEContract. Validity_ Period. PeriodAn association to Validity Period.0..1ContractValidityPeriodPeriod - - - - - ASBIEContract. Contract_ Document Reference. Document ReferenceAn associative reference to Contract Document.0..nContractContractDocument ReferenceDocument Reference - - - - - - - ABIECorporate Registration Scheme. DetailsInformation directly relating a scheme for corporate registration of businesses.Corporate Registration Scheme - - - - - BBIECorporate Registration Scheme. IdentifierIdentifies the scheme.0..1Corporate Registration SchemeIdentifierIdentifierIdentifier. Type"ASIC" in Australia - - - - - BBIECorporate Registration Scheme. NameIdentifies the scheme by name.0..1Corporate Registration SchemeNameNameName. Type"Australian Securities and Investment Commission" in Australia - - - - - BBIECorporate Registration Scheme. Corporate Registration Type Code. CodeIdentifies the type of scheme.0..1Corporate Registration SchemeCorporate Registration Type CodeCodeCode. Type"ACN" - - - - - ASBIECorporate Registration Scheme. Jurisdiction Region_ Address. AddressAssociates the registration scheme with particulars that identify and locate the geographic area to which the scheme applies.0..nCorporate Registration SchemeJurisdiction RegionAddressAddress - - - - - - - ABIECountry. DetailsInformation about a geopolitical country.Country - - - - - BBIECountry. Identification Code. CodeAn identifier for the Country.0..1CountryIdentification CodeCodeCountry Identification_ Code. Type - - - - - BBIECountry. NameThe name of the Country.0..1CountryNameNameName. Type“SOUTH AFRICA” - - - - - - - ABIECredit Account. DetailsInformation about a Credit Account (for sales on account).Credit Account - - - - - BBIECredit Account. Account Identifier. IdentifierIdentifies the Credit Account.1Credit AccountAccount IdentifierIdentifierIdentifier. Type"Customer Code 29" - - - - - - - ABIECredit Note Line. DetailsInformation about a Credit Note Line.Credit Note Line - - - - - BBIECredit Note Line. IdentifierIdentifies the Credit Note Line.1Credit Note LineIdentifierIdentifierIdentifier. Type - - - - - BBIECredit Note Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Credit Note LineUUIDIdentifierIdentifier. Type - - - - - BBIECredit Note Line. Note. TextFree-form text applying to the Credit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Credit Note LineNoteTextText. Type - - - - - BBIECredit Note Line. Credited_ Quantity. QuantityThe quantity of Items credited.0..1Credit Note LineCreditedQuantityQuantityQuantity. Type - - - - - BBIECredit Note Line. Line Extension Amount. AmountThe total amount for the Credit Note Line, including Allowance Charges but net of taxes.0..1Credit Note LineLine Extension AmountAmountAmount. Type - - - - - BBIECredit Note Line. Tax Point Date. DateThe date of the Credit Note Line, used to indicate the point at which tax becomes applicable.0..1Credit Note LineTax Point DateDateDate. Type - - - - - BBIECredit Note Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Credit Note Line.0..1Credit Note LineAccounting Cost CodeCodeCode. Type - - - - - BBIECredit Note Line. Accounting Cost. TextThe buyer's accounting code applied to the Credit Note Line, expressed as text.0..1Credit Note LineAccounting CostTextText. Type - - - - - ASBIECredit Note Line. Discrepancy_ Response. ResponseAn association to Discrepancy Response; the reason for the Credit.0..nCredit Note LineDiscrepancyResponseResponse - - - - - ASBIECredit Note Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nCredit Note LineDespatchLine ReferenceLine Reference - - - - - ASBIECredit Note Line. Receipt_ Line Reference. Line ReferenceAn associative reference to Receipt Line.0..nCredit Note LineReceiptLine ReferenceLine Reference - - - - - ASBIECredit Note Line. Billing ReferenceAn association to Billing Reference.0..nCredit Note LineBilling ReferenceBilling Reference - - - - - ASBIECredit Note Line. Document ReferenceAn association to Document Reference.0..nCredit Note LineDocument ReferenceDocument Reference - - - - - ASBIECredit Note Line. Pricing ReferenceAn association to Pricing Reference.0..1Credit Note LinePricing ReferencePricing Reference - - - - - ASBIECredit Note Line. DeliveryAn association to Delivery.0..nCredit Note LineDeliveryDelivery - - - - - ASBIECredit Note Line. Tax TotalAn association to Tax Total.0..nCredit Note LineTax TotalTax Total - - - - - ASBIECredit Note Line. ItemAn association to Item0..1Credit Note LineItemItem - - - - - ASBIECredit Note Line. PriceAn association to Price.0..1Credit Note LinePricePrice - - - - - - - ABIECustomer Party. DetailsInformation about the Customer Party.Customer Party - - - - - BBIECustomer Party. Customer Assigned_ Account Identifier. IdentifierAn identifier for the Customer's account, assigned by the Customer itself.0..1Customer PartyCustomer AssignedAccount IdentifierIdentifierIdentifier. Type - - - - - BBIECustomer Party. Supplier Assigned_ Account Identifier. IdentifierAn identifier for the Customer's account, assigned by the Supplier.0..1Customer PartySupplier AssignedAccount IdentifierIdentifierIdentifier. Type - - - - - BBIECustomer Party. Additional_ Account Identifier. IdentifierAn identifier for the Customer's account, assigned by a third party.0..nCustomer PartyAdditionalAccount IdentifierIdentifierIdentifier. Type - - - - - ASBIECustomer Party. PartyAn association to Party.0..1Customer PartyPartyParty - - - - - ASBIECustomer Party. Delivery_ Contact. ContactAn association to Delivery Contact.0..1Customer PartyDeliveryContactContact - - - - - ASBIECustomer Party. Accounting_ Contact. ContactAn association to Accounting Contact (Customer).0..1Customer PartyAccountingContactContact - - - - - ASBIECustomer Party. Buyer_ Contact. ContactAn association to Buyer Contact.0..1Customer PartyBuyerContactContact - - - - - - - ABIEDebit Note Line. DetailsInformation about a Debit Note Line.Debit Note Line - - - - - BBIEDebit Note Line. IdentifierIdentifies the Debit Note Line.1Debit Note LineIdentifierIdentifierIdentifier. Type - - - - - BBIEDebit Note Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Debit Note LineUUIDIdentifierIdentifier. Type - - - - - BBIEDebit Note Line. Note. TextFree-form text applying to the Debit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Debit Note LineNoteTextText. Type - - - - - BBIEDebit Note Line. Debited_ Quantity. QuantityThe quantity of Items debited.0..1Debit Note LineDebitedQuantityQuantityQuantity. Type - - - - - BBIEDebit Note Line. Line Extension Amount. AmountThe total amount for the Debit Note Line, including Allowance Charges but net of taxes.1Debit Note LineLine Extension AmountAmountAmount. Type - - - - - BBIEDebit Note Line. Tax Point Date. DateThe date of the Debit Note Line, used to indicate the point at which tax becomes applicable.0..1Debit Note LineTax Point DateDateDate. Type - - - - - BBIEDebit Note Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Debit Note Line.0..1Debit Note LineAccounting Cost CodeCodeCode. Type - - - - - BBIEDebit Note Line. Accounting Cost. TextThe buyer's accounting code applied to the Debit Note Line, expressed as text.0..1Debit Note LineAccounting CostTextText. Type - - - - - ASBIEDebit Note Line. Discrepancy_ Response. ResponseAn association to Discrepancy Response; the reason for the Debit.0..nDebit Note LineDiscrepancyResponseResponse - - - - - ASBIEDebit Note Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nDebit Note LineDespatchLine ReferenceLine Reference - - - - - ASBIEDebit Note Line. Receipt_ Line Reference. Line ReferenceAn associative reference to Receipt Line.0..nDebit Note LineReceiptLine ReferenceLine Reference - - - - - ASBIEDebit Note Line. Billing ReferenceAn association to Billing Reference.0..nDebit Note LineBilling ReferenceBilling Reference - - - - - ASBIEDebit Note Line. Document ReferenceAn association to Document Reference.0..nDebit Note LineDocument ReferenceDocument Reference - - - - - ASBIEDebit Note Line. Pricing ReferenceAn association to Pricing Reference.0..1Debit Note LinePricing ReferencePricing Reference - - - - - ASBIEDebit Note Line. DeliveryAn association to Delivery.0..nDebit Note LineDeliveryDelivery - - - - - ASBIEDebit Note Line. Tax TotalAn association to Tax Total.0..nDebit Note LineTax TotalTax Total - - - - - ASBIEDebit Note Line. ItemAn association to Item0..1Debit Note LineItemItem - - - - - ASBIEDebit Note Line. PriceAn association to Price.0..1Debit Note LinePricePrice - - - - - - - ABIEDelivery. DetailsInformation about Delivery.Delivery - - - - - BBIEDelivery. IdentifierIdentifies the Delivery.0..1DeliveryIdentifierIdentifierIdentifier. Type - - - - - BBIEDelivery. QuantityThe quantity in a Delivery.0..1DeliveryQuantityQuantityQuantity. Type - - - - - BBIEDelivery. Minimum_ Quantity. QuantityThe minimum quantity in a Delivery.0..1DeliveryMinimumQuantityQuantityQuantity. Type - - - - - BBIEDelivery. Maximum_ Quantity. QuantityThe maximum quantity in a Delivery.0..1DeliveryMaximumQuantityQuantityQuantity. Type - - - - - BBIEDelivery. Actual_ Delivery Date. DateThe actual Delivery date.0..1DeliveryActualDelivery DateDateDate. Type - - - - - BBIEDelivery. Actual_ Delivery Time. TimeThe actual Delivery time.0..1DeliveryActualDelivery TimeTimeTime. Type - - - - - BBIEDelivery. Latest_ Delivery Date. DateThe latest delivery date allowed by the buyer.0..1DeliveryLatestDelivery DateDateDate. Type - - - - - BBIEDelivery. Latest_ Delivery Time. TimeThe latest delivery time allowed by the buyer.0..1DeliveryLatestDelivery TimeTimeTime. Type - - - - - BBIEDelivery. Tracking Identifier. IdentifierThe delivery Tracking ID (for transport tracking).0..1DeliveryTracking IdentifierIdentifierIdentifier. Type - - - - - ASBIEDelivery. Delivery_ Address. AddressAn association to Delivery Address.0..1DeliveryDeliveryAddressAddress - - - - - ASBIEDelivery. Delivery_ Location. LocationAn association to Location.0..1DeliveryDeliveryLocationLocation - - - - - ASBIEDelivery. Requested Delivery_ Period. PeriodThe requested Period for Delivery.0..1DeliveryRequested DeliveryPeriodPeriod - - - - - ASBIEDelivery. Promised Delivery_ Period. PeriodThe promised Period for Delivery.0..1DeliveryPromised DeliveryPeriodPeriod - - - - - ASBIEDelivery. Estimated Delivery_ Period. PeriodThe estimated Period for Delivery.0..1DeliveryEstimated DeliveryPeriodPeriod - - - - - ASBIEDelivery. Delivery_ Party. PartyThe party to whom the goods/services are delivered.0..1DeliveryDeliveryPartyParty - - - - - ASBIEDelivery. DespatchAn association to the Despatch.0..1DeliveryDespatchDespatch - - - - - - - ABIEDelivery Terms. DetailsInformation about Delivery Terms.Delivery Terms - - - - - BBIEDelivery Terms. IdentifierIdentifies the Delivery Terms.0..1Delivery TermsIdentifierIdentifierIdentifier. TypeCIF, FOB, or EXW from the INCOTERMS Terms of Delivery. (2000 version preferred.) - - - - - BBIEDelivery Terms. Special_ Terms. TextA description of special conditions relating to the Delivery Terms.0..1Delivery TermsSpecialTermsTextText. Type - - - - - BBIEDelivery Terms. Loss Risk Responsibility Code. CodeAn identifier for the responsibility for loss risk in the context of the Delivery Terms, expressed as a code.0..1Delivery TermsLoss Risk Responsibility CodeCodeCode. Type - - - - - BBIEDelivery Terms. Loss Risk. TextA description of the loss risk in the context of the Delivery Terms.0..1Delivery TermsLoss RiskTextText. Type - - - - - ASBIEDelivery Terms. Delivery_ Location. LocationAn association to Location, e.g., a port.0..1Delivery TermsDeliveryLocationLocation - - - - - ASBIEDelivery Terms. Allowance ChargeAn association to Allowance Charge.0..1Delivery TermsAllowance ChargeAllowance Charge - - - - - - - ABIEDelivery Unit. DetailsInformation about a Delivery Unit.Delivery Unit - - - - - BBIEDelivery Unit. Batch Quantity. QuantityThe quantity of ordered Items that constitutes a batch for delivery purposes.1Delivery UnitBatch QuantityQuantityQuantity. Type"100 units", "by the dozen" - - - - - BBIEDelivery Unit. Consumer_ Unit. QuantityThe quantity of consumer units in the Delivery Unit.0..1Delivery UnitConsumerUnitQuantityQuantity. Type"packs of 10" - - - - - BBIEDelivery Unit. Hazardous Risk_ Indicator. IndicatorIndicates whether the Item as delivered is hazardous.0..1Delivery UnitHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - - - ABIEDespatch. DetailsInformation about Despatch.Despatch - - - - - BBIEDespatch. IdentifierThe identifier for the Delivery.0..1DespatchIdentifierIdentifierIdentifier. Type - - - - - BBIEDespatch. Requested_ Despatch Date. DateThe despatch (pick-up) date requested by the buyer.0..1DespatchRequestedDespatch DateDateDate. Type - - - - - BBIEDespatch. Requested_ Despatch Time. TimeThe despatch (pick-up) time requested by the buyer.0..1DespatchRequestedDespatch TimeTimeTime. Type - - - - - BBIEDespatch. Estimated_ Despatch Date. DateThe despatch (pick-up) date estimated by the seller or Despatch.0..1DespatchEstimatedDespatch DateDateDate. Type - - - - - BBIEDespatch. Estimated_ Despatch Time. TimeThe despatch (pick-up) time estimated by the seller or Despatch.0..1DespatchEstimatedDespatch TimeTimeTime. Type - - - - - BBIEDespatch. Actual_ Despatch Date. DateThe actual despatch (pick-up) date.0..1DespatchActualDespatch DateDateDate. Type - - - - - BBIEDespatch. Actual_ Despatch Time. TimeThe actual despatch (pick-up) time.0..1DespatchActualDespatch TimeTimeTime. Type - - - - - ASBIEDespatch. Despatch_ Address. AddressAn association to Despatch Address.0..1DespatchDespatchAddressAddress - - - - - ASBIEDespatch. Despatch_ Party. PartyThe party who despatched the delivery.0..1DespatchDespatchPartyParty - - - - - ASBIEDespatch. ContactAn association to Contact.0..1DespatchContactContact - - - - - - - ABIEDespatch Line. DetailsInformation about a Despatch Line.Despatch Line - - - - - BBIEDespatch Line. IdentifierIdentifies the Despatch Line.1Despatch LineIdentifierIdentifierIdentifier. Type - - - - - BBIEDespatch Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Despatch LineUUIDIdentifierIdentifier. Type - - - - - BBIEDespatch Line. Note. TextFree-form text applying to the Despatch Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Despatch LineNoteTextText. Type - - - - - BBIEDespatch Line. Line Status Code. CodeIdentifies the status of the Despatch Line with respect to its original state.0..1Despatch LineLine Status CodeCodeLine Status_ Code. Type - - - - - BBIEDespatch Line. Delivered_ Quantity. QuantityThe quantity despatched.0..1Despatch LineDeliveredQuantityQuantityQuantity. Type - - - - - BBIEDespatch Line. Backorder_ Quantity. QuantityThe quantity on Back Order at the Supplier.0..1Despatch LineBackorderQuantityQuantityQuantity. Type - - - - - BBIEDespatch Line. Backorder_ Reason. TextThe reason for the Back Order.0..1Despatch LineBackorderReasonTextText. Type - - - - - BBIEDespatch Line. Outstanding_ Quantity. QuantityThe quantity outstanding (which will follow in a later despatch).0..1Despatch LineOutstandingQuantityQuantityQuantity. Type - - - - - BBIEDespatch Line. Outstanding_ Reason. TextThe reason for the Outstanding Quantity.0..1Despatch LineOutstandingReasonTextText. Type - - - - - BBIEDespatch Line. Oversupply_ Quantity. QuantityThe quantity over-supplied.0..1Despatch LineOversupplyQuantityQuantityQuantity. Type - - - - - ASBIEDespatch Line. Order Line ReferenceAn association to Order Line Reference.1..nDespatch LineOrder Line ReferenceOrder Line Reference - - - - - ASBIEDespatch Line. Document ReferenceAn association to Document Reference.0..nDespatch LineDocument ReferenceDocument Reference - - - - - ASBIEDespatch Line. ItemAn association to Item.1Despatch LineItemItem - - - - - ASBIEDespatch Line. ShipmentAn association to Shipment.0..nDespatch LineShipmentShipment - - - - - - - ABIEDimension. DetailsInformation about a measurable dimension of an item.Dimension - - - - - BBIEDimension. Attribute Identifier. IdentifierAn identifier for the attribute to which the measure applies.1DimensionAttribute IdentifierIdentifierIdentifier. Type - - - - - BBIEDimension. MeasureThe measurement value.0..1DimensionMeasureMeasureMeasure. Type - - - - - BBIEDimension. Description. TextA description of the attribute or measurement of the attribute.0..nDimensionDescriptionTextText. Type - - - - - BBIEDimension. Minimum_ Measure. MeasureThe minimum value in a range of measurement.0..1DimensionMinimumMeasureMeasureMeasure. Type - - - - - BBIEDimension. Maximum_ Measure. MeasureThe maximum value in a range of measurement.0..1DimensionMaximumMeasureMeasureMeasure. Type - - - - - - - ABIEDocument Distribution. DetailsThe details of the distribution of the document among business partners.Document Distribution - - - - - BBIEDocument Distribution. Print_ Qualifier. TextThe access right for a Party to distribute the document.1Document DistributionPrintQualifierTextText. Type - - - - - BBIEDocument Distribution. Maximum_ Copies. NumericSpecifies the maximum number of copies of the document that the user can print.1Document DistributionMaximumCopiesNumericNumeric. Type - - - - - ASBIEDocument Distribution. PartyDetails of the Party who can access the document.1Document DistributionPartyParty - - - - - - - ABIEDocument Reference. DetailsInformation about a document referred to in another document.Document Reference - - - - - BBIEDocument Reference. IdentifierIdentifies the document being referred to.1Document ReferenceIdentifierIdentifierIdentifier. Type"PO-001" "3333-44-123" - - - - - BBIEDocument Reference. Copy_ Indicator. IndicatorIndicates whether the referenced document is a copy (true) or the original (false).0..1Document ReferenceCopyIndicatorIndicatorIndicator. Type - - - - - BBIEDocument Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Document ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIEDocument Reference. Issue Date. DateThe date, assigned by the sender of the referenced document, on which the referenced document was issued.0..1Document ReferenceIssue DateDateDate. Type - - - - - BBIEDocument Reference. Document Type Code. CodeThe document type, expressed as a code.0..1Document ReferenceDocument Type CodeCodeCode. Type - - - - - BBIEDocument Reference. Document Type. TextThe document type, expressed as text.0..1Document ReferenceDocument TypeTextText. Type - - - - - BBIEDocument Reference. XPath. TextRefers to another part of the same document instance.0..nDocument ReferenceXPathTextText. Type - - - - - ASBIEDocument Reference. AttachmentAn attached document, externally referred to, referred to in the MIME location, or embedded.0..1Document ReferenceAttachmentAttachment - - - - - - - ABIEDocument Response. DetailsInformation about responses to a document (at the application level).Document Response - - - - - ASBIEDocument Response. ResponseThe response to the document.1Document ResponseResponseResponse - - - - - ASBIEDocument Response. Document ReferenceAn association to Document Reference.1Document ResponseDocument ReferenceDocument Reference - - - - - ASBIEDocument Response. Issuer_ Party. PartyThe party who issued a document.0..1Document ResponseIssuerPartyParty - - - - - ASBIEDocument Response. Recipient_ Party. PartyThe party for whom the document is intended.0..1Document ResponseRecipientPartyParty - - - - - ASBIEDocument Response. Line ResponseResponse to various lines in the document.0..nDocument ResponseLine ResponseLine Response - - - - - - - ABIEEndorsement. DetailsDetails of an endorsement on the document.Endorsement - - - - - BBIEEndorsement. Document. IdentifierIdentifies the endorsement.1EndorsementDocumentIdentifierIdentifier. Type - - - - - BBIEEndorsement. Approval Status. TextSpecifies the status of the endorsement.1EndorsementApproval StatusTextText. TypeAuthentication Code - - - - - BBIEEndorsement. Remarks. TextRemarks by the endorsing party.0..nEndorsementRemarksTextText. Type - - - - - ASBIEEndorsement. Endorser PartyThe type of party providing the endorsement.1EndorsementEndorser PartyEndorser Party - - - - - ASBIEEndorsement. SignatureOne or more signatures applied to the endorsement.0..nEndorsementSignatureSignature - - - - - - - ABIEEndorser Party. DetailsThe party endorsing a document.Endorser Party - - - - - BBIEEndorser Party. Role Code. CodeThe role of the party providing the endorsement, e.g., Issuer, Embassy, Insurance, etc.1Endorser PartyRole CodeCodeCode. Type - - - - - BBIEEndorser Party. Sequence. NumericThe sequence in which the endorsements are to be applied.1Endorser PartySequenceNumericNumeric. Type - - - - - ASBIEEndorser Party. PartyDetails of the party endorsing the application.1Endorser PartyPartyParty - - - - - ASBIEEndorser Party. Signatory_ Contact. ContactDetails of the individual representing the exporter who signs the Certificate of Origin application before submitting it to the Issuer Party.1Endorser PartySignatoryContactContact - - - - - - - ABIEExchange Rate. DetailsInformation about Exchange Rate.Exchange Rate - - - - - BBIEExchange Rate. Source_ Currency Code. CodeThe reference currency for the Exchange Rate; the currency from which the exchange is being made (CC Definition).1Exchange RateSourceCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEExchange Rate. Source_ Currency Base Rate. RateThe unit base of the source currency for currencies with small denominations.0..1Exchange RateSourceCurrency Base RateRateRate. Type - - - - - BBIEExchange Rate. Target_ Currency Code. CodeThe target currency for the Exchange Rate; the currency to which the exchange is being made (CC Definition).1Exchange RateTargetCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEExchange Rate. Target_ Currency Base Rate. RateThe unit base of the target currency for currencies with small denominations.0..1Exchange RateTargetCurrency Base RateRateRate. Type - - - - - BBIEExchange Rate. Exchange Market Identifier. IdentifierIdentifies the currency exchange market used as the source of the Exchange Rate.0..1Exchange RateExchange Market IdentifierIdentifierIdentifier. Type - - - - - BBIEExchange Rate. Calculation Rate. RateThe factor applied to the source currency to calculate the target currency.0..1Exchange RateCalculation RateRateRate. Type - - - - - BBIEExchange Rate. Mathematic Operator Code. CodeAn identifier for whether the Calculation Rate should be used to multiply or to divide, expressed as a code.0..1Exchange RateMathematic Operator CodeCodeOperator_ Code. Type - - - - - BBIEExchange Rate. DateThe date of the Exchange.0..1Exchange RateDateDateDate. Type - - - - - ASBIEExchange Rate. Foreign Exchange_ Contract. ContractAn association to Foreign Exchange Contract.0..1Exchange RateForeign ExchangeContractContract - - - - - - - ABIEExternal Reference. DetailsInformation directly relating to an external reference i.e. a document stored at a remote location.External Reference - - - - - BBIEExternal Reference. URI. IdentifierThe Uniform Resource Identifier (URI) that identifies where the external document is located.0..1External ReferenceURIIdentifierIdentifier. Type - - - - - BBIEExternal Reference. Document Hash. TextSpecifies the hash code for the externally stored document.0..1External ReferenceDocument HashTextText. Type - - - - - BBIEExternal Reference. Expiry Date. DateThe date on which the document can no longer be found on the URI.0..1External ReferenceExpiry DateDateDate. Type - - - - - BBIEExternal Reference. Expiry Time. TimeThe time on which the document can no longer be found on the URI.0..1External ReferenceExpiry TimeTimeTime. Type - - - - - - - ABIEFinancial Account. DetailsInformation about a Financial Account.Financial Account - - - - - BBIEFinancial Account. IdentifierThe identifier for the Financial Account; the Bank Account Number.0..1Financial AccountIdentifierIdentifierIdentifier. TypeSWIFT(BIC) and IBAN are defined in ISO 9362 and ISO 13616. - - - - - BBIEFinancial Account. NameThe name of the Financial Account.0..1Financial AccountNameNameName. Type - - - - - BBIEFinancial Account. Account Type Code. CodeThe type of Financial Account, expressed as a code.0..1Financial AccountAccount Type CodeCodeCode. Type - - - - - BBIEFinancial Account. Currency Code. CodeThe currency in which the Financial Account is held, expressed as a code.0..1Financial AccountCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEFinancial Account. Payment_ Note. TextFree-form text applying to the Payment to the owner of this account.0..nFinancial AccountPaymentNoteTextText. Type - - - - - ASBIEFinancial Account. Financial Institution_ Branch. BranchAn association to Financial Institution Branch.0..1Financial AccountFinancial InstitutionBranchBranch - - - - - ASBIEFinancial Account. CountryAn association to Country.0..1Financial AccountCountryCountry - - - - - - - ABIEFinancial Institution. DetailsInformation about a Financial Institution.Financial Institution - - - - - BBIEFinancial Institution. IdentifierThe identifier for the Financial Institution expressed as a code; ISO 9362 BIC (Bank Identification Code) is recommended.0..1Financial InstitutionIdentifierIdentifierIdentifier. Type - - - - - BBIEFinancial Institution. NameThe name of the Financial Institution.0..1Financial InstitutionNameNameName. Type - - - - - ASBIEFinancial Institution. AddressAn association to Address.0..1Financial InstitutionAddressAddress - - - - - - - ABIEGoods Item. DetailsA separately identifiable quantity of products of a single product type.Goods Item - - - - - BBIEGoods Item. IdentifierAn identifier for the goods item.1Goods ItemIdentifierIdentifierIdentifier. Type - - - - - BBIEGoods Item. Sequence Number. IdentifierSequence number differentiating a specific goods item within a consignment.0..1Goods ItemSequence NumberIdentifierIdentifier. TypeCustoms item number (WCO ID 021), Sequence Position - - - - - BBIEGoods Item. Description. TextPlain language description of a goods item sufficient to identify it for customs, statistical, or transport purposes.0..nGoods ItemDescriptionTextText. TypeDescription of goods (WCO ID 137) - - - - - BBIEGoods Item. Hazardous Risk_ Indicator. IndicatorIndicates whether the goods item includes hazardous items (dangerous goods).0..1Goods ItemHazardous RiskIndicatorIndicatorIndicator. Typedefault is negative - - - - - BBIEGoods Item. Declared Customs_ Value. AmountAmount declared for Customs purposes of those goods in a consignment which are subject to the same Customs procedure and have the same tariff/statistical heading, country information, and duty regime.0..1Goods ItemDeclared CustomsValueAmountAmount. TypeFor Customs Value (WCO ID 108) - - - - - BBIEGoods Item. Declared For Carriage_ Value. AmountValue declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery.0..1Goods ItemDeclared For CarriageValueAmountAmount. TypeInterest in delivery, declared value for carriage - - - - - BBIEGoods Item. Declared Statistics_ Value. AmountValue declared for statistical purposes of those goods in a consignment which have the same statistical heading.0..1Goods ItemDeclared StatisticsValueAmountAmount. TypeStatistical Value (WCO ID 114) - - - - - BBIEGoods Item. Free On Board_ Value. AmountMonetary amount that has to be or has been paid as calculated under the applicable trade delivery.0..1Goods ItemFree On BoardValueAmountAmount. TypeFOB Value - - - - - BBIEGoods Item. Insurance_ Value. AmountThe amount covered by an insurance for a particular goods item.0..1Goods ItemInsuranceValueAmountAmount. TypeValue Insured - - - - - BBIEGoods Item. Value. AmountSpecifies the amount on which a duty, tax, or fee will be assessed.0..1Goods ItemValueAmountAmount. TypeDuty/tax/fee assessment basis in value (WCO ID 116) - - - - - BBIEGoods Item. Gross_ Weight. MeasureWeight (mass) of goods, including packaging but excluding the carrier's equipment.0..1Goods ItemGrossWeightMeasureMeasure. TypeActual Gross Weight - - - - - BBIEGoods Item. Net_ Weight. MeasureWeight (mass) of goods item, excluding all packing but including any packaging that normally goes with the goods.0..1Goods ItemNetWeightMeasureMeasure. Type - - - - - BBIEGoods Item. Net Net_ Weight. MeasureWeight (mass) of goods without any packaging.0..1Goods ItemNet NetWeightMeasureMeasure. TypeCustoms Weight (WCO ID 128) - - - - - BBIEGoods Item. Chargeable_ Weight. MeasureGross weight (mass) on which a charge is to be based.0..1Goods ItemChargeableWeightMeasureMeasure. Type - - - - - BBIEGoods Item. Gross_ Volume. MeasureMeasurement normally arrived at by multiplying the maximum length, width, and height of the goods item.0..1Goods ItemGrossVolumeMeasureMeasure. TypeVolume, Gross Measurement Cube (GMC), Cube (WCO ID 134) - - - - - BBIEGoods Item. Net_ Volume. MeasureThe volume contained by a goods item, excluding the volume of any packaging material.0..1Goods ItemNetVolumeMeasureMeasure. Type - - - - - BBIEGoods Item. QuantityNumber of goods items.0..1Goods ItemQuantityQuantityQuantity. Type - - - - - BBIEGoods Item. Preference Criterion. CodeSpecifies the treatment preference for this good according to international trading agreements.0..1Goods ItemPreference CriterionCodeCode. Type"Preference Criterion" is used in the following manner in the paper CO of another country (e.g.): -"A" - The good is "wholly obtained or produced entirely" in the territory of one or more of the NAFTA countries as reference in Article 415. Note: The purchase of a good in the territory does not necessarily render it "wholly obtained or produced". If the good is an agricultural good, see also criterion F and Annex 703.2. (Reference: Article 401(a), 415). -"B" - ... -"C" - ... -"D" - ... -"E" - ... -"F" - The good is an originating agricultural good under preference criterion A,B, or C above and is not subjected to quantitative restriction in the importing NAFTA country because.... -Thus, the column "Preference Criterion" will indicate either A, B, C,... - - - - - BBIEGoods Item. Required_ Customs Identifier. IdentifierAdditional tariff codes required to specify a type of goods for Customs, transport, statistical, or other regulatory purposes.0..1Goods ItemRequiredCustoms IdentifierIdentifierIdentifier. TypeTariff code extensions (WCO ID 255) - - - - - BBIEGoods Item. Customs Status Code. CodeStatus of goods as identified by customs for regulation purposes.0..1Goods ItemCustoms Status CodeCodeCode. TypeCustoms status of goods (WCO ID 094) - - - - - BBIEGoods Item. Customs Tariff Quantity. QuantityQuantity of the goods in the unit as required by Customs for tariff, statistical, or fiscal purposes.0..1Goods ItemCustoms Tariff QuantityQuantityQuantity. Type - - - - - BBIEGoods Item. Customs Import_ Classified Indicator. IndicatorIndicates whether the goods have been customs classified for import.0..1Goods ItemCustoms ImportClassified IndicatorIndicatorIndicator. Type - - - - - ASBIEGoods Item. ItemAssociation to a description of the good or service.0..nGoods ItemItemItem - - - - - ASBIEGoods Item. Goods Item ContainerAssociation to describe the transporting of a goods item in a unit of transport equipment (e.g., container).0..nGoods ItemGoods Item ContainerGoods Item Container - - - - - ASBIEGoods Item. Freight_ Allowance Charge. Allowance ChargeCosts incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs).0..nGoods ItemFreightAllowance ChargeAllowance Charge - - - - - ASBIEGoods Item. Invoice LineAssociation to information directly relating to a line item of an invoice.0..nGoods ItemInvoice LineInvoice Line - - - - - ASBIEGoods Item. TemperatureAny temperatures associated with the goods.0..nGoods ItemTemperatureTemperature - - - - - ASBIEGoods Item. Contained_ Goods Item. Goods ItemAssociates with any other goods items contained in this goods item.0..nGoods ItemContainedGoods ItemGoods Item - - - - - ASBIEGoods Item. Origin_ Address. AddressRegion in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or any other measure related to trade.0..1Goods ItemOriginAddressAddress - - - - - - - ABIEGoods Item Container. DetailsHow goods items are split across transport equipment.Goods Item Container - - - - - BBIEGoods Item Container. IdentifierIdentifies goods items split across transport equipment.1Goods Item ContainerIdentifierIdentifierIdentifier. Type - - - - - BBIEGoods Item Container. QuantityNumber of goods items loaded into or onto one piece of transport equipment as a total consignment or part of a consignment.0..1Goods Item ContainerQuantityQuantityQuantity. TypeNumber of packages stuffed - - - - - ASBIEGoods Item Container. Transport EquipmentAssociates the containers for a single goods item.0..nGoods Item ContainerTransport EquipmentTransport Equipment - - - - - - - ABIEHazardous Goods Transit. DetailsInformation about Hazardous Goods Transit.Hazardous Goods Transit - - - - - BBIEHazardous Goods Transit. Transport Emergency Card Code. CodeThe identifier for a transport emergency card, describing the actions to be taken in an emergency in transporting the Hazardous Goods. May be the identity number of a hazardous emergency response plan assigned by the appropriate authority.0..1Hazardous Goods TransitTransport Emergency Card CodeCodeCode. TypeTREM card - - - - - BBIEHazardous Goods Transit. Packing Criteria Code. CodeA code identifying the packaging requirement for the transportation of the Hazardous Goods as assigned by IATA/IMDB/ADR/RID etc.0..1Hazardous Goods TransitPacking Criteria CodeCodeCode. TypePacking Group - - - - - BBIEHazardous Goods Transit. Hazardous Regulation Code. CodeThe identifier for a set of legal regulations that govern the transportation of the Hazardous Goods, expressed as a code.0..1Hazardous Goods TransitHazardous Regulation CodeCodeCode. Type - - - - - BBIEHazardous Goods Transit. Inhalation Toxicity Zone Code. CodeAn identifier for the Inhalation Toxicity Hazard Zone for the Hazardous Goods, as defined by the US Department of Transportation, expressed as a code.0..1Hazardous Goods TransitInhalation Toxicity Zone CodeCodeCode. Type - - - - - BBIEHazardous Goods Transit. Transport Authorization Code. CodeCode specifying the authorization for the transportation of hazardous cargo.0..1Hazardous Goods TransitTransport Authorization CodeCodeCode. TypePermission for Transport - - - - - ASBIEHazardous Goods Transit. Maximum_ Temperature. TemperatureAn association to Maximum Temperature (at which the Hazardous Goods can be safely transported).0..1Hazardous Goods TransitMaximumTemperatureTemperature - - - - - ASBIEHazardous Goods Transit. Minimum_ Temperature. TemperatureAn association to Minimum Temperature (at which the Hazardous Goods can be safely transported).0..1Hazardous Goods TransitMinimumTemperatureTemperature - - - - - - - ABIEHazardous Item. DetailsInformation about a Hazardous Item.Hazardous Item - - - - - BBIEHazardous Item. IdentifierThe identifier for a Hazardous Item.0..1Hazardous ItemIdentifierIdentifierIdentifier. Type"Round Up" - - - - - BBIEHazardous Item. Placard Notation. TextThe placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport.0..1Hazardous ItemPlacard NotationTextText. Type"5.1" - - - - - BBIEHazardous Item. Placard Endorsement. TextThe placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport.0..1Hazardous ItemPlacard EndorsementTextText. Type"2" - - - - - BBIEHazardous Item. Additional_ Information. TextAdditional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description.0..1Hazardous ItemAdditionalInformationTextText. Type"Must be stored away from flammable materials" "N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" - - - - - BBIEHazardous Item. UNDG Code. CodeThe identifier assigned to transportable hazardous goods by the United Nations, expressed as a code.0..1Hazardous ItemUNDG CodeCodeCode. TypeUN Code - - - - - BBIEHazardous Item. Emergency Procedures Code. CodeThe emergency procedures for the Hazardous Item, expressed as a code.0..1Hazardous ItemEmergency Procedures CodeCodeCode. TypeEMG code, EMS Page Number - - - - - BBIEHazardous Item. Medical First Aid Guide Code. CodeThe identifier of a medical first aid guide that is relevant to specific hazardous goods, expressed as a code.0..1Hazardous ItemMedical First Aid Guide CodeCodeCode. TypeMFAG page number - - - - - BBIEHazardous Item. Technical_ Name. NameThe full technical name of the specific hazardous substance.0..1Hazardous ItemTechnicalNameNameName. Type"Granular Sodium Chlorate WeedKiller" - - - - - BBIEHazardous Item. Category. NameThe name of the category of hazard that applies to the Item.0..1Hazardous ItemCategoryNameName. Type - - - - - BBIEHazardous Item. Hazardous Category Code. CodeCode specifying a kind of hazard for a material.0..1Hazardous ItemHazardous Category CodeCodeCode. TypeHazardous material class code - - - - - BBIEHazardous Item. Upper_ Orange Hazard Placard Identifier. IdentifierSpecifies the identity number for the upper part of the orange hazard placard required on the means of transport.0..1Hazardous ItemUpperOrange Hazard Placard IdentifierIdentifierIdentifier. TypeHazard identification number (upper part) - - - - - BBIEHazardous Item. Lower_ Orange Hazard Placard Identifier. IdentifierSpecifies the identity number for the lower part of the orange hazard placard required on the means of transport.0..1Hazardous ItemLowerOrange Hazard Placard IdentifierIdentifierIdentifier. TypeSubstance identification number (lower part) - - - - - BBIEHazardous Item. Marking Identifier. IdentifierIdentifies the marking of dangerous goods.0..1Hazardous ItemMarking IdentifierIdentifierIdentifier. TypeDangerous goods label marking - - - - - BBIEHazardous Item. Hazard Class Identifier. IdentifierIdentifies a hazard class applicable to dangerous goods as defined by the relevant regulation authority, such as the IMDG Class Number of the SOLAS Convention of IMO and the ADR/RID Class Number for the road/rail environment.0..1Hazardous ItemHazard Class IdentifierIdentifierIdentifier. TypeIMDG Class Number, ADR/RID Class Number - - - - - BBIEHazardous Item. Net_ Weight. MeasureThe total net weight of hazardous goods; the weight of the goods plus packaging.0..1Hazardous ItemNetWeightMeasureMeasure. Type - - - - - BBIEHazardous Item. Net_ Volume. MeasureThe volume of hazardous goods net of packaging and transport equipment.0..1Hazardous ItemNetVolumeMeasureMeasure. Type - - - - - BBIEHazardous Item. QuantityThe quantity of goods that are hazardous.0..1Hazardous ItemQuantityQuantityQuantity. Type - - - - - ASBIEHazardous Item. Contact_ Party. PartyAssociates the Hazardous Item with details of an individual, group, or body that is the contact in case of hazard incident.0..1Hazardous ItemContactPartyParty - - - - - ASBIEHazardous Item. Secondary HazardAssociates the Hazardous Item with information about secondary hazards.0..nHazardous ItemSecondary HazardSecondary Hazard - - - - - ASBIEHazardous Item. Hazardous Goods TransitAssociates the Hazardous Item with information about the transportation of hazardous goods.0..nHazardous ItemHazardous Goods TransitHazardous Goods Transit - - - - - ASBIEHazardous Item. Emergency_ Temperature. TemperatureAssociates the Hazardous Item with the temperature at which emergency procedures apply during the handling of temperature-controlled hazardous goods.0..1Hazardous ItemEmergencyTemperatureTemperature - - - - - ASBIEHazardous Item. Flashpoint_ Temperature. TemperatureAssociates the Hazardous Item with the lowest temperature at which the vapor of a combustible liquid can be made to ignite momentarily in air, known in hazardous goods procedures as the flashpoint.0..1Hazardous ItemFlashpointTemperatureTemperature - - - - - ASBIEHazardous Item. Additional_ Temperature. TemperatureInformation providing details of temperatures relevant to the handling of hazardous goods.0..nHazardous ItemAdditionalTemperatureTemperature - - - - - - - ABIEInvoice Line. DetailsInformation about an Invoice Line.Invoice Line - - - - - BBIEInvoice Line. IdentifierIdentifies the Invoice Line.1Invoice LineIdentifierIdentifierIdentifier. Type - - - - - BBIEInvoice Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Invoice LineUUIDIdentifierIdentifier. Type - - - - - BBIEInvoice Line. Note. TextFree-form text applying to the Invoice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Invoice LineNoteTextText. Type - - - - - BBIEInvoice Line. Invoiced_ Quantity. QuantityThe quantity (of Items) on the Invoice Line.0..1Invoice LineInvoicedQuantityQuantityQuantity. Type - - - - - BBIEInvoice Line. Line Extension Amount. AmountThe total amount for the Invoice Line, including Allowance Charges but net of taxes.1Invoice LineLine Extension AmountAmountAmount. Type - - - - - BBIEInvoice Line. Tax Point Date. DateThe date of the Invoice Line, used to indicate the point at which tax becomes applicable.0..1Invoice LineTax Point DateDateDate. Type - - - - - BBIEInvoice Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Invoice Line.0..1Invoice LineAccounting Cost CodeCodeCode. Type - - - - - BBIEInvoice Line. Accounting Cost. TextThe buyer's accounting code applied to the Invoice Line, expressed as text.0..1Invoice LineAccounting CostTextText. Type - - - - - BBIEInvoice Line. Free Of Charge_ Indicator. IndicatorIndicates whether the Invoice Line is Free Of Charge (default = false).0..1Invoice LineFree Of ChargeIndicatorIndicatorIndicator. Type - - - - - ASBIEInvoice Line. Order Line ReferenceAn association to Order Line Reference.0..nInvoice LineOrder Line ReferenceOrder Line Reference - - - - - ASBIEInvoice Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nInvoice LineDespatchLine ReferenceLine Reference - - - - - ASBIEInvoice Line. Receipt_ Line Reference. Line ReferenceAn associative reference to Receipt Line.0..nInvoice LineReceiptLine ReferenceLine Reference - - - - - ASBIEInvoice Line. Billing ReferenceAn association to Billing Reference.0..nInvoice LineBilling ReferenceBilling Reference - - - - - ASBIEInvoice Line. Document ReferenceAn association to Document Reference.0..nInvoice LineDocument ReferenceDocument Reference - - - - - ASBIEInvoice Line. Pricing ReferenceAn association to Pricing Reference.0..1Invoice LinePricing ReferencePricing Reference - - - - - ASBIEInvoice Line. Originator_ Party. PartyThe party who originated the Order to which the Invoice is related.0..1Invoice LineOriginatorPartyParty - - - - - ASBIEInvoice Line. DeliveryAn association to Delivery.0..nInvoice LineDeliveryDelivery - - - - - ASBIEInvoice Line. Payment TermsAn association to Payment Terms.0..nInvoice LinePayment TermsPayment Terms - - - - - ASBIEInvoice Line. Allowance ChargeAn association to Allowance Charge.0..nInvoice LineAllowance ChargeAllowance Charge - - - - - ASBIEInvoice Line. Tax TotalAn association to Tax Total.0..nInvoice LineTax TotalTax Total - - - - - ASBIEInvoice Line. ItemAn association to Item.1Invoice LineItemItem - - - - - ASBIEInvoice Line. PriceAn association to Price.0..1Invoice LinePricePrice - - - - - ASBIEInvoice Line. Delivery TermsAn association to Delivery Terms.0..1Invoice LineDelivery TermsDelivery Terms - - - - - - - ABIEItem. DetailsInformation directly relating to an item.Itemarticle, product, goods item - - - - - BBIEItem. Description. TextFree-form field that can be used to give a text description of the item.0..nItemDescriptionTextText. Type - - - - - BBIEItem. Pack Quantity. QuantityThe unit packaging quantity.0..1ItemPack QuantityQuantityQuantity. Type - - - - - BBIEItem. Pack Size. NumericThe number of items in a pack.0..1ItemPack SizeNumericNumeric. Type - - - - - BBIEItem. Catalogue_ Indicator. IndicatorIndicates whether the item was ordered from a Catalogue (true) or not (false).0..1ItemCatalogueIndicatorIndicatorIndicator. Type - - - - - BBIEItem. NameA short name optionally given to an item, such as a name from a Catalogue, as distinct from a description.0..1ItemNameNameName. Type - - - - - BBIEItem. Hazardous Risk_ Indicator. IndicatorIndicates whether the item as delivered is hazardous.0..1ItemHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - BBIEItem. Additional_ Information. TextProvides more details of the item (e.g., the URL of a relevant web page).0..1ItemAdditionalInformationTextText. Type - - - - - BBIEItem. Keyword. TextA Seller Party-defined search string for the item. Also could be synonyms for identifying the item.0..nItemKeywordTextText. Type - - - - - BBIEItem. Brand Name. NameBrand name for the item.0..nItemBrand NameNameName. TypeCoca-Cola - - - - - BBIEItem. Model Name. NameModel name for the item.0..nItemModel NameNameName. Type"VW Beetle" - - - - - ASBIEItem. Buyers_ Item Identification. Item IdentificationAssociates the item with its identification according to the buyer's system.0..1ItemBuyersItem IdentificationItem Identification - - - - - ASBIEItem. Sellers_ Item Identification. Item IdentificationAssociates the item with its identification according to the seller's system.0..1ItemSellersItem IdentificationItem Identification - - - - - ASBIEItem. Manufacturers_ Item Identification. Item IdentificationAssociates the item with its identification according to the manufacturer's system.0..nItemManufacturersItem IdentificationItem Identification - - - - - ASBIEItem. Standard_ Item Identification. Item IdentificationAssociates the item with its identification according to a standard system.0..1ItemStandardItem IdentificationItem Identification - - - - - ASBIEItem. Catalogue_ Item Identification. Item IdentificationAssociates the item with its identification according to a cataloguing system.0..1ItemCatalogueItem IdentificationItem Identification - - - - - ASBIEItem. Additional_ Item Identification. Item IdentificationAssociates the item with other identification means.0..nItemAdditionalItem IdentificationItem Identification - - - - - ASBIEItem. Catalogue_ Document Reference. Document ReferenceAn associative reference to Catalogue.0..1ItemCatalogueDocument ReferenceDocument Reference - - - - - ASBIEItem. Item Specification_ Document Reference. Document ReferenceAn associative reference to a document providing Item specification.0..nItemItem SpecificationDocument ReferenceDocument Reference - - - - - ASBIEItem. Origin_ Country. CountryAssociates the item with its country of origin.0..1ItemOriginCountryCountry - - - - - ASBIEItem. Commodity ClassificationAssociates the item with its classification(s) according to a commodity classifying system.0..nItemCommodity ClassificationCommodity Classification - - - - - ASBIEItem. Transaction ConditionsAssociates the item with sales conditions appertaining to it.0..nItemTransaction ConditionsTransaction Conditions - - - - - ASBIEItem. Hazardous ItemAssociates the item with its hazardous item information.0..nItemHazardous ItemHazardous Item - - - - - ASBIEItem. Classified_ Tax Category. Tax CategoryClassifies the item using one or more categories of taxes.0..nItemClassifiedTax CategoryTax Category - - - - - ASBIEItem. Additional_ Item Property. Item PropertyAssociates the item with a set of additional properties.0..nItemAdditionalItem PropertyItem Property - - - - - ASBIEItem. Manufacturer_ Party. PartyAssociates the item with its manufacturer.0..nItemManufacturerPartyParty - - - - - ASBIEItem. Information Content Provider_ Party. PartyAssociates the item with the party responsible for the its specification.0..1ItemInformation Content ProviderPartyParty - - - - - ASBIEItem. Origin_ Address. AddressAssociates the item with the region of origin (not the country).0..nItemOriginAddressAddress - - - - - ASBIEItem. Item InstanceAn association to Item Instance.0..nItemItem InstanceItem Instance - - - - - - - ABIEItem Comparison. DetailsUsed to compare different items based on cost, quantity, or measurements.Item Comparison - - - - - BBIEItem Comparison. Price. AmountThe price for the comparison quantity of the item.0..1Item ComparisonPriceAmountAmount. Type - - - - - BBIEItem Comparison. QuantityThe quantity used for price comparison with other items.0..1Item ComparisonQuantityQuantityQuantity. Type"per unit" - - - - - - - ABIEItem Identification. DetailsInformation about item identification.Item Identification - - - - - BBIEItem Identification. IdentifierAn identifier for an item.1Item IdentificationIdentifierIdentifierIdentifier. Type"CUST001" "3333-44-123" - - - - - BBIEItem Identification. Extended_ Identifier. IdentifierAn extended identifier for the item that identifies the item with specific properties, e.g., Item 123 = Chair / Item 123 Ext 45 = brown chair.0..1Item IdentificationExtendedIdentifierIdentifierIdentifier. Type - - - - - ASBIEItem Identification. Physical AttributeAn association to Physical Attribute.0..nItem IdentificationPhysical AttributePhysical Attribute - - - - - ASBIEItem Identification. Measurement_ Dimension. DimensionAn association to Measurement Dimension.0..nItem IdentificationMeasurementDimensionDimension - - - - - ASBIEItem Identification. Issuer_ Party. PartyAn association to Issuer Party i.e. the Party that issued the Item Identification.0..1Item IdentificationIssuerPartyParty - - - - - - - ABIEItem Instance. DetailsInformation about a specific instance of an item.Item Instance - - - - - BBIEItem Instance. Product Trace_ Identifier. IdentifierAn identifier used for tracing the item, such as the EPC number used in RFID.0..1Item InstanceProduct TraceIdentifierIdentifierIdentifier. Type - - - - - BBIEItem Instance. Manufacture Date. DateThe date of manufacture of the Item Instance.0..1Item InstanceManufacture DateDateDate. Type - - - - - BBIEItem Instance. Manufacture Time. TimeThe time of manufacture of the Item Instance.0..1Item InstanceManufacture TimeTimeTime. Type - - - - - BBIEItem Instance. Registration Identifier. IdentifierThe registration identifier of the Item Instance.0..1Item InstanceRegistration IdentifierIdentifierIdentifier. Typecar registration or licensing number - - - - - BBIEItem Instance. Serial Identifier. IdentifierThe serial number of the Item Instance.0..1Item InstanceSerial IdentifierIdentifierIdentifier. Typechassis number of a car - - - - - ASBIEItem Instance. Additional_ Item Property. Item PropertyAn association to Additional Item Property.0..nItem InstanceAdditionalItem PropertyItem Property - - - - - ASBIEItem Instance. Lot IdentificationAssociates the item instance with its lot identification (the identification that allows recall of the item if necessary).0..1Item InstanceLot IdentificationLot Identification - - - - - - - ABIEItem Location Quantity. DetailsInformation about the properties of an item as they relate to specific quantities and/or specific locations.Item Location Quantity - - - - - BBIEItem Location Quantity. Lead Time. MeasureThe time taken from the time of order to the time of delivery for an item.0..1Item Location QuantityLead TimeMeasureMeasure. Type"2 days", "24 hours" - - - - - BBIEItem Location Quantity. Minimum_ Quantity. QuantityThe minimum quantity that can be ordered to qualify for a specific price.0..1Item Location QuantityMinimumQuantityQuantityQuantity. Type"10 boxes", "1 carton", "1000 sheets" - - - - - BBIEItem Location Quantity. Maximum_ Quantity. QuantityThe maximum quantity that can be ordered to qualify for a specific price.0..1Item Location QuantityMaximumQuantityQuantityQuantity. Type"10 boxes", "1 carton", "1000 sheets" - - - - - BBIEItem Location Quantity. Hazardous Risk_ Indicator. IndicatorIndicates whether the item as delivered, in the stated quantity to the stated location, is hazardous.0..1Item Location QuantityHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - BBIEItem Location Quantity. Trading Restrictions. TextA description of trade restrictions that apply to the item or quantities of the item.0..nItem Location QuantityTrading RestrictionsTextText. Type"not for export" - - - - - ASBIEItem Location Quantity. Applicable Territory_ Address. AddressAn association to Territory (Address).0..nItem Location QuantityApplicable TerritoryAddressAddress - - - - - ASBIEItem Location Quantity. PriceAn association to Price.0..1Item Location QuantityPricePrice - - - - - ASBIEItem Location Quantity. Delivery UnitAn association to Delivery Unit.0..nItem Location QuantityDelivery UnitDelivery Unit - - - - - ASBIEItem Location Quantity. Applicable_ Tax Category. Tax CategoryAn association to Tax Category.0..nItem Location QuantityApplicableTax CategoryTax Category - - - - - - - ABIEItem Property. DetailsInformation about specific Item Properties.Item Property - - - - - BBIEItem Property. NameThe name of the Item Property.1Item PropertyNameNameName. Type"Energy Rating", "Collar Size", "Fat Content" - - - - - BBIEItem Property. Value. TextThe Item Property value.1Item PropertyValueTextText. Type"100 watts", "15 European", "20% +/- 5%" - - - - - ASBIEItem Property. Usability_ Period. PeriodThe period for which the Item Property is valid.0..1Item PropertyUsabilityPeriodPeriod - - - - - ASBIEItem Property. Item Property GroupAn association to Item Property Group.0..nItem PropertyItem Property GroupItem Property Group - - - - - - - ABIEItem Property Group. DetailsInformation about sets of classifications (or groups) of Item Properties.Item Property Group - - - - - BBIEItem Property Group. IdentifierAn identifier for the Item Property Group.1Item Property GroupIdentifierIdentifierIdentifier. Type"233-004" - - - - - BBIEItem Property Group. NameThe name of the Item Property Group.0..1Item Property GroupNameNameName. Type"Electrical Specifications", "Dietary Content" - - - - - - - ABIELanguage. DetailsInformation about Language.Language - - - - - BBIELanguage. IdentifierAn identifier for a language, expressed as a code.0..1LanguageIdentifierIdentifierIdentifier. Type - - - - - BBIELanguage. NameThe name of the language.0..1LanguageNameNameName. Type - - - - - BBIELanguage. Locale Code. CodeThe locale where the language is used, expressed as a code.0..1LanguageLocale CodeCodeCode. Type - - - - - - - ABIELine Item. DetailsInformation about a Line Item.Line Item - - - - - BBIELine Item. IdentifierIdentifies the Line Item assigned by the buyer.1Line ItemIdentifierIdentifierIdentifier. Type - - - - - BBIELine Item. Sales_ Order Identifier. IdentifierThe identification given to a Line by the seller.0..1Line ItemSalesOrder IdentifierIdentifierIdentifier. Type - - - - - BBIELine Item. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Line ItemUUIDIdentifierIdentifier. Type - - - - - BBIELine Item. Note. TextFree-form text applying to the Line Item. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Line ItemNoteTextText. Type - - - - - BBIELine Item. Line Status Code. CodeIdentifies the status of the Line with respect to its original state.0..1Line ItemLine Status CodeCodeLine Status_ Code. Type - - - - - BBIELine Item. QuantityThe quantity of Items for the Line Item.0..1Line ItemQuantityQuantityQuantity. Type - - - - - BBIELine Item. Line Extension Amount. AmountThe total amount for the Line Item, including Allowance Charges but net of taxes.0..1Line ItemLine Extension AmountAmountAmount. Type - - - - - BBIELine Item. Total_ Tax Amount. AmountThe total tax amount for the Line Item.0..1Line ItemTotalTax AmountAmountAmount. Type - - - - - BBIELine Item. Minimum_ Quantity. QuantityThe minimum quantity for the Item on the Line.0..1Line ItemMinimumQuantityQuantityQuantity. Type - - - - - BBIELine Item. Maximum_ Quantity. QuantityThe maximum quantity for the Item on the Line.0..1Line ItemMaximumQuantityQuantityQuantity. Type - - - - - BBIELine Item. Minimum_ Backorder. QuantityThe minimum back order quantity (where back order is allowed).0..1Line ItemMinimumBackorderQuantityQuantity. Type - - - - - BBIELine Item. Maximum_ Backorder. QuantityThe maximum back order quantity (where back order is allowed).0..1Line ItemMaximumBackorderQuantityQuantity. Type - - - - - BBIELine Item. Inspection Method. CodeInspection requirements for a Line Item, expressed as a code.0..1Line ItemInspection MethodCodeCode. Type - - - - - BBIELine Item. Partial Delivery Indicator. IndicatorIndicates whether a partial delivery is allowed.0..1Line ItemPartial Delivery IndicatorIndicatorIndicator. Type - - - - - BBIELine Item. Back Order Allowed Indicator. IndicatorIndicates whether back order is allowed.0..1Line ItemBack Order Allowed IndicatorIndicatorIndicator. Type - - - - - BBIELine Item. Accounting Cost Code. CodeThe buyer's accounting code applied to the Line Item.0..1Line ItemAccounting Cost CodeCodeCode. Type - - - - - BBIELine Item. Accounting Cost. TextThe buyer's accounting code applied to the Line Item, expressed as text.0..1Line ItemAccounting CostTextText. Type - - - - - ASBIELine Item. DeliveryAn association to Delivery.0..nLine ItemDeliveryDelivery - - - - - ASBIELine Item. Delivery TermsAn association to Delivery Terms.0..1Line ItemDelivery TermsDelivery Terms - - - - - ASBIELine Item. Originator_ Party. PartyThe party who originated Order.0..1Line ItemOriginatorPartyParty - - - - - ASBIELine Item. Ordered ShipmentAn association to Ordered Shipment.0..nLine ItemOrdered ShipmentOrdered Shipment - - - - - ASBIELine Item. Pricing ReferenceAn association to Pricing Reference.0..1Line ItemPricing ReferencePricing Reference - - - - - ASBIELine Item. Allowance ChargeAn association to Allowance Charge.0..nLine ItemAllowance ChargeAllowance Charge - - - - - ASBIELine Item. PriceAn association to Price.0..1Line ItemPricePrice - - - - - ASBIELine Item. ItemAn association to Item.1Line ItemItemItem - - - - - - - ABIELine Reference. DetailsReference to a Line on a document.Line Reference - - - - - BBIELine Reference. Line Identifier. IdentifierIdentifies the Line on the referenced document.1Line ReferenceLine IdentifierIdentifierIdentifier. Type - - - - - BBIELine Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Line ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIELine Reference. Line Status Code. CodeIdentifies the status of the referenced Line with respect to its original state.0..1Line ReferenceLine Status CodeCodeLine Status_ Code. Type - - - - - ASBIELine Reference. Document ReferenceAn association to Document Reference.0..1Line ReferenceDocument ReferenceDocument Reference - - - - - - - ABIELine Response. DetailsA response to a Line in a Document.Line Response - - - - - ASBIELine Response. Line ReferenceAn association to Line Reference.1Line ResponseLine ReferenceLine Reference - - - - - ASBIELine Response. ResponseAn association to Response.1..nLine ResponseResponseResponse - - - - - - - ABIELocation. DetailsInformation about a location.Location - - - - - BBIELocation. IdentifierThe unique identifier for the location, e.g., the EAN Location Number, GLN.0..1LocationIdentifierIdentifierIdentifier. Type5790002221134 - - - - - BBIELocation. Description. TextThe description or name of the location.0..1LocationDescriptionTextText. Type - - - - - BBIELocation. Conditions. TextConditions describing the location.0..1LocationConditionsTextText. Type - - - - - BBIELocation. Country Subentity. TextA territorial division of a country, such as a county or state.0..1LocationCountry SubentityTextText. TypeAdministrativeArea, State, Country, Shire, Canton"Florida","Tamilnadu" - - - - - BBIELocation. Country Subentity Code. CodeThe territorial division of a country, such as a county or state, expressed as a code.0..1LocationCountry Subentity CodeCodeCode. TypeAdministrativeAreaCode, State Code - - - - - ASBIELocation. Validity_ Period. PeriodPeriod(s) in which the location can be used, e.g., for delivery.0..nLocationValidityPeriodPeriod - - - - - ASBIELocation. AddressAssociation to the address of the location.0..1LocationAddressAddress - - - - - - - ABIELocation Coordinate. DetailsInformation about physical (geographical) location.Location Coordinate - - - - - BBIELocation Coordinate. Coordinate System Code. CodeAn identifier for the location system used.0..1Location CoordinateCoordinate System CodeCodeCode. Type - - - - - BBIELocation Coordinate. Latitude_ Degrees. MeasureThe measure of latitude in degrees.0..1Location CoordinateLatitudeDegreesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Latitude_ Minutes. MeasureThe measure of latitude in minutes.0..1Location CoordinateLatitudeMinutesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Latitude Direction Code. CodeThe direction of latitude measurement from the equator.0..1Location CoordinateLatitude Direction CodeCodeLatitude Direction_ Code. Type - - - - - BBIELocation Coordinate. Longitude_ Degrees. MeasureThe measure of longitude in degrees.0..1Location CoordinateLongitudeDegreesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Longitude_ Minutes. MeasureThe measure of longitude in minutes.0..1Location CoordinateLongitudeMinutesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Longitude Direction Code. CodeThe direction of longitude measurement from the meridian.0..1Location CoordinateLongitude Direction CodeCodeLongitude Direction_ Code. Type - - - - - - - ABIELot Identification. DetailsInformation about a lot (of Item Instances).Lot Identification - - - - - BBIELot Identification. Lot Number. IdentifierIdentifies the lot.0..1Lot IdentificationLot NumberIdentifierIdentifier. Type - - - - - BBIELot Identification. Expiry Date. DateThe expiry date of the lot.0..1Lot IdentificationExpiry DateDateDate. Type - - - - - ASBIELot Identification. Additional_ Item Property. Item PropertyAn association to Additional Item Property.0..nLot IdentificationAdditionalItem PropertyItem Property - - - - - - - ABIEMaritime Transport. DetailsDescribes a water (including sea, river, and canal) transport vessel.Maritime Transport - - - - - BBIEMaritime Transport. Vessel Identifier. IdentifierIdentifies a specific vessel.0..1Maritime TransportVessel IdentifierIdentifierIdentifier. TypeLloyds Number, Registration Number (WCO ID 167)International Maritime Organisation number of a vessel - - - - - BBIEMaritime Transport. Vessel Name. NameThe name of the vessel.0..1Maritime TransportVessel NameNameName. TypeShips Name - - - - - - - ABIEMonetary Total. DetailsInformation about Monetary Totals.Monetary Total - - - - - BBIEMonetary Total. Line Extension Amount. AmountThe total of Line Extension Amounts net of tax and settlement discounts, but inclusive of any applicable rounding amount.0..1Monetary TotalLine Extension AmountAmountAmount. Type - - - - - BBIEMonetary Total. Tax Exclusive Amount. AmountThe total amount exclusive of taxes.0..1Monetary TotalTax Exclusive AmountAmountAmount. Type - - - - - BBIEMonetary Total. Tax Inclusive Amount. AmountThe total amount inclusive of taxes.0..1Monetary TotalTax Inclusive AmountAmountAmount. Type - - - - - BBIEMonetary Total. Allowance Total Amount. AmountThe total amount of all allowances.0..1Monetary TotalAllowance Total AmountAmountAmount. Type - - - - - BBIEMonetary Total. Charge Total Amount. AmountThe total amount of all charges.0..1Monetary TotalCharge Total AmountAmountAmount. Type - - - - - BBIEMonetary Total. Prepaid Amount. AmountThe total prepaid amount.0..1Monetary TotalPrepaid AmountAmountAmount. Type - - - - - BBIEMonetary Total. Payable_ Rounding Amount. AmountThe rounding amount (positive or negative) added to the calculated Line Extension Total Amount to produce the rounded Line Extension Total Amount.0..1Monetary TotalPayableRounding AmountAmountAmount. Type - - - - - BBIEMonetary Total. Payable_ Amount. AmountThe total amount to be paid.1Monetary TotalPayableAmountAmountAmount. Type - - - - - - - ABIEOrdered Shipment. DetailsInformation about an Ordered Shipment.Ordered Shipment - - - - - ASBIEOrdered Shipment. ShipmentAn association to Shipment.1Ordered ShipmentShipmentShipment - - - - - ASBIEOrdered Shipment. PackageAn association to Package.0..nOrdered ShipmentPackagePackage - - - - - - - ABIEOrder Line. DetailsInformation about an Order Line.Order Line - - - - - BBIEOrder Line. Substitution Status Code. CodeA code indicating the substitution status of the Order Line. Order Line may indicate that a substitute is proposed by the buyer or by the seller (in Order Response) or that a substitution has been made by the seller (in Order Response).0..1Order LineSubstitution Status CodeCodeSubstitution Status_ Code. Type - - - - - BBIEOrder Line. Note. TextFree-form text applying to the Order Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Order LineNoteTextText. Type - - - - - ASBIEOrder Line. Line ItemAn association to Line Item.1Order LineLine ItemLine Item - - - - - ASBIEOrder Line. Seller Proposed Substitute_ Line Item. Line ItemSubstitute Line Items proposed by the seller (in Order Response).0..nOrder LineSeller Proposed SubstituteLine ItemLine Item - - - - - ASBIEOrder Line. Seller Substituted_ Line Item. Line ItemItem(s) replaced by the seller. The original ordered quantity and pricing may be different from the substituted item. However, when an item is substituted by the seller, it is assumed that other information, such as shipment details, will be the same.0..nOrder LineSeller SubstitutedLine ItemLine Item - - - - - ASBIEOrder Line. Buyer Proposed Substitute_ Line Item. Line ItemPossible alternatives, proposed by the buyer, to the Line Item.0..nOrder LineBuyer Proposed SubstituteLine ItemLine Item - - - - - ASBIEOrder Line. Catalogue_ Line Reference. Line ReferenceAn associative reference to Catalogue Line.0..1Order LineCatalogueLine ReferenceLine Reference - - - - - ASBIEOrder Line. Quotation_ Line Reference. Line Referencean associative reference to Quotation Line.0..1Order LineQuotationLine ReferenceLine Reference - - - - - ASBIEOrder Line. Document ReferenceAn association to Document Reference.0..nOrder LineDocument ReferenceDocument Reference - - - - - - - ABIEOrder Line Reference. DetailsInformation about an Order Line Reference.Order Line Reference - - - - - BBIEOrder Line Reference. Line Identifier. IdentifierIdentifies the referenced Order Line assigned by the buyer.1Order Line ReferenceLine IdentifierIdentifierIdentifier. Type - - - - - BBIEOrder Line Reference. Sales Order_ Line Identifier. IdentifierIdentifies the referenced Order Line assigned by the seller.0..1Order Line ReferenceSales OrderLine IdentifierIdentifierIdentifier. Type - - - - - BBIEOrder Line Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Order Line ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIEOrder Line Reference. Line Status Code. CodeIdentifies the status of the referenced Order Line with respect to its original state.0..1Order Line ReferenceLine Status CodeCodeLine Status_ Code. Type - - - - - ASBIEOrder Line Reference. Order ReferenceAn association to Order Reference.0..1Order Line ReferenceOrder ReferenceOrder Reference - - - - - - - ABIEOrder Reference. DetailsInformation about an Order Reference.Order Reference - - - - - BBIEOrder Reference. IdentifierIdentifies the referenced Order assigned by the buyer.1Order ReferenceIdentifierIdentifierIdentifier. Type"PO-001" "3333-44-123" - - - - - BBIEOrder Reference. Sales Order Identifier. IdentifierIdentifies the referenced Order assigned by the seller.0..1Order ReferenceSales Order IdentifierIdentifierIdentifier. Type - - - - - BBIEOrder Reference. Copy_ Indicator. IndicatorIndicates whether the referenced Order is a copy (true) or the original (false).0..1Order ReferenceCopyIndicatorIndicatorIndicator. Type - - - - - BBIEOrder Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Order ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIEOrder Reference. Issue Date. DateThe date on which the referenced Order was issued.0..1Order ReferenceIssue DateDateDate. Type - - - - - BBIEOrder Reference. Issue Time. TimeThe time at which the referenced Order was issued.0..1Order ReferenceIssue TimeTimeTime. Type - - - - - BBIEOrder Reference. Customer_ Reference. TextA reference used (CRI) for tagging purchasing card transactions.0..1Order ReferenceCustomerReferenceTextText. TypeCustomer Reference Identifier (CRI) when using a puchasing card - - - - - ASBIEOrder Reference. Document ReferenceAn association to Document Reference.0..1Order ReferenceDocument ReferenceDocument Reference - - - - - - - ABIEPackage. DetailsInformation about a package.Package - - - - - BBIEPackage. IdentifierIdentifies the package.0..1PackageIdentifierIdentifierIdentifier. Type - - - - - BBIEPackage. QuantityThe quantity (of items) contained in the package.0..1PackageQuantityQuantityQuantity. Type - - - - - BBIEPackage. Returnable Material_ Indicator. IndicatorIndicates whether the packaging material is returnable (true) or not (false).0..1PackageReturnable MaterialIndicatorIndicatorIndicator. Type - - - - - BBIEPackage. Package Level Code. CodeCode specifying a level of packaging.0..1PackagePackage Level CodeCodeCode. Type - - - - - BBIEPackage. Packaging Type Code. CodeCode specifying the type of packaging of an item.0..1PackagePackaging Type CodeCodePackaging Type_ Code. TypePackage classification code - - - - - BBIEPackage. Packing Material. TextDescription of the type of packaging of an item.0..nPackagePacking MaterialTextText. Type - - - - - ASBIEPackage. Contained_ Package. PackageAn association to Contained Package; used to describe a package within a package.0..nPackageContainedPackagePackage - - - - - ASBIEPackage. Goods ItemAn association to Goods Item.0..nPackageGoods ItemGoods Item - - - - - ASBIEPackage. Measurement_ Dimension. DimensionAn association to describe the measurement dimensions of the package.0..nPackageMeasurementDimensionDimension - - - - - ASBIEPackage. Delivery UnitAn association to Delivery Units in the package.0..nPackageDelivery UnitDelivery Unit - - - - - - - ABIEParty. DetailsInformation about an organization, sub-organization, or individual fulfilling a role in a business process.Party - - - - - BBIEParty. Mark Care_ Indicator. IndicatorIndicates whether a party is C/O (care of).0..1PartyMark CareIndicatorIndicatorIndicator. Type - - - - - BBIEParty. Mark Attention_ Indicator. IndicatorIndicates whether a party is 'FAO' (for the attention of).0..1PartyMark AttentionIndicatorIndicatorIndicator. Type - - - - - BBIEParty. Website_ URI. IdentifierThe Uniform Resource Identifier (URI) of the party.0..1PartyWebsiteURIIdentifierIdentifier. Type - - - - - BBIEParty. Logo Reference. IdentifierA party's logo.0..1PartyLogo ReferenceIdentifierIdentifier. Typehttp://www2.coca-cola.com/images/logo.gif - - - - - BBIEParty. Endpoint Identifier. IdentifierIdentifies the end point of the routing service, e.g., EAN Location Number, GLN.0..1PartyEndpoint IdentifierIdentifierIdentifier. Type5790002221134 - - - - - ASBIEParty. Party IdentificationAn association to Party Identification.0..nPartyParty IdentificationParty Identification - - - - - ASBIEParty. Party NameAn association to Party Name.0..nPartyParty NameParty Name - - - - - ASBIEParty. LanguageAn association to Language.0..1PartyLanguageLanguage - - - - - ASBIEParty. Postal_ Address. AddressThe party's postal address.0..1PartyPostalAddressAddress - - - - - ASBIEParty. Physical_ Location. LocationThe party's physical location.0..1PartyPhysicalLocationLocation - - - - - ASBIEParty. Party Tax SchemeAn association to Party Tax Scheme.0..nPartyParty Tax SchemeParty Tax Scheme - - - - - ASBIEParty. Party Legal EntityAn association to Party Legal Entity.0..nPartyParty Legal EntityParty Legal Entity - - - - - ASBIEParty. ContactAn association to Contact.0..1PartyContactContact - - - - - ASBIEParty. PersonAn association to a person.0..1PartyPersonPerson - - - - - ASBIEParty. Agent_ Party. PartyAn association to another party who acts as an agent for this party.0..1PartyAgentPartyParty - - - - - - - ABIEParty Identification. DetailsInformation about a party's identification.Party Identification - - - - - BBIEParty Identification. IdentifierIdentifies a party.1Party IdentificationIdentifierIdentifierIdentifier. Type - - - - - - - ABIEParty Legal Entity. DetailsInformation directly relating to the legal registration that is applicable to a party.Party Legal Entity - - - - - BBIEParty Legal Entity. Registration_ Name. NameThe name of a party as registered with the legal authority.0..1Party Legal EntityRegistrationNameNameName. Type"Microsoft Corporation" - - - - - BBIEParty Legal Entity. Company Identifier. IdentifierIdentifies a company as registered with the company registration scheme.0..1Party Legal EntityCompany IdentifierIdentifierIdentifier. TypeBusiness Registration Number, Company Number"3556625" - - - - - ASBIEParty Legal Entity. Registration_ Address. AddressAssociates with the registered address of the party within a Corporate Registration Scheme.0..1Party Legal EntityRegistrationAddressAddress - - - - - ASBIEParty Legal Entity. Corporate Registration SchemeAssociates the party with a Corporate Registration Scheme.0..1Party Legal EntityCorporate Registration SchemeCorporate Registration Scheme - - - - - - - ABIEParty Name. DetailsInformation about a party's name.Party Name - - - - - BBIEParty Name. NameThe name of the party.1Party NameNameNameName. Type"Microsoft" - - - - - - - ABIEParty Tax Scheme. DetailsInformation about a party's Tax Scheme.Party Tax Scheme - - - - - BBIEParty Tax Scheme. Registration_ Name. NameThe official name of the party as registered with the relevant fiscal authority.0..1Party Tax SchemeRegistrationNameNameName. Type"Microsoft Corporation" - - - - - BBIEParty Tax Scheme. Company Identifier. IdentifierThe identifier assigned for tax purposes to a party by the taxation authority.0..1Party Tax SchemeCompany IdentifierIdentifierIdentifier. TypeVAT Number"3556625" - - - - - BBIEParty Tax Scheme. Tax Level Code. CodeThe section or role within the tax scheme that applies to the party.0..1Party Tax SchemeTax Level CodeCodeCode. Type - - - - - BBIEParty Tax Scheme. Exemption Reason Code. CodeA reason for a party's exemption from tax, expressed as a code.0..1Party Tax SchemeExemption Reason CodeCodeCode. Type - - - - - BBIEParty Tax Scheme. Exemption_ Reason. TextA reason for a party's exemption from tax, expressed as text.0..1Party Tax SchemeExemptionReasonTextText. Type - - - - - ASBIEParty Tax Scheme. Registration_ Address. AddressAn association to Registered Address (for tax purposes).0..1Party Tax SchemeRegistrationAddressAddress - - - - - ASBIEParty Tax Scheme. Tax SchemeAn association to Tax Scheme.1Party Tax SchemeTax SchemeTax Scheme - - - - - - - ABIEPayment. DetailsInformation directly relating to a specific payment.Payment - - - - - BBIEPayment. IdentifierIdentifies the payment.0..1PaymentIdentifierIdentifierIdentifier. Type - - - - - BBIEPayment. Paid_ Amount. AmountThe amount paid.0..1PaymentPaidAmountAmountAmount. Type - - - - - BBIEPayment. Received_ Date. DateThe date on which the payment was received.0..1PaymentReceivedDateDateDate. Type - - - - - BBIEPayment. Paid_ Date. DateThe date at which the payment was made.0..1PaymentPaidDateDateDate. Type - - - - - BBIEPayment. Paid_ Time. TimeThe time at which the payment was made.0..1PaymentPaidTimeTimeTime. Type - - - - - BBIEPayment. Instruction Identifier. IdentifierIdentifies the Payment Instruction.0..1PaymentInstruction IdentifierIdentifierIdentifier. Type - - - - - - - ABIEPayment Means. DetailsInformation about Payment Means.Payment Means - - - - - BBIEPayment Means. IdentifierIdentifies the Payment Means.0..1Payment MeansIdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Means. Payment Means Code. CodeThe Payment Means expressed as a code1Payment MeansPayment Means CodeCodePayment Means_ Code. Type - - - - - BBIEPayment Means. Payment Due Date. DateThe date on which payment is due for the Payment Means.0..1Payment MeansPayment Due DateDateDate. Type - - - - - BBIEPayment Means. Payment Channel Code. CodeThe Payment Channel, expressed as a code.0..1Payment MeansPayment Channel CodeCodeCode. Type - - - - - BBIEPayment Means. Instruction Identifier. IdentifierIdentifies the Payment Instruction.0..1Payment MeansInstruction IdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Means. Instruction_ Note. TextFree-form text applying to the Payment.0..nPayment MeansInstructionNoteTextText. Type - - - - - BBIEPayment Means. Payment Identifier. IdentifierIdentifies the Payment(s).0..nPayment MeansPayment IdentifierIdentifierIdentifier. Type - - - - - ASBIEPayment Means. Card AccountAn association to Card Account.0..1Payment MeansCard AccountCard Account - - - - - ASBIEPayment Means. Payer_ Financial Account. Financial AccountAn association to the payer's Financial Account.0..1Payment MeansPayerFinancial AccountFinancial Account - - - - - ASBIEPayment Means. Payee_ Financial Account. Financial AccountAn association to the payee's Financial Account.0..1Payment MeansPayeeFinancial AccountFinancial Account - - - - - ASBIEPayment Means. Credit AccountAn association to Credit Account.0..1Payment MeansCredit AccountCredit Account - - - - - - - ABIEPayment Terms. DetailsInformation about Payment Terms.Payment Terms - - - - - BBIEPayment Terms. IdentifierIdentifies the Payment Terms.0..1Payment TermsIdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Terms. Payment Means Identifier. IdentifierIdentifies the applicable Payment Means.0..1Payment TermsPayment Means IdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Terms. Prepaid Payment Reference Identifier. IdentifierIdentifies prepaid payment.0..1Payment TermsPrepaid Payment Reference IdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Terms. Note. TextFree-form text applying to the Payment Terms. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..nPayment TermsNoteTextText. Type - - - - - BBIEPayment Terms. Reference_ Event Code. CodeThe event from which terms are offered for a length of time, identified by a standard code.0..1Payment TermsReferenceEvent CodeCodeCode. Type - - - - - BBIEPayment Terms. Settlement_ Discount Percent. PercentThe settlement discount rate (percentage) offered for payment within the settlement period.0..1Payment TermsSettlementDiscount PercentPercentPercent. Type - - - - - BBIEPayment Terms. Penalty_ Surcharge Percent. PercentThe penalty rate (percentage) charged for late payment.0..1Payment TermsPenaltySurcharge PercentPercentPercent. Type - - - - - BBIEPayment Terms. AmountThe payment amount for the Payment Terms.0..1Payment TermsAmountAmountAmount. Type - - - - - ASBIEPayment Terms. Settlement_ Period. PeriodAn association to Settlement Period.0..1Payment TermsSettlementPeriodPeriod - - - - - ASBIEPayment Terms. Penalty_ Period. PeriodAn association to Penalty Period.0..1Payment TermsPenaltyPeriodPeriod - - - - - - - ABIEPeriod. DetailsInformation about a period of time.Period - - - - - BBIEPeriod. Start Date. DateThe start date of the period.0..1PeriodStart DateDateDate. Type - - - - - BBIEPeriod. Start Time. TimeThe start time of the period.0..1PeriodStart TimeTimeTime. Type - - - - - BBIEPeriod. End Date. DateThe end date of the period.0..1PeriodEnd DateDateDate. Type - - - - - BBIEPeriod. End Time. TimeThe end time of the period.0..1PeriodEnd TimeTimeTime. Type - - - - - BBIEPeriod. Duration. MeasureThe duration of a period, expressed as a code; ISO 8601.0..1PeriodDurationMeasureMeasure. Type - - - - - BBIEPeriod. Description Code. CodeA description of the period, expressed as a code.0..nPeriodDescription CodeCodeCode. Type - - - - - BBIEPeriod. Description. TextA description of the period.0..nPeriodDescriptionTextText. Type - - - - - - - ABIEPerson. DetailsInformation about a person.Person - - - - - BBIEPerson. First_ Name. NameA person's forename or first name.0..1PersonFirstNameNameName. Type - - - - - BBIEPerson. Family_ Name. NameA person's surname or family name.0..1PersonFamilyNameNameName. Type - - - - - BBIEPerson. Title. TextA person's title of address, e.g., Mr, Ms, Dr, Sir.0..1PersonTitleTextText. Type - - - - - BBIEPerson. Middle_ Name. NameA person's middle name(s) and/or initial(s).0..1PersonMiddleNameNameName. Type - - - - - BBIEPerson. Name Suffix. TextA suffix to a person's name, e.g., PhD, OBE, Jnr.0..1PersonName SuffixTextText. Type - - - - - BBIEPerson. Job Title. TextA person's job title within an organization (for a particular role).0..1PersonJob TitleTextText. Type - - - - - BBIEPerson. Organization_ Department. TextThe department or subdivision of an organization that the person belongs to (for a particular role).0..1PersonOrganizationDepartmentTextText. Type - - - - - - - ABIEPhysical Attribute. DetailsInformation about physical attributes.Physical Attribute - - - - - BBIEPhysical Attribute. Attribute Identifier. IdentifierIdentifies the physical attribute.1Physical AttributeAttribute IdentifierIdentifierIdentifier. Type"colour" "style" - - - - - BBIEPhysical Attribute. Position Code. CodeThe position of the physical attribute, expressed as a code.0..1Physical AttributePosition CodeCodeCode. Type - - - - - BBIEPhysical Attribute. Description Code. CodeThe description of the physical attribute, expressed as a code.0..1Physical AttributeDescription CodeCodeCode. Type"XXL","Small" - - - - - BBIEPhysical Attribute. Description. TextThe description of the physical attribute, expressed as text.0..nPhysical AttributeDescriptionTextText. Type - - - - - - - ABIEPrice. DetailsInformation about the price.Price - - - - - BBIEPrice. Price Amount. AmountThe price amount.1PricePrice AmountAmountAmount. Typeunit price23.45 - - - - - BBIEPrice. Base_ Quantity. QuantityThe actual quantity to which the price applies.0..1PriceBaseQuantityQuantityQuantity. Type - - - - - BBIEPrice. Price Change_ Reason. TextThe reason for the price change, expressed as text.0..nPricePrice ChangeReasonTextText. Type"Clearance of old stock", "New contract applies" - - - - - BBIEPrice. Price Type Code. CodeThe price type, expressed as a code.0..1PricePrice Type CodeCodeCode. Type - - - - - BBIEPrice. Price Type. TextThe price type, expressed as text.0..1PricePrice TypeTextText. Typeretail, wholesale, discount, contract - - - - - BBIEPrice. Orderable Unit Factor. RateThe factor by which the base price unit can be converted to the orderable unit.0..1PriceOrderable Unit FactorRateRate. TypeNails are priced by weight but ordered by quantity. So this would say how many nails per kilo - - - - - ASBIEPrice. Validity_ Period. PeriodAn association to Validity Period.0..nPriceValidityPeriodPeriod - - - - - ASBIEPrice. Price ListA reference to a Price List.0..1PricePrice ListPrice List - - - - - ASBIEPrice. Allowance ChargeAn association to Allowance Charge.0..nPriceAllowance ChargeAllowance Charge - - - - - - - ABIEPrice List. DetailsInformation about a Price List.Price List - - - - - BBIEPrice List. IdentifierIdentifies the Price List.0..1Price ListIdentifierIdentifierIdentifier. Type - - - - - BBIEPrice List. Status Code. CodeIdentifies whether the price list is an 'original', 'copy', 'revision', or 'cancellation'.0..1Price ListStatus CodeCodeCode. Type"new - announcement only", "new and available", "deleted - announcement only" - - - - - ASBIEPrice List. Validity_ Period. PeriodAn association to Validity Period.0..nPrice ListValidityPeriodPeriod - - - - - ASBIEPrice List. Previous_ Price List. Price ListAn association to Previous Price List.0..1Price ListPreviousPrice ListPrice List - - - - - - - ABIEPricing Reference. DetailsA reference to Pricing Information.Pricing Reference - - - - - ASBIEPricing Reference. Original_ Item Location Quantity. Item Location QuantityAn association to the original Item Location Quantity.0..1Pricing ReferenceOriginalItem Location QuantityItem Location Quantity - - - - - ASBIEPricing Reference. Alternative Condition_ Price. PriceThe price expressed in terms other than the actual price, e.g., the list price v. the contracted price, or the price in bags v. the price in kilos, or the list price in bags v. the contracted price in kilos.0..nPricing ReferenceAlternative ConditionPricePrice - - - - - - - ABIEQuotation Line. DetailsInformation about a Quotation Line.Quotation Line - - - - - BBIEQuotation Line. IdentifierIdentifies the Quotation Line Item.0..1Quotation LineIdentifierIdentifierIdentifier. Type - - - - - BBIEQuotation Line. Note. TextFree-form text applying to the Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Quotation LineNoteTextText. Type - - - - - BBIEQuotation Line. QuantityThe quantity of the item quoted.0..1Quotation LineQuantityQuantityQuantity. Type - - - - - BBIEQuotation Line. Line Extension Amount. AmountThe total amount for the Quotation Line, including Allowance Charges but net of taxes.0..1Quotation LineLine Extension AmountAmountAmount. Type - - - - - BBIEQuotation Line. Total_ Tax Amount. AmountThe total tax amount for the Quotation Line.0..1Quotation LineTotalTax AmountAmountAmount. Type - - - - - ASBIEQuotation Line. Document ReferenceAn association to Document Reference.0..nQuotation LineDocument ReferenceDocument Reference - - - - - ASBIEQuotation Line. Line ItemAn association to Line Item.1Quotation LineLine ItemLine Item - - - - - ASBIEQuotation Line. Seller Proposed Substitute_ Line Item. Line ItemAn association to a proposed substitute Line Item.0..nQuotation LineSeller Proposed SubstituteLine ItemLine Item - - - - - - - ABIERail Transport. DetailsDescribes a train.Rail Transport - - - - - BBIERail Transport. Train Identifier. IdentifierIdentifies a train.1Rail TransportTrain IdentifierIdentifierIdentifier. TypeTrain Number (WCO ID 167) - - - - - BBIERail Transport. Rail Car Identifier. IdentifierIdentifies the rail car on the train used for the means of transport.0..1Rail TransportRail Car IdentifierIdentifierIdentifier. Type - - - - - - - ABIEReceipt Line. DetailsInformation about a Receipt Line.Receipt Line - - - - - BBIEReceipt Line. IdentifierIdentifies the Receipt Line.1Receipt LineIdentifierIdentifierIdentifier. Type - - - - - BBIEReceipt Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Receipt LineUUIDIdentifierIdentifier. Type - - - - - BBIEReceipt Line. Note. TextFree-form text applying to the Receipt Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Receipt LineNoteTextText. Type - - - - - BBIEReceipt Line. Received_ Quantity. QuantityThe quantity received.0..1Receipt LineReceivedQuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Short_ Quantity. QuantityThe quantity received short; the difference between the quantity reported despatched and the quantity actually received.0..1Receipt LineShortQuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Shortage Action Code. CodeThe action that the Delivery Party wishes the Despatch Party to take as a result of the shortage, expressed as a code.0..1Receipt LineShortage Action CodeCodeCode. Type - - - - - BBIEReceipt Line. Rejected_ Quantity. QuantityThe quantity rejected.0..1Receipt LineRejectedQuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Reject Reason Code. CodeThe reason for rejection, expressed as a code.0..1Receipt LineReject Reason CodeCodeCode. Type - - - - - BBIEReceipt Line. Reject_ Reason. TextThe reason for rejection.0..1Receipt LineRejectReasonTextText. Type - - - - - BBIEReceipt Line. Reject Action Code. CodeThe action that the Delivery Party wishes the Despatch Party to take as a result of the rejection, expressed as a code.0..1Receipt LineReject Action CodeCodeCode. Type - - - - - BBIEReceipt Line. Oversupply Quantity. QuantityThe quanitity over-supplied i.e. the quantity over and above that ordered.0..1Receipt LineOversupply QuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Received_ Date. DateThe date on which the good/services are received.0..1Receipt LineReceivedDateDateDate. Type - - - - - BBIEReceipt Line. Timing Complaint Code. CodeA complaint about the timing of delivery, expressed as a code.0..1Receipt LineTiming Complaint CodeCodeCode. Type - - - - - BBIEReceipt Line. Timing Complaint. TextA complaint about the timing of delivery.0..1Receipt LineTiming ComplaintTextText. Type - - - - - ASBIEReceipt Line. Order Line ReferenceAn association to Order Line Reference.0..1Receipt LineOrder Line ReferenceOrder Line Reference - - - - - ASBIEReceipt Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nReceipt LineDespatchLine ReferenceLine Reference - - - - - ASBIEReceipt Line. Document ReferenceAn association to Document Reference.0..nReceipt LineDocument ReferenceDocument Reference - - - - - ASBIEReceipt Line. ItemAn association to Item.0..nReceipt LineItemItem - - - - - ASBIEReceipt Line. ShipmentAn association to Shipment.0..nReceipt LineShipmentShipment - - - - - - - ABIERelated Item. DetailsInformation about the relationship between two items.Related Item - - - - - BBIERelated Item. IdentifierAn identifier for the related item.0..1Related ItemIdentifierIdentifierIdentifier. Type"First", "Second" - - - - - BBIERelated Item. QuantityThe quantity that applies to the relationship.0..1Related ItemQuantityQuantityQuantity. Type"6", "10mg per Kilo" - - - - - BBIERelated Item. Description. TextA description for the relationship.0..nRelated ItemDescriptionTextText. Type"If used in wet conditions or extreme environments" - - - - - - - ABIEReminder Line. DetailsInformation about a Line on a Reminder document.Reminder Line - - - - - BBIEReminder Line. IdentifierIdentifies the Reminder Line.1Reminder LineIdentifierIdentifierIdentifier. Type - - - - - BBIEReminder Line. Note. TextFree-form text applying to the Reminder Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Reminder LineNoteTextText. Type - - - - - BBIEReminder Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Reminder LineUUIDIdentifierIdentifier. Type - - - - - BBIEReminder Line. Balance Brought Forward_ Indicator. IndicatorIf true, indicates that the Remonder Line contains a balance brought forward.0..1Reminder LineBalance Brought ForwardIndicatorIndicatorIndicator. Type - - - - - BBIEReminder Line. Debit_ Line Amount. AmountThe amount debited on the Reminder Line.0..1Reminder LineDebitLine AmountAmountAmount. Type - - - - - BBIEReminder Line. Credit_ Line Amount. AmountThe amount credited on the Reminder Line.0..1Reminder LineCreditLine AmountAmountAmount. Type - - - - - BBIEReminder Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Reminder Line.0..1Reminder LineAccounting Cost CodeCodeCode. Type - - - - - BBIEReminder Line. Accounting Cost. TextThe buyer's accounting code applied to the Reminder Line, expressed as text.0..1Reminder LineAccounting CostTextText. Type - - - - - ASBIEReminder Line. Reminder_ Period. PeriodAn association to Period.0..nReminder LineReminderPeriodPeriod - - - - - ASBIEReminder Line. Billing ReferenceAn association to Billing Reference0..nReminder LineBilling ReferenceBilling Reference - - - - - ASBIEReminder Line. Exchange RateAn association to Exchange Rate (between the Reminder Line Currency and the Related Document currency).0..1Reminder LineExchange RateExchange Rate - - - - - - - ABIERemittance Advice Line. DetailsInformation about a Line on a Remittance Advice.Remittance Advice Line - - - - - BBIERemittance Advice Line. IdentifierIdentifies the Remittance Advice Line.1Remittance Advice LineIdentifierIdentifierIdentifier. Type - - - - - BBIERemittance Advice Line. Note. TextFree-form text applying to the Remittance Advice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Remittance Advice LineNoteTextText. Type - - - - - BBIERemittance Advice Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Remittance Advice LineUUIDIdentifierIdentifier. Type - - - - - BBIERemittance Advice Line. Debit_ Line Amount. AmountThe amount debited on the Remittance Advice Line.0..1Remittance Advice LineDebitLine AmountAmountAmount. Type - - - - - BBIERemittance Advice Line. Credit_ Line Amount. AmountThe amount credited on the Remittance Advice Line.0..1Remittance Advice LineCreditLine AmountAmountAmount. Type - - - - - BBIERemittance Advice Line. Balance Amount. AmountThe balance amount on the Remittance Advice Line.0..1Remittance Advice LineBalance AmountAmountAmount. Type - - - - - ASBIERemittance Advice Line. Accounting_ Supplier Party. Supplier PartyAn association to Supplier Accounting Party.0..1Remittance Advice LineAccountingSupplier PartySupplier Party - - - - - ASBIERemittance Advice Line. Accounting_ Customer Party. Customer PartyAn association to Customer Accounting Party.0..1Remittance Advice LineAccountingCustomer PartyCustomer Party - - - - - ASBIERemittance Advice Line. Buyer_ Customer Party. Customer PartyAn association to Buyer.0..1Remittance Advice LineBuyerCustomer PartyCustomer Party - - - - - ASBIERemittance Advice Line. Seller_ Supplier Party. Supplier PartyAn association to Seller.0..1Remittance Advice LineSellerSupplier PartySupplier Party - - - - - ASBIERemittance Advice Line. Originator_ Customer Party. Customer PartyAn association to Originator.0..1Remittance Advice LineOriginatorCustomer PartyCustomer Party - - - - - ASBIERemittance Advice Line. Payee_ Party. PartyAn association to Payee.0..1Remittance Advice LinePayeePartyParty - - - - - ASBIERemittance Advice Line. Invoice_ Period. PeriodAn association to Invoice Period.0..nRemittance Advice LineInvoicePeriodPeriod - - - - - ASBIERemittance Advice Line. Billing ReferenceAn association to Billing Reference.0..nRemittance Advice LineBilling ReferenceBilling Reference - - - - - ASBIERemittance Advice Line. Document ReferenceAn association to Document Reference.0..nRemittance Advice LineDocument ReferenceDocument Reference - - - - - ASBIERemittance Advice Line. Exchange RateAn association to Exchange Rate (between the Remittance Advice Line currency and the Related Document currency).0..1Remittance Advice LineExchange RateExchange Rate - - - - - - - ABIERequest For Quotation Line. DetailsInformation about a Line on a Request For Quotation.Request For Quotation Line - - - - - BBIERequest For Quotation Line. IdentifierIdentifies the Request For Quotation Line.0..1Request For Quotation LineIdentifierIdentifierIdentifier. Type - - - - - BBIERequest For Quotation Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Request For Quotation LineUUIDIdentifierIdentifier. Type - - - - - BBIERequest For Quotation Line. Note. TextFree-form text applying to the Request For Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Request For Quotation LineNoteTextText. Type - - - - - ASBIERequest For Quotation Line. Document ReferenceAn association to Document Reference.0..nRequest For Quotation LineDocument ReferenceDocument Reference - - - - - ASBIERequest For Quotation Line. Line ItemAn association to Line Item.1Request For Quotation LineLine ItemLine Item - - - - - - - ABIEResponse. DetailsInformation about responses to a document (at the application level).Response - - - - - BBIEResponse. Reference. IdentifierIdentifies the section (or line) of the document to which the response applies.1ResponseReferenceIdentifierIdentifier. Type - - - - - BBIEResponse. Response Code. CodeA code for the description of the response to the transaction document.0..1ResponseResponse CodeCodeCode. Type - - - - - BBIEResponse. Description. TextThe description of the response to the transaction document.0..nResponseDescriptionTextText. Type - - - - - - - ABIERoad Transport. DetailsDescribes a road transport vehicle.Road Transport - - - - - BBIERoad Transport. License Plate Identifier. IdentifierIdentifies a specific vehicle.1Road TransportLicense Plate IdentifierIdentifierIdentifier. TypeVehicle registration number (WCO ID 167) - - - - - - - ABIESecondary Hazard. DetailsInformation about Secondary Hazard (related to a Hazardous Item).Secondary Hazard - - - - - BBIESecondary Hazard. IdentifierIdentifies the Secondary Hazard.0..1Secondary HazardIdentifierIdentifierIdentifier. Type - - - - - BBIESecondary Hazard. Placard Notation. TextThe placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport.0..1Secondary HazardPlacard NotationTextText. Type"5.1" - - - - - BBIESecondary Hazard. Placard Endorsement. TextThe placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport.0..1Secondary HazardPlacard EndorsementTextText. Type"2" - - - - - BBIESecondary Hazard. Emergency Procedures Code. CodeEmergency procedures for hazardous goods, expressed as a code.0..1Secondary HazardEmergency Procedures CodeCodeCode. TypeEMG code, EMS Page Number - - - - - BBIESecondary Hazard. Extension. TextAdditional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description.0..1Secondary HazardExtensionTextText. Type"N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" - - - - - - - ABIEShipment. DetailsInformation about a shipment.ShipmentConsignment - - - - - BBIEShipment. IdentifierIdentifies a shipment.1ShipmentIdentifierIdentifierIdentifier. TypeWaybill Number - - - - - BBIEShipment. Shipping Priority Level. CodeThe priority or level of service required for a shipment, expressed as a code.0..1ShipmentShipping Priority LevelCodeCode. TypeService Level, Service Priority - - - - - BBIEShipment. Handling Code. CodeThe handling required for a shipment, expressed as a code.0..1ShipmentHandling CodeCodeCode. TypeSpecial Handling - - - - - BBIEShipment. Handling_ Instructions. TextFree-form text describing Handling Instructions for a shipment.0..1ShipmentHandlingInstructionsTextText. Type - - - - - BBIEShipment. Information. TextFree-form text applying to a shipment. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1ShipmentInformationTextText. Type - - - - - BBIEShipment. Gross_ Weight. MeasureThe total gross weight of a shipment; the weight of the goods plus packaging plus transport equipment.0..1ShipmentGrossWeightMeasureMeasure. Type - - - - - BBIEShipment. Net_ Weight. MeasureThe total net weight of a shipment; the weight of the goods plus packaging.0..1ShipmentNetWeightMeasureMeasure. Type - - - - - BBIEShipment. Net Net_ Weight. MeasureThe weight of the goods net of packaging and transport equipment.0..1ShipmentNet NetWeightMeasureMeasure. Type - - - - - BBIEShipment. Gross_ Volume. MeasureThe total volume of the goods in a shipment plus packaging.0..1ShipmentGrossVolumeMeasureMeasure. Type - - - - - BBIEShipment. Net_ Volume. MeasureThe volume of a shipment net of packaging and transport equipment.0..1ShipmentNetVolumeMeasureMeasure. Type - - - - - BBIEShipment. Total_ Goods Item Quantity. QuantityCount of the total number of goods items within a shipment.0..1ShipmentTotalGoods Item QuantityQuantityQuantity. Type - - - - - BBIEShipment. Total_ Transport Handling Unit Quantity. QuantityCount of the number of pieces of transport handling equipment in a shipment, such as pallets, boxes, and cases.0..1ShipmentTotalTransport Handling Unit QuantityQuantityQuantity. TypeNumber of THUs - - - - - BBIEShipment. Insurance_ Value. AmountThe total sum covered by an insurance for the shipment.0..1ShipmentInsuranceValueAmountAmount. TypeValue Insured - - - - - BBIEShipment. Declared Customs_ Value. AmountAmount declared for customs purposes of those goods in a shipment which are subject to the same customs procedure, and have the same tariff/statistical heading, country information, and duty regime.0..1ShipmentDeclared CustomsValueAmountAmount. Type - - - - - BBIEShipment. Declared For Carriage_ Value. AmountValue, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery.0..1ShipmentDeclared For CarriageValueAmountAmount. TypeDeclared value for carriage, Interest in delivery - - - - - BBIEShipment. Declared Statistics_ Value. AmountValue declared for statistical purposes of those goods in a consignment which have the same statistical heading.0..1ShipmentDeclared StatisticsValueAmountAmount. TypeStatistical Value - - - - - BBIEShipment. Free On Board_ Value. AmountMonetary amount that has to be or has been paid as calculated under the applicable trade delivery.0..1ShipmentFree On BoardValueAmountAmount. TypeFOB Value - - - - - BBIEShipment. Special_ Instructions. TextSpecial instructions relating to a shipment.0..nShipmentSpecialInstructionsTextText. Type - - - - - BBIEShipment. Delivery_ Instructions. TextDelivery instructions relating to a shipment.0..nShipmentDeliveryInstructionsTextText. Type - - - - - BBIEShipment. Split Consignment_ Indicator. IndicatorIndicates whether the consignment has been split in transit.0..1ShipmentSplit ConsignmentIndicatorIndicatorIndicator. Type - - - - - ASBIEShipment. ConsignmentAn association to Consignment covering the shipment.1ShipmentConsignmentConsignment - - - - - ASBIEShipment. Goods ItemAn association to Goods Item (for Bulk Goods).0..nShipmentGoods ItemGoods Item - - - - - ASBIEShipment. Shipment StageAn association to Shipment Stage.0..nShipmentShipment StageShipment Stage - - - - - ASBIEShipment. DeliveryAn association to Delivery.0..1ShipmentDeliveryDelivery - - - - - ASBIEShipment. Transport Handling UnitAn association to Transport Handling Unit used for loose and containerized goods.0..nShipmentTransport Handling UnitTransport Handling Unit - - - - - ASBIEShipment. Origin_ Address. AddressAn association to the region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or of any other measure related to trade.0..1ShipmentOriginAddressAddress - - - - - ASBIEShipment. First Arrival Port_ Location. LocationIdentifies the first arrival location. This would be a port for sea, airport for air, and border post for land crossing.0..1ShipmentFirst Arrival PortLocationLocation - - - - - ASBIEShipment. Last Exit Port_ Location. LocationIdentifies the final exporting location. This would be a port for sea, airport for air, and border post for land crossing.0..1ShipmentLast Exit PortLocationLocation - - - - - ASBIEShipment. Export_ Country. CountryIdentifies the country from which the goods are originally exported without any commercial transaction taking place in intermediate countries.0..1ShipmentExportCountryCountry - - - - - ASBIEShipment. Freight_ Allowance Charge. Allowance ChargeCosts incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs).0..nShipmentFreightAllowance ChargeAllowance Charge - - - - - - - ABIEShipment Stage. DetailsInformation about a shipment stage.Shipment Stage - - - - - BBIEShipment Stage. IdentifierIdentifies a shipment stage.0..1Shipment StageIdentifierIdentifierIdentifier. Type"1","2", etc.. - - - - - BBIEShipment Stage. Transport Mode Code. CodeThe method of transport used for a shipment stage.0..1Shipment StageTransport Mode CodeCodeTransport Mode_ Code. Type - - - - - BBIEShipment Stage. Transport Means Type Code. CodeThe type of vehicle used for a shipment stage.0..1Shipment StageTransport Means Type CodeCodeCode. Type - - - - - BBIEShipment Stage. Transit_ Direction Code. CodeThe direction of transit for a shipment stage.0..1Shipment StageTransitDirection CodeCodeCode. Type - - - - - BBIEShipment Stage. Pre Carriage_ Indicator. IndicatorIndicates whether the stage is before the main carriage of the shipment.1Shipment StagePre CarriageIndicatorIndicatorIndicator. TypeTruck delivery to wharf - - - - - BBIEShipment Stage. On Carriage_ Indicator. IndicatorIndicates whether the stage is after the main carriage of the shipment.1Shipment StageOn CarriageIndicatorIndicatorIndicator. TypeTruck delivery from wharf - - - - - ASBIEShipment Stage. Transit_ Period. PeriodAn association to Transit Period.0..1Shipment StageTransitPeriodPeriod - - - - - ASBIEShipment Stage. Carrier_ Party. PartyAn association to Carrier.0..nShipment StageCarrierPartyParty - - - - - ASBIEShipment Stage. Transport MeansAn association to the means of transport.0..1Shipment StageTransport MeansTransport Means - - - - - ASBIEShipment Stage. Loading Port_ Location. LocationAn association to the port location of loading.0..1Shipment StageLoading PortLocationLocation - - - - - ASBIEShipment Stage. Unloading Port_ Location. LocationAn association to the port location of unloading.0..1Shipment StageUnloading PortLocationLocation - - - - - ASBIEShipment Stage. Transship Port_ Location. LocationAn association to the port location of transshipment.0..1Shipment StageTransship PortLocationLocation - - - - - - - ABIESignature. DetailsInformation about signature. A placeholder for signature.Signature - - - - - BBIESignature. IdentifierAn identifier for the Signature.1SignatureIdentifierIdentifierIdentifier. Type - - - - - BBIESignature. Note. TextFree form text about the signature or the circumstances where the signature has been used.0..1SignatureNoteTextText. Type - - - - - BBIESignature. Validation Date. DateSpecifies the date when the signature was approved.0..1SignatureValidation DateDateDate. Type - - - - - BBIESignature. Validation Time. TimeSpecifies the time when the signature was approved.0..1SignatureValidation TimeTimeTime. Type - - - - - BBIESignature. Validator Identifier. IdentifierIdentifies the organization, person, service or server that has validated the signature.0..1SignatureValidator IdentifierIdentifierIdentifier. Type - - - - - BBIESignature. Canonicalization Method. TextThe mathematical logic method used by the Signature.0..1SignatureCanonicalization MethodTextText. Type - - - - - BBIESignature. Signature Method. TextThe method of signature.0..1SignatureSignature MethodTextText. Type - - - - - ASBIESignature. Signatory_ Party. PartyAn association to the signing Party.1SignatureSignatoryPartyParty - - - - - ASBIESignature. Digital Signature_ Attachment. AttachmentRefers to the actual encoded signature (e.g., in XMLDSIG format).0..1SignatureDigital SignatureAttachmentAttachment - - - - - ASBIESignature. Original_ Document Reference. Document ReferenceA reference to the actual document that the signature applies to. For evidentiary purposes, this may be the document image that the signatory party saw when applying their signature.0..1SignatureOriginalDocument ReferenceDocument Reference - - - - - - - ABIEStatement Line. DetailsInformation about a Line on a Statement of Account.Statement Line - - - - - BBIEStatement Line. IdentifierIdentifies the Statement Line.1Statement LineIdentifierIdentifierIdentifier. Type - - - - - BBIEStatement Line. Note. TextFree-form text applying to the Statement Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Statement LineNoteTextText. Type - - - - - BBIEStatement Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Statement LineUUIDIdentifierIdentifier. Type - - - - - BBIEStatement Line. Balance Brought Forward_ Indicator. IndicatorIf true, indicates that the Statement Line contains a balance brought forward.0..1Statement LineBalance Brought ForwardIndicatorIndicatorIndicator. Type - - - - - BBIEStatement Line. Debit_ Line Amount. AmountThe amount debited on the Statement Line.0..1Statement LineDebitLine AmountAmountAmount. Type - - - - - BBIEStatement Line. Credit_ Line Amount. AmountThe amount credited on the Statement Line.0..1Statement LineCreditLine AmountAmountAmount. Type - - - - - BBIEStatement Line. Balance Amount. AmountThe balance amount on the Statement Line.0..1Statement LineBalance AmountAmountAmount. Type - - - - - ASBIEStatement Line. Payment MeansAn association to Payment Means.0..1Statement LinePayment MeansPayment Means - - - - - ASBIEStatement Line. Payment TermsAn association to Payment Terms.0..nStatement LinePayment TermsPayment Terms - - - - - ASBIEStatement Line. Buyer_ Customer Party. Customer PartyAn association to Buyer.0..1Statement LineBuyerCustomer PartyCustomer Party - - - - - ASBIEStatement Line. Seller_ Supplier Party. Supplier PartyAn association to Seller.0..1Statement LineSellerSupplier PartySupplier Party - - - - - ASBIEStatement Line. Originator_ Customer Party. Customer PartyAn association to Originator.0..1Statement LineOriginatorCustomer PartyCustomer Party - - - - - ASBIEStatement Line. Accounting_ Customer Party. Customer PartyAn association to Accounting Customer Party.0..1Statement LineAccountingCustomer PartyCustomer Party - - - - - ASBIEStatement Line. Accounting_ Supplier Party. Supplier PartyAn association to Accounting Supplier Party.0..1Statement LineAccountingSupplier PartySupplier Party - - - - - ASBIEStatement Line. Payee_ Party. PartyAn association to Payee.0..1Statement LinePayeePartyParty - - - - - ASBIEStatement Line. Invoice_ Period. PeriodAn association to Invoice Period.0..nStatement LineInvoicePeriodPeriod - - - - - ASBIEStatement Line. Billing ReferenceAn association to Billing Reference.0..nStatement LineBilling ReferenceBilling Reference - - - - - ASBIEStatement Line. Document ReferenceAn association to Document Reference.0..nStatement LineDocument ReferenceDocument Reference - - - - - ASBIEStatement Line. Exchange RateAn association to Exchange Rate (between the Statement Line currency and the Related Document Currency).0..1Statement LineExchange RateExchange Rate - - - - - - - ABIEStatus. DetailsThe information relevant to a condition or a position of an object.Status - - - - - BBIEStatus. Condition Code. CodeA code specifying the status condition of the related object.0..1StatusCondition CodeCodeTransportation Status_ Code. TypeUN/ECE Rec 24 - - - - - BBIEStatus. Reference_ Date. DateA reference date value for this status.0..1StatusReferenceDateDateDate. Type - - - - - BBIEStatus. Reference_ Time. TimeA reference time value for this status.0..1StatusReferenceTimeTimeTime. Type - - - - - BBIEStatus. Description. TextA textual description of this status.0..1StatusDescriptionTextText. Type - - - - - BBIEStatus. Status Reason Code. CodeA code specifying a reason for a status condition.0..1StatusStatus Reason CodeCodeCode. Type - - - - - BBIEStatus. Status_ Reason. TextThe reason, expressed as text, for this status condition or position.0..1StatusStatusReasonTextText. Type - - - - - BBIEStatus. Sequence. IdentifierA unique identifier of the sequence of this status.0..1StatusSequenceIdentifierIdentifier. Type - - - - - BBIEStatus. TextProvides any textual information related to this status.0..1StatusTextTextText. Type - - - - - BBIEStatus. Indication_ Indicator. IndicatorSpecifies an indicator relevant to a specific status.0..1StatusIndicationIndicatorIndicatorIndicator. Type - - - - - BBIEStatus. PercentSpecifies a percentage relevant to a specific status.0..1StatusPercentPercentPercent. Type - - - - - - - ABIEStowage. DetailsA location on board a means of transport where specified goods or transport equipment have been or are to be stowed.Stowage - - - - - BBIEStowage. Location Identifier. IdentifierIdentifies a location on board a means of transport where specified goods or transport equipment have been or are to be stowed.0..1StowageLocation IdentifierIdentifierIdentifier. TypeCell Location, coded - - - - - BBIEStowage. Location. TextDescribes a location on board a means of transport where specified goods or transport equipment have been or are to be stowed.0..nStowageLocationTextText. TypeCell Location - - - - - ASBIEStowage. Measurement_ Dimension. DimensionAssociates any measurements (including lengths, mass, and volume) for this stowage.0..nStowageMeasurementDimensionDimension - - - - - - - ABIESupplier Party. DetailsInformation about the Supplier Party.Supplier Party - - - - - BBIESupplier Party. Customer Assigned_ Account Identifier. IdentifierThe customer's internal identifier for the supplier.0..1Supplier PartyCustomer AssignedAccount IdentifierIdentifierIdentifier. Type - - - - - BBIESupplier Party. Additional_ Account Identifier. IdentifierThe customer's internal identifier for the supplier.0..nSupplier PartyAdditionalAccount IdentifierIdentifierIdentifier. Type - - - - - BBIESupplier Party. Data Sending Capability. TextCapability to send invoice data via the purchase card provider (VISA/MasterCard/American Express).0..1Supplier PartyData Sending CapabilityTextText. TypeThe customer's internal identifier for the supplier. - - - - - ASBIESupplier Party. PartyAn association to Party.0..1Supplier PartyPartyParty - - - - - ASBIESupplier Party. Despatch_ Contact. ContactAn association to Despatch Contact.0..1Supplier PartyDespatchContactContact - - - - - ASBIESupplier Party. Accounting_ Contact. ContactAn association to Supplier Accounting Contact.0..1Supplier PartyAccountingContactContact - - - - - ASBIESupplier Party. Seller_ Contact. ContactAn association to Seller.0..1Supplier PartySellerContactContact - - - - - - - ABIETax Category. DetailsInformation about a tax category.Tax Category - - - - - BBIETax Category. IdentifierIdentifies the tax category.0..1Tax CategoryIdentifierIdentifierIdentifier. Type"ZeroRatedGoods" "NotTaxable" "Standard Rate" - - - - - BBIETax Category. NameThe name of the tax category.0..1Tax CategoryNameNameName. Type"Luxury Goods","Wine Equalization", "Exempt" - - - - - BBIETax Category. PercentThe tax rate for the category, expressed as a percentage.0..1Tax CategoryPercentPercentPercent. Type - - - - - BBIETax Category. Base Unit Measure. MeasureWhere a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based.0..1Tax CategoryBase Unit MeasureMeasureMeasure. Type - - - - - BBIETax Category. Per Unit_ Amount. AmountWhere a tax is applied at a certain rate per unit, the rate per unit applied.0..1Tax CategoryPer UnitAmountAmountAmount. Type - - - - - BBIETax Category. Tax Exemption Reason Code. CodeThe reason for tax being exempted expressed as a code.0..1Tax CategoryTax Exemption Reason CodeCodeCode. Type - - - - - BBIETax Category. Tax Exemption Reason. TextThe reason for tax being exempted.0..1Tax CategoryTax Exemption ReasonTextText. Type - - - - - BBIETax Category. Tier Range. TextWhere a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category.0..1Tax CategoryTier RangeTextText. Type - - - - - BBIETax Category. Tier Rate. PercentWhere a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category.0..1Tax CategoryTier RatePercentPercent. Type - - - - - ASBIETax Category. Tax SchemeAn association to Tax Scheme.1Tax CategoryTax SchemeTax Scheme - - - - - - - ABIETax Scheme. DetailsInformation about a tax scheme.Tax Scheme - - - - - BBIETax Scheme. IdentifierIdentifies the tax scheme.0..1Tax SchemeIdentifierIdentifierIdentifier. Type"VAT", "GST" - - - - - BBIETax Scheme. NameThe name of the tax scheme.0..1Tax SchemeNameNameName. Type"Value Added Tax", "Wholesale Tax", "Sales Tax", "State Tax" - - - - - BBIETax Scheme. Tax Type Code. CodeAn identifier for the tax type.0..1Tax SchemeTax Type CodeCodeCode. Type"Consumption", "Sales" - - - - - BBIETax Scheme. Currency Code. CodeThe currency in which the tax is collected and reported, expressed as a code.0..1Tax SchemeCurrency CodeCodeCurrency_ Code. Type - - - - - ASBIETax Scheme. Jurisdiction Region_ Address. AddressAn association with Address (of taxation jurisdiction).0..nTax SchemeJurisdiction RegionAddressAddress - - - - - - - ABIETax Subtotal. DetailsInformation about the subtotal for a particular tax category within a tax scheme, such as standard rate within VAT.Tax Subtotal - - - - - BBIETax Subtotal. Taxable_ Amount. AmountThe net amount to which the tax percent (rate) is applied to calculate the tax amount.0..1Tax SubtotalTaxableAmountAmountAmount. Type - - - - - BBIETax Subtotal. Tax Amount. AmountThe amount of tax stated explicitly.1Tax SubtotalTax AmountAmountAmount. Type - - - - - BBIETax Subtotal. Calculation Sequence. NumericIdentifies the numerical order sequence in which taxes are applied when multiple taxes are attracted. If all taxes apply to the same taxable amount, CalculationSequenceNumeric will be '1' for all taxes.0..1Tax SubtotalCalculation SequenceNumericNumeric. Type - - - - - BBIETax Subtotal. Transaction Currency_ Tax Amount. AmountThe tax amount, expressed in the currency used for invoicing.0..1Tax SubtotalTransaction CurrencyTax AmountAmountAmount. Type - - - - - BBIETax Subtotal. PercentThe tax rate for the category, expressed as a percentage.0..1Tax SubtotalPercentPercentPercent. Type - - - - - BBIETax Subtotal. Base Unit Measure. MeasureWhere a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based.0..1Tax SubtotalBase Unit MeasureMeasureMeasure. Type - - - - - BBIETax Subtotal. Per Unit_ Amount. AmountWhere a tax is applied at a certain rate per unit, the rate per unit applied.0..1Tax SubtotalPer UnitAmountAmountAmount. Type - - - - - BBIETax Subtotal. Tier Range. TextWhere a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category.0..1Tax SubtotalTier RangeTextText. Type - - - - - BBIETax Subtotal. Tier Rate. PercentWhere a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category.0..1Tax SubtotalTier RatePercentPercent. Type - - - - - ASBIETax Subtotal. Tax CategoryAn association to Tax Category.1Tax SubtotalTax CategoryTax Category - - - - - - - ABIETax Total. DetailsInformation about a total amount of a particular type of tax.Tax Total - - - - - BBIETax Total. Tax Amount. AmountThe total tax amount for particular tax scheme e.g. VAT; the sum of each of the tax subtotals for each tax category within the tax scheme.1Tax TotalTax AmountAmountAmount. Type - - - - - BBIETax Total. Rounding Amount. AmountThe rounding amount (positive or negative) added to the calculated tax total to produce the rounded TotalTaxAmount.0..1Tax TotalRounding AmountAmountAmount. Type - - - - - BBIETax Total. Tax Evidence_ Indicator. IndicatorAn indicator as to whether these totals are recognized as legal evidence for taxation purposes.0..1Tax TotalTax EvidenceIndicatorIndicatorIndicator. Typedefault is negative - - - - - ASBIETax Total. Tax SubtotalAn association to Tax Subtotal.0..nTax TotalTax SubtotalTax Subtotal - - - - - - - ABIETemperature. DetailsInformation about temperature.Temperature - - - - - BBIETemperature. Attribute Identifier. IdentifierAn identifier for temperature.1TemperatureAttribute IdentifierIdentifierIdentifier. Type - - - - - BBIETemperature. MeasureThe temperature measurement value.1TemperatureMeasureMeasureMeasure. Type - - - - - BBIETemperature. Description. TextA description of the temperature measurement.0..nTemperatureDescriptionTextText. Type"at sea level" - - - - - - - ABIETrading Terms. DetailsInformation about the terms of a trade agreement.Trading Terms - - - - - BBIETrading Terms. Information. TextThe terms in text.0..nTrading TermsInformationTextText. Type"Unless credit terms have been expressly agreed by Dell, payment for the products or services shall be made in full before physical delivery of products or services. Customer shall pay for all shipping and handling charges." - - - - - BBIETrading Terms. Reference. TextA reference to the terms.0..1Trading TermsReferenceTextText. Typehttp://www1.ap.dell.com/content/topics/topic.aspx/ap/policy/en/au/sales_terms_au?c=au&l=en&s=gen - - - - - ASBIETrading Terms. Applicable_ Address. AddressAn association to Address.0..1Trading TermsApplicableAddressAddress - - - - - - - ABIETransaction Conditions. DetailsInformation about purchasing, sales, or payment conditions.Transaction ConditionsPayment Conditions, Sales Conditions - - - - - BBIETransaction Conditions. IdentifierIdentifies conditions of the transaction, typically Purchase/Sales Conditions.0..1Transaction ConditionsIdentifierIdentifierIdentifier. Type - - - - - BBIETransaction Conditions. Action Code. CodeAn action relating to sales or payment conditions, expressed as a code.0..1Transaction ConditionsAction CodeCodeCode. Type - - - - - BBIETransaction Conditions. Description. TextThe description of the transaction conditions.0..nTransaction ConditionsDescriptionTextText. Type - - - - - ASBIETransaction Conditions. Document ReferenceAn association to Document Reference.0..nTransaction ConditionsDocument ReferenceDocument Reference - - - - - - - ABIETransportation Service. DetailsTransport service details.Transportation Service - - - - - BBIETransportation Service. Transport Service Code. CodeA code which describes the general type of service required for the transportation of goods. Specifically, it identifies the extent of the transportation service, e.g., door-to-door, port-to-port.1Transportation ServiceTransport Service CodeCodeCode. Type - - - - - BBIETransportation Service. Tariff Class Code. CodeSpecification of a tariff class applicable to a transportation service.0..1Transportation ServiceTariff Class CodeCodeCode. TypeTariff Class Specifier - - - - - BBIETransportation Service. Priority. TextStatement indicating priority of requested transportation service.0..1Transportation ServicePriorityTextText. Type - - - - - BBIETransportation Service. Freight Rate Class Code. CodeCode to indicate applicable rate class for freight.0..1Transportation ServiceFreight Rate Class CodeCodeCode. TypeCharge Basis - - - - - - - ABIETransport Equipment. DetailsInformation about Transport Equipment; a piece of equipment used to transport goods.Transport EquipmentShipping Container, Sea Container, Rail Wagon, Pallet, Trailer, Unit Load Device, ULD - - - - - BBIETransport Equipment. IdentifierIdentifies the transport equipment.0..1Transport EquipmentIdentifierIdentifierIdentifier. Type"OCLU 1234567" - - - - - BBIETransport Equipment. Transport Equipment Type Code. CodeIdentifies the type of provider of the transport equipment.0..1Transport EquipmentTransport Equipment Type CodeCodeTransport Equipment Type_ Code. Type - - - - - BBIETransport Equipment. Provider Type Code. CodeIdentifies the type of provider of the transport equipment.0..1Transport EquipmentProvider Type CodeCodeCode. Type - - - - - BBIETransport Equipment. Owner Type Code. CodeIdentifies the type of owner of a piece of transport equipment.0..1Transport EquipmentOwner Type CodeCodeCode. Type - - - - - BBIETransport Equipment. Size Type Code. CodeThe size and type of a piece of transport equipment, expressed as a code. When the transport equipment is a shipping container, it is recommended to use ContainerSizeTypeCode for validation.0..1Transport EquipmentSize Type CodeCodeCode. TypeContainer Size Type Code - - - - - BBIETransport Equipment. Disposition Code. CodeThe current disposition of the transport equipment, expressed as a code.0..1Transport EquipmentDisposition CodeCodeCode. TypeStatus - - - - - BBIETransport Equipment. Fullness Indication Code. CodeA code indicating whether a piece of transport equipment is full, partially full, or empty.0..1Transport EquipmentFullness Indication CodeCodeCode. Type - - - - - BBIETransport Equipment. Refrigeration On_ Indicator. IndicatorIndicates whether the transport equipment's refrigeration is on (true) or off (false).0..1Transport EquipmentRefrigeration OnIndicatorIndicatorIndicator. Type - - - - - BBIETransport Equipment. Information. TextAdditional information about the transport equipment.0..1Transport EquipmentInformationTextText. Type - - - - - BBIETransport Equipment. Returnability_ Indicator. IndicatorIndicates whether a particular item of transport equipment is returnable.0..1Transport EquipmentReturnabilityIndicatorIndicatorIndicator. Type - - - - - BBIETransport Equipment. Legal Status_ Indicator. IndicatorLegal status of the transport equipment with respect to the Container Convention code.0..1Transport EquipmentLegal StatusIndicatorIndicatorIndicator. Type - - - - - ASBIETransport Equipment. Measurement_ Dimension. DimensionAn association to Dimension.0..nTransport EquipmentMeasurementDimensionDimension - - - - - ASBIETransport Equipment. Transport Equipment SealAn association to Transport Equipment Seal.0..nTransport EquipmentTransport Equipment SealTransport Equipment Seal - - - - - ASBIETransport Equipment. Minimum_ Temperature. TemperatureThe minimum required operating temperature for the container (reefer).0..1Transport EquipmentMinimumTemperatureTemperature - - - - - ASBIETransport Equipment. Maximum_ Temperature. TemperatureThe maximum required operating temperature for the container (reefer).0..1Transport EquipmentMaximumTemperatureTemperature - - - - - ASBIETransport Equipment. Provider_ Party. PartyThe party that provides the transport equipment.0..1Transport EquipmentProviderPartyParty - - - - - ASBIETransport Equipment. Loading Proof_ Party. PartyThe authorized party responsible for certifying that the goods were loaded into the transport equipment.0..1Transport EquipmentLoading ProofPartyParty - - - - - ASBIETransport Equipment. Loading_ Location. LocationIdentifies the location where the goods are loaded into the transport equipment.0..1Transport EquipmentLoadingLocationLocation - - - - - - - ABIETransport Equipment Seal. DetailsInformation about a transport equipment seal (a security device attached to the doors of a shipping container).Transport Equipment SealContainer Seal - - - - - BBIETransport Equipment Seal. IdentifierIdentifies the seal.1Transport Equipment SealIdentifierIdentifierIdentifier. Type"ACS1234" - - - - - BBIETransport Equipment Seal. Seal Issuer Type Code. CodeThe type of party that issues and is responsible for a seal, expressed as a code.0..1Transport Equipment SealSeal Issuer Type CodeCodeCode. Type - - - - - BBIETransport Equipment Seal. Condition. TextInformation about the condition of a seal.0..1Transport Equipment SealConditionTextText. Type - - - - - BBIETransport Equipment Seal. Seal Status Code. CodeThe status of a seal, expressed as a code.0..1Transport Equipment SealSeal Status CodeCodeCode. Type - - - - - BBIETransport Equipment Seal. Sealing Party Type. TextTextual description of the role of a sealing party.0..1Transport Equipment SealSealing Party TypeTextText. TypeSealing Party - - - - - - - ABIETransport Event. DetailsA significant occurrence or happening related to the transportation of goods.Transport Event - - - - - BBIETransport Event. Identification. IdentifierAn identifier for the event.0..1Transport EventIdentificationIdentifierIdentifier. Type - - - - - BBIETransport Event. Occurrence Date. DateThe date of an occurrence of the event.0..1Transport EventOccurrence DateDateDate. Type - - - - - BBIETransport Event. Occurrence Time. TimeThe time of an occurrence of the event.0..1Transport EventOccurrence TimeTimeTime. Type - - - - - BBIETransport Event. Transport Event Type Code. CodeA code specifying the type of event.0..1Transport EventTransport Event Type CodeCodeCode. Type - - - - - BBIETransport Event. Description. TextA textual description of the event.0..1Transport EventDescriptionTextText. Type - - - - - BBIETransport Event. Completion_ Indicator. IndicatorIndicates if this event is completed.0..1Transport EventCompletionIndicatorIndicatorIndicator. Type - - - - - ASBIETransport Event. Reported_ Shipment. ShipmentInformation about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.0..1Transport EventReportedShipmentShipment - - - - - ASBIETransport Event. Current_ Status. StatusThe status of the event.1..nTransport EventCurrentStatusStatus - - - - - ASBIETransport Event. ContactAny contacts for the event.0..nTransport EventContactContact - - - - - - - ABIETransport Handling Unit. DetailsA uniquely identifiable physical unit consisting of one or more packages (not necessarily containing the same articles) for enabling physical handling during the transport process.Transport Handling UnitLogistics Unit, Handling Unit, THU - - - - - BBIETransport Handling Unit. IdentifierIdentifies the transport handling unit.0..1Transport Handling UnitIdentifierIdentifierIdentifier. Type - - - - - BBIETransport Handling Unit. Transport Handling Unit Type Code. CodeThe type of transport handling unit, expressed as a code.0..1Transport Handling UnitTransport Handling Unit Type CodeCodeCode. Type - - - - - BBIETransport Handling Unit. Handling Code. CodeThe handling required for a shipment, expressed as a code.0..1Transport Handling UnitHandling CodeCodeCode. TypeSpecial Handling - - - - - BBIETransport Handling Unit. Handling_ Instructions. TextFree-form text describing handling instructions for a shipment.0..1Transport Handling UnitHandlingInstructionsTextText. Type - - - - - BBIETransport Handling Unit. Hazardous Risk_ Indicator. IndicatorIndicates whether the shipment contains hazardous materials.0..1Transport Handling UnitHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - BBIETransport Handling Unit. Total_ Goods Item Quantity. QuantityThe total number of goods items in the transport handling unit.0..1Transport Handling UnitTotalGoods Item QuantityQuantityQuantity. Type - - - - - BBIETransport Handling Unit. Total_ Package Quantity. QuantityThe total number of packages in the transport handling unit.0..1Transport Handling UnitTotalPackage QuantityQuantityQuantity. Type - - - - - BBIETransport Handling Unit. Damage_ Remarks. TextDescription of a type of damage.0..nTransport Handling UnitDamageRemarksTextText. Type - - - - - BBIETransport Handling Unit. Shipping_ Marks. TextFree-form description of the marks and numbers on a transport unit or package.0..nTransport Handling UnitShippingMarksTextText. TypeMarks and Numbers, Shipping Marks - - - - - ASBIETransport Handling Unit. Handling Unit_ Despatch Line. Despatch LineAn association to Handling Unit Despatch Line.0..nTransport Handling UnitHandling UnitDespatch LineDespatch Line - - - - - ASBIETransport Handling Unit. Actual_ Package. PackageAn association to Actual Package.0..nTransport Handling UnitActualPackagePackage - - - - - ASBIETransport Handling Unit. Received Handling Unit_ Receipt Line. Receipt LineAn association to Receipt Line.0..nTransport Handling UnitReceived Handling UnitReceipt LineReceipt Line - - - - - ASBIETransport Handling Unit. Transport EquipmentAn association to Transport Equipment.0..nTransport Handling UnitTransport EquipmentTransport Equipment - - - - - ASBIETransport Handling Unit. Hazardous Goods TransitAn association to information about the transportation of hazardous goods.0..nTransport Handling UnitHazardous Goods TransitHazardous Goods Transit - - - - - ASBIETransport Handling Unit. Measurement_ Dimension. DimensionAn association to Dimension.0..nTransport Handling UnitMeasurementDimensionDimension - - - - - ASBIETransport Handling Unit. Minimum_ Temperature. TemperatureThe minimum required operating temperature.0..1Transport Handling UnitMinimumTemperatureTemperature - - - - - ASBIETransport Handling Unit. Maximum_ Temperature. TemperatureThe maximum required operating temperature.0..1Transport Handling UnitMaximumTemperatureTemperature - - - - - - - ABIETransport Means. DetailsThe particular vehicle used for the transport of goods or persons.Transport MeansConveyance - - - - - BBIETransport Means. Journey Identifier. IdentifierAn identifier assigned to a regularly scheduled service of a means of transport.0..1Transport MeansJourney IdentifierIdentifierIdentifier. TypeVoyage Number, Scheduled Conveyance Identifier (WCO ID 205), Flight Number - - - - - BBIETransport Means. Registration_ Nationality Identifier. IdentifierFormal identification of the country in which a means of transport is registered.0..1Transport MeansRegistrationNationality IdentifierIdentifierIdentifier. TypeNationality of Means of Transport (WCO 175, 178 and 179)"LIB" - - - - - BBIETransport Means. Registration_ Nationality. TextName of the country in which a means of transport is registered.0..nTransport MeansRegistrationNationalityTextText. TypeFlag of Vessel, Nationality of ShipLiberia - - - - - BBIETransport Means. Direction Code. CodeThe direction of the transport means.0..1Transport MeansDirection CodeCodeCode. TypeTransit Direction"North","East" - - - - - ASBIETransport Means. StowageAssociation to a location on board a means of transport where specified goods or transport equipment have been or are to be stowed.0..1Transport MeansStowageStowage - - - - - ASBIETransport Means. Air TransportAssociation to identify an aircraft.0..1Transport MeansAir TransportAir Transport - - - - - ASBIETransport Means. Road TransportAssociation to identify a road vehicle.0..1Transport MeansRoad TransportRoad Transport - - - - - ASBIETransport Means. Rail TransportAssociation to identify a train.0..1Transport MeansRail TransportRail Transport - - - - - ASBIETransport Means. Maritime TransportAssociation to identify a ship.0..1Transport MeansMaritime TransportMaritime Transport - - - - - ASBIETransport Means. Owner_ Party. PartyAssociation to the party owning the means of transport.0..1Transport MeansOwnerPartyParty - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UDT000008UDTDate Time. Type1.0A particular point in the progression of time together with the relevant supplementary information.Date TimestringdateTimeCan be used for a date and/or time. - - - - - UDT000009UDTDate. Type1.0One calendar day according the Gregorian calendar.Datestringdate - - - - - UDT0000010UDTTime. Type1.0The instance of time that occurs every day.Timestringtime - - - - - UDT0000012UDTIndicator. Type1.0A list of two mutually exclusive Boolean values that express the only possible states of a property.Indicatorstringboolean - - - - - UDT0000014UDTNumeric. Type1.0Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.Numericstringdecimal - - - - - UDT0000015UDT1.0Value. TypeNumeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.Valuestringdecimal - - - - - UDT0000016UDT1.0Percent. TypeNumeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.Percentstringdecimal - - - - - UDT0000017UDT1.0Rate. TypeNumeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measuret.Ratestringdecimal - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php b/src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php deleted file mode 100644 index 21b8d2a9..00000000 --- a/src/XSD2PHP/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UDT000001UDTAmount. Type1.0A number of monetary units specified in a currency where the unit of the currency is explicit or implied.Amountdecimaldecimal - - - - - - UDT000001-SC2SCAmount Currency. IdentifierThe currency of the amount.Amount CurrencyIdentificationIdentifierstringnormalisedString - - - - - - - - UDT000002UDTBinary Object. Type1.0A set of finite-length sequences of binary octets.Binary Objectbinarybase64Binary - - - - - - UDT000002-SC2SCBinary Object. Format. TextThe format of the binary content.Binary ObjectFormatTextstringstring - - - - - UDT000002-SC3SCBinary Object. Mime. CodeThe mime type of the binary object.Binary ObjectMimeCodestringnormalizedString - - - - - UDT000002-SC4SCBinary Object. Encoding. CodeSpecifies the decoding algorithm of the binary object.Binary ObjectEncodingCodestringnormalizedString - - - - - UDT000002-SC5SCBinary Object. Character Set. CodeThe character set of the binary object if the mime type is text.Binary ObjectCharacter SetCodestringnormalizedString - - - - - UDT000002-SC6SCBinary Object. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the binary object is located.Binary ObjectUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000002-SC7SCBinary Object. Filename.TextThe filename of the binary object.Binary ObjectFilenameTextstringstring - - - - - - - - UDT000003UDTGraphic. Type1.0A diagram, graph, mathematical curves, or similar representation.Graphicbinarybase64Binary - - - - - - UDT000003-SC2SCGraphic. Format. TextThe format of the graphic content.GraphicFormatTextstringstring - - - - - UDT000003-SC3SCGraphic. Mime. CodeThe mime type of the graphic object.GraphicMimeCodestringnormalizedString - - - - - UDT000003-SC4SCGraphic. Encoding. CodeSpecifies the decoding algorithm of the graphic object.GraphicEncodingCodestringnormalizedString - - - - - UDT000003-SC6SCGraphic. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the graphic object is located.GraphicUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000003-SC7SCGraphic. Filename.TextThe filename of the graphic object.GraphicFilenameTextstringstring - - - - - - - - UDT000004UDTPicture. Type1.0A diagram, graph, mathematical curves, or similar representation.Picturebinarybase64Binary - - - - - - UDT000004-SC2SCPicture. Format. TextThe format of the picture content.PictureFormatTextstringstring - - - - - UDT000004-SC3SCPicture. Mime. CodeThe mime type of the picture object.PictureMimeCodestringnormalizedString - - - - - UDT000004-SC4SCPicture. Encoding. CodeSpecifies the decoding algorithm of the picture object.PictureEncodingCodestringnormalizedString - - - - - UDT000004-SC6SCPicture. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the picture object is located.PictureUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000004-SC7SCPicture. Filename.TextThe filename of the picture object.PictureFilenameTextstringstring - - - - - - - - UDT000005UDTSound. Type1.0A diagram, graph, mathematical curves, or similar representation.Soundbinarybase64Binary - - - - - - UDT000005-SC2SCSound. Format. TextThe format of the sound content.SoundFormatTextstringstring - - - - - UDT000005-SC3SCSound. Mime. CodeThe mime type of the sound object.SoundMimeCodestringnormalizedString - - - - - UDT000005-SC4SCSound. Encoding. CodeSpecifies the decoding algorithm of the sound object.SoundEncodingCodestringnormalizedString - - - - - UDT000005-SC6SCSound. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the sound object is located.SoundUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000005-SC7SCSound. Filename.TextThe filename of the sound object.SoundFilenameTextstringstring - - - - - - - - UDT000006UDTVideo. Type1.0A diagram, graph, mathematical curves, or similar representation.Graphicbinarybas64Binary - - - - - - UDT000006-SC2SCVideo. Format. TextThe format of the video content.VideoFormatTextstringstring - - - - - UDT000006-SC3SCVideo. Mime. CodeThe mime type of the video object.VideoMimeCodestringnormalizedString - - - - - UDT000006-SC4SCVideo. Encoding. CodeSpecifies the decoding algorithm of the video object.VideoEncodingCodestringnormalizedString - - - - - UDT000006-SC6SCVideo. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the video object is located.VideoUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000006-SC7SCVideo. Filename.TextThe filename of the video object.VideoFilenameTextstringstring - - - - - - - - UDT000007UDTCode. Type1.0A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.CodestringnormalizedStringOther supplementary components in the CCT are captured as part of the token and name for the schema module containing the code list and thus, are not declared as attributes. - - - - - - UDT000007-SC2SCCode List. IdentifierThe identification of a list of codes.Code ListIdentificationIdentifierstring - - - - - UDT000007-SC3SCCode List. Agency. IdentifierAn agency that maintains one or more lists of codes.Code ListAgencyIdentifierstringDefaults to the UN/EDIFACT data element 3055 code list. - - - - - UDT000007-SC4SCCode List. Agency Name. TextThe name of the agency that maintains the list of codes.Code ListAgency NameTextstring - - - - - UDT000007-SC5SCCode List. Name. TextThe name of a list of codes.Code ListNameTextstring - - - - - UDT000007-SC6SCCode List. IdentifierThe identification of a list of codes.Code ListIdentificationIdentifierstringstring - - - - - UDT000007-SC7SCCode. Name. TextThe textual equivalent of the code content component.CodeNameTextstringstring - - - - - UDT000007-SC8SCLanguage. IdentifierThe identifier of the language used in the code name.LanguageIdentificationIdentifierstringlanguage - - - - - UDT000007-SC9SCCode List. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the code list is located.Code ListUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000007-SC10SCCode List Scheme. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the code list scheme is located.Code List SchemeUniform Resource IdentifierIdentifierstringanyURI - - - - - - - - UDT0000011UDTIdentifier. Type1.0A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information.IdentifierstringnormalizedStringOther supplementary components in the CCT are captured as part of the token and name for the schema module containing the identifer list and thus, are not declared as attributes. - - - - - - UDT000011-SC2SCIdentification Scheme. IdentifierThe identification of the identification scheme.Identification SchemeIdentificationIdentifierstring - - - - - UDT000011-SC3SCIdentification Scheme. Name. TextThe name of the identification scheme.Identification SchemeNameTextstring - - - - - UDT000011-SC4SCIdentification Scheme Agency. IdentifierThe identification of the agency that maintains the identification scheme.Identification Scheme AgencyIdentificationIdentifierstringDefaults to the UN/EDIFACT data element 3055 code list. - - - - - UDT000011-SC5SCIdentification Scheme Agency. Name. TextThe name of the agency that maintains the identification scheme.Identification Scheme AgencyAgency NameTextstring - - - - - UDT000011-SC6SCIdentification Scheme. Version. IdentifierThe version of the identification scheme.Identification SchemeVersionIdentifierstringnormalizedString - - - - - UDT0000011-SC7SCIdentification Scheme Data. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the identification scheme data is located.Identification Scheme DataUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT0000011-SC8SCIdentification Scheme. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the identification scheme is located.Identification SchemeUniform Resource IdentifierIdentifierstringanyURI - - - - - - - - UDT0000013UDTMeasure. Type1.0A numeric value determined by measuring an object along with the specified unit of measure.MeasureTypedecimaldecimal - - - - - - UDT0000013-SC2SCMeasure Unit. CodeThe type of unit of measure.Measure UnitCodeCodestringnormalizedStringReference UN/ECE Rec 20 and X12 355. - - - - - - - - UDT0000018UDTQuantity. Type1.0A counted number of non-monetary units possibly including fractions.Quantitydecimaldecimal - - - - - - UDT0000018-SC2SCQuantity. Unit. CodeThe unit of the quantityQuantityUnit CodeCodestringnormalizedString - - - - - - - - UDT0000019UDTText. Type1.0A character string (i.e. a finite set of characters) generally in the form of words of a language.Textstringstring - - - - - - UDT0000019-SC2SCLanguage. IdentifierThe identifier of the language used in the content component.LanguageIdentificationIdentifierstringlanguage - - - - - - - - UDT0000020UDTName. Type1.0A character string that consititues the distinctive designation of a person, place, thing or concept.Namestringstring - - - - - - UDT0000020-SC2SCLanguage. IdentifierThe identifier of the language used in the content component.LanguageIdentificationIdentifierstringlanguage - - - - - - - - Allowance Charge Reason_ Code. Type2.0The set of possible reasons for an allowance or charge.CodeAllowance Charge ReasonUsed under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - Allowance Charge Reason_ Code List. IdentifierString - - - - - Allowance Charge Reason_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Allowance Charge Reason_ Code List. Agency Name. TextString - - - - - Allowance Charge Reason_ Code List. Name. TextString - - - - - Allowance Charge Reason_ Code List. Version. IdentifierIdentifies the Directory of the UN/EDIFACT code list.String - - - - - Allowance Charge Reason_ Code. Name. TextString - - - - - Allowance Charge Reason_ Language. IdentifierString - - - - - Allowance Charge Reason_ Code List. Uniform Resource. IdentifierString - - - - - Allowance Charge Reason_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Channel_ Code. Type2.0The set of possible ways in which communication can be made (eg. Phone, email, etc).CodeChannelUsed under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - Channel_ Code List. IdentifierString - - - - - Channel_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Channel_ Code List. Agency Name. TextString - - - - - Channel_ Code List. Name. TextString - - - - - Channel_ Code List. Version. IdentifierIdentifies the Directory of the UN/EDIFACT code list.String - - - - - Channel_ Code. Name. TextString - - - - - Channel_ Language. IdentifierString - - - - - Channel_ Code List. Uniform Resource. IdentifierString - - - - - Channel_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Chip_ Code. Type2.0Distinction between CHIP and MAG STRIPE cardsCodeChip - - - - - - Chip_ Code List. IdentifierString - - - - - Chip_ Code List. Agency. IdentifierString - - - - - Chip_ Code List. Agency Name. TextString - - - - - Chip_ Code List. Name. TextString - - - - - Chip_ Code List. Version. IdentifierString - - - - - Chip_ Code. Name. TextString - - - - - Chip_ Language. IdentifierString - - - - - Chip_ Code List. Uniform Resource. IdentifierString - - - - - Chip_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Container Size Type_ Code. Type2.0The set of code values for classifying series 1 freight containers based on external dimensions and specifies the assoziated ratings and, where appropriate, the minimum internal and door opening dimensions for certain types of containers.CodeContainer Size Type - - - - - - Container Size Type_ Code List. IdentifierString - - - - - Container Size Type_ Code List. Agency. IdentifierString - - - - - Container Size Type_ Code List. Agency Name. TextString - - - - - Container Size Type_ Code List. Name. TextString - - - - - Container Size Type_ Code List. Version. IdentifierString - - - - - Container Size Type_ Code. Name. TextString - - - - - Container Size Type_ Language. IdentifierString - - - - - Container Size Type_ Code List. Uniform Resource. IdentifierString - - - - - Container Size Type_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Country Identification_ Code. Type2.0The set of countries of the world.CodeCountry IdentificationDerived from the ISO 3166-1-alpha-2 code elements used under the terms of the ISO policy stated at http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html. - - - - - - Country Identification_ Code List. IdentifierString - - - - - Country Identification_ Code List. Agency. IdentifierDefaults to the UN/ECE rec 3 (Code for the Representation of Names of Countries)String - - - - - Country Identification_ Code List. Agency Name. TextString - - - - - Country Identification_ Code List. Name. TextString - - - - - Country Identification_ Code List. Version. IdentifierString - - - - - Country Identification_ Code. Name. TextString - - - - - Country Identification_ Language. IdentifierString - - - - - Country Identification_ Code List. Uniform Resource. IdentifierString - - - - - Country Identification_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Currency_ Code. Type2.0The set of world currencies.CodeCurrencyDerived from the ISO 4217 currency code list and used under the terms of the ISO policy stated at -http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html - - - - - - Currency_ Code List. IdentifierString - - - - - Currency_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Currency_ Code List. Agency Name. TextString - - - - - Currency_ Code List. Name. TextString - - - - - Currency_ Code List. Version. IdentifierString - - - - - Currency_ Code. Name. TextString - - - - - Currency_ Language. IdentifierString - - - - - Currency_ Code List. Uniform Resource. IdentifierString - - - - - Currency_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Document Status_ Code. Type2.0The set of possible statuses of a document with regard to its original state.CodeDocument Status - - - - - - Document Status_ Code List. IdentifierString - - - - - Document Status_ Code List. Agency. IdentifierString - - - - - Document Status_ Code List. Agency Name. TextString - - - - - Document Status_ Code List. Name. TextString - - - - - Document Status_ Code List. Version. IdentifierString - - - - - Document Status_ Code. Name. TextString - - - - - Document Status_ Language. IdentifierString - - - - - Document Status_ Code List. Uniform Resource. IdentifierString - - - - - Document Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Latitude Direction_ Code. Type2.0The possible directions of latitudeCodeLatitude Direction - - - - - - Latitude Direction_ Code List. IdentifierString - - - - - Latitude Direction_ Code List. Agency. IdentifierString - - - - - Latitude Direction_ Code List. Agency Name. TextString - - - - - Latitude Direction_ Code List. Name. TextString - - - - - Latitude Direction_ Code List. Version. IdentifierString - - - - - Latitude Direction_ Code. Name. TextString - - - - - Latitude Direction_ Language. IdentifierString - - - - - Latitude Direction_ Code List. Uniform Resource. IdentifierString - - - - - Latitude Direction_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Line Status_ Code. Type2.0The set of possible statuses of a line in a transaction with regard to its original state.CodeLine Status - - - - - - Line Status_ Code List. IdentifierString - - - - - Line Status_ Code List. Agency. IdentifierString - - - - - Line Status_ Code List. Agency Name. TextString - - - - - Line Status_ Code List. Name. TextString - - - - - Line Status_ Code List. Version. IdentifierString - - - - - Line Status_ Code. Name. TextString - - - - - Line Status_ Language. IdentifierString - - - - - Line Status_ Code List. Uniform Resource. IdentifierString - - - - - Line Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Longitude Direction_ Code. Type2.0The possible directions of longitudeCodeLongitude Direction - - - - - - Longitude Direction_ Code List. IdentifierString - - - - - Longitude Direction_ Code List. Agency. IdentifierString - - - - - Longitude Direction_ Code List. Agency Name. TextString - - - - - Longitude Direction_ Code List. Name. TextString - - - - - Longitude Direction_ Code List. Version. IdentifierString - - - - - Longitude Direction_ Code. Name. TextString - - - - - Longitude Direction_ Language. IdentifierString - - - - - Longitude Direction_ Code List. Uniform Resource. IdentifierString - - - - - Longitude Direction_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Operator_ Code. Type2.0The set of valid arithmetic operatorsCodeOperator - - - - - - Operator_ Code List. IdentifierString - - - - - Operator_ Code List. Agency. IdentifierString - - - - - Operator_ Code List. Agency Name. TextString - - - - - Operator_ Code List. Name. TextString - - - - - Operator_ Code List. Version. IdentifierString - - - - - Operator_ Code. Name. TextString - - - - - Operator_ Language. IdentifierString - - - - - Operator_ Code List. Uniform Resource. IdentifierString - - - - - Operator_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Packaging Type_ Code. Type2.0The set of code values for Passengers, Types of Cargo, Packages and Packaging Materials (with Complementary Codes for Package Names)CodePackaging Type - - - - - - Packaging Type_ Code List. IdentifierString - - - - - Packaging Type_ Code List. Agency. IdentifierString - - - - - Packaging Type_ Code List. Agency Name. TextString - - - - - Packaging Type_ Code List. Name. TextString - - - - - Packaging Type_ Code List. Version. IdentifierString - - - - - Packaging Type_ Code. Name. TextString - - - - - Packaging Type_ Language. IdentifierString - - - - - Packaging Type_ Code List. Uniform Resource. IdentifierString - - - - - Packaging Type_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Payment Means_ Code. Type2.0The set of valid means of paying the debt incurred.CodePayment MeansUsed under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - Payment Means_ Code List. IdentifierString - - - - - Payment Means_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Payment Means_ Code List. Agency Name. TextString - - - - - Payment Means_ Code List. Name. TextString - - - - - Payment Means_ Code List. Version. IdentifierIdentifies the Directory of the UN/EDIFACT code list.String - - - - - Payment Means_ Code. Name. TextString - - - - - Payment Means_ Language. IdentifierString - - - - - Payment Means_ Code List. Uniform Resource. IdentifierString - - - - - Payment Means_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Port_ Code. Type2.0The set of code values for Trade and Transport LocationsCodePort - - - - - - Port_ Code List. IdentifierString - - - - - Port_ Code List. Agency. IdentifierString - - - - - Port_ Code List. Agency Name. TextString - - - - - Port_ Code List. Name. TextString - - - - - Port_ Code List. Version. IdentifierString - - - - - Port_ Code. Name. TextString - - - - - Port_ Language. IdentifierString - - - - - Port_ Code List. Uniform Resource. IdentifierString - - - - - Port_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Substitution Status_ Code. Type2.0The set of values that indicate the status of an OrderItem in relation to substitution, denoting an acceptable substitute in the Order, an original for which an alternative is offered in the Order Confirmation, or an original for which an actual replacement is advised in the Despatch Advice.CodeSubstitution Status - - - - - - Substitution Status_ Code List. IdentifierString - - - - - Substitution Status_ Code List. Agency. IdentifierString - - - - - Substitution Status_ Code List. Agency Name. TextString - - - - - Substitution Status_ Code List. Name. TextString - - - - - Substitution Status_ Code List. Version. IdentifierString - - - - - Substitution Status_ Code. Name. TextString - - - - - Substitution Status_ Language. IdentifierString - - - - - Substitution Status_ Code List. Uniform Resource. IdentifierString - - - - - Substitution Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Transportation Status_ Code. Type2.0The set of code values for Trade and Transport StatusCodeTransportation Status - - - - - - Transportation Status_ Code List. IdentifierString - - - - - Transportation Status_ Code List. Agency. IdentifierString - - - - - Transportation Status_ Code List. Agency Name. TextString - - - - - Transportation Status_ Code List. Name. TextString - - - - - Transportation Status_ Code List. Version. IdentifierString - - - - - Transportation Status_ Code. Name. TextString - - - - - Transportation Status_ Language. IdentifierString - - - - - Transportation Status_ Code List. Uniform Resource. IdentifierString - - - - - Transportation Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Transport Equipment Type_ Code. Type2.0The set of code values for qualifying a type of equipment used in the transportation of goods.CodeTransport Equipment Type - - - - - - Transport Equipment Type_ Code List. IdentifierString - - - - - Transport Equipment Type_ Code List. Agency. IdentifierString - - - - - Transport Equipment Type_ Code List. Agency Name. TextString - - - - - Transport Equipment Type_ Code List. Name. TextString - - - - - Transport Equipment Type_ Code List. Version. IdentifierString - - - - - Transport Equipment Type_ Code. Name. TextString - - - - - Transport Equipment Type_ Language. IdentifierString - - - - - Transport Equipment Type_ Code List. Uniform Resource. IdentifierString - - - - - Transport Equipment Type_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Transport Mode_ Code. Type2.0The set of code values for modes of transportCodeTransport Mode - - - - - - Transport Mode_ Code List. IdentifierString - - - - - Transport Mode_ Code List. Agency. IdentifierString - - - - - Transport Mode_ Code List. Agency Name. TextString - - - - - Transport Mode_ Code List. Name. TextString - - - - - Transport Mode_ Code List. Version. IdentifierString - - - - - Transport Mode_ Code. Name. TextString - - - - - Transport Mode_ Language. IdentifierString - - - - - Transport Mode_ Code List. Uniform Resource. IdentifierString - - - - - Transport Mode_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Unit Of Measure_ Code. Type2.0The set of code values for Units of Measure Used in International TradeCodeUnit Of Measure - - - - - - Unit Of Measure_ Code List. IdentifierString - - - - - Unit Of Measure_ Code List. Agency. IdentifierString - - - - - Unit Of Measure_ Code List. Agency Name. TextString - - - - - Unit Of Measure_ Code List. Name. TextString - - - - - Unit Of Measure_ Code List. Version. IdentifierString - - - - - Unit Of Measure_ Code. Name. TextString - - - - - Unit Of Measure_ Language. IdentifierString - - - - - Unit Of Measure_ Code List. Uniform Resource. IdentifierString - - - - - Unit Of Measure_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ABIEAddress. DetailsInformation about a structured address.Address - - - - - BBIEAddress. IdentifierAn identifier for a specific address within a scheme of registered addresses.0..1AddressIdentifierIdentifierIdentifier. TypeDetailsKey - - - - - BBIEAddress. Address Type Code. CodeA code specifying the type of this address, such as business address or home address.0..1AddressAddress Type CodeCodeCode. Type - - - - - BBIEAddress. Address Format Code. CodeA code specifying the format of this address.0..1AddressAddress Format CodeCodeCode. Type - - - - - BBIEAddress. Postbox. TextA post office box number.0..1AddressPostboxTextText. TypePostBox, PO Box"123" - - - - - BBIEAddress. Floor. TextAn addressable floor of a building.0..1AddressFloorTextText. TypeSubPremiseNumber"30" - - - - - BBIEAddress. Room. TextA room, suite, or apartment of a building.0..1AddressRoomTextText. TypeSubPremiseNumber"Reception" - - - - - BBIEAddress. Street Name. NameThe name of a street.0..1AddressStreet NameNameName. TypeThoroughfare"Kwun Tong Road" - - - - - BBIEAddress. Additional_ Street Name. NameAn additional name of a street used to further specify the street name.0..1AddressAdditionalStreet NameNameName. TypeThoroughfare"Cnr Aberdeen Road" - - - - - BBIEAddress. Block Name. NameThe block name, expressed as text, for an area surrounded by streets and usually containing several buildings for this address.0..1AddressBlock NameNameName. TypeSeabird - - - - - BBIEAddress. Building Name. NameThe name of a building.0..1AddressBuilding NameNameName. TypeBuildingName"Plot 421" - - - - - BBIEAddress. Building Number. TextThe number of a building.0..1AddressBuilding NumberTextText. TypePremiseNumber"388" - - - - - BBIEAddress. Inhouse_ Mail. TextA specific location within a building.0..1AddressInhouseMailTextText. TypeMailStop - - - - - BBIEAddress. Department. TextAn addressable department of an organization.0..1AddressDepartmentTextText. TypeDepartment"Accounts Payable" - - - - - BBIEAddress. Mark Attention. TextThe name, expressed as text, of a person or department in the organization to whom incoming mail is marked with words such as 'for the attention of' or 'FAO' or 'ATTN' for this address.0..1AddressMark AttentionTextText. Type - - - - - BBIEAddress. Mark Care. TextThe name, expressed as text, of a person or organization at this address to whom incoming mail is marked with words such as 'care of' or 'C/O'.0..1AddressMark CareTextText. Type - - - - - BBIEAddress. Plot Identification. TextThe textual expression of the unique identifier for the piece of land on which this address is located such as a plot number.0..1AddressPlot IdentificationTextText. Type - - - - - BBIEAddress. City Subdivision Name. NameA name, expressed as text, of a subdivision of a city for this address, for example, a district or borough.0..1AddressCity Subdivision NameNameName. Type - - - - - BBIEAddress. City Name. NameThe name of a city, town, or village.0..1AddressCity NameNameName. TypeLocalityName"Hong Kong" - - - - - BBIEAddress. Postal_ Zone. TextThe identifier for an addressable group of properties according to the relevant national postal service, such as a ZIP code or Post Code.0..1AddressPostalZoneTextText. TypePostalCodeNumber"SW11 4EW" "2500 GG" - - - - - BBIEAddress. Country Subentity. TextA territorial division of a country, such as a county or state.0..1AddressCountry SubentityTextText. TypeAdministrativeArea, State, Country, Shire, Canton"Florida","Tamilnadu" - - - - - BBIEAddress. Country Subentity Code. CodeA territorial division of a country, such as a county or state, expressed as a code.0..1AddressCountry Subentity CodeCodeCode. TypeAdministrativeAreaCode, State Code - - - - - BBIEAddress. Region. TextAn addressable region or group of countries.0..1AddressRegionTextText. TypeLocalityName, Economic Zone"European Union" - - - - - BBIEAddress. District. TextA geographical division of a country.0..1AddressDistrictTextText. TypeLocalityName, Area"East Coast" - - - - - BBIEAddress. Timezone Offset. TextFor the time zone in which the address is situated, the measure of time offset from Universal Coordinated Time (UTC).0..1AddressTimezone OffsetTextText. Type"+8:00" "-3:00" - - - - - ASBIEAddress. Address LineAn association to Address Line.0..nAddressAddress LineAddress Line - - - - - ASBIEAddress. CountryAn association to Country.0..1AddressCountryCountry - - - - - ASBIEAddress. Location CoordinateAn association to Location Coordinate.0..1AddressLocation CoordinateLocation Coordinate - - - - - - - ABIEAddress Line. DetailsInformation about a line of address expressed as unstructured text.Address Line - - - - - BBIEAddress Line. Line. TextA line of address expressed as unstructured text.1Address LineLineTextText. Type"123 Standard Chartered Tower" - - - - - - - ABIEAir Transport. DetailsInformation related to an aircraft.Air Transport - - - - - BBIEAir Transport. Aircraft Identifier. IdentifierIdentifies a specific aircraft.1Air TransportAircraft IdentifierIdentifierIdentifier. Type - - - - - - - ABIEAllowance Charge. DetailsInformation about a charge or discount price component.Allowance Charge - - - - - BBIEAllowance Charge. IdentifierIdentifies an Allowance Charge.0..1Allowance ChargeIdentifierIdentifierIdentifier. Type - - - - - BBIEAllowance Charge. Charge_ Indicator. IndicatorIndicates whether the Allowance Charge is a charge (true) or a discount (false).1Allowance ChargeChargeIndicatorIndicatorIndicator. Type - - - - - BBIEAllowance Charge. Allowance Charge Reason Code. CodeThe reason for the Allowance Charge, expressed as a code.0..1Allowance ChargeAllowance Charge Reason CodeCodeAllowance Charge Reason_ Code. Type - - - - - BBIEAllowance Charge. Allowance Charge_ Reason. TextThe reason for the Allowance Charge, expressed as text.0..1Allowance ChargeAllowance ChargeReasonTextText. Type - - - - - BBIEAllowance Charge. Multiplier_ Factor. NumericThe factor applied to the Base Amount to calculate the Allowance Charge.0..1Allowance ChargeMultiplierFactorNumericNumeric. Type0.20 - - - - - BBIEAllowance Charge. Prepaid_ Indicator. IndicatorIndicates whether the Allowance Charge is prepaid (true) or not (false).0..1Allowance ChargePrepaidIndicatorIndicatorIndicator. Type - - - - - BBIEAllowance Charge. Sequence. NumericIdentifies the numerical order sequence in which Allowance Charges are calculated when multiple Allowance Charges apply. If all Allowance Charges apply to the same Base Amount, SequenceNumeric will be '1' for all Allowance Charges.0..1Allowance ChargeSequenceNumericNumeric. Type1, 2, 3, 4, etc. - - - - - BBIEAllowance Charge. AmountThe Allowance Charge amount.1Allowance ChargeAmountAmountAmount. Type35,23 - - - - - BBIEAllowance Charge. Base_ Amount. AmountThe amount to which the MultiplierFactorNumeric is applied to calculate the Allowance Charge.0..1Allowance ChargeBaseAmountAmountAmount. Type - - - - - BBIEAllowance Charge. Accounting Cost Code. CodeThe buyer's accounting code as applied to the Allowance Charge.0..1Allowance ChargeAccounting Cost CodeCodeCode. Type - - - - - BBIEAllowance Charge. Accounting Cost. TextThe buyer's accounting code as applied to the Allowance Charge expressed as text.0..1Allowance ChargeAccounting CostTextText. Type - - - - - ASBIEAllowance Charge. Tax CategoryAn association to Tax Category.0..nAllowance ChargeTax CategoryTax Category - - - - - ASBIEAllowance Charge. Tax TotalAn association to Tax Total.0..1Allowance ChargeTax TotalTax Total - - - - - ASBIEAllowance Charge. Payment MeansAn association to Payment Means.0..nAllowance ChargePayment MeansPayment Means - - - - - - - ABIEAttachment. DetailsInformation about an attached document. An attachment can be referred to externally (with the URI element) or internally (with the MIME reference element) or contained within the document itself (with the EmbeddedDocument element).Attachment - - - - - BBIEAttachment. Embedded_ Document. Binary ObjectContains an embedded document as a BLOB (binary large object).0..1AttachmentEmbeddedDocumentBinary ObjectBinary Object. Type - - - - - ASBIEAttachment. External ReferenceAn attached document, externally referred to, referred to in the MIME location, or embedded.0..1AttachmentExternal ReferenceExternal Reference - - - - - - - ABIEBilling Reference. DetailsInformation directly relating to a related document.Billing Reference - - - - - ASBIEBilling Reference. Invoice_ Document Reference. Document ReferenceAn associative reference to Invoice.0..1Billing ReferenceInvoiceDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Self Billed Invoice_ Document Reference. Document ReferenceAn associative reference to Self Billed Invoice.0..1Billing ReferenceSelf Billed InvoiceDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Credit Note_ Document Reference. Document ReferenceAn associative reference to Credit Note.0..1Billing ReferenceCredit NoteDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Self Billed Credit Note_ Document Reference. Document ReferenceAn associative reference to Self Billed Credit Note.0..1Billing ReferenceSelf Billed Credit NoteDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Debit Note_ Document Reference. Document ReferenceAn associative reference to Debit Note.0..1Billing ReferenceDebit NoteDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Reminder_ Document Reference. Document ReferenceAn associative reference to Reminder Document Reference0..1Billing ReferenceReminderDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Additional_ Document Reference. Document ReferenceAn associative reference to Additional Document.0..1Billing ReferenceAdditionalDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Billing Reference LineAn association to Billing Reference Line.0..nBilling ReferenceBilling Reference LineBilling Reference Line - - - - - - - ABIEBilling Reference Line. DetailsInformation about a Billing Line.Billing Reference Line - - - - - BBIEBilling Reference Line. IdentifierAn identifier for the Billing Line.1Billing Reference LineIdentifierIdentifierIdentifier. Type - - - - - BBIEBilling Reference Line. AmountThe amount of the Billing Line, including Allowance Charges but net of taxes.0..1Billing Reference LineAmountAmountAmount. Type - - - - - ASBIEBilling Reference Line. Allowance ChargeAn association to Allowance Charge.0..nBilling Reference LineAllowance ChargeAllowance Charge - - - - - - - ABIEBranch. DetailsInformation about a branch or division of an organization.Branch - - - - - BBIEBranch. IdentifierAn identifier for a branch or division of an organization.0..1BranchIdentifierIdentifierIdentifier. Type - - - - - BBIEBranch. NameThe name of a branch or division of an organization.0..1BranchNameNameName. Type - - - - - ASBIEBranch. Financial InstitutionAn association to Financial Institution.0..1BranchFinancial InstitutionFinancial Institution - - - - - ASBIEBranch. AddressAn association to Address.0..1BranchAddressAddress - - - - - - - ABIECard Account. DetailsInformation about a credit card, debit card, or charge card.Card Account - - - - - BBIECard Account. Primary_ Account Number. IdentifierThe card number; the Primary Account Number (PAN).1Card AccountPrimaryAccount NumberIdentifierIdentifier. Type4558 XXXX XXXX XXXX (a real card number) - - - - - BBIECard Account. Network. IdentifierThe card network provider.1Card AccountNetworkIdentifierIdentifier. Type“VISA”, “MasterCard”, “American Express” - - - - - BBIECard Account. Card Type Code. CodeThe type of card.0..1Card AccountCard Type CodeCodeCode. Type“Debit Card”, “Credit Card”, “Procurement Card” - - - - - BBIECard Account. Validity Start Date. DateThe date from which the card is valid.0..1Card AccountValidity Start DateDateDate. Type - - - - - BBIECard Account. Expiry Date. DateThe date up to which the card is valid.0..1Card AccountExpiry DateDateDate. Type - - - - - BBIECard Account. Issuer. IdentifierThe identifier for the card issuer.0..1Card AccountIssuerIdentifierIdentifier. Type - - - - - BBIECard Account. Issue Number. IdentifierThe card issue number.0..1Card AccountIssue NumberIdentifierIdentifier. Type - - - - - BBIECard Account. CV2. IdentifierThe Card Verification Value.0..1Card AccountCV2IdentifierIdentifier. Type - - - - - BBIECard Account. Card Chip Code. CodeThe distinction between CHIP and MAG STRIPE cards.0..1Card AccountCard Chip CodeCodeChip_ Code. Type - - - - - BBIECard Account. Chip_ Application. IdentifierAn identifier for the application (AID) on a chip card that provides the information quoted.0..1Card AccountChipApplicationIdentifierIdentifier. Type - - - - - BBIECard Account. Holder. NameThe name of the cardholder.0..1Card AccountHolderNameName. Type - - - - - - - ABIECatalogue Item Specification Update Line. DetailsDetails of Catalogue Line Item Specification.Catalogue Item Specification Update Line - - - - - BBIECatalogue Item Specification Update Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue Item Specification Update LineIdentifierIdentifierIdentifier. Type"1" - - - - - ASBIECatalogue Item Specification Update Line. Contractor_ Customer Party. Customer PartyThe Customer Party responsible for the contract to which the Catalogue relates.0..1Catalogue Item Specification Update LineContractorCustomer PartyCustomer Party - - - - - ASBIECatalogue Item Specification Update Line. Seller_ Supplier Party. Supplier PartyAn association to the Seller of the item.0..1Catalogue Item Specification Update LineSellerSupplier PartySupplier Party - - - - - ASBIECatalogue Item Specification Update Line. ItemAn association to Item itself.1Catalogue Item Specification Update LineItemItem - - - - - - - ABIECatalogue Line. DetailsThe basic element of Catalogue; something that can be bought.Catalogue Line - - - - - BBIECatalogue Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue LineIdentifierIdentifierIdentifier. Type"1" - - - - - BBIECatalogue Line. Action Code. CodeCode indicating the action required for this item to synchronize with external repositories.0..1Catalogue LineAction CodeCodeCode. Type"Replace", "Update", "Delete","Add" - - - - - BBIECatalogue Line. Life Cycle Status Code. CodeCode indicating availability of this line.0..1Catalogue LineLife Cycle Status CodeCodeCode. Type"new - announcement only", "new and available", "deleted - announcement only" - - - - - BBIECatalogue Line. Contract Subdivision. TextIdentifies a subdivision of a contract or tender.0..1Catalogue LineContract SubdivisionTextText. Type"Installation", "Phase One", Support and Maintenance" - - - - - BBIECatalogue Line. Note. TextFree-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable).0..nCatalogue LineNoteTextText. Type - - - - - BBIECatalogue Line. Orderable_ Indicator. IndicatorIndicates whether the line is orderable (that is, not just for information only).0..1Catalogue LineOrderableIndicatorIndicatorIndicator. TypeTRUE means orderable, FALSE means not orderable - - - - - BBIECatalogue Line. Orderable_ Unit. TextThe unit that can be ordered.0..1Catalogue LineOrderableUnitTextText. Type - - - - - BBIECatalogue Line. Content Unit. QuantityThe quantity of the order unit of measure of the line.0..1Catalogue LineContent UnitQuantityQuantity. TypeIf order unit measure identifier is "each", then content unit quantity is "1". - - - - - BBIECatalogue Line. Order Quantity Increment. NumericThe number of items that can set the order quantity increments.0..1Catalogue LineOrder Quantity IncrementNumericNumeric. Type - - - - - BBIECatalogue Line. Minimum_ Order Quantity. QuantityThe minimum amount of items that can be ordered.0..1Catalogue LineMinimumOrder QuantityQuantityQuantity. Type"10 boxes" - - - - - BBIECatalogue Line. Maximum_ Order Quantity. QuantityThe maximum amount of items that can be ordered.0..1Catalogue LineMaximumOrder QuantityQuantityQuantity. Type"1 tonne" - - - - - BBIECatalogue Line. Warranty_ Information. TextInformation regarding the warranty for the good or service. Warranty may be provided by any Party (can be described in the assiciation to Warranty Party).0..nCatalogue LineWarrantyInformationTextText. Type"Unless specified otherwise and in addition to any rights the Customer may have under statute, Dell warrants to the Customer that Dell branded Products (excluding third party products and software), will be free from defects in materials and workmanship affecting normal use for a period of one year from invoice date ('Standard Warranty')." - - - - - BBIECatalogue Line. Pack Level Code. CodeThe level of packaging involved.0..1Catalogue LinePack Level CodeCodeCode. TypeConsumer Unit, Trading Unit"level 2", "Group 4" - - - - - ASBIECatalogue Line. Contractor_ Customer Party. Customer PartyThe Customer Party responsible for the contract to which the Catalogue relates.0..1Catalogue LineContractorCustomer PartyCustomer Party - - - - - ASBIECatalogue Line. Seller_ Supplier Party. Supplier PartyAn association to Seller of the item.0..1Catalogue LineSellerSupplier PartySupplier Party - - - - - ASBIECatalogue Line. Warranty_ Party. PartyThe party responsible for the Warranty.0..1Catalogue LineWarrantyPartyParty - - - - - ASBIECatalogue Line. Warranty Validity_ Period. PeriodThe period for which the Warranty is valid.0..1Catalogue LineWarranty ValidityPeriodPeriod - - - - - ASBIECatalogue Line. Line Validity_ Period. PeriodThe period for which the Catalogue Line is valid.0..1Catalogue LineLine ValidityPeriodPeriod - - - - - ASBIECatalogue Line. Item ComparisonAn association to comparative details for this Item.0..nCatalogue LineItem ComparisonItem Comparison - - - - - ASBIECatalogue Line. Component_ Related Item. Related ItemAn association that describes any catalogue items that may be components of this Item.0..nCatalogue LineComponentRelated ItemRelated Item - - - - - ASBIECatalogue Line. Accessory_ Related Item. Related ItemAn association that describes any catalogue items that may be optional accessories to this Item.0..nCatalogue LineAccessoryRelated ItemRelated Item - - - - - ASBIECatalogue Line. Required_ Related Item. Related ItemAn association that describes any catalogue items that may be required for this Item.0..nCatalogue LineRequiredRelated ItemRelated Item - - - - - ASBIECatalogue Line. Replacement_ Related Item. Related ItemAn association that describes any catalogue items that may be replacements for this Item.0..nCatalogue LineReplacementRelated ItemRelated Item - - - - - ASBIECatalogue Line. Complementary_ Related Item. Related ItemAn association that describes any catalogue items that may complement this Item.0..nCatalogue LineComplementaryRelated ItemRelated Item - - - - - ASBIECatalogue Line. Required_ Item Location Quantity. Item Location QuantityAn association to the description of properties related to locations and quantities of the Item.0..nCatalogue LineRequiredItem Location QuantityItem Location Quantity - - - - - ASBIECatalogue Line. Document ReferenceAn association to Document Reference.0..nCatalogue LineDocument ReferenceDocument Reference - - - - - ASBIECatalogue Line. ItemAn association to the Item itself.1Catalogue LineItemItem - - - - - - - ABIECatalogue Pricing Update Line. DetailsDetails of Catalogue Line Pricing.Catalogue Pricing Update Line - - - - - BBIECatalogue Pricing Update Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue Pricing Update LineIdentifierIdentifierIdentifier. Type"1" - - - - - ASBIECatalogue Pricing Update Line. Contractor_ Customer Party. Customer PartyThe Customer Party responsible for the contract to which the Catalogue relates.0..1Catalogue Pricing Update LineContractorCustomer PartyCustomer Party - - - - - ASBIECatalogue Pricing Update Line. Seller_ Supplier Party. Supplier PartyAn association to the Seller of the Item.0..1Catalogue Pricing Update LineSellerSupplier PartySupplier Party - - - - - ASBIECatalogue Pricing Update Line. Required_ Item Location Quantity. Item Location QuantityAn association to the description of properties related to locations and quantities of the item.0..nCatalogue Pricing Update LineRequiredItem Location QuantityItem Location Quantity - - - - - - - ABIECatalogue Reference. DetailsA reference to a Catalogue.Catalogue Reference - - - - - BBIECatalogue Reference. IdentifierAn identifier for the Catalogue document.1Catalogue ReferenceIdentifierIdentifierIdentifier. Type - - - - - BBIECatalogue Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Catalogue ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIECatalogue Reference. Issue Date. DateThe date when the Catalogue was issued.0..1Catalogue ReferenceIssue DateDateDate. Type - - - - - BBIECatalogue Reference. Issue Time. TimeThe time when the Catalogue was issued.0..1Catalogue ReferenceIssue TimeTimeTime. Type - - - - - BBIECatalogue Reference. Revision Date. DateThe date on which the information in the Catalogue was revised.0..1Catalogue ReferenceRevision DateDateDate. Type - - - - - BBIECatalogue Reference. Revision Time. TimeThe time at which the information in the Catalogue was revised.0..1Catalogue ReferenceRevision TimeTimeTime. Type - - - - - BBIECatalogue Reference. Note. TextA free-text note about the Catalogue. This is used for information which is only human readable.0..nCatalogue ReferenceNoteTextText. Type - - - - - BBIECatalogue Reference. Description. TextA description of the Catalogue.0..nCatalogue ReferenceDescriptionTextText. Type"computer accessories for laptops" - - - - - BBIECatalogue Reference. Version. IdentifierIndicates the current version of the Catalogue.0..1Catalogue ReferenceVersionIdentifierIdentifier. Type"1.1" - - - - - BBIECatalogue Reference. Previous_ Version. IdentifierIndicates the previous version (the version superseded by this Catalogue).0..1Catalogue ReferencePreviousVersionIdentifierIdentifier. Type"1.0" - - - - - - - ABIECatalogue Request Line. DetailsThe basic element of Catalogue; something that can be bought.Catalogue Request Line - - - - - BBIECatalogue Request Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue Request LineIdentifierIdentifierIdentifier. Type"1" - - - - - BBIECatalogue Request Line. Contract Subdivision. TextIdentifies a subdivision of a contract or tender.0..1Catalogue Request LineContract SubdivisionTextText. Type"Installation", "Phase One", Support and Maintenance" - - - - - BBIECatalogue Request Line. Note. TextFree-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable).0..nCatalogue Request LineNoteTextText. Type - - - - - ASBIECatalogue Request Line. Line Validity_ Period. PeriodThe period for which the Catalogue Line is valid.0..1Catalogue Request LineLine ValidityPeriodPeriod - - - - - ASBIECatalogue Request Line. Required_ Item Location Quantity. Item Location QuantityAn association to the description of properties related to locations and quantities of the item.0..nCatalogue Request LineRequiredItem Location QuantityItem Location Quantity - - - - - ASBIECatalogue Request Line. ItemAn association to the Item itself.1Catalogue Request LineItemItem - - - - - - - ABIECertificate Of Origin Application. DetailsA document that contains information of CO application.Certificate Of Origin Application - - - - - BBIECertificate Of Origin Application. Reference. IdentifierHolds the unique number that identifies the Despatch Advice, typically according to the seller's system that generated the Despatch Advice.1Certificate Of Origin ApplicationReferenceIdentifierIdentifier. Type - - - - - BBIECertificate Of Origin Application. Certificate Type. TextType of CO. Type could be Ordinary, Re-export, Commonwealth Preferential etc.1Certificate Of Origin ApplicationCertificate TypeTextText. Type - - - - - BBIECertificate Of Origin Application. Application Status Code. CodeIndicates the status of the application (revision, replacement, etc.).0..1Certificate Of Origin ApplicationApplication Status CodeCodeCode. Type - - - - - BBIECertificate Of Origin Application. Original_ Job Identifier. IdentifierThe latest Job Number given to the Origin application. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier.1Certificate Of Origin ApplicationOriginalJob IdentifierIdentifierIdentifier. Type - - - - - BBIECertificate Of Origin Application. Previous_ Job Identifier. IdentifierThe previous Job Number assigned in case the application undergoes query or change. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier.0..1Certificate Of Origin ApplicationPreviousJob IdentifierIdentifierIdentifier. Type - - - - - BBIECertificate Of Origin Application. Remarks. TextRemarks by the applicant for the Certificate of Origin Application.0..1Certificate Of Origin ApplicationRemarksTextText. Type - - - - - ASBIECertificate Of Origin Application. ShipmentInformation about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.1Certificate Of Origin ApplicationShipmentShipment - - - - - ASBIECertificate Of Origin Application. Endorser PartyThe party providing the endorsement.1..nCertificate Of Origin ApplicationEndorser PartyEndorser Party - - - - - ASBIECertificate Of Origin Application. Preparation_ Party. PartyDetails of an individual, a group, or a body that prepares the Certificate of Origin application.1Certificate Of Origin ApplicationPreparationPartyParty - - - - - ASBIECertificate Of Origin Application. Issuer_ Party. PartyDetails of the authorized organization that issued the Certificate of Origin.1Certificate Of Origin ApplicationIssuerPartyParty - - - - - ASBIECertificate Of Origin Application. Issuing_ Country. CountryThe country for which the Certificate of Origin is issued.1Certificate Of Origin ApplicationIssuingCountryCountry - - - - - ASBIECertificate Of Origin Application. Document DistributionThe distribution of the Certificate of Origin to interested parties.0..nCertificate Of Origin ApplicationDocument DistributionDocument Distribution - - - - - ASBIECertificate Of Origin Application. Supporting_ Document Reference. Document ReferenceAn associative reference to a supporting document.0..nCertificate Of Origin ApplicationSupportingDocument ReferenceDocument Reference - - - - - ASBIECertificate Of Origin Application. SignatureOne or more signatures applied to the document instance.0..nCertificate Of Origin ApplicationSignatureSignature - - - - - - - ABIEClassification Category. DetailsInformation about a Classification Category; a subdivision of a Classification Scheme.Classification Category - - - - - BBIEClassification Category. NameThe name of the Classification Category.0..1Classification CategoryNameNameName. TypeCode List Name"UNSPSC Class", "UNSPSC Segment", "UNSPSC Family" - - - - - BBIEClassification Category. Code Value. TextThe Classification Category value.0..1Classification CategoryCode ValueTextText. TypeCode Value3420001, 3273666, HSJJD-213 - - - - - BBIEClassification Category. Description. TextThe description of the Classification Category.0..nClassification CategoryDescriptionTextText. TypeCode Name"Electrical Goods", "Wooden Toys" - - - - - ASBIEClassification Category. Categorizes_ Classification Category. Classification CategoryAn association to subcategories within the Category.0..nClassification CategoryCategorizesClassification CategoryClassification Category - - - - - - - ABIEClassification Scheme. DetailsInformation about Classification Scheme; a scheme that defines a taxonomy for classifying goods or services.Classification Scheme - - - - - BBIEClassification Scheme. IdentifierAn identifier for the classification scheme.1Classification SchemeIdentifierIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Classification SchemeUUIDIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. Last_ Revision Date. DateThe date at which the classification scheme was last revised.0..1Classification SchemeLastRevision DateDateDate. Type - - - - - BBIEClassification Scheme. Last_ Revision Time. TimeThe time at which the classification scheme was last revised.0..1Classification SchemeLastRevision TimeTimeTime. Type - - - - - BBIEClassification Scheme. Note. TextFree-form text applying to the Classification Scheme. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Classification SchemeNoteTextText. Type - - - - - BBIEClassification Scheme. NameThe name of the Classification Scheme.0..1Classification SchemeNameNameName. Type"UNSPSC" - - - - - BBIEClassification Scheme. Description. TextA description of the Classification Scheme.0..nClassification SchemeDescriptionTextText. Type"an open, global multi-sector standard for classification of products and services" - - - - - BBIEClassification Scheme. Agency Identifier. IdentifierIdentifies the agency that maintains the Classification Scheme.0..1Classification SchemeAgency IdentifierIdentifierIdentifier. TypeDefaults to the UN/EDIFACT data element 3055 code list. - - - - - BBIEClassification Scheme. Agency Name. TextThe name of the agency that maintains the Classification Scheme.0..1Classification SchemeAgency NameTextText. Type - - - - - BBIEClassification Scheme. Version. IdentifierIdentifies the version of the Classification Scheme.0..1Classification SchemeVersionIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. URI. IdentifierThe Uniform Resource Identifier (URI) that identifies where the Classification is located.0..1Classification SchemeURIIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. Scheme_ URI. IdentifierThe Uniform Resource Identifier (URI) that identifies where the Classification Scheme is located.0..1Classification SchemeSchemeURIIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. Language. IdentifierIdentifies the language of the Classification Scheme.0..1Classification SchemeLanguageIdentifierIdentifier. Type - - - - - ASBIEClassification Scheme. Classification CategoryAn association to Classification Category.1..nClassification SchemeClassification CategoryClassification Category - - - - - - - ABIECommodity Classification. DetailsInformation about Commodity Classification.Commodity Classification - - - - - BBIECommodity Classification. Nature Code. CodeThe high-level nature of the Classification issued by a specific maintenance agency, expressed as a code.0..1Commodity ClassificationNature CodeCodeCode. Type"wooden products" - - - - - BBIECommodity Classification. Cargo Type Code. CodeThe type of cargo, expressed as a code.0..1Commodity ClassificationCargo Type CodeCodeCode. Type"Refrigerated" - - - - - BBIECommodity Classification. Commodity Code. CodeThe harmonized international commodity code for regulatory (customs and trade statistics) purposes.0..1Commodity ClassificationCommodity CodeCodeCode. TypeHarmonized Code"1102222883" - - - - - BBIECommodity Classification. Item Classification Code. CodeThe trade commodity classification, expressed as a code.0..1Commodity ClassificationItem Classification CodeCodeCode. TypeUN/SPSC Code"3440234" - - - - - - - ABIECommunication. DetailsInformation about a means of communication.Communication - - - - - BBIECommunication. Channel Code. CodeThe method of communication, expressed as a code.0..1CommunicationChannel CodeCodeChannel_ Code. TypePhone Fax Email - - - - - BBIECommunication. Channel. TextThe method of communication, expressed as text.0..1CommunicationChannelTextText. TypeSkype - - - - - BBIECommunication. Value. TextThe communication value, such as phone number or email address.0..1CommunicationValueTextText. Type"+44 1 2345 6789" "president@whitehouse.com" - - - - - - - ABIEConsignment. DetailsA separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.Consignment - - - - - BBIEConsignment. IdentifierUnique number assigned to goods, both for import and export.1ConsignmentIdentifierIdentifierIdentifier. TypeUnique consignment reference number (UCR) - - - - - BBIEConsignment. Summary_ Description. TextGeneral descriptive text that is not part of any remarks.0..nConsignmentSummaryDescriptionTextText. Type - - - - - BBIEConsignment. Total_ Invoice Amount. AmountTotal of all invoice amounts declared in a single consignment.0..1ConsignmentTotalInvoice AmountAmountAmount. Type - - - - - BBIEConsignment. Declared Customs_ Value. AmountAmount declared for customs purposes of those goods in a consignment, whether or not they are subject to the same customs procedure, tariff/statistical heading, country information, and duty regime.0..1ConsignmentDeclared CustomsValueAmountAmount. Type - - - - - BBIEConsignment. Tariff Description. TextA description of the tariff applied to a consignment.0..nConsignmentTariff DescriptionTextText. Type - - - - - BBIEConsignment. Tariff Code. CodeCode specifying a tariff applied to a consignment.0..1ConsignmentTariff CodeCodeCode. TypeTariff code number (WCO ID 145) - - - - - BBIEConsignment. Insurance Premium Amount. AmountAmount of premium payable to the insurance company for insuring the goods.0..1ConsignmentInsurance Premium AmountAmountAmount. TypeInsurance Cost - - - - - BBIEConsignment. Gross_ Weight. MeasureTotal weight (mass) of goods for a declaration, including packaging but excluding the carrier's equipment.0..1ConsignmentGrossWeightMeasureMeasure. TypeTotal gross weight (WCO ID 131)Total cube of all goods items referred to as one consignment. - - - - - BBIEConsignment. Net_ Weight. MeasureTotal net weight (mass) of all the goods items referred to as one consignment.0..1ConsignmentNetWeightMeasureMeasure. Type - - - - - BBIEConsignment. Net Net_ Weight. MeasureWeight (mass) of the goods themselves without any packing.0..1ConsignmentNet NetWeightMeasureMeasure. Type - - - - - BBIEConsignment. Chargeable_ Weight. MeasureGross weight (mass) on which a charge is to be based.0..1ConsignmentChargeableWeightMeasureMeasure. TypeChargeable Weight. Basis.Measure - - - - - BBIEConsignment. Gross_ Volume. MeasureTotal volume of all goods items referred to as one consignment.0..1ConsignmentGrossVolumeMeasureMeasure. TypeCube - - - - - BBIEConsignment. Net_ Volume. MeasureNet volume of all goods items referred to as one consignment.0..1ConsignmentNetVolumeMeasureMeasure. Type - - - - - BBIEConsignment. Loading_ Length. MeasureTotal length in a means of transport or a piece of transport equipment whereby the complete width and height over that length is needed for loading all the consignments referred to as one consolidation.0..1ConsignmentLoadingLengthMeasureMeasure. Type - - - - - BBIEConsignment. Remarks. TextRemarks concerning the complete consignment to be printed on the transport document.0..nConsignmentRemarksTextText. Type - - - - - BBIEConsignment. Hazardous Risk_ Indicator. IndicatorIndication that the transport is or is not subject to an international regulation concerning the carriage of dangerous goods.0..1ConsignmentHazardous RiskIndicatorIndicatorIndicator. TypeDangerous Goods RID Indicatordefault is negative - - - - - ASBIEConsignment. Consignee_ Party. PartyParty to which goods are consigned.0..1ConsignmentConsigneePartyParty - - - - - ASBIEConsignment. Exporter_ Party. PartyThe party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted.0..1ConsignmentExporterPartyParty - - - - - ASBIEConsignment. Consignor_ Party. PartyThe party consigning goods, as stipulated in the transport contract by the party ordering transport.0..1ConsignmentConsignorPartyParty - - - - - ASBIEConsignment. Importer_ Party. PartyThe party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned.0..1ConsignmentImporterPartyParty - - - - - ASBIEConsignment. Carrier_ Party. PartyThe party providing the transport of goods between named points.0..1ConsignmentCarrierPartyParty - - - - - ASBIEConsignment. Freight Forwarder_ Party. PartyThe party combining individual smaller consignments into a single larger shipment (so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.0..1ConsignmentFreight ForwarderPartyParty - - - - - ASBIEConsignment. Notify_ Party. PartyThe party to be notified.0..1ConsignmentNotifyPartyParty - - - - - ASBIEConsignment. Original Despatch_ Party. PartyThe original despatch party.0..1ConsignmentOriginal DespatchPartyParty - - - - - ASBIEConsignment. Final Delivery_ Party. PartyThe final delivery party.0..1ConsignmentFinal DeliveryPartyParty - - - - - ASBIEConsignment. Original Departure_ Country. CountryThe country from which the goods are originally exported, without any commercial transaction taking place in intermediate countries.0..1ConsignmentOriginal DepartureCountryCountry - - - - - ASBIEConsignment. Final Destination_ Country. CountryName of the country to which the goods are to be delivered to the final consignee or buyer.0..1ConsignmentFinal DestinationCountryCountry - - - - - ASBIEConsignment. Transit_ Country. CountryThe countries through which goods or passengers are routed between the country of original departure and the country of final destination.0..nConsignmentTransitCountryCountry - - - - - ASBIEConsignment. Transport_ Contract. ContractAn association to Transport Contact.0..1ConsignmentTransportContractContract - - - - - ASBIEConsignment. Original Despatch_ Transportation Service. Transportation ServiceThe service for pick-up from the consignor under the transport contract.0..1ConsignmentOriginal DespatchTransportation ServiceTransportation Service - - - - - ASBIEConsignment. Final Delivery_ Transportation Service. Transportation ServiceThe service for delivery to the consignee under the transport contract.0..1ConsignmentFinal DeliveryTransportation ServiceTransportation Service - - - - - ASBIEConsignment. Delivery TermsAll the conditions agreed upon between a seller and a buyer with regard to the delivery of goods and/or services, e.g., CIF, FOB, or EXW from the INCOTERMS Terms of Delivery.0..1ConsignmentDelivery TermsDelivery Terms - - - - - ASBIEConsignment. Payment TermsThe conditions of payment between the parties in a transaction.0..1ConsignmentPayment TermsPayment Terms - - - - - ASBIEConsignment. Freight_ Allowance Charge. Allowance ChargeCosts incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs).0..nConsignmentFreightAllowance ChargeAllowance Charge - - - - - - - ABIEContact. DetailsInformation about a contactable person or organization department.Contact - - - - - BBIEContact. IdentifierAn identifier for the Contact.0..1ContactIdentifierIdentifierIdentifier. Type"Receivals Clerk" - - - - - BBIEContact. NameThe name of the Contact.0..1ContactNameNameName. Type"Delivery Dock" - - - - - BBIEContact. Telephone. TextThe telephone number of the Contact.0..1ContactTelephoneTextText. Type - - - - - BBIEContact. Telefax. TextThe fax number of the Contact.0..1ContactTelefaxTextText. Type - - - - - BBIEContact. Electronic_ Mail. TextThe email address of the Contact.0..1ContactElectronicMailTextText. Type - - - - - BBIEContact. Note. TextA note such as 'Emergency' or 'After Hours' describing the circumstances in which the Contact can be used.0..1ContactNoteTextText. Type - - - - - ASBIEContact. Other_ Communication. CommunicationAn association to Other Communication.0..nContactOtherCommunicationCommunication - - - - - - - ABIEContract. DetailsInformation about a Contract.Contract - - - - - BBIEContract. IdentifierIdentifies the Contract.0..1ContractIdentifierIdentifierIdentifier. Type"CC23" - - - - - BBIEContract. Issue Date. DateThe date on which the Contract was issued.0..1ContractIssue DateDateDate. Type - - - - - BBIEContract. Issue Time. TimeThe time at which the Contract was issued.0..1ContractIssue TimeTimeTime. Type - - - - - BBIEContract. Contract Type Code. CodeThe type of Contract, expressed as a code.0..1ContractContract Type CodeCodeCode. Type - - - - - BBIEContract. Contract Type. TextThe type of Contract, expressed as text.0..1ContractContract TypeTextText. Type - - - - - ASBIEContract. Validity_ Period. PeriodAn association to Validity Period.0..1ContractValidityPeriodPeriod - - - - - ASBIEContract. Contract_ Document Reference. Document ReferenceAn associative reference to Contract Document.0..nContractContractDocument ReferenceDocument Reference - - - - - - - ABIECorporate Registration Scheme. DetailsInformation directly relating a scheme for corporate registration of businesses.Corporate Registration Scheme - - - - - BBIECorporate Registration Scheme. IdentifierIdentifies the scheme.0..1Corporate Registration SchemeIdentifierIdentifierIdentifier. Type"ASIC" in Australia - - - - - BBIECorporate Registration Scheme. NameIdentifies the scheme by name.0..1Corporate Registration SchemeNameNameName. Type"Australian Securities and Investment Commission" in Australia - - - - - BBIECorporate Registration Scheme. Corporate Registration Type Code. CodeIdentifies the type of scheme.0..1Corporate Registration SchemeCorporate Registration Type CodeCodeCode. Type"ACN" - - - - - ASBIECorporate Registration Scheme. Jurisdiction Region_ Address. AddressAssociates the registration scheme with particulars that identify and locate the geographic area to which the scheme applies.0..nCorporate Registration SchemeJurisdiction RegionAddressAddress - - - - - - - ABIECountry. DetailsInformation about a geopolitical country.Country - - - - - BBIECountry. Identification Code. CodeAn identifier for the Country.0..1CountryIdentification CodeCodeCountry Identification_ Code. Type - - - - - BBIECountry. NameThe name of the Country.0..1CountryNameNameName. Type“SOUTH AFRICA” - - - - - - - ABIECredit Account. DetailsInformation about a Credit Account (for sales on account).Credit Account - - - - - BBIECredit Account. Account Identifier. IdentifierIdentifies the Credit Account.1Credit AccountAccount IdentifierIdentifierIdentifier. Type"Customer Code 29" - - - - - - - ABIECredit Note Line. DetailsInformation about a Credit Note Line.Credit Note Line - - - - - BBIECredit Note Line. IdentifierIdentifies the Credit Note Line.1Credit Note LineIdentifierIdentifierIdentifier. Type - - - - - BBIECredit Note Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Credit Note LineUUIDIdentifierIdentifier. Type - - - - - BBIECredit Note Line. Note. TextFree-form text applying to the Credit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Credit Note LineNoteTextText. Type - - - - - BBIECredit Note Line. Credited_ Quantity. QuantityThe quantity of Items credited.0..1Credit Note LineCreditedQuantityQuantityQuantity. Type - - - - - BBIECredit Note Line. Line Extension Amount. AmountThe total amount for the Credit Note Line, including Allowance Charges but net of taxes.0..1Credit Note LineLine Extension AmountAmountAmount. Type - - - - - BBIECredit Note Line. Tax Point Date. DateThe date of the Credit Note Line, used to indicate the point at which tax becomes applicable.0..1Credit Note LineTax Point DateDateDate. Type - - - - - BBIECredit Note Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Credit Note Line.0..1Credit Note LineAccounting Cost CodeCodeCode. Type - - - - - BBIECredit Note Line. Accounting Cost. TextThe buyer's accounting code applied to the Credit Note Line, expressed as text.0..1Credit Note LineAccounting CostTextText. Type - - - - - ASBIECredit Note Line. Discrepancy_ Response. ResponseAn association to Discrepancy Response; the reason for the Credit.0..nCredit Note LineDiscrepancyResponseResponse - - - - - ASBIECredit Note Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nCredit Note LineDespatchLine ReferenceLine Reference - - - - - ASBIECredit Note Line. Receipt_ Line Reference. Line ReferenceAn associative reference to Receipt Line.0..nCredit Note LineReceiptLine ReferenceLine Reference - - - - - ASBIECredit Note Line. Billing ReferenceAn association to Billing Reference.0..nCredit Note LineBilling ReferenceBilling Reference - - - - - ASBIECredit Note Line. Document ReferenceAn association to Document Reference.0..nCredit Note LineDocument ReferenceDocument Reference - - - - - ASBIECredit Note Line. Pricing ReferenceAn association to Pricing Reference.0..1Credit Note LinePricing ReferencePricing Reference - - - - - ASBIECredit Note Line. DeliveryAn association to Delivery.0..nCredit Note LineDeliveryDelivery - - - - - ASBIECredit Note Line. Tax TotalAn association to Tax Total.0..nCredit Note LineTax TotalTax Total - - - - - ASBIECredit Note Line. ItemAn association to Item0..1Credit Note LineItemItem - - - - - ASBIECredit Note Line. PriceAn association to Price.0..1Credit Note LinePricePrice - - - - - - - ABIECustomer Party. DetailsInformation about the Customer Party.Customer Party - - - - - BBIECustomer Party. Customer Assigned_ Account Identifier. IdentifierAn identifier for the Customer's account, assigned by the Customer itself.0..1Customer PartyCustomer AssignedAccount IdentifierIdentifierIdentifier. Type - - - - - BBIECustomer Party. Supplier Assigned_ Account Identifier. IdentifierAn identifier for the Customer's account, assigned by the Supplier.0..1Customer PartySupplier AssignedAccount IdentifierIdentifierIdentifier. Type - - - - - BBIECustomer Party. Additional_ Account Identifier. IdentifierAn identifier for the Customer's account, assigned by a third party.0..nCustomer PartyAdditionalAccount IdentifierIdentifierIdentifier. Type - - - - - ASBIECustomer Party. PartyAn association to Party.0..1Customer PartyPartyParty - - - - - ASBIECustomer Party. Delivery_ Contact. ContactAn association to Delivery Contact.0..1Customer PartyDeliveryContactContact - - - - - ASBIECustomer Party. Accounting_ Contact. ContactAn association to Accounting Contact (Customer).0..1Customer PartyAccountingContactContact - - - - - ASBIECustomer Party. Buyer_ Contact. ContactAn association to Buyer Contact.0..1Customer PartyBuyerContactContact - - - - - - - ABIEDebit Note Line. DetailsInformation about a Debit Note Line.Debit Note Line - - - - - BBIEDebit Note Line. IdentifierIdentifies the Debit Note Line.1Debit Note LineIdentifierIdentifierIdentifier. Type - - - - - BBIEDebit Note Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Debit Note LineUUIDIdentifierIdentifier. Type - - - - - BBIEDebit Note Line. Note. TextFree-form text applying to the Debit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Debit Note LineNoteTextText. Type - - - - - BBIEDebit Note Line. Debited_ Quantity. QuantityThe quantity of Items debited.0..1Debit Note LineDebitedQuantityQuantityQuantity. Type - - - - - BBIEDebit Note Line. Line Extension Amount. AmountThe total amount for the Debit Note Line, including Allowance Charges but net of taxes.1Debit Note LineLine Extension AmountAmountAmount. Type - - - - - BBIEDebit Note Line. Tax Point Date. DateThe date of the Debit Note Line, used to indicate the point at which tax becomes applicable.0..1Debit Note LineTax Point DateDateDate. Type - - - - - BBIEDebit Note Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Debit Note Line.0..1Debit Note LineAccounting Cost CodeCodeCode. Type - - - - - BBIEDebit Note Line. Accounting Cost. TextThe buyer's accounting code applied to the Debit Note Line, expressed as text.0..1Debit Note LineAccounting CostTextText. Type - - - - - ASBIEDebit Note Line. Discrepancy_ Response. ResponseAn association to Discrepancy Response; the reason for the Debit.0..nDebit Note LineDiscrepancyResponseResponse - - - - - ASBIEDebit Note Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nDebit Note LineDespatchLine ReferenceLine Reference - - - - - ASBIEDebit Note Line. Receipt_ Line Reference. Line ReferenceAn associative reference to Receipt Line.0..nDebit Note LineReceiptLine ReferenceLine Reference - - - - - ASBIEDebit Note Line. Billing ReferenceAn association to Billing Reference.0..nDebit Note LineBilling ReferenceBilling Reference - - - - - ASBIEDebit Note Line. Document ReferenceAn association to Document Reference.0..nDebit Note LineDocument ReferenceDocument Reference - - - - - ASBIEDebit Note Line. Pricing ReferenceAn association to Pricing Reference.0..1Debit Note LinePricing ReferencePricing Reference - - - - - ASBIEDebit Note Line. DeliveryAn association to Delivery.0..nDebit Note LineDeliveryDelivery - - - - - ASBIEDebit Note Line. Tax TotalAn association to Tax Total.0..nDebit Note LineTax TotalTax Total - - - - - ASBIEDebit Note Line. ItemAn association to Item0..1Debit Note LineItemItem - - - - - ASBIEDebit Note Line. PriceAn association to Price.0..1Debit Note LinePricePrice - - - - - - - ABIEDelivery. DetailsInformation about Delivery.Delivery - - - - - BBIEDelivery. IdentifierIdentifies the Delivery.0..1DeliveryIdentifierIdentifierIdentifier. Type - - - - - BBIEDelivery. QuantityThe quantity in a Delivery.0..1DeliveryQuantityQuantityQuantity. Type - - - - - BBIEDelivery. Minimum_ Quantity. QuantityThe minimum quantity in a Delivery.0..1DeliveryMinimumQuantityQuantityQuantity. Type - - - - - BBIEDelivery. Maximum_ Quantity. QuantityThe maximum quantity in a Delivery.0..1DeliveryMaximumQuantityQuantityQuantity. Type - - - - - BBIEDelivery. Actual_ Delivery Date. DateThe actual Delivery date.0..1DeliveryActualDelivery DateDateDate. Type - - - - - BBIEDelivery. Actual_ Delivery Time. TimeThe actual Delivery time.0..1DeliveryActualDelivery TimeTimeTime. Type - - - - - BBIEDelivery. Latest_ Delivery Date. DateThe latest delivery date allowed by the buyer.0..1DeliveryLatestDelivery DateDateDate. Type - - - - - BBIEDelivery. Latest_ Delivery Time. TimeThe latest delivery time allowed by the buyer.0..1DeliveryLatestDelivery TimeTimeTime. Type - - - - - BBIEDelivery. Tracking Identifier. IdentifierThe delivery Tracking ID (for transport tracking).0..1DeliveryTracking IdentifierIdentifierIdentifier. Type - - - - - ASBIEDelivery. Delivery_ Address. AddressAn association to Delivery Address.0..1DeliveryDeliveryAddressAddress - - - - - ASBIEDelivery. Delivery_ Location. LocationAn association to Location.0..1DeliveryDeliveryLocationLocation - - - - - ASBIEDelivery. Requested Delivery_ Period. PeriodThe requested Period for Delivery.0..1DeliveryRequested DeliveryPeriodPeriod - - - - - ASBIEDelivery. Promised Delivery_ Period. PeriodThe promised Period for Delivery.0..1DeliveryPromised DeliveryPeriodPeriod - - - - - ASBIEDelivery. Estimated Delivery_ Period. PeriodThe estimated Period for Delivery.0..1DeliveryEstimated DeliveryPeriodPeriod - - - - - ASBIEDelivery. Delivery_ Party. PartyThe party to whom the goods/services are delivered.0..1DeliveryDeliveryPartyParty - - - - - ASBIEDelivery. DespatchAn association to the Despatch.0..1DeliveryDespatchDespatch - - - - - - - ABIEDelivery Terms. DetailsInformation about Delivery Terms.Delivery Terms - - - - - BBIEDelivery Terms. IdentifierIdentifies the Delivery Terms.0..1Delivery TermsIdentifierIdentifierIdentifier. TypeCIF, FOB, or EXW from the INCOTERMS Terms of Delivery. (2000 version preferred.) - - - - - BBIEDelivery Terms. Special_ Terms. TextA description of special conditions relating to the Delivery Terms.0..1Delivery TermsSpecialTermsTextText. Type - - - - - BBIEDelivery Terms. Loss Risk Responsibility Code. CodeAn identifier for the responsibility for loss risk in the context of the Delivery Terms, expressed as a code.0..1Delivery TermsLoss Risk Responsibility CodeCodeCode. Type - - - - - BBIEDelivery Terms. Loss Risk. TextA description of the loss risk in the context of the Delivery Terms.0..1Delivery TermsLoss RiskTextText. Type - - - - - ASBIEDelivery Terms. Delivery_ Location. LocationAn association to Location, e.g., a port.0..1Delivery TermsDeliveryLocationLocation - - - - - ASBIEDelivery Terms. Allowance ChargeAn association to Allowance Charge.0..1Delivery TermsAllowance ChargeAllowance Charge - - - - - - - ABIEDelivery Unit. DetailsInformation about a Delivery Unit.Delivery Unit - - - - - BBIEDelivery Unit. Batch Quantity. QuantityThe quantity of ordered Items that constitutes a batch for delivery purposes.1Delivery UnitBatch QuantityQuantityQuantity. Type"100 units", "by the dozen" - - - - - BBIEDelivery Unit. Consumer_ Unit. QuantityThe quantity of consumer units in the Delivery Unit.0..1Delivery UnitConsumerUnitQuantityQuantity. Type"packs of 10" - - - - - BBIEDelivery Unit. Hazardous Risk_ Indicator. IndicatorIndicates whether the Item as delivered is hazardous.0..1Delivery UnitHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - - - ABIEDespatch. DetailsInformation about Despatch.Despatch - - - - - BBIEDespatch. IdentifierThe identifier for the Delivery.0..1DespatchIdentifierIdentifierIdentifier. Type - - - - - BBIEDespatch. Requested_ Despatch Date. DateThe despatch (pick-up) date requested by the buyer.0..1DespatchRequestedDespatch DateDateDate. Type - - - - - BBIEDespatch. Requested_ Despatch Time. TimeThe despatch (pick-up) time requested by the buyer.0..1DespatchRequestedDespatch TimeTimeTime. Type - - - - - BBIEDespatch. Estimated_ Despatch Date. DateThe despatch (pick-up) date estimated by the seller or Despatch.0..1DespatchEstimatedDespatch DateDateDate. Type - - - - - BBIEDespatch. Estimated_ Despatch Time. TimeThe despatch (pick-up) time estimated by the seller or Despatch.0..1DespatchEstimatedDespatch TimeTimeTime. Type - - - - - BBIEDespatch. Actual_ Despatch Date. DateThe actual despatch (pick-up) date.0..1DespatchActualDespatch DateDateDate. Type - - - - - BBIEDespatch. Actual_ Despatch Time. TimeThe actual despatch (pick-up) time.0..1DespatchActualDespatch TimeTimeTime. Type - - - - - ASBIEDespatch. Despatch_ Address. AddressAn association to Despatch Address.0..1DespatchDespatchAddressAddress - - - - - ASBIEDespatch. Despatch_ Party. PartyThe party who despatched the delivery.0..1DespatchDespatchPartyParty - - - - - ASBIEDespatch. ContactAn association to Contact.0..1DespatchContactContact - - - - - - - ABIEDespatch Line. DetailsInformation about a Despatch Line.Despatch Line - - - - - BBIEDespatch Line. IdentifierIdentifies the Despatch Line.1Despatch LineIdentifierIdentifierIdentifier. Type - - - - - BBIEDespatch Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Despatch LineUUIDIdentifierIdentifier. Type - - - - - BBIEDespatch Line. Note. TextFree-form text applying to the Despatch Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Despatch LineNoteTextText. Type - - - - - BBIEDespatch Line. Line Status Code. CodeIdentifies the status of the Despatch Line with respect to its original state.0..1Despatch LineLine Status CodeCodeLine Status_ Code. Type - - - - - BBIEDespatch Line. Delivered_ Quantity. QuantityThe quantity despatched.0..1Despatch LineDeliveredQuantityQuantityQuantity. Type - - - - - BBIEDespatch Line. Backorder_ Quantity. QuantityThe quantity on Back Order at the Supplier.0..1Despatch LineBackorderQuantityQuantityQuantity. Type - - - - - BBIEDespatch Line. Backorder_ Reason. TextThe reason for the Back Order.0..1Despatch LineBackorderReasonTextText. Type - - - - - BBIEDespatch Line. Outstanding_ Quantity. QuantityThe quantity outstanding (which will follow in a later despatch).0..1Despatch LineOutstandingQuantityQuantityQuantity. Type - - - - - BBIEDespatch Line. Outstanding_ Reason. TextThe reason for the Outstanding Quantity.0..1Despatch LineOutstandingReasonTextText. Type - - - - - BBIEDespatch Line. Oversupply_ Quantity. QuantityThe quantity over-supplied.0..1Despatch LineOversupplyQuantityQuantityQuantity. Type - - - - - ASBIEDespatch Line. Order Line ReferenceAn association to Order Line Reference.1..nDespatch LineOrder Line ReferenceOrder Line Reference - - - - - ASBIEDespatch Line. Document ReferenceAn association to Document Reference.0..nDespatch LineDocument ReferenceDocument Reference - - - - - ASBIEDespatch Line. ItemAn association to Item.1Despatch LineItemItem - - - - - ASBIEDespatch Line. ShipmentAn association to Shipment.0..nDespatch LineShipmentShipment - - - - - - - ABIEDimension. DetailsInformation about a measurable dimension of an item.Dimension - - - - - BBIEDimension. Attribute Identifier. IdentifierAn identifier for the attribute to which the measure applies.1DimensionAttribute IdentifierIdentifierIdentifier. Type - - - - - BBIEDimension. MeasureThe measurement value.0..1DimensionMeasureMeasureMeasure. Type - - - - - BBIEDimension. Description. TextA description of the attribute or measurement of the attribute.0..nDimensionDescriptionTextText. Type - - - - - BBIEDimension. Minimum_ Measure. MeasureThe minimum value in a range of measurement.0..1DimensionMinimumMeasureMeasureMeasure. Type - - - - - BBIEDimension. Maximum_ Measure. MeasureThe maximum value in a range of measurement.0..1DimensionMaximumMeasureMeasureMeasure. Type - - - - - - - ABIEDocument Distribution. DetailsThe details of the distribution of the document among business partners.Document Distribution - - - - - BBIEDocument Distribution. Print_ Qualifier. TextThe access right for a Party to distribute the document.1Document DistributionPrintQualifierTextText. Type - - - - - BBIEDocument Distribution. Maximum_ Copies. NumericSpecifies the maximum number of copies of the document that the user can print.1Document DistributionMaximumCopiesNumericNumeric. Type - - - - - ASBIEDocument Distribution. PartyDetails of the Party who can access the document.1Document DistributionPartyParty - - - - - - - ABIEDocument Reference. DetailsInformation about a document referred to in another document.Document Reference - - - - - BBIEDocument Reference. IdentifierIdentifies the document being referred to.1Document ReferenceIdentifierIdentifierIdentifier. Type"PO-001" "3333-44-123" - - - - - BBIEDocument Reference. Copy_ Indicator. IndicatorIndicates whether the referenced document is a copy (true) or the original (false).0..1Document ReferenceCopyIndicatorIndicatorIndicator. Type - - - - - BBIEDocument Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Document ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIEDocument Reference. Issue Date. DateThe date, assigned by the sender of the referenced document, on which the referenced document was issued.0..1Document ReferenceIssue DateDateDate. Type - - - - - BBIEDocument Reference. Document Type Code. CodeThe document type, expressed as a code.0..1Document ReferenceDocument Type CodeCodeCode. Type - - - - - BBIEDocument Reference. Document Type. TextThe document type, expressed as text.0..1Document ReferenceDocument TypeTextText. Type - - - - - BBIEDocument Reference. XPath. TextRefers to another part of the same document instance.0..nDocument ReferenceXPathTextText. Type - - - - - ASBIEDocument Reference. AttachmentAn attached document, externally referred to, referred to in the MIME location, or embedded.0..1Document ReferenceAttachmentAttachment - - - - - - - ABIEDocument Response. DetailsInformation about responses to a document (at the application level).Document Response - - - - - ASBIEDocument Response. ResponseThe response to the document.1Document ResponseResponseResponse - - - - - ASBIEDocument Response. Document ReferenceAn association to Document Reference.1Document ResponseDocument ReferenceDocument Reference - - - - - ASBIEDocument Response. Issuer_ Party. PartyThe party who issued a document.0..1Document ResponseIssuerPartyParty - - - - - ASBIEDocument Response. Recipient_ Party. PartyThe party for whom the document is intended.0..1Document ResponseRecipientPartyParty - - - - - ASBIEDocument Response. Line ResponseResponse to various lines in the document.0..nDocument ResponseLine ResponseLine Response - - - - - - - ABIEEndorsement. DetailsDetails of an endorsement on the document.Endorsement - - - - - BBIEEndorsement. Document. IdentifierIdentifies the endorsement.1EndorsementDocumentIdentifierIdentifier. Type - - - - - BBIEEndorsement. Approval Status. TextSpecifies the status of the endorsement.1EndorsementApproval StatusTextText. TypeAuthentication Code - - - - - BBIEEndorsement. Remarks. TextRemarks by the endorsing party.0..nEndorsementRemarksTextText. Type - - - - - ASBIEEndorsement. Endorser PartyThe type of party providing the endorsement.1EndorsementEndorser PartyEndorser Party - - - - - ASBIEEndorsement. SignatureOne or more signatures applied to the endorsement.0..nEndorsementSignatureSignature - - - - - - - ABIEEndorser Party. DetailsThe party endorsing a document.Endorser Party - - - - - BBIEEndorser Party. Role Code. CodeThe role of the party providing the endorsement, e.g., Issuer, Embassy, Insurance, etc.1Endorser PartyRole CodeCodeCode. Type - - - - - BBIEEndorser Party. Sequence. NumericThe sequence in which the endorsements are to be applied.1Endorser PartySequenceNumericNumeric. Type - - - - - ASBIEEndorser Party. PartyDetails of the party endorsing the application.1Endorser PartyPartyParty - - - - - ASBIEEndorser Party. Signatory_ Contact. ContactDetails of the individual representing the exporter who signs the Certificate of Origin application before submitting it to the Issuer Party.1Endorser PartySignatoryContactContact - - - - - - - ABIEExchange Rate. DetailsInformation about Exchange Rate.Exchange Rate - - - - - BBIEExchange Rate. Source_ Currency Code. CodeThe reference currency for the Exchange Rate; the currency from which the exchange is being made (CC Definition).1Exchange RateSourceCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEExchange Rate. Source_ Currency Base Rate. RateThe unit base of the source currency for currencies with small denominations.0..1Exchange RateSourceCurrency Base RateRateRate. Type - - - - - BBIEExchange Rate. Target_ Currency Code. CodeThe target currency for the Exchange Rate; the currency to which the exchange is being made (CC Definition).1Exchange RateTargetCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEExchange Rate. Target_ Currency Base Rate. RateThe unit base of the target currency for currencies with small denominations.0..1Exchange RateTargetCurrency Base RateRateRate. Type - - - - - BBIEExchange Rate. Exchange Market Identifier. IdentifierIdentifies the currency exchange market used as the source of the Exchange Rate.0..1Exchange RateExchange Market IdentifierIdentifierIdentifier. Type - - - - - BBIEExchange Rate. Calculation Rate. RateThe factor applied to the source currency to calculate the target currency.0..1Exchange RateCalculation RateRateRate. Type - - - - - BBIEExchange Rate. Mathematic Operator Code. CodeAn identifier for whether the Calculation Rate should be used to multiply or to divide, expressed as a code.0..1Exchange RateMathematic Operator CodeCodeOperator_ Code. Type - - - - - BBIEExchange Rate. DateThe date of the Exchange.0..1Exchange RateDateDateDate. Type - - - - - ASBIEExchange Rate. Foreign Exchange_ Contract. ContractAn association to Foreign Exchange Contract.0..1Exchange RateForeign ExchangeContractContract - - - - - - - ABIEExternal Reference. DetailsInformation directly relating to an external reference i.e. a document stored at a remote location.External Reference - - - - - BBIEExternal Reference. URI. IdentifierThe Uniform Resource Identifier (URI) that identifies where the external document is located.0..1External ReferenceURIIdentifierIdentifier. Type - - - - - BBIEExternal Reference. Document Hash. TextSpecifies the hash code for the externally stored document.0..1External ReferenceDocument HashTextText. Type - - - - - BBIEExternal Reference. Expiry Date. DateThe date on which the document can no longer be found on the URI.0..1External ReferenceExpiry DateDateDate. Type - - - - - BBIEExternal Reference. Expiry Time. TimeThe time on which the document can no longer be found on the URI.0..1External ReferenceExpiry TimeTimeTime. Type - - - - - - - ABIEFinancial Account. DetailsInformation about a Financial Account.Financial Account - - - - - BBIEFinancial Account. IdentifierThe identifier for the Financial Account; the Bank Account Number.0..1Financial AccountIdentifierIdentifierIdentifier. TypeSWIFT(BIC) and IBAN are defined in ISO 9362 and ISO 13616. - - - - - BBIEFinancial Account. NameThe name of the Financial Account.0..1Financial AccountNameNameName. Type - - - - - BBIEFinancial Account. Account Type Code. CodeThe type of Financial Account, expressed as a code.0..1Financial AccountAccount Type CodeCodeCode. Type - - - - - BBIEFinancial Account. Currency Code. CodeThe currency in which the Financial Account is held, expressed as a code.0..1Financial AccountCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEFinancial Account. Payment_ Note. TextFree-form text applying to the Payment to the owner of this account.0..nFinancial AccountPaymentNoteTextText. Type - - - - - ASBIEFinancial Account. Financial Institution_ Branch. BranchAn association to Financial Institution Branch.0..1Financial AccountFinancial InstitutionBranchBranch - - - - - ASBIEFinancial Account. CountryAn association to Country.0..1Financial AccountCountryCountry - - - - - - - ABIEFinancial Institution. DetailsInformation about a Financial Institution.Financial Institution - - - - - BBIEFinancial Institution. IdentifierThe identifier for the Financial Institution expressed as a code; ISO 9362 BIC (Bank Identification Code) is recommended.0..1Financial InstitutionIdentifierIdentifierIdentifier. Type - - - - - BBIEFinancial Institution. NameThe name of the Financial Institution.0..1Financial InstitutionNameNameName. Type - - - - - ASBIEFinancial Institution. AddressAn association to Address.0..1Financial InstitutionAddressAddress - - - - - - - ABIEGoods Item. DetailsA separately identifiable quantity of products of a single product type.Goods Item - - - - - BBIEGoods Item. IdentifierAn identifier for the goods item.1Goods ItemIdentifierIdentifierIdentifier. Type - - - - - BBIEGoods Item. Sequence Number. IdentifierSequence number differentiating a specific goods item within a consignment.0..1Goods ItemSequence NumberIdentifierIdentifier. TypeCustoms item number (WCO ID 021), Sequence Position - - - - - BBIEGoods Item. Description. TextPlain language description of a goods item sufficient to identify it for customs, statistical, or transport purposes.0..nGoods ItemDescriptionTextText. TypeDescription of goods (WCO ID 137) - - - - - BBIEGoods Item. Hazardous Risk_ Indicator. IndicatorIndicates whether the goods item includes hazardous items (dangerous goods).0..1Goods ItemHazardous RiskIndicatorIndicatorIndicator. Typedefault is negative - - - - - BBIEGoods Item. Declared Customs_ Value. AmountAmount declared for Customs purposes of those goods in a consignment which are subject to the same Customs procedure and have the same tariff/statistical heading, country information, and duty regime.0..1Goods ItemDeclared CustomsValueAmountAmount. TypeFor Customs Value (WCO ID 108) - - - - - BBIEGoods Item. Declared For Carriage_ Value. AmountValue declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery.0..1Goods ItemDeclared For CarriageValueAmountAmount. TypeInterest in delivery, declared value for carriage - - - - - BBIEGoods Item. Declared Statistics_ Value. AmountValue declared for statistical purposes of those goods in a consignment which have the same statistical heading.0..1Goods ItemDeclared StatisticsValueAmountAmount. TypeStatistical Value (WCO ID 114) - - - - - BBIEGoods Item. Free On Board_ Value. AmountMonetary amount that has to be or has been paid as calculated under the applicable trade delivery.0..1Goods ItemFree On BoardValueAmountAmount. TypeFOB Value - - - - - BBIEGoods Item. Insurance_ Value. AmountThe amount covered by an insurance for a particular goods item.0..1Goods ItemInsuranceValueAmountAmount. TypeValue Insured - - - - - BBIEGoods Item. Value. AmountSpecifies the amount on which a duty, tax, or fee will be assessed.0..1Goods ItemValueAmountAmount. TypeDuty/tax/fee assessment basis in value (WCO ID 116) - - - - - BBIEGoods Item. Gross_ Weight. MeasureWeight (mass) of goods, including packaging but excluding the carrier's equipment.0..1Goods ItemGrossWeightMeasureMeasure. TypeActual Gross Weight - - - - - BBIEGoods Item. Net_ Weight. MeasureWeight (mass) of goods item, excluding all packing but including any packaging that normally goes with the goods.0..1Goods ItemNetWeightMeasureMeasure. Type - - - - - BBIEGoods Item. Net Net_ Weight. MeasureWeight (mass) of goods without any packaging.0..1Goods ItemNet NetWeightMeasureMeasure. TypeCustoms Weight (WCO ID 128) - - - - - BBIEGoods Item. Chargeable_ Weight. MeasureGross weight (mass) on which a charge is to be based.0..1Goods ItemChargeableWeightMeasureMeasure. Type - - - - - BBIEGoods Item. Gross_ Volume. MeasureMeasurement normally arrived at by multiplying the maximum length, width, and height of the goods item.0..1Goods ItemGrossVolumeMeasureMeasure. TypeVolume, Gross Measurement Cube (GMC), Cube (WCO ID 134) - - - - - BBIEGoods Item. Net_ Volume. MeasureThe volume contained by a goods item, excluding the volume of any packaging material.0..1Goods ItemNetVolumeMeasureMeasure. Type - - - - - BBIEGoods Item. QuantityNumber of goods items.0..1Goods ItemQuantityQuantityQuantity. Type - - - - - BBIEGoods Item. Preference Criterion. CodeSpecifies the treatment preference for this good according to international trading agreements.0..1Goods ItemPreference CriterionCodeCode. Type"Preference Criterion" is used in the following manner in the paper CO of another country (e.g.): -"A" - The good is "wholly obtained or produced entirely" in the territory of one or more of the NAFTA countries as reference in Article 415. Note: The purchase of a good in the territory does not necessarily render it "wholly obtained or produced". If the good is an agricultural good, see also criterion F and Annex 703.2. (Reference: Article 401(a), 415). -"B" - ... -"C" - ... -"D" - ... -"E" - ... -"F" - The good is an originating agricultural good under preference criterion A,B, or C above and is not subjected to quantitative restriction in the importing NAFTA country because.... -Thus, the column "Preference Criterion" will indicate either A, B, C,... - - - - - BBIEGoods Item. Required_ Customs Identifier. IdentifierAdditional tariff codes required to specify a type of goods for Customs, transport, statistical, or other regulatory purposes.0..1Goods ItemRequiredCustoms IdentifierIdentifierIdentifier. TypeTariff code extensions (WCO ID 255) - - - - - BBIEGoods Item. Customs Status Code. CodeStatus of goods as identified by customs for regulation purposes.0..1Goods ItemCustoms Status CodeCodeCode. TypeCustoms status of goods (WCO ID 094) - - - - - BBIEGoods Item. Customs Tariff Quantity. QuantityQuantity of the goods in the unit as required by Customs for tariff, statistical, or fiscal purposes.0..1Goods ItemCustoms Tariff QuantityQuantityQuantity. Type - - - - - BBIEGoods Item. Customs Import_ Classified Indicator. IndicatorIndicates whether the goods have been customs classified for import.0..1Goods ItemCustoms ImportClassified IndicatorIndicatorIndicator. Type - - - - - ASBIEGoods Item. ItemAssociation to a description of the good or service.0..nGoods ItemItemItem - - - - - ASBIEGoods Item. Goods Item ContainerAssociation to describe the transporting of a goods item in a unit of transport equipment (e.g., container).0..nGoods ItemGoods Item ContainerGoods Item Container - - - - - ASBIEGoods Item. Freight_ Allowance Charge. Allowance ChargeCosts incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs).0..nGoods ItemFreightAllowance ChargeAllowance Charge - - - - - ASBIEGoods Item. Invoice LineAssociation to information directly relating to a line item of an invoice.0..nGoods ItemInvoice LineInvoice Line - - - - - ASBIEGoods Item. TemperatureAny temperatures associated with the goods.0..nGoods ItemTemperatureTemperature - - - - - ASBIEGoods Item. Contained_ Goods Item. Goods ItemAssociates with any other goods items contained in this goods item.0..nGoods ItemContainedGoods ItemGoods Item - - - - - ASBIEGoods Item. Origin_ Address. AddressRegion in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or any other measure related to trade.0..1Goods ItemOriginAddressAddress - - - - - - - ABIEGoods Item Container. DetailsHow goods items are split across transport equipment.Goods Item Container - - - - - BBIEGoods Item Container. IdentifierIdentifies goods items split across transport equipment.1Goods Item ContainerIdentifierIdentifierIdentifier. Type - - - - - BBIEGoods Item Container. QuantityNumber of goods items loaded into or onto one piece of transport equipment as a total consignment or part of a consignment.0..1Goods Item ContainerQuantityQuantityQuantity. TypeNumber of packages stuffed - - - - - ASBIEGoods Item Container. Transport EquipmentAssociates the containers for a single goods item.0..nGoods Item ContainerTransport EquipmentTransport Equipment - - - - - - - ABIEHazardous Goods Transit. DetailsInformation about Hazardous Goods Transit.Hazardous Goods Transit - - - - - BBIEHazardous Goods Transit. Transport Emergency Card Code. CodeThe identifier for a transport emergency card, describing the actions to be taken in an emergency in transporting the Hazardous Goods. May be the identity number of a hazardous emergency response plan assigned by the appropriate authority.0..1Hazardous Goods TransitTransport Emergency Card CodeCodeCode. TypeTREM card - - - - - BBIEHazardous Goods Transit. Packing Criteria Code. CodeA code identifying the packaging requirement for the transportation of the Hazardous Goods as assigned by IATA/IMDB/ADR/RID etc.0..1Hazardous Goods TransitPacking Criteria CodeCodeCode. TypePacking Group - - - - - BBIEHazardous Goods Transit. Hazardous Regulation Code. CodeThe identifier for a set of legal regulations that govern the transportation of the Hazardous Goods, expressed as a code.0..1Hazardous Goods TransitHazardous Regulation CodeCodeCode. Type - - - - - BBIEHazardous Goods Transit. Inhalation Toxicity Zone Code. CodeAn identifier for the Inhalation Toxicity Hazard Zone for the Hazardous Goods, as defined by the US Department of Transportation, expressed as a code.0..1Hazardous Goods TransitInhalation Toxicity Zone CodeCodeCode. Type - - - - - BBIEHazardous Goods Transit. Transport Authorization Code. CodeCode specifying the authorization for the transportation of hazardous cargo.0..1Hazardous Goods TransitTransport Authorization CodeCodeCode. TypePermission for Transport - - - - - ASBIEHazardous Goods Transit. Maximum_ Temperature. TemperatureAn association to Maximum Temperature (at which the Hazardous Goods can be safely transported).0..1Hazardous Goods TransitMaximumTemperatureTemperature - - - - - ASBIEHazardous Goods Transit. Minimum_ Temperature. TemperatureAn association to Minimum Temperature (at which the Hazardous Goods can be safely transported).0..1Hazardous Goods TransitMinimumTemperatureTemperature - - - - - - - ABIEHazardous Item. DetailsInformation about a Hazardous Item.Hazardous Item - - - - - BBIEHazardous Item. IdentifierThe identifier for a Hazardous Item.0..1Hazardous ItemIdentifierIdentifierIdentifier. Type"Round Up" - - - - - BBIEHazardous Item. Placard Notation. TextThe placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport.0..1Hazardous ItemPlacard NotationTextText. Type"5.1" - - - - - BBIEHazardous Item. Placard Endorsement. TextThe placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport.0..1Hazardous ItemPlacard EndorsementTextText. Type"2" - - - - - BBIEHazardous Item. Additional_ Information. TextAdditional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description.0..1Hazardous ItemAdditionalInformationTextText. Type"Must be stored away from flammable materials" "N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" - - - - - BBIEHazardous Item. UNDG Code. CodeThe identifier assigned to transportable hazardous goods by the United Nations, expressed as a code.0..1Hazardous ItemUNDG CodeCodeCode. TypeUN Code - - - - - BBIEHazardous Item. Emergency Procedures Code. CodeThe emergency procedures for the Hazardous Item, expressed as a code.0..1Hazardous ItemEmergency Procedures CodeCodeCode. TypeEMG code, EMS Page Number - - - - - BBIEHazardous Item. Medical First Aid Guide Code. CodeThe identifier of a medical first aid guide that is relevant to specific hazardous goods, expressed as a code.0..1Hazardous ItemMedical First Aid Guide CodeCodeCode. TypeMFAG page number - - - - - BBIEHazardous Item. Technical_ Name. NameThe full technical name of the specific hazardous substance.0..1Hazardous ItemTechnicalNameNameName. Type"Granular Sodium Chlorate WeedKiller" - - - - - BBIEHazardous Item. Category. NameThe name of the category of hazard that applies to the Item.0..1Hazardous ItemCategoryNameName. Type - - - - - BBIEHazardous Item. Hazardous Category Code. CodeCode specifying a kind of hazard for a material.0..1Hazardous ItemHazardous Category CodeCodeCode. TypeHazardous material class code - - - - - BBIEHazardous Item. Upper_ Orange Hazard Placard Identifier. IdentifierSpecifies the identity number for the upper part of the orange hazard placard required on the means of transport.0..1Hazardous ItemUpperOrange Hazard Placard IdentifierIdentifierIdentifier. TypeHazard identification number (upper part) - - - - - BBIEHazardous Item. Lower_ Orange Hazard Placard Identifier. IdentifierSpecifies the identity number for the lower part of the orange hazard placard required on the means of transport.0..1Hazardous ItemLowerOrange Hazard Placard IdentifierIdentifierIdentifier. TypeSubstance identification number (lower part) - - - - - BBIEHazardous Item. Marking Identifier. IdentifierIdentifies the marking of dangerous goods.0..1Hazardous ItemMarking IdentifierIdentifierIdentifier. TypeDangerous goods label marking - - - - - BBIEHazardous Item. Hazard Class Identifier. IdentifierIdentifies a hazard class applicable to dangerous goods as defined by the relevant regulation authority, such as the IMDG Class Number of the SOLAS Convention of IMO and the ADR/RID Class Number for the road/rail environment.0..1Hazardous ItemHazard Class IdentifierIdentifierIdentifier. TypeIMDG Class Number, ADR/RID Class Number - - - - - BBIEHazardous Item. Net_ Weight. MeasureThe total net weight of hazardous goods; the weight of the goods plus packaging.0..1Hazardous ItemNetWeightMeasureMeasure. Type - - - - - BBIEHazardous Item. Net_ Volume. MeasureThe volume of hazardous goods net of packaging and transport equipment.0..1Hazardous ItemNetVolumeMeasureMeasure. Type - - - - - BBIEHazardous Item. QuantityThe quantity of goods that are hazardous.0..1Hazardous ItemQuantityQuantityQuantity. Type - - - - - ASBIEHazardous Item. Contact_ Party. PartyAssociates the Hazardous Item with details of an individual, group, or body that is the contact in case of hazard incident.0..1Hazardous ItemContactPartyParty - - - - - ASBIEHazardous Item. Secondary HazardAssociates the Hazardous Item with information about secondary hazards.0..nHazardous ItemSecondary HazardSecondary Hazard - - - - - ASBIEHazardous Item. Hazardous Goods TransitAssociates the Hazardous Item with information about the transportation of hazardous goods.0..nHazardous ItemHazardous Goods TransitHazardous Goods Transit - - - - - ASBIEHazardous Item. Emergency_ Temperature. TemperatureAssociates the Hazardous Item with the temperature at which emergency procedures apply during the handling of temperature-controlled hazardous goods.0..1Hazardous ItemEmergencyTemperatureTemperature - - - - - ASBIEHazardous Item. Flashpoint_ Temperature. TemperatureAssociates the Hazardous Item with the lowest temperature at which the vapor of a combustible liquid can be made to ignite momentarily in air, known in hazardous goods procedures as the flashpoint.0..1Hazardous ItemFlashpointTemperatureTemperature - - - - - ASBIEHazardous Item. Additional_ Temperature. TemperatureInformation providing details of temperatures relevant to the handling of hazardous goods.0..nHazardous ItemAdditionalTemperatureTemperature - - - - - - - ABIEInvoice Line. DetailsInformation about an Invoice Line.Invoice Line - - - - - BBIEInvoice Line. IdentifierIdentifies the Invoice Line.1Invoice LineIdentifierIdentifierIdentifier. Type - - - - - BBIEInvoice Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Invoice LineUUIDIdentifierIdentifier. Type - - - - - BBIEInvoice Line. Note. TextFree-form text applying to the Invoice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Invoice LineNoteTextText. Type - - - - - BBIEInvoice Line. Invoiced_ Quantity. QuantityThe quantity (of Items) on the Invoice Line.0..1Invoice LineInvoicedQuantityQuantityQuantity. Type - - - - - BBIEInvoice Line. Line Extension Amount. AmountThe total amount for the Invoice Line, including Allowance Charges but net of taxes.1Invoice LineLine Extension AmountAmountAmount. Type - - - - - BBIEInvoice Line. Tax Point Date. DateThe date of the Invoice Line, used to indicate the point at which tax becomes applicable.0..1Invoice LineTax Point DateDateDate. Type - - - - - BBIEInvoice Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Invoice Line.0..1Invoice LineAccounting Cost CodeCodeCode. Type - - - - - BBIEInvoice Line. Accounting Cost. TextThe buyer's accounting code applied to the Invoice Line, expressed as text.0..1Invoice LineAccounting CostTextText. Type - - - - - BBIEInvoice Line. Free Of Charge_ Indicator. IndicatorIndicates whether the Invoice Line is Free Of Charge (default = false).0..1Invoice LineFree Of ChargeIndicatorIndicatorIndicator. Type - - - - - ASBIEInvoice Line. Order Line ReferenceAn association to Order Line Reference.0..nInvoice LineOrder Line ReferenceOrder Line Reference - - - - - ASBIEInvoice Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nInvoice LineDespatchLine ReferenceLine Reference - - - - - ASBIEInvoice Line. Receipt_ Line Reference. Line ReferenceAn associative reference to Receipt Line.0..nInvoice LineReceiptLine ReferenceLine Reference - - - - - ASBIEInvoice Line. Billing ReferenceAn association to Billing Reference.0..nInvoice LineBilling ReferenceBilling Reference - - - - - ASBIEInvoice Line. Document ReferenceAn association to Document Reference.0..nInvoice LineDocument ReferenceDocument Reference - - - - - ASBIEInvoice Line. Pricing ReferenceAn association to Pricing Reference.0..1Invoice LinePricing ReferencePricing Reference - - - - - ASBIEInvoice Line. Originator_ Party. PartyThe party who originated the Order to which the Invoice is related.0..1Invoice LineOriginatorPartyParty - - - - - ASBIEInvoice Line. DeliveryAn association to Delivery.0..nInvoice LineDeliveryDelivery - - - - - ASBIEInvoice Line. Payment TermsAn association to Payment Terms.0..nInvoice LinePayment TermsPayment Terms - - - - - ASBIEInvoice Line. Allowance ChargeAn association to Allowance Charge.0..nInvoice LineAllowance ChargeAllowance Charge - - - - - ASBIEInvoice Line. Tax TotalAn association to Tax Total.0..nInvoice LineTax TotalTax Total - - - - - ASBIEInvoice Line. ItemAn association to Item.1Invoice LineItemItem - - - - - ASBIEInvoice Line. PriceAn association to Price.0..1Invoice LinePricePrice - - - - - ASBIEInvoice Line. Delivery TermsAn association to Delivery Terms.0..1Invoice LineDelivery TermsDelivery Terms - - - - - - - ABIEItem. DetailsInformation directly relating to an item.Itemarticle, product, goods item - - - - - BBIEItem. Description. TextFree-form field that can be used to give a text description of the item.0..nItemDescriptionTextText. Type - - - - - BBIEItem. Pack Quantity. QuantityThe unit packaging quantity.0..1ItemPack QuantityQuantityQuantity. Type - - - - - BBIEItem. Pack Size. NumericThe number of items in a pack.0..1ItemPack SizeNumericNumeric. Type - - - - - BBIEItem. Catalogue_ Indicator. IndicatorIndicates whether the item was ordered from a Catalogue (true) or not (false).0..1ItemCatalogueIndicatorIndicatorIndicator. Type - - - - - BBIEItem. NameA short name optionally given to an item, such as a name from a Catalogue, as distinct from a description.0..1ItemNameNameName. Type - - - - - BBIEItem. Hazardous Risk_ Indicator. IndicatorIndicates whether the item as delivered is hazardous.0..1ItemHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - BBIEItem. Additional_ Information. TextProvides more details of the item (e.g., the URL of a relevant web page).0..1ItemAdditionalInformationTextText. Type - - - - - BBIEItem. Keyword. TextA Seller Party-defined search string for the item. Also could be synonyms for identifying the item.0..nItemKeywordTextText. Type - - - - - BBIEItem. Brand Name. NameBrand name for the item.0..nItemBrand NameNameName. TypeCoca-Cola - - - - - BBIEItem. Model Name. NameModel name for the item.0..nItemModel NameNameName. Type"VW Beetle" - - - - - ASBIEItem. Buyers_ Item Identification. Item IdentificationAssociates the item with its identification according to the buyer's system.0..1ItemBuyersItem IdentificationItem Identification - - - - - ASBIEItem. Sellers_ Item Identification. Item IdentificationAssociates the item with its identification according to the seller's system.0..1ItemSellersItem IdentificationItem Identification - - - - - ASBIEItem. Manufacturers_ Item Identification. Item IdentificationAssociates the item with its identification according to the manufacturer's system.0..nItemManufacturersItem IdentificationItem Identification - - - - - ASBIEItem. Standard_ Item Identification. Item IdentificationAssociates the item with its identification according to a standard system.0..1ItemStandardItem IdentificationItem Identification - - - - - ASBIEItem. Catalogue_ Item Identification. Item IdentificationAssociates the item with its identification according to a cataloguing system.0..1ItemCatalogueItem IdentificationItem Identification - - - - - ASBIEItem. Additional_ Item Identification. Item IdentificationAssociates the item with other identification means.0..nItemAdditionalItem IdentificationItem Identification - - - - - ASBIEItem. Catalogue_ Document Reference. Document ReferenceAn associative reference to Catalogue.0..1ItemCatalogueDocument ReferenceDocument Reference - - - - - ASBIEItem. Item Specification_ Document Reference. Document ReferenceAn associative reference to a document providing Item specification.0..nItemItem SpecificationDocument ReferenceDocument Reference - - - - - ASBIEItem. Origin_ Country. CountryAssociates the item with its country of origin.0..1ItemOriginCountryCountry - - - - - ASBIEItem. Commodity ClassificationAssociates the item with its classification(s) according to a commodity classifying system.0..nItemCommodity ClassificationCommodity Classification - - - - - ASBIEItem. Transaction ConditionsAssociates the item with sales conditions appertaining to it.0..nItemTransaction ConditionsTransaction Conditions - - - - - ASBIEItem. Hazardous ItemAssociates the item with its hazardous item information.0..nItemHazardous ItemHazardous Item - - - - - ASBIEItem. Classified_ Tax Category. Tax CategoryClassifies the item using one or more categories of taxes.0..nItemClassifiedTax CategoryTax Category - - - - - ASBIEItem. Additional_ Item Property. Item PropertyAssociates the item with a set of additional properties.0..nItemAdditionalItem PropertyItem Property - - - - - ASBIEItem. Manufacturer_ Party. PartyAssociates the item with its manufacturer.0..nItemManufacturerPartyParty - - - - - ASBIEItem. Information Content Provider_ Party. PartyAssociates the item with the party responsible for the its specification.0..1ItemInformation Content ProviderPartyParty - - - - - ASBIEItem. Origin_ Address. AddressAssociates the item with the region of origin (not the country).0..nItemOriginAddressAddress - - - - - ASBIEItem. Item InstanceAn association to Item Instance.0..nItemItem InstanceItem Instance - - - - - - - ABIEItem Comparison. DetailsUsed to compare different items based on cost, quantity, or measurements.Item Comparison - - - - - BBIEItem Comparison. Price. AmountThe price for the comparison quantity of the item.0..1Item ComparisonPriceAmountAmount. Type - - - - - BBIEItem Comparison. QuantityThe quantity used for price comparison with other items.0..1Item ComparisonQuantityQuantityQuantity. Type"per unit" - - - - - - - ABIEItem Identification. DetailsInformation about item identification.Item Identification - - - - - BBIEItem Identification. IdentifierAn identifier for an item.1Item IdentificationIdentifierIdentifierIdentifier. Type"CUST001" "3333-44-123" - - - - - BBIEItem Identification. Extended_ Identifier. IdentifierAn extended identifier for the item that identifies the item with specific properties, e.g., Item 123 = Chair / Item 123 Ext 45 = brown chair.0..1Item IdentificationExtendedIdentifierIdentifierIdentifier. Type - - - - - ASBIEItem Identification. Physical AttributeAn association to Physical Attribute.0..nItem IdentificationPhysical AttributePhysical Attribute - - - - - ASBIEItem Identification. Measurement_ Dimension. DimensionAn association to Measurement Dimension.0..nItem IdentificationMeasurementDimensionDimension - - - - - ASBIEItem Identification. Issuer_ Party. PartyAn association to Issuer Party i.e. the Party that issued the Item Identification.0..1Item IdentificationIssuerPartyParty - - - - - - - ABIEItem Instance. DetailsInformation about a specific instance of an item.Item Instance - - - - - BBIEItem Instance. Product Trace_ Identifier. IdentifierAn identifier used for tracing the item, such as the EPC number used in RFID.0..1Item InstanceProduct TraceIdentifierIdentifierIdentifier. Type - - - - - BBIEItem Instance. Manufacture Date. DateThe date of manufacture of the Item Instance.0..1Item InstanceManufacture DateDateDate. Type - - - - - BBIEItem Instance. Manufacture Time. TimeThe time of manufacture of the Item Instance.0..1Item InstanceManufacture TimeTimeTime. Type - - - - - BBIEItem Instance. Registration Identifier. IdentifierThe registration identifier of the Item Instance.0..1Item InstanceRegistration IdentifierIdentifierIdentifier. Typecar registration or licensing number - - - - - BBIEItem Instance. Serial Identifier. IdentifierThe serial number of the Item Instance.0..1Item InstanceSerial IdentifierIdentifierIdentifier. Typechassis number of a car - - - - - ASBIEItem Instance. Additional_ Item Property. Item PropertyAn association to Additional Item Property.0..nItem InstanceAdditionalItem PropertyItem Property - - - - - ASBIEItem Instance. Lot IdentificationAssociates the item instance with its lot identification (the identification that allows recall of the item if necessary).0..1Item InstanceLot IdentificationLot Identification - - - - - - - ABIEItem Location Quantity. DetailsInformation about the properties of an item as they relate to specific quantities and/or specific locations.Item Location Quantity - - - - - BBIEItem Location Quantity. Lead Time. MeasureThe time taken from the time of order to the time of delivery for an item.0..1Item Location QuantityLead TimeMeasureMeasure. Type"2 days", "24 hours" - - - - - BBIEItem Location Quantity. Minimum_ Quantity. QuantityThe minimum quantity that can be ordered to qualify for a specific price.0..1Item Location QuantityMinimumQuantityQuantityQuantity. Type"10 boxes", "1 carton", "1000 sheets" - - - - - BBIEItem Location Quantity. Maximum_ Quantity. QuantityThe maximum quantity that can be ordered to qualify for a specific price.0..1Item Location QuantityMaximumQuantityQuantityQuantity. Type"10 boxes", "1 carton", "1000 sheets" - - - - - BBIEItem Location Quantity. Hazardous Risk_ Indicator. IndicatorIndicates whether the item as delivered, in the stated quantity to the stated location, is hazardous.0..1Item Location QuantityHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - BBIEItem Location Quantity. Trading Restrictions. TextA description of trade restrictions that apply to the item or quantities of the item.0..nItem Location QuantityTrading RestrictionsTextText. Type"not for export" - - - - - ASBIEItem Location Quantity. Applicable Territory_ Address. AddressAn association to Territory (Address).0..nItem Location QuantityApplicable TerritoryAddressAddress - - - - - ASBIEItem Location Quantity. PriceAn association to Price.0..1Item Location QuantityPricePrice - - - - - ASBIEItem Location Quantity. Delivery UnitAn association to Delivery Unit.0..nItem Location QuantityDelivery UnitDelivery Unit - - - - - ASBIEItem Location Quantity. Applicable_ Tax Category. Tax CategoryAn association to Tax Category.0..nItem Location QuantityApplicableTax CategoryTax Category - - - - - - - ABIEItem Property. DetailsInformation about specific Item Properties.Item Property - - - - - BBIEItem Property. NameThe name of the Item Property.1Item PropertyNameNameName. Type"Energy Rating", "Collar Size", "Fat Content" - - - - - BBIEItem Property. Value. TextThe Item Property value.1Item PropertyValueTextText. Type"100 watts", "15 European", "20% +/- 5%" - - - - - ASBIEItem Property. Usability_ Period. PeriodThe period for which the Item Property is valid.0..1Item PropertyUsabilityPeriodPeriod - - - - - ASBIEItem Property. Item Property GroupAn association to Item Property Group.0..nItem PropertyItem Property GroupItem Property Group - - - - - - - ABIEItem Property Group. DetailsInformation about sets of classifications (or groups) of Item Properties.Item Property Group - - - - - BBIEItem Property Group. IdentifierAn identifier for the Item Property Group.1Item Property GroupIdentifierIdentifierIdentifier. Type"233-004" - - - - - BBIEItem Property Group. NameThe name of the Item Property Group.0..1Item Property GroupNameNameName. Type"Electrical Specifications", "Dietary Content" - - - - - - - ABIELanguage. DetailsInformation about Language.Language - - - - - BBIELanguage. IdentifierAn identifier for a language, expressed as a code.0..1LanguageIdentifierIdentifierIdentifier. Type - - - - - BBIELanguage. NameThe name of the language.0..1LanguageNameNameName. Type - - - - - BBIELanguage. Locale Code. CodeThe locale where the language is used, expressed as a code.0..1LanguageLocale CodeCodeCode. Type - - - - - - - ABIELine Item. DetailsInformation about a Line Item.Line Item - - - - - BBIELine Item. IdentifierIdentifies the Line Item assigned by the buyer.1Line ItemIdentifierIdentifierIdentifier. Type - - - - - BBIELine Item. Sales_ Order Identifier. IdentifierThe identification given to a Line by the seller.0..1Line ItemSalesOrder IdentifierIdentifierIdentifier. Type - - - - - BBIELine Item. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Line ItemUUIDIdentifierIdentifier. Type - - - - - BBIELine Item. Note. TextFree-form text applying to the Line Item. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Line ItemNoteTextText. Type - - - - - BBIELine Item. Line Status Code. CodeIdentifies the status of the Line with respect to its original state.0..1Line ItemLine Status CodeCodeLine Status_ Code. Type - - - - - BBIELine Item. QuantityThe quantity of Items for the Line Item.0..1Line ItemQuantityQuantityQuantity. Type - - - - - BBIELine Item. Line Extension Amount. AmountThe total amount for the Line Item, including Allowance Charges but net of taxes.0..1Line ItemLine Extension AmountAmountAmount. Type - - - - - BBIELine Item. Total_ Tax Amount. AmountThe total tax amount for the Line Item.0..1Line ItemTotalTax AmountAmountAmount. Type - - - - - BBIELine Item. Minimum_ Quantity. QuantityThe minimum quantity for the Item on the Line.0..1Line ItemMinimumQuantityQuantityQuantity. Type - - - - - BBIELine Item. Maximum_ Quantity. QuantityThe maximum quantity for the Item on the Line.0..1Line ItemMaximumQuantityQuantityQuantity. Type - - - - - BBIELine Item. Minimum_ Backorder. QuantityThe minimum back order quantity (where back order is allowed).0..1Line ItemMinimumBackorderQuantityQuantity. Type - - - - - BBIELine Item. Maximum_ Backorder. QuantityThe maximum back order quantity (where back order is allowed).0..1Line ItemMaximumBackorderQuantityQuantity. Type - - - - - BBIELine Item. Inspection Method. CodeInspection requirements for a Line Item, expressed as a code.0..1Line ItemInspection MethodCodeCode. Type - - - - - BBIELine Item. Partial Delivery Indicator. IndicatorIndicates whether a partial delivery is allowed.0..1Line ItemPartial Delivery IndicatorIndicatorIndicator. Type - - - - - BBIELine Item. Back Order Allowed Indicator. IndicatorIndicates whether back order is allowed.0..1Line ItemBack Order Allowed IndicatorIndicatorIndicator. Type - - - - - BBIELine Item. Accounting Cost Code. CodeThe buyer's accounting code applied to the Line Item.0..1Line ItemAccounting Cost CodeCodeCode. Type - - - - - BBIELine Item. Accounting Cost. TextThe buyer's accounting code applied to the Line Item, expressed as text.0..1Line ItemAccounting CostTextText. Type - - - - - ASBIELine Item. DeliveryAn association to Delivery.0..nLine ItemDeliveryDelivery - - - - - ASBIELine Item. Delivery TermsAn association to Delivery Terms.0..1Line ItemDelivery TermsDelivery Terms - - - - - ASBIELine Item. Originator_ Party. PartyThe party who originated Order.0..1Line ItemOriginatorPartyParty - - - - - ASBIELine Item. Ordered ShipmentAn association to Ordered Shipment.0..nLine ItemOrdered ShipmentOrdered Shipment - - - - - ASBIELine Item. Pricing ReferenceAn association to Pricing Reference.0..1Line ItemPricing ReferencePricing Reference - - - - - ASBIELine Item. Allowance ChargeAn association to Allowance Charge.0..nLine ItemAllowance ChargeAllowance Charge - - - - - ASBIELine Item. PriceAn association to Price.0..1Line ItemPricePrice - - - - - ASBIELine Item. ItemAn association to Item.1Line ItemItemItem - - - - - - - ABIELine Reference. DetailsReference to a Line on a document.Line Reference - - - - - BBIELine Reference. Line Identifier. IdentifierIdentifies the Line on the referenced document.1Line ReferenceLine IdentifierIdentifierIdentifier. Type - - - - - BBIELine Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Line ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIELine Reference. Line Status Code. CodeIdentifies the status of the referenced Line with respect to its original state.0..1Line ReferenceLine Status CodeCodeLine Status_ Code. Type - - - - - ASBIELine Reference. Document ReferenceAn association to Document Reference.0..1Line ReferenceDocument ReferenceDocument Reference - - - - - - - ABIELine Response. DetailsA response to a Line in a Document.Line Response - - - - - ASBIELine Response. Line ReferenceAn association to Line Reference.1Line ResponseLine ReferenceLine Reference - - - - - ASBIELine Response. ResponseAn association to Response.1..nLine ResponseResponseResponse - - - - - - - ABIELocation. DetailsInformation about a location.Location - - - - - BBIELocation. IdentifierThe unique identifier for the location, e.g., the EAN Location Number, GLN.0..1LocationIdentifierIdentifierIdentifier. Type5790002221134 - - - - - BBIELocation. Description. TextThe description or name of the location.0..1LocationDescriptionTextText. Type - - - - - BBIELocation. Conditions. TextConditions describing the location.0..1LocationConditionsTextText. Type - - - - - BBIELocation. Country Subentity. TextA territorial division of a country, such as a county or state.0..1LocationCountry SubentityTextText. TypeAdministrativeArea, State, Country, Shire, Canton"Florida","Tamilnadu" - - - - - BBIELocation. Country Subentity Code. CodeThe territorial division of a country, such as a county or state, expressed as a code.0..1LocationCountry Subentity CodeCodeCode. TypeAdministrativeAreaCode, State Code - - - - - ASBIELocation. Validity_ Period. PeriodPeriod(s) in which the location can be used, e.g., for delivery.0..nLocationValidityPeriodPeriod - - - - - ASBIELocation. AddressAssociation to the address of the location.0..1LocationAddressAddress - - - - - - - ABIELocation Coordinate. DetailsInformation about physical (geographical) location.Location Coordinate - - - - - BBIELocation Coordinate. Coordinate System Code. CodeAn identifier for the location system used.0..1Location CoordinateCoordinate System CodeCodeCode. Type - - - - - BBIELocation Coordinate. Latitude_ Degrees. MeasureThe measure of latitude in degrees.0..1Location CoordinateLatitudeDegreesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Latitude_ Minutes. MeasureThe measure of latitude in minutes.0..1Location CoordinateLatitudeMinutesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Latitude Direction Code. CodeThe direction of latitude measurement from the equator.0..1Location CoordinateLatitude Direction CodeCodeLatitude Direction_ Code. Type - - - - - BBIELocation Coordinate. Longitude_ Degrees. MeasureThe measure of longitude in degrees.0..1Location CoordinateLongitudeDegreesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Longitude_ Minutes. MeasureThe measure of longitude in minutes.0..1Location CoordinateLongitudeMinutesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Longitude Direction Code. CodeThe direction of longitude measurement from the meridian.0..1Location CoordinateLongitude Direction CodeCodeLongitude Direction_ Code. Type - - - - - - - ABIELot Identification. DetailsInformation about a lot (of Item Instances).Lot Identification - - - - - BBIELot Identification. Lot Number. IdentifierIdentifies the lot.0..1Lot IdentificationLot NumberIdentifierIdentifier. Type - - - - - BBIELot Identification. Expiry Date. DateThe expiry date of the lot.0..1Lot IdentificationExpiry DateDateDate. Type - - - - - ASBIELot Identification. Additional_ Item Property. Item PropertyAn association to Additional Item Property.0..nLot IdentificationAdditionalItem PropertyItem Property - - - - - - - ABIEMaritime Transport. DetailsDescribes a water (including sea, river, and canal) transport vessel.Maritime Transport - - - - - BBIEMaritime Transport. Vessel Identifier. IdentifierIdentifies a specific vessel.0..1Maritime TransportVessel IdentifierIdentifierIdentifier. TypeLloyds Number, Registration Number (WCO ID 167)International Maritime Organisation number of a vessel - - - - - BBIEMaritime Transport. Vessel Name. NameThe name of the vessel.0..1Maritime TransportVessel NameNameName. TypeShips Name - - - - - - - ABIEMonetary Total. DetailsInformation about Monetary Totals.Monetary Total - - - - - BBIEMonetary Total. Line Extension Amount. AmountThe total of Line Extension Amounts net of tax and settlement discounts, but inclusive of any applicable rounding amount.0..1Monetary TotalLine Extension AmountAmountAmount. Type - - - - - BBIEMonetary Total. Tax Exclusive Amount. AmountThe total amount exclusive of taxes.0..1Monetary TotalTax Exclusive AmountAmountAmount. Type - - - - - BBIEMonetary Total. Tax Inclusive Amount. AmountThe total amount inclusive of taxes.0..1Monetary TotalTax Inclusive AmountAmountAmount. Type - - - - - BBIEMonetary Total. Allowance Total Amount. AmountThe total amount of all allowances.0..1Monetary TotalAllowance Total AmountAmountAmount. Type - - - - - BBIEMonetary Total. Charge Total Amount. AmountThe total amount of all charges.0..1Monetary TotalCharge Total AmountAmountAmount. Type - - - - - BBIEMonetary Total. Prepaid Amount. AmountThe total prepaid amount.0..1Monetary TotalPrepaid AmountAmountAmount. Type - - - - - BBIEMonetary Total. Payable_ Rounding Amount. AmountThe rounding amount (positive or negative) added to the calculated Line Extension Total Amount to produce the rounded Line Extension Total Amount.0..1Monetary TotalPayableRounding AmountAmountAmount. Type - - - - - BBIEMonetary Total. Payable_ Amount. AmountThe total amount to be paid.1Monetary TotalPayableAmountAmountAmount. Type - - - - - - - ABIEOrdered Shipment. DetailsInformation about an Ordered Shipment.Ordered Shipment - - - - - ASBIEOrdered Shipment. ShipmentAn association to Shipment.1Ordered ShipmentShipmentShipment - - - - - ASBIEOrdered Shipment. PackageAn association to Package.0..nOrdered ShipmentPackagePackage - - - - - - - ABIEOrder Line. DetailsInformation about an Order Line.Order Line - - - - - BBIEOrder Line. Substitution Status Code. CodeA code indicating the substitution status of the Order Line. Order Line may indicate that a substitute is proposed by the buyer or by the seller (in Order Response) or that a substitution has been made by the seller (in Order Response).0..1Order LineSubstitution Status CodeCodeSubstitution Status_ Code. Type - - - - - BBIEOrder Line. Note. TextFree-form text applying to the Order Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Order LineNoteTextText. Type - - - - - ASBIEOrder Line. Line ItemAn association to Line Item.1Order LineLine ItemLine Item - - - - - ASBIEOrder Line. Seller Proposed Substitute_ Line Item. Line ItemSubstitute Line Items proposed by the seller (in Order Response).0..nOrder LineSeller Proposed SubstituteLine ItemLine Item - - - - - ASBIEOrder Line. Seller Substituted_ Line Item. Line ItemItem(s) replaced by the seller. The original ordered quantity and pricing may be different from the substituted item. However, when an item is substituted by the seller, it is assumed that other information, such as shipment details, will be the same.0..nOrder LineSeller SubstitutedLine ItemLine Item - - - - - ASBIEOrder Line. Buyer Proposed Substitute_ Line Item. Line ItemPossible alternatives, proposed by the buyer, to the Line Item.0..nOrder LineBuyer Proposed SubstituteLine ItemLine Item - - - - - ASBIEOrder Line. Catalogue_ Line Reference. Line ReferenceAn associative reference to Catalogue Line.0..1Order LineCatalogueLine ReferenceLine Reference - - - - - ASBIEOrder Line. Quotation_ Line Reference. Line Referencean associative reference to Quotation Line.0..1Order LineQuotationLine ReferenceLine Reference - - - - - ASBIEOrder Line. Document ReferenceAn association to Document Reference.0..nOrder LineDocument ReferenceDocument Reference - - - - - - - ABIEOrder Line Reference. DetailsInformation about an Order Line Reference.Order Line Reference - - - - - BBIEOrder Line Reference. Line Identifier. IdentifierIdentifies the referenced Order Line assigned by the buyer.1Order Line ReferenceLine IdentifierIdentifierIdentifier. Type - - - - - BBIEOrder Line Reference. Sales Order_ Line Identifier. IdentifierIdentifies the referenced Order Line assigned by the seller.0..1Order Line ReferenceSales OrderLine IdentifierIdentifierIdentifier. Type - - - - - BBIEOrder Line Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Order Line ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIEOrder Line Reference. Line Status Code. CodeIdentifies the status of the referenced Order Line with respect to its original state.0..1Order Line ReferenceLine Status CodeCodeLine Status_ Code. Type - - - - - ASBIEOrder Line Reference. Order ReferenceAn association to Order Reference.0..1Order Line ReferenceOrder ReferenceOrder Reference - - - - - - - ABIEOrder Reference. DetailsInformation about an Order Reference.Order Reference - - - - - BBIEOrder Reference. IdentifierIdentifies the referenced Order assigned by the buyer.1Order ReferenceIdentifierIdentifierIdentifier. Type"PO-001" "3333-44-123" - - - - - BBIEOrder Reference. Sales Order Identifier. IdentifierIdentifies the referenced Order assigned by the seller.0..1Order ReferenceSales Order IdentifierIdentifierIdentifier. Type - - - - - BBIEOrder Reference. Copy_ Indicator. IndicatorIndicates whether the referenced Order is a copy (true) or the original (false).0..1Order ReferenceCopyIndicatorIndicatorIndicator. Type - - - - - BBIEOrder Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Order ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIEOrder Reference. Issue Date. DateThe date on which the referenced Order was issued.0..1Order ReferenceIssue DateDateDate. Type - - - - - BBIEOrder Reference. Issue Time. TimeThe time at which the referenced Order was issued.0..1Order ReferenceIssue TimeTimeTime. Type - - - - - BBIEOrder Reference. Customer_ Reference. TextA reference used (CRI) for tagging purchasing card transactions.0..1Order ReferenceCustomerReferenceTextText. TypeCustomer Reference Identifier (CRI) when using a puchasing card - - - - - ASBIEOrder Reference. Document ReferenceAn association to Document Reference.0..1Order ReferenceDocument ReferenceDocument Reference - - - - - - - ABIEPackage. DetailsInformation about a package.Package - - - - - BBIEPackage. IdentifierIdentifies the package.0..1PackageIdentifierIdentifierIdentifier. Type - - - - - BBIEPackage. QuantityThe quantity (of items) contained in the package.0..1PackageQuantityQuantityQuantity. Type - - - - - BBIEPackage. Returnable Material_ Indicator. IndicatorIndicates whether the packaging material is returnable (true) or not (false).0..1PackageReturnable MaterialIndicatorIndicatorIndicator. Type - - - - - BBIEPackage. Package Level Code. CodeCode specifying a level of packaging.0..1PackagePackage Level CodeCodeCode. Type - - - - - BBIEPackage. Packaging Type Code. CodeCode specifying the type of packaging of an item.0..1PackagePackaging Type CodeCodePackaging Type_ Code. TypePackage classification code - - - - - BBIEPackage. Packing Material. TextDescription of the type of packaging of an item.0..nPackagePacking MaterialTextText. Type - - - - - ASBIEPackage. Contained_ Package. PackageAn association to Contained Package; used to describe a package within a package.0..nPackageContainedPackagePackage - - - - - ASBIEPackage. Goods ItemAn association to Goods Item.0..nPackageGoods ItemGoods Item - - - - - ASBIEPackage. Measurement_ Dimension. DimensionAn association to describe the measurement dimensions of the package.0..nPackageMeasurementDimensionDimension - - - - - ASBIEPackage. Delivery UnitAn association to Delivery Units in the package.0..nPackageDelivery UnitDelivery Unit - - - - - - - ABIEParty. DetailsInformation about an organization, sub-organization, or individual fulfilling a role in a business process.Party - - - - - BBIEParty. Mark Care_ Indicator. IndicatorIndicates whether a party is C/O (care of).0..1PartyMark CareIndicatorIndicatorIndicator. Type - - - - - BBIEParty. Mark Attention_ Indicator. IndicatorIndicates whether a party is 'FAO' (for the attention of).0..1PartyMark AttentionIndicatorIndicatorIndicator. Type - - - - - BBIEParty. Website_ URI. IdentifierThe Uniform Resource Identifier (URI) of the party.0..1PartyWebsiteURIIdentifierIdentifier. Type - - - - - BBIEParty. Logo Reference. IdentifierA party's logo.0..1PartyLogo ReferenceIdentifierIdentifier. Typehttp://www2.coca-cola.com/images/logo.gif - - - - - BBIEParty. Endpoint Identifier. IdentifierIdentifies the end point of the routing service, e.g., EAN Location Number, GLN.0..1PartyEndpoint IdentifierIdentifierIdentifier. Type5790002221134 - - - - - ASBIEParty. Party IdentificationAn association to Party Identification.0..nPartyParty IdentificationParty Identification - - - - - ASBIEParty. Party NameAn association to Party Name.0..nPartyParty NameParty Name - - - - - ASBIEParty. LanguageAn association to Language.0..1PartyLanguageLanguage - - - - - ASBIEParty. Postal_ Address. AddressThe party's postal address.0..1PartyPostalAddressAddress - - - - - ASBIEParty. Physical_ Location. LocationThe party's physical location.0..1PartyPhysicalLocationLocation - - - - - ASBIEParty. Party Tax SchemeAn association to Party Tax Scheme.0..nPartyParty Tax SchemeParty Tax Scheme - - - - - ASBIEParty. Party Legal EntityAn association to Party Legal Entity.0..nPartyParty Legal EntityParty Legal Entity - - - - - ASBIEParty. ContactAn association to Contact.0..1PartyContactContact - - - - - ASBIEParty. PersonAn association to a person.0..1PartyPersonPerson - - - - - ASBIEParty. Agent_ Party. PartyAn association to another party who acts as an agent for this party.0..1PartyAgentPartyParty - - - - - - - ABIEParty Identification. DetailsInformation about a party's identification.Party Identification - - - - - BBIEParty Identification. IdentifierIdentifies a party.1Party IdentificationIdentifierIdentifierIdentifier. Type - - - - - - - ABIEParty Legal Entity. DetailsInformation directly relating to the legal registration that is applicable to a party.Party Legal Entity - - - - - BBIEParty Legal Entity. Registration_ Name. NameThe name of a party as registered with the legal authority.0..1Party Legal EntityRegistrationNameNameName. Type"Microsoft Corporation" - - - - - BBIEParty Legal Entity. Company Identifier. IdentifierIdentifies a company as registered with the company registration scheme.0..1Party Legal EntityCompany IdentifierIdentifierIdentifier. TypeBusiness Registration Number, Company Number"3556625" - - - - - ASBIEParty Legal Entity. Registration_ Address. AddressAssociates with the registered address of the party within a Corporate Registration Scheme.0..1Party Legal EntityRegistrationAddressAddress - - - - - ASBIEParty Legal Entity. Corporate Registration SchemeAssociates the party with a Corporate Registration Scheme.0..1Party Legal EntityCorporate Registration SchemeCorporate Registration Scheme - - - - - - - ABIEParty Name. DetailsInformation about a party's name.Party Name - - - - - BBIEParty Name. NameThe name of the party.1Party NameNameNameName. Type"Microsoft" - - - - - - - ABIEParty Tax Scheme. DetailsInformation about a party's Tax Scheme.Party Tax Scheme - - - - - BBIEParty Tax Scheme. Registration_ Name. NameThe official name of the party as registered with the relevant fiscal authority.0..1Party Tax SchemeRegistrationNameNameName. Type"Microsoft Corporation" - - - - - BBIEParty Tax Scheme. Company Identifier. IdentifierThe identifier assigned for tax purposes to a party by the taxation authority.0..1Party Tax SchemeCompany IdentifierIdentifierIdentifier. TypeVAT Number"3556625" - - - - - BBIEParty Tax Scheme. Tax Level Code. CodeThe section or role within the tax scheme that applies to the party.0..1Party Tax SchemeTax Level CodeCodeCode. Type - - - - - BBIEParty Tax Scheme. Exemption Reason Code. CodeA reason for a party's exemption from tax, expressed as a code.0..1Party Tax SchemeExemption Reason CodeCodeCode. Type - - - - - BBIEParty Tax Scheme. Exemption_ Reason. TextA reason for a party's exemption from tax, expressed as text.0..1Party Tax SchemeExemptionReasonTextText. Type - - - - - ASBIEParty Tax Scheme. Registration_ Address. AddressAn association to Registered Address (for tax purposes).0..1Party Tax SchemeRegistrationAddressAddress - - - - - ASBIEParty Tax Scheme. Tax SchemeAn association to Tax Scheme.1Party Tax SchemeTax SchemeTax Scheme - - - - - - - ABIEPayment. DetailsInformation directly relating to a specific payment.Payment - - - - - BBIEPayment. IdentifierIdentifies the payment.0..1PaymentIdentifierIdentifierIdentifier. Type - - - - - BBIEPayment. Paid_ Amount. AmountThe amount paid.0..1PaymentPaidAmountAmountAmount. Type - - - - - BBIEPayment. Received_ Date. DateThe date on which the payment was received.0..1PaymentReceivedDateDateDate. Type - - - - - BBIEPayment. Paid_ Date. DateThe date at which the payment was made.0..1PaymentPaidDateDateDate. Type - - - - - BBIEPayment. Paid_ Time. TimeThe time at which the payment was made.0..1PaymentPaidTimeTimeTime. Type - - - - - BBIEPayment. Instruction Identifier. IdentifierIdentifies the Payment Instruction.0..1PaymentInstruction IdentifierIdentifierIdentifier. Type - - - - - - - ABIEPayment Means. DetailsInformation about Payment Means.Payment Means - - - - - BBIEPayment Means. IdentifierIdentifies the Payment Means.0..1Payment MeansIdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Means. Payment Means Code. CodeThe Payment Means expressed as a code1Payment MeansPayment Means CodeCodePayment Means_ Code. Type - - - - - BBIEPayment Means. Payment Due Date. DateThe date on which payment is due for the Payment Means.0..1Payment MeansPayment Due DateDateDate. Type - - - - - BBIEPayment Means. Payment Channel Code. CodeThe Payment Channel, expressed as a code.0..1Payment MeansPayment Channel CodeCodeCode. Type - - - - - BBIEPayment Means. Instruction Identifier. IdentifierIdentifies the Payment Instruction.0..1Payment MeansInstruction IdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Means. Instruction_ Note. TextFree-form text applying to the Payment.0..nPayment MeansInstructionNoteTextText. Type - - - - - BBIEPayment Means. Payment Identifier. IdentifierIdentifies the Payment(s).0..nPayment MeansPayment IdentifierIdentifierIdentifier. Type - - - - - ASBIEPayment Means. Card AccountAn association to Card Account.0..1Payment MeansCard AccountCard Account - - - - - ASBIEPayment Means. Payer_ Financial Account. Financial AccountAn association to the payer's Financial Account.0..1Payment MeansPayerFinancial AccountFinancial Account - - - - - ASBIEPayment Means. Payee_ Financial Account. Financial AccountAn association to the payee's Financial Account.0..1Payment MeansPayeeFinancial AccountFinancial Account - - - - - ASBIEPayment Means. Credit AccountAn association to Credit Account.0..1Payment MeansCredit AccountCredit Account - - - - - - - ABIEPayment Terms. DetailsInformation about Payment Terms.Payment Terms - - - - - BBIEPayment Terms. IdentifierIdentifies the Payment Terms.0..1Payment TermsIdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Terms. Payment Means Identifier. IdentifierIdentifies the applicable Payment Means.0..1Payment TermsPayment Means IdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Terms. Prepaid Payment Reference Identifier. IdentifierIdentifies prepaid payment.0..1Payment TermsPrepaid Payment Reference IdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Terms. Note. TextFree-form text applying to the Payment Terms. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..nPayment TermsNoteTextText. Type - - - - - BBIEPayment Terms. Reference_ Event Code. CodeThe event from which terms are offered for a length of time, identified by a standard code.0..1Payment TermsReferenceEvent CodeCodeCode. Type - - - - - BBIEPayment Terms. Settlement_ Discount Percent. PercentThe settlement discount rate (percentage) offered for payment within the settlement period.0..1Payment TermsSettlementDiscount PercentPercentPercent. Type - - - - - BBIEPayment Terms. Penalty_ Surcharge Percent. PercentThe penalty rate (percentage) charged for late payment.0..1Payment TermsPenaltySurcharge PercentPercentPercent. Type - - - - - BBIEPayment Terms. AmountThe payment amount for the Payment Terms.0..1Payment TermsAmountAmountAmount. Type - - - - - ASBIEPayment Terms. Settlement_ Period. PeriodAn association to Settlement Period.0..1Payment TermsSettlementPeriodPeriod - - - - - ASBIEPayment Terms. Penalty_ Period. PeriodAn association to Penalty Period.0..1Payment TermsPenaltyPeriodPeriod - - - - - - - ABIEPeriod. DetailsInformation about a period of time.Period - - - - - BBIEPeriod. Start Date. DateThe start date of the period.0..1PeriodStart DateDateDate. Type - - - - - BBIEPeriod. Start Time. TimeThe start time of the period.0..1PeriodStart TimeTimeTime. Type - - - - - BBIEPeriod. End Date. DateThe end date of the period.0..1PeriodEnd DateDateDate. Type - - - - - BBIEPeriod. End Time. TimeThe end time of the period.0..1PeriodEnd TimeTimeTime. Type - - - - - BBIEPeriod. Duration. MeasureThe duration of a period, expressed as a code; ISO 8601.0..1PeriodDurationMeasureMeasure. Type - - - - - BBIEPeriod. Description Code. CodeA description of the period, expressed as a code.0..nPeriodDescription CodeCodeCode. Type - - - - - BBIEPeriod. Description. TextA description of the period.0..nPeriodDescriptionTextText. Type - - - - - - - ABIEPerson. DetailsInformation about a person.Person - - - - - BBIEPerson. First_ Name. NameA person's forename or first name.0..1PersonFirstNameNameName. Type - - - - - BBIEPerson. Family_ Name. NameA person's surname or family name.0..1PersonFamilyNameNameName. Type - - - - - BBIEPerson. Title. TextA person's title of address, e.g., Mr, Ms, Dr, Sir.0..1PersonTitleTextText. Type - - - - - BBIEPerson. Middle_ Name. NameA person's middle name(s) and/or initial(s).0..1PersonMiddleNameNameName. Type - - - - - BBIEPerson. Name Suffix. TextA suffix to a person's name, e.g., PhD, OBE, Jnr.0..1PersonName SuffixTextText. Type - - - - - BBIEPerson. Job Title. TextA person's job title within an organization (for a particular role).0..1PersonJob TitleTextText. Type - - - - - BBIEPerson. Organization_ Department. TextThe department or subdivision of an organization that the person belongs to (for a particular role).0..1PersonOrganizationDepartmentTextText. Type - - - - - - - ABIEPhysical Attribute. DetailsInformation about physical attributes.Physical Attribute - - - - - BBIEPhysical Attribute. Attribute Identifier. IdentifierIdentifies the physical attribute.1Physical AttributeAttribute IdentifierIdentifierIdentifier. Type"colour" "style" - - - - - BBIEPhysical Attribute. Position Code. CodeThe position of the physical attribute, expressed as a code.0..1Physical AttributePosition CodeCodeCode. Type - - - - - BBIEPhysical Attribute. Description Code. CodeThe description of the physical attribute, expressed as a code.0..1Physical AttributeDescription CodeCodeCode. Type"XXL","Small" - - - - - BBIEPhysical Attribute. Description. TextThe description of the physical attribute, expressed as text.0..nPhysical AttributeDescriptionTextText. Type - - - - - - - ABIEPrice. DetailsInformation about the price.Price - - - - - BBIEPrice. Price Amount. AmountThe price amount.1PricePrice AmountAmountAmount. Typeunit price23.45 - - - - - BBIEPrice. Base_ Quantity. QuantityThe actual quantity to which the price applies.0..1PriceBaseQuantityQuantityQuantity. Type - - - - - BBIEPrice. Price Change_ Reason. TextThe reason for the price change, expressed as text.0..nPricePrice ChangeReasonTextText. Type"Clearance of old stock", "New contract applies" - - - - - BBIEPrice. Price Type Code. CodeThe price type, expressed as a code.0..1PricePrice Type CodeCodeCode. Type - - - - - BBIEPrice. Price Type. TextThe price type, expressed as text.0..1PricePrice TypeTextText. Typeretail, wholesale, discount, contract - - - - - BBIEPrice. Orderable Unit Factor. RateThe factor by which the base price unit can be converted to the orderable unit.0..1PriceOrderable Unit FactorRateRate. TypeNails are priced by weight but ordered by quantity. So this would say how many nails per kilo - - - - - ASBIEPrice. Validity_ Period. PeriodAn association to Validity Period.0..nPriceValidityPeriodPeriod - - - - - ASBIEPrice. Price ListA reference to a Price List.0..1PricePrice ListPrice List - - - - - ASBIEPrice. Allowance ChargeAn association to Allowance Charge.0..nPriceAllowance ChargeAllowance Charge - - - - - - - ABIEPrice List. DetailsInformation about a Price List.Price List - - - - - BBIEPrice List. IdentifierIdentifies the Price List.0..1Price ListIdentifierIdentifierIdentifier. Type - - - - - BBIEPrice List. Status Code. CodeIdentifies whether the price list is an 'original', 'copy', 'revision', or 'cancellation'.0..1Price ListStatus CodeCodeCode. Type"new - announcement only", "new and available", "deleted - announcement only" - - - - - ASBIEPrice List. Validity_ Period. PeriodAn association to Validity Period.0..nPrice ListValidityPeriodPeriod - - - - - ASBIEPrice List. Previous_ Price List. Price ListAn association to Previous Price List.0..1Price ListPreviousPrice ListPrice List - - - - - - - ABIEPricing Reference. DetailsA reference to Pricing Information.Pricing Reference - - - - - ASBIEPricing Reference. Original_ Item Location Quantity. Item Location QuantityAn association to the original Item Location Quantity.0..1Pricing ReferenceOriginalItem Location QuantityItem Location Quantity - - - - - ASBIEPricing Reference. Alternative Condition_ Price. PriceThe price expressed in terms other than the actual price, e.g., the list price v. the contracted price, or the price in bags v. the price in kilos, or the list price in bags v. the contracted price in kilos.0..nPricing ReferenceAlternative ConditionPricePrice - - - - - - - ABIEQuotation Line. DetailsInformation about a Quotation Line.Quotation Line - - - - - BBIEQuotation Line. IdentifierIdentifies the Quotation Line Item.0..1Quotation LineIdentifierIdentifierIdentifier. Type - - - - - BBIEQuotation Line. Note. TextFree-form text applying to the Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Quotation LineNoteTextText. Type - - - - - BBIEQuotation Line. QuantityThe quantity of the item quoted.0..1Quotation LineQuantityQuantityQuantity. Type - - - - - BBIEQuotation Line. Line Extension Amount. AmountThe total amount for the Quotation Line, including Allowance Charges but net of taxes.0..1Quotation LineLine Extension AmountAmountAmount. Type - - - - - BBIEQuotation Line. Total_ Tax Amount. AmountThe total tax amount for the Quotation Line.0..1Quotation LineTotalTax AmountAmountAmount. Type - - - - - ASBIEQuotation Line. Document ReferenceAn association to Document Reference.0..nQuotation LineDocument ReferenceDocument Reference - - - - - ASBIEQuotation Line. Line ItemAn association to Line Item.1Quotation LineLine ItemLine Item - - - - - ASBIEQuotation Line. Seller Proposed Substitute_ Line Item. Line ItemAn association to a proposed substitute Line Item.0..nQuotation LineSeller Proposed SubstituteLine ItemLine Item - - - - - - - ABIERail Transport. DetailsDescribes a train.Rail Transport - - - - - BBIERail Transport. Train Identifier. IdentifierIdentifies a train.1Rail TransportTrain IdentifierIdentifierIdentifier. TypeTrain Number (WCO ID 167) - - - - - BBIERail Transport. Rail Car Identifier. IdentifierIdentifies the rail car on the train used for the means of transport.0..1Rail TransportRail Car IdentifierIdentifierIdentifier. Type - - - - - - - ABIEReceipt Line. DetailsInformation about a Receipt Line.Receipt Line - - - - - BBIEReceipt Line. IdentifierIdentifies the Receipt Line.1Receipt LineIdentifierIdentifierIdentifier. Type - - - - - BBIEReceipt Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Receipt LineUUIDIdentifierIdentifier. Type - - - - - BBIEReceipt Line. Note. TextFree-form text applying to the Receipt Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Receipt LineNoteTextText. Type - - - - - BBIEReceipt Line. Received_ Quantity. QuantityThe quantity received.0..1Receipt LineReceivedQuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Short_ Quantity. QuantityThe quantity received short; the difference between the quantity reported despatched and the quantity actually received.0..1Receipt LineShortQuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Shortage Action Code. CodeThe action that the Delivery Party wishes the Despatch Party to take as a result of the shortage, expressed as a code.0..1Receipt LineShortage Action CodeCodeCode. Type - - - - - BBIEReceipt Line. Rejected_ Quantity. QuantityThe quantity rejected.0..1Receipt LineRejectedQuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Reject Reason Code. CodeThe reason for rejection, expressed as a code.0..1Receipt LineReject Reason CodeCodeCode. Type - - - - - BBIEReceipt Line. Reject_ Reason. TextThe reason for rejection.0..1Receipt LineRejectReasonTextText. Type - - - - - BBIEReceipt Line. Reject Action Code. CodeThe action that the Delivery Party wishes the Despatch Party to take as a result of the rejection, expressed as a code.0..1Receipt LineReject Action CodeCodeCode. Type - - - - - BBIEReceipt Line. Oversupply Quantity. QuantityThe quanitity over-supplied i.e. the quantity over and above that ordered.0..1Receipt LineOversupply QuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Received_ Date. DateThe date on which the good/services are received.0..1Receipt LineReceivedDateDateDate. Type - - - - - BBIEReceipt Line. Timing Complaint Code. CodeA complaint about the timing of delivery, expressed as a code.0..1Receipt LineTiming Complaint CodeCodeCode. Type - - - - - BBIEReceipt Line. Timing Complaint. TextA complaint about the timing of delivery.0..1Receipt LineTiming ComplaintTextText. Type - - - - - ASBIEReceipt Line. Order Line ReferenceAn association to Order Line Reference.0..1Receipt LineOrder Line ReferenceOrder Line Reference - - - - - ASBIEReceipt Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nReceipt LineDespatchLine ReferenceLine Reference - - - - - ASBIEReceipt Line. Document ReferenceAn association to Document Reference.0..nReceipt LineDocument ReferenceDocument Reference - - - - - ASBIEReceipt Line. ItemAn association to Item.0..nReceipt LineItemItem - - - - - ASBIEReceipt Line. ShipmentAn association to Shipment.0..nReceipt LineShipmentShipment - - - - - - - ABIERelated Item. DetailsInformation about the relationship between two items.Related Item - - - - - BBIERelated Item. IdentifierAn identifier for the related item.0..1Related ItemIdentifierIdentifierIdentifier. Type"First", "Second" - - - - - BBIERelated Item. QuantityThe quantity that applies to the relationship.0..1Related ItemQuantityQuantityQuantity. Type"6", "10mg per Kilo" - - - - - BBIERelated Item. Description. TextA description for the relationship.0..nRelated ItemDescriptionTextText. Type"If used in wet conditions or extreme environments" - - - - - - - ABIEReminder Line. DetailsInformation about a Line on a Reminder document.Reminder Line - - - - - BBIEReminder Line. IdentifierIdentifies the Reminder Line.1Reminder LineIdentifierIdentifierIdentifier. Type - - - - - BBIEReminder Line. Note. TextFree-form text applying to the Reminder Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Reminder LineNoteTextText. Type - - - - - BBIEReminder Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Reminder LineUUIDIdentifierIdentifier. Type - - - - - BBIEReminder Line. Balance Brought Forward_ Indicator. IndicatorIf true, indicates that the Remonder Line contains a balance brought forward.0..1Reminder LineBalance Brought ForwardIndicatorIndicatorIndicator. Type - - - - - BBIEReminder Line. Debit_ Line Amount. AmountThe amount debited on the Reminder Line.0..1Reminder LineDebitLine AmountAmountAmount. Type - - - - - BBIEReminder Line. Credit_ Line Amount. AmountThe amount credited on the Reminder Line.0..1Reminder LineCreditLine AmountAmountAmount. Type - - - - - BBIEReminder Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Reminder Line.0..1Reminder LineAccounting Cost CodeCodeCode. Type - - - - - BBIEReminder Line. Accounting Cost. TextThe buyer's accounting code applied to the Reminder Line, expressed as text.0..1Reminder LineAccounting CostTextText. Type - - - - - ASBIEReminder Line. Reminder_ Period. PeriodAn association to Period.0..nReminder LineReminderPeriodPeriod - - - - - ASBIEReminder Line. Billing ReferenceAn association to Billing Reference0..nReminder LineBilling ReferenceBilling Reference - - - - - ASBIEReminder Line. Exchange RateAn association to Exchange Rate (between the Reminder Line Currency and the Related Document currency).0..1Reminder LineExchange RateExchange Rate - - - - - - - ABIERemittance Advice Line. DetailsInformation about a Line on a Remittance Advice.Remittance Advice Line - - - - - BBIERemittance Advice Line. IdentifierIdentifies the Remittance Advice Line.1Remittance Advice LineIdentifierIdentifierIdentifier. Type - - - - - BBIERemittance Advice Line. Note. TextFree-form text applying to the Remittance Advice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Remittance Advice LineNoteTextText. Type - - - - - BBIERemittance Advice Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Remittance Advice LineUUIDIdentifierIdentifier. Type - - - - - BBIERemittance Advice Line. Debit_ Line Amount. AmountThe amount debited on the Remittance Advice Line.0..1Remittance Advice LineDebitLine AmountAmountAmount. Type - - - - - BBIERemittance Advice Line. Credit_ Line Amount. AmountThe amount credited on the Remittance Advice Line.0..1Remittance Advice LineCreditLine AmountAmountAmount. Type - - - - - BBIERemittance Advice Line. Balance Amount. AmountThe balance amount on the Remittance Advice Line.0..1Remittance Advice LineBalance AmountAmountAmount. Type - - - - - ASBIERemittance Advice Line. Accounting_ Supplier Party. Supplier PartyAn association to Supplier Accounting Party.0..1Remittance Advice LineAccountingSupplier PartySupplier Party - - - - - ASBIERemittance Advice Line. Accounting_ Customer Party. Customer PartyAn association to Customer Accounting Party.0..1Remittance Advice LineAccountingCustomer PartyCustomer Party - - - - - ASBIERemittance Advice Line. Buyer_ Customer Party. Customer PartyAn association to Buyer.0..1Remittance Advice LineBuyerCustomer PartyCustomer Party - - - - - ASBIERemittance Advice Line. Seller_ Supplier Party. Supplier PartyAn association to Seller.0..1Remittance Advice LineSellerSupplier PartySupplier Party - - - - - ASBIERemittance Advice Line. Originator_ Customer Party. Customer PartyAn association to Originator.0..1Remittance Advice LineOriginatorCustomer PartyCustomer Party - - - - - ASBIERemittance Advice Line. Payee_ Party. PartyAn association to Payee.0..1Remittance Advice LinePayeePartyParty - - - - - ASBIERemittance Advice Line. Invoice_ Period. PeriodAn association to Invoice Period.0..nRemittance Advice LineInvoicePeriodPeriod - - - - - ASBIERemittance Advice Line. Billing ReferenceAn association to Billing Reference.0..nRemittance Advice LineBilling ReferenceBilling Reference - - - - - ASBIERemittance Advice Line. Document ReferenceAn association to Document Reference.0..nRemittance Advice LineDocument ReferenceDocument Reference - - - - - ASBIERemittance Advice Line. Exchange RateAn association to Exchange Rate (between the Remittance Advice Line currency and the Related Document currency).0..1Remittance Advice LineExchange RateExchange Rate - - - - - - - ABIERequest For Quotation Line. DetailsInformation about a Line on a Request For Quotation.Request For Quotation Line - - - - - BBIERequest For Quotation Line. IdentifierIdentifies the Request For Quotation Line.0..1Request For Quotation LineIdentifierIdentifierIdentifier. Type - - - - - BBIERequest For Quotation Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Request For Quotation LineUUIDIdentifierIdentifier. Type - - - - - BBIERequest For Quotation Line. Note. TextFree-form text applying to the Request For Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Request For Quotation LineNoteTextText. Type - - - - - ASBIERequest For Quotation Line. Document ReferenceAn association to Document Reference.0..nRequest For Quotation LineDocument ReferenceDocument Reference - - - - - ASBIERequest For Quotation Line. Line ItemAn association to Line Item.1Request For Quotation LineLine ItemLine Item - - - - - - - ABIEResponse. DetailsInformation about responses to a document (at the application level).Response - - - - - BBIEResponse. Reference. IdentifierIdentifies the section (or line) of the document to which the response applies.1ResponseReferenceIdentifierIdentifier. Type - - - - - BBIEResponse. Response Code. CodeA code for the description of the response to the transaction document.0..1ResponseResponse CodeCodeCode. Type - - - - - BBIEResponse. Description. TextThe description of the response to the transaction document.0..nResponseDescriptionTextText. Type - - - - - - - ABIERoad Transport. DetailsDescribes a road transport vehicle.Road Transport - - - - - BBIERoad Transport. License Plate Identifier. IdentifierIdentifies a specific vehicle.1Road TransportLicense Plate IdentifierIdentifierIdentifier. TypeVehicle registration number (WCO ID 167) - - - - - - - ABIESecondary Hazard. DetailsInformation about Secondary Hazard (related to a Hazardous Item).Secondary Hazard - - - - - BBIESecondary Hazard. IdentifierIdentifies the Secondary Hazard.0..1Secondary HazardIdentifierIdentifierIdentifier. Type - - - - - BBIESecondary Hazard. Placard Notation. TextThe placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport.0..1Secondary HazardPlacard NotationTextText. Type"5.1" - - - - - BBIESecondary Hazard. Placard Endorsement. TextThe placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport.0..1Secondary HazardPlacard EndorsementTextText. Type"2" - - - - - BBIESecondary Hazard. Emergency Procedures Code. CodeEmergency procedures for hazardous goods, expressed as a code.0..1Secondary HazardEmergency Procedures CodeCodeCode. TypeEMG code, EMS Page Number - - - - - BBIESecondary Hazard. Extension. TextAdditional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description.0..1Secondary HazardExtensionTextText. Type"N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" - - - - - - - ABIEShipment. DetailsInformation about a shipment.ShipmentConsignment - - - - - BBIEShipment. IdentifierIdentifies a shipment.1ShipmentIdentifierIdentifierIdentifier. TypeWaybill Number - - - - - BBIEShipment. Shipping Priority Level. CodeThe priority or level of service required for a shipment, expressed as a code.0..1ShipmentShipping Priority LevelCodeCode. TypeService Level, Service Priority - - - - - BBIEShipment. Handling Code. CodeThe handling required for a shipment, expressed as a code.0..1ShipmentHandling CodeCodeCode. TypeSpecial Handling - - - - - BBIEShipment. Handling_ Instructions. TextFree-form text describing Handling Instructions for a shipment.0..1ShipmentHandlingInstructionsTextText. Type - - - - - BBIEShipment. Information. TextFree-form text applying to a shipment. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1ShipmentInformationTextText. Type - - - - - BBIEShipment. Gross_ Weight. MeasureThe total gross weight of a shipment; the weight of the goods plus packaging plus transport equipment.0..1ShipmentGrossWeightMeasureMeasure. Type - - - - - BBIEShipment. Net_ Weight. MeasureThe total net weight of a shipment; the weight of the goods plus packaging.0..1ShipmentNetWeightMeasureMeasure. Type - - - - - BBIEShipment. Net Net_ Weight. MeasureThe weight of the goods net of packaging and transport equipment.0..1ShipmentNet NetWeightMeasureMeasure. Type - - - - - BBIEShipment. Gross_ Volume. MeasureThe total volume of the goods in a shipment plus packaging.0..1ShipmentGrossVolumeMeasureMeasure. Type - - - - - BBIEShipment. Net_ Volume. MeasureThe volume of a shipment net of packaging and transport equipment.0..1ShipmentNetVolumeMeasureMeasure. Type - - - - - BBIEShipment. Total_ Goods Item Quantity. QuantityCount of the total number of goods items within a shipment.0..1ShipmentTotalGoods Item QuantityQuantityQuantity. Type - - - - - BBIEShipment. Total_ Transport Handling Unit Quantity. QuantityCount of the number of pieces of transport handling equipment in a shipment, such as pallets, boxes, and cases.0..1ShipmentTotalTransport Handling Unit QuantityQuantityQuantity. TypeNumber of THUs - - - - - BBIEShipment. Insurance_ Value. AmountThe total sum covered by an insurance for the shipment.0..1ShipmentInsuranceValueAmountAmount. TypeValue Insured - - - - - BBIEShipment. Declared Customs_ Value. AmountAmount declared for customs purposes of those goods in a shipment which are subject to the same customs procedure, and have the same tariff/statistical heading, country information, and duty regime.0..1ShipmentDeclared CustomsValueAmountAmount. Type - - - - - BBIEShipment. Declared For Carriage_ Value. AmountValue, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery.0..1ShipmentDeclared For CarriageValueAmountAmount. TypeDeclared value for carriage, Interest in delivery - - - - - BBIEShipment. Declared Statistics_ Value. AmountValue declared for statistical purposes of those goods in a consignment which have the same statistical heading.0..1ShipmentDeclared StatisticsValueAmountAmount. TypeStatistical Value - - - - - BBIEShipment. Free On Board_ Value. AmountMonetary amount that has to be or has been paid as calculated under the applicable trade delivery.0..1ShipmentFree On BoardValueAmountAmount. TypeFOB Value - - - - - BBIEShipment. Special_ Instructions. TextSpecial instructions relating to a shipment.0..nShipmentSpecialInstructionsTextText. Type - - - - - BBIEShipment. Delivery_ Instructions. TextDelivery instructions relating to a shipment.0..nShipmentDeliveryInstructionsTextText. Type - - - - - BBIEShipment. Split Consignment_ Indicator. IndicatorIndicates whether the consignment has been split in transit.0..1ShipmentSplit ConsignmentIndicatorIndicatorIndicator. Type - - - - - ASBIEShipment. ConsignmentAn association to Consignment covering the shipment.1ShipmentConsignmentConsignment - - - - - ASBIEShipment. Goods ItemAn association to Goods Item (for Bulk Goods).0..nShipmentGoods ItemGoods Item - - - - - ASBIEShipment. Shipment StageAn association to Shipment Stage.0..nShipmentShipment StageShipment Stage - - - - - ASBIEShipment. DeliveryAn association to Delivery.0..1ShipmentDeliveryDelivery - - - - - ASBIEShipment. Transport Handling UnitAn association to Transport Handling Unit used for loose and containerized goods.0..nShipmentTransport Handling UnitTransport Handling Unit - - - - - ASBIEShipment. Origin_ Address. AddressAn association to the region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or of any other measure related to trade.0..1ShipmentOriginAddressAddress - - - - - ASBIEShipment. First Arrival Port_ Location. LocationIdentifies the first arrival location. This would be a port for sea, airport for air, and border post for land crossing.0..1ShipmentFirst Arrival PortLocationLocation - - - - - ASBIEShipment. Last Exit Port_ Location. LocationIdentifies the final exporting location. This would be a port for sea, airport for air, and border post for land crossing.0..1ShipmentLast Exit PortLocationLocation - - - - - ASBIEShipment. Export_ Country. CountryIdentifies the country from which the goods are originally exported without any commercial transaction taking place in intermediate countries.0..1ShipmentExportCountryCountry - - - - - ASBIEShipment. Freight_ Allowance Charge. Allowance ChargeCosts incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs).0..nShipmentFreightAllowance ChargeAllowance Charge - - - - - - - ABIEShipment Stage. DetailsInformation about a shipment stage.Shipment Stage - - - - - BBIEShipment Stage. IdentifierIdentifies a shipment stage.0..1Shipment StageIdentifierIdentifierIdentifier. Type"1","2", etc.. - - - - - BBIEShipment Stage. Transport Mode Code. CodeThe method of transport used for a shipment stage.0..1Shipment StageTransport Mode CodeCodeTransport Mode_ Code. Type - - - - - BBIEShipment Stage. Transport Means Type Code. CodeThe type of vehicle used for a shipment stage.0..1Shipment StageTransport Means Type CodeCodeCode. Type - - - - - BBIEShipment Stage. Transit_ Direction Code. CodeThe direction of transit for a shipment stage.0..1Shipment StageTransitDirection CodeCodeCode. Type - - - - - BBIEShipment Stage. Pre Carriage_ Indicator. IndicatorIndicates whether the stage is before the main carriage of the shipment.1Shipment StagePre CarriageIndicatorIndicatorIndicator. TypeTruck delivery to wharf - - - - - BBIEShipment Stage. On Carriage_ Indicator. IndicatorIndicates whether the stage is after the main carriage of the shipment.1Shipment StageOn CarriageIndicatorIndicatorIndicator. TypeTruck delivery from wharf - - - - - ASBIEShipment Stage. Transit_ Period. PeriodAn association to Transit Period.0..1Shipment StageTransitPeriodPeriod - - - - - ASBIEShipment Stage. Carrier_ Party. PartyAn association to Carrier.0..nShipment StageCarrierPartyParty - - - - - ASBIEShipment Stage. Transport MeansAn association to the means of transport.0..1Shipment StageTransport MeansTransport Means - - - - - ASBIEShipment Stage. Loading Port_ Location. LocationAn association to the port location of loading.0..1Shipment StageLoading PortLocationLocation - - - - - ASBIEShipment Stage. Unloading Port_ Location. LocationAn association to the port location of unloading.0..1Shipment StageUnloading PortLocationLocation - - - - - ASBIEShipment Stage. Transship Port_ Location. LocationAn association to the port location of transshipment.0..1Shipment StageTransship PortLocationLocation - - - - - - - ABIESignature. DetailsInformation about signature. A placeholder for signature.Signature - - - - - BBIESignature. IdentifierAn identifier for the Signature.1SignatureIdentifierIdentifierIdentifier. Type - - - - - BBIESignature. Note. TextFree form text about the signature or the circumstances where the signature has been used.0..1SignatureNoteTextText. Type - - - - - BBIESignature. Validation Date. DateSpecifies the date when the signature was approved.0..1SignatureValidation DateDateDate. Type - - - - - BBIESignature. Validation Time. TimeSpecifies the time when the signature was approved.0..1SignatureValidation TimeTimeTime. Type - - - - - BBIESignature. Validator Identifier. IdentifierIdentifies the organization, person, service or server that has validated the signature.0..1SignatureValidator IdentifierIdentifierIdentifier. Type - - - - - BBIESignature. Canonicalization Method. TextThe mathematical logic method used by the Signature.0..1SignatureCanonicalization MethodTextText. Type - - - - - BBIESignature. Signature Method. TextThe method of signature.0..1SignatureSignature MethodTextText. Type - - - - - ASBIESignature. Signatory_ Party. PartyAn association to the signing Party.1SignatureSignatoryPartyParty - - - - - ASBIESignature. Digital Signature_ Attachment. AttachmentRefers to the actual encoded signature (e.g., in XMLDSIG format).0..1SignatureDigital SignatureAttachmentAttachment - - - - - ASBIESignature. Original_ Document Reference. Document ReferenceA reference to the actual document that the signature applies to. For evidentiary purposes, this may be the document image that the signatory party saw when applying their signature.0..1SignatureOriginalDocument ReferenceDocument Reference - - - - - - - ABIEStatement Line. DetailsInformation about a Line on a Statement of Account.Statement Line - - - - - BBIEStatement Line. IdentifierIdentifies the Statement Line.1Statement LineIdentifierIdentifierIdentifier. Type - - - - - BBIEStatement Line. Note. TextFree-form text applying to the Statement Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Statement LineNoteTextText. Type - - - - - BBIEStatement Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Statement LineUUIDIdentifierIdentifier. Type - - - - - BBIEStatement Line. Balance Brought Forward_ Indicator. IndicatorIf true, indicates that the Statement Line contains a balance brought forward.0..1Statement LineBalance Brought ForwardIndicatorIndicatorIndicator. Type - - - - - BBIEStatement Line. Debit_ Line Amount. AmountThe amount debited on the Statement Line.0..1Statement LineDebitLine AmountAmountAmount. Type - - - - - BBIEStatement Line. Credit_ Line Amount. AmountThe amount credited on the Statement Line.0..1Statement LineCreditLine AmountAmountAmount. Type - - - - - BBIEStatement Line. Balance Amount. AmountThe balance amount on the Statement Line.0..1Statement LineBalance AmountAmountAmount. Type - - - - - ASBIEStatement Line. Payment MeansAn association to Payment Means.0..1Statement LinePayment MeansPayment Means - - - - - ASBIEStatement Line. Payment TermsAn association to Payment Terms.0..nStatement LinePayment TermsPayment Terms - - - - - ASBIEStatement Line. Buyer_ Customer Party. Customer PartyAn association to Buyer.0..1Statement LineBuyerCustomer PartyCustomer Party - - - - - ASBIEStatement Line. Seller_ Supplier Party. Supplier PartyAn association to Seller.0..1Statement LineSellerSupplier PartySupplier Party - - - - - ASBIEStatement Line. Originator_ Customer Party. Customer PartyAn association to Originator.0..1Statement LineOriginatorCustomer PartyCustomer Party - - - - - ASBIEStatement Line. Accounting_ Customer Party. Customer PartyAn association to Accounting Customer Party.0..1Statement LineAccountingCustomer PartyCustomer Party - - - - - ASBIEStatement Line. Accounting_ Supplier Party. Supplier PartyAn association to Accounting Supplier Party.0..1Statement LineAccountingSupplier PartySupplier Party - - - - - ASBIEStatement Line. Payee_ Party. PartyAn association to Payee.0..1Statement LinePayeePartyParty - - - - - ASBIEStatement Line. Invoice_ Period. PeriodAn association to Invoice Period.0..nStatement LineInvoicePeriodPeriod - - - - - ASBIEStatement Line. Billing ReferenceAn association to Billing Reference.0..nStatement LineBilling ReferenceBilling Reference - - - - - ASBIEStatement Line. Document ReferenceAn association to Document Reference.0..nStatement LineDocument ReferenceDocument Reference - - - - - ASBIEStatement Line. Exchange RateAn association to Exchange Rate (between the Statement Line currency and the Related Document Currency).0..1Statement LineExchange RateExchange Rate - - - - - - - ABIEStatus. DetailsThe information relevant to a condition or a position of an object.Status - - - - - BBIEStatus. Condition Code. CodeA code specifying the status condition of the related object.0..1StatusCondition CodeCodeTransportation Status_ Code. TypeUN/ECE Rec 24 - - - - - BBIEStatus. Reference_ Date. DateA reference date value for this status.0..1StatusReferenceDateDateDate. Type - - - - - BBIEStatus. Reference_ Time. TimeA reference time value for this status.0..1StatusReferenceTimeTimeTime. Type - - - - - BBIEStatus. Description. TextA textual description of this status.0..1StatusDescriptionTextText. Type - - - - - BBIEStatus. Status Reason Code. CodeA code specifying a reason for a status condition.0..1StatusStatus Reason CodeCodeCode. Type - - - - - BBIEStatus. Status_ Reason. TextThe reason, expressed as text, for this status condition or position.0..1StatusStatusReasonTextText. Type - - - - - BBIEStatus. Sequence. IdentifierA unique identifier of the sequence of this status.0..1StatusSequenceIdentifierIdentifier. Type - - - - - BBIEStatus. TextProvides any textual information related to this status.0..1StatusTextTextText. Type - - - - - BBIEStatus. Indication_ Indicator. IndicatorSpecifies an indicator relevant to a specific status.0..1StatusIndicationIndicatorIndicatorIndicator. Type - - - - - BBIEStatus. PercentSpecifies a percentage relevant to a specific status.0..1StatusPercentPercentPercent. Type - - - - - - - ABIEStowage. DetailsA location on board a means of transport where specified goods or transport equipment have been or are to be stowed.Stowage - - - - - BBIEStowage. Location Identifier. IdentifierIdentifies a location on board a means of transport where specified goods or transport equipment have been or are to be stowed.0..1StowageLocation IdentifierIdentifierIdentifier. TypeCell Location, coded - - - - - BBIEStowage. Location. TextDescribes a location on board a means of transport where specified goods or transport equipment have been or are to be stowed.0..nStowageLocationTextText. TypeCell Location - - - - - ASBIEStowage. Measurement_ Dimension. DimensionAssociates any measurements (including lengths, mass, and volume) for this stowage.0..nStowageMeasurementDimensionDimension - - - - - - - ABIESupplier Party. DetailsInformation about the Supplier Party.Supplier Party - - - - - BBIESupplier Party. Customer Assigned_ Account Identifier. IdentifierThe customer's internal identifier for the supplier.0..1Supplier PartyCustomer AssignedAccount IdentifierIdentifierIdentifier. Type - - - - - BBIESupplier Party. Additional_ Account Identifier. IdentifierThe customer's internal identifier for the supplier.0..nSupplier PartyAdditionalAccount IdentifierIdentifierIdentifier. Type - - - - - BBIESupplier Party. Data Sending Capability. TextCapability to send invoice data via the purchase card provider (VISA/MasterCard/American Express).0..1Supplier PartyData Sending CapabilityTextText. TypeThe customer's internal identifier for the supplier. - - - - - ASBIESupplier Party. PartyAn association to Party.0..1Supplier PartyPartyParty - - - - - ASBIESupplier Party. Despatch_ Contact. ContactAn association to Despatch Contact.0..1Supplier PartyDespatchContactContact - - - - - ASBIESupplier Party. Accounting_ Contact. ContactAn association to Supplier Accounting Contact.0..1Supplier PartyAccountingContactContact - - - - - ASBIESupplier Party. Seller_ Contact. ContactAn association to Seller.0..1Supplier PartySellerContactContact - - - - - - - ABIETax Category. DetailsInformation about a tax category.Tax Category - - - - - BBIETax Category. IdentifierIdentifies the tax category.0..1Tax CategoryIdentifierIdentifierIdentifier. Type"ZeroRatedGoods" "NotTaxable" "Standard Rate" - - - - - BBIETax Category. NameThe name of the tax category.0..1Tax CategoryNameNameName. Type"Luxury Goods","Wine Equalization", "Exempt" - - - - - BBIETax Category. PercentThe tax rate for the category, expressed as a percentage.0..1Tax CategoryPercentPercentPercent. Type - - - - - BBIETax Category. Base Unit Measure. MeasureWhere a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based.0..1Tax CategoryBase Unit MeasureMeasureMeasure. Type - - - - - BBIETax Category. Per Unit_ Amount. AmountWhere a tax is applied at a certain rate per unit, the rate per unit applied.0..1Tax CategoryPer UnitAmountAmountAmount. Type - - - - - BBIETax Category. Tax Exemption Reason Code. CodeThe reason for tax being exempted expressed as a code.0..1Tax CategoryTax Exemption Reason CodeCodeCode. Type - - - - - BBIETax Category. Tax Exemption Reason. TextThe reason for tax being exempted.0..1Tax CategoryTax Exemption ReasonTextText. Type - - - - - BBIETax Category. Tier Range. TextWhere a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category.0..1Tax CategoryTier RangeTextText. Type - - - - - BBIETax Category. Tier Rate. PercentWhere a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category.0..1Tax CategoryTier RatePercentPercent. Type - - - - - ASBIETax Category. Tax SchemeAn association to Tax Scheme.1Tax CategoryTax SchemeTax Scheme - - - - - - - ABIETax Scheme. DetailsInformation about a tax scheme.Tax Scheme - - - - - BBIETax Scheme. IdentifierIdentifies the tax scheme.0..1Tax SchemeIdentifierIdentifierIdentifier. Type"VAT", "GST" - - - - - BBIETax Scheme. NameThe name of the tax scheme.0..1Tax SchemeNameNameName. Type"Value Added Tax", "Wholesale Tax", "Sales Tax", "State Tax" - - - - - BBIETax Scheme. Tax Type Code. CodeAn identifier for the tax type.0..1Tax SchemeTax Type CodeCodeCode. Type"Consumption", "Sales" - - - - - BBIETax Scheme. Currency Code. CodeThe currency in which the tax is collected and reported, expressed as a code.0..1Tax SchemeCurrency CodeCodeCurrency_ Code. Type - - - - - ASBIETax Scheme. Jurisdiction Region_ Address. AddressAn association with Address (of taxation jurisdiction).0..nTax SchemeJurisdiction RegionAddressAddress - - - - - - - ABIETax Subtotal. DetailsInformation about the subtotal for a particular tax category within a tax scheme, such as standard rate within VAT.Tax Subtotal - - - - - BBIETax Subtotal. Taxable_ Amount. AmountThe net amount to which the tax percent (rate) is applied to calculate the tax amount.0..1Tax SubtotalTaxableAmountAmountAmount. Type - - - - - BBIETax Subtotal. Tax Amount. AmountThe amount of tax stated explicitly.1Tax SubtotalTax AmountAmountAmount. Type - - - - - BBIETax Subtotal. Calculation Sequence. NumericIdentifies the numerical order sequence in which taxes are applied when multiple taxes are attracted. If all taxes apply to the same taxable amount, CalculationSequenceNumeric will be '1' for all taxes.0..1Tax SubtotalCalculation SequenceNumericNumeric. Type - - - - - BBIETax Subtotal. Transaction Currency_ Tax Amount. AmountThe tax amount, expressed in the currency used for invoicing.0..1Tax SubtotalTransaction CurrencyTax AmountAmountAmount. Type - - - - - BBIETax Subtotal. PercentThe tax rate for the category, expressed as a percentage.0..1Tax SubtotalPercentPercentPercent. Type - - - - - BBIETax Subtotal. Base Unit Measure. MeasureWhere a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based.0..1Tax SubtotalBase Unit MeasureMeasureMeasure. Type - - - - - BBIETax Subtotal. Per Unit_ Amount. AmountWhere a tax is applied at a certain rate per unit, the rate per unit applied.0..1Tax SubtotalPer UnitAmountAmountAmount. Type - - - - - BBIETax Subtotal. Tier Range. TextWhere a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category.0..1Tax SubtotalTier RangeTextText. Type - - - - - BBIETax Subtotal. Tier Rate. PercentWhere a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category.0..1Tax SubtotalTier RatePercentPercent. Type - - - - - ASBIETax Subtotal. Tax CategoryAn association to Tax Category.1Tax SubtotalTax CategoryTax Category - - - - - - - ABIETax Total. DetailsInformation about a total amount of a particular type of tax.Tax Total - - - - - BBIETax Total. Tax Amount. AmountThe total tax amount for particular tax scheme e.g. VAT; the sum of each of the tax subtotals for each tax category within the tax scheme.1Tax TotalTax AmountAmountAmount. Type - - - - - BBIETax Total. Rounding Amount. AmountThe rounding amount (positive or negative) added to the calculated tax total to produce the rounded TotalTaxAmount.0..1Tax TotalRounding AmountAmountAmount. Type - - - - - BBIETax Total. Tax Evidence_ Indicator. IndicatorAn indicator as to whether these totals are recognized as legal evidence for taxation purposes.0..1Tax TotalTax EvidenceIndicatorIndicatorIndicator. Typedefault is negative - - - - - ASBIETax Total. Tax SubtotalAn association to Tax Subtotal.0..nTax TotalTax SubtotalTax Subtotal - - - - - - - ABIETemperature. DetailsInformation about temperature.Temperature - - - - - BBIETemperature. Attribute Identifier. IdentifierAn identifier for temperature.1TemperatureAttribute IdentifierIdentifierIdentifier. Type - - - - - BBIETemperature. MeasureThe temperature measurement value.1TemperatureMeasureMeasureMeasure. Type - - - - - BBIETemperature. Description. TextA description of the temperature measurement.0..nTemperatureDescriptionTextText. Type"at sea level" - - - - - - - ABIETrading Terms. DetailsInformation about the terms of a trade agreement.Trading Terms - - - - - BBIETrading Terms. Information. TextThe terms in text.0..nTrading TermsInformationTextText. Type"Unless credit terms have been expressly agreed by Dell, payment for the products or services shall be made in full before physical delivery of products or services. Customer shall pay for all shipping and handling charges." - - - - - BBIETrading Terms. Reference. TextA reference to the terms.0..1Trading TermsReferenceTextText. Typehttp://www1.ap.dell.com/content/topics/topic.aspx/ap/policy/en/au/sales_terms_au?c=au&l=en&s=gen - - - - - ASBIETrading Terms. Applicable_ Address. AddressAn association to Address.0..1Trading TermsApplicableAddressAddress - - - - - - - ABIETransaction Conditions. DetailsInformation about purchasing, sales, or payment conditions.Transaction ConditionsPayment Conditions, Sales Conditions - - - - - BBIETransaction Conditions. IdentifierIdentifies conditions of the transaction, typically Purchase/Sales Conditions.0..1Transaction ConditionsIdentifierIdentifierIdentifier. Type - - - - - BBIETransaction Conditions. Action Code. CodeAn action relating to sales or payment conditions, expressed as a code.0..1Transaction ConditionsAction CodeCodeCode. Type - - - - - BBIETransaction Conditions. Description. TextThe description of the transaction conditions.0..nTransaction ConditionsDescriptionTextText. Type - - - - - ASBIETransaction Conditions. Document ReferenceAn association to Document Reference.0..nTransaction ConditionsDocument ReferenceDocument Reference - - - - - - - ABIETransportation Service. DetailsTransport service details.Transportation Service - - - - - BBIETransportation Service. Transport Service Code. CodeA code which describes the general type of service required for the transportation of goods. Specifically, it identifies the extent of the transportation service, e.g., door-to-door, port-to-port.1Transportation ServiceTransport Service CodeCodeCode. Type - - - - - BBIETransportation Service. Tariff Class Code. CodeSpecification of a tariff class applicable to a transportation service.0..1Transportation ServiceTariff Class CodeCodeCode. TypeTariff Class Specifier - - - - - BBIETransportation Service. Priority. TextStatement indicating priority of requested transportation service.0..1Transportation ServicePriorityTextText. Type - - - - - BBIETransportation Service. Freight Rate Class Code. CodeCode to indicate applicable rate class for freight.0..1Transportation ServiceFreight Rate Class CodeCodeCode. TypeCharge Basis - - - - - - - ABIETransport Equipment. DetailsInformation about Transport Equipment; a piece of equipment used to transport goods.Transport EquipmentShipping Container, Sea Container, Rail Wagon, Pallet, Trailer, Unit Load Device, ULD - - - - - BBIETransport Equipment. IdentifierIdentifies the transport equipment.0..1Transport EquipmentIdentifierIdentifierIdentifier. Type"OCLU 1234567" - - - - - BBIETransport Equipment. Transport Equipment Type Code. CodeIdentifies the type of provider of the transport equipment.0..1Transport EquipmentTransport Equipment Type CodeCodeTransport Equipment Type_ Code. Type - - - - - BBIETransport Equipment. Provider Type Code. CodeIdentifies the type of provider of the transport equipment.0..1Transport EquipmentProvider Type CodeCodeCode. Type - - - - - BBIETransport Equipment. Owner Type Code. CodeIdentifies the type of owner of a piece of transport equipment.0..1Transport EquipmentOwner Type CodeCodeCode. Type - - - - - BBIETransport Equipment. Size Type Code. CodeThe size and type of a piece of transport equipment, expressed as a code. When the transport equipment is a shipping container, it is recommended to use ContainerSizeTypeCode for validation.0..1Transport EquipmentSize Type CodeCodeCode. TypeContainer Size Type Code - - - - - BBIETransport Equipment. Disposition Code. CodeThe current disposition of the transport equipment, expressed as a code.0..1Transport EquipmentDisposition CodeCodeCode. TypeStatus - - - - - BBIETransport Equipment. Fullness Indication Code. CodeA code indicating whether a piece of transport equipment is full, partially full, or empty.0..1Transport EquipmentFullness Indication CodeCodeCode. Type - - - - - BBIETransport Equipment. Refrigeration On_ Indicator. IndicatorIndicates whether the transport equipment's refrigeration is on (true) or off (false).0..1Transport EquipmentRefrigeration OnIndicatorIndicatorIndicator. Type - - - - - BBIETransport Equipment. Information. TextAdditional information about the transport equipment.0..1Transport EquipmentInformationTextText. Type - - - - - BBIETransport Equipment. Returnability_ Indicator. IndicatorIndicates whether a particular item of transport equipment is returnable.0..1Transport EquipmentReturnabilityIndicatorIndicatorIndicator. Type - - - - - BBIETransport Equipment. Legal Status_ Indicator. IndicatorLegal status of the transport equipment with respect to the Container Convention code.0..1Transport EquipmentLegal StatusIndicatorIndicatorIndicator. Type - - - - - ASBIETransport Equipment. Measurement_ Dimension. DimensionAn association to Dimension.0..nTransport EquipmentMeasurementDimensionDimension - - - - - ASBIETransport Equipment. Transport Equipment SealAn association to Transport Equipment Seal.0..nTransport EquipmentTransport Equipment SealTransport Equipment Seal - - - - - ASBIETransport Equipment. Minimum_ Temperature. TemperatureThe minimum required operating temperature for the container (reefer).0..1Transport EquipmentMinimumTemperatureTemperature - - - - - ASBIETransport Equipment. Maximum_ Temperature. TemperatureThe maximum required operating temperature for the container (reefer).0..1Transport EquipmentMaximumTemperatureTemperature - - - - - ASBIETransport Equipment. Provider_ Party. PartyThe party that provides the transport equipment.0..1Transport EquipmentProviderPartyParty - - - - - ASBIETransport Equipment. Loading Proof_ Party. PartyThe authorized party responsible for certifying that the goods were loaded into the transport equipment.0..1Transport EquipmentLoading ProofPartyParty - - - - - ASBIETransport Equipment. Loading_ Location. LocationIdentifies the location where the goods are loaded into the transport equipment.0..1Transport EquipmentLoadingLocationLocation - - - - - - - ABIETransport Equipment Seal. DetailsInformation about a transport equipment seal (a security device attached to the doors of a shipping container).Transport Equipment SealContainer Seal - - - - - BBIETransport Equipment Seal. IdentifierIdentifies the seal.1Transport Equipment SealIdentifierIdentifierIdentifier. Type"ACS1234" - - - - - BBIETransport Equipment Seal. Seal Issuer Type Code. CodeThe type of party that issues and is responsible for a seal, expressed as a code.0..1Transport Equipment SealSeal Issuer Type CodeCodeCode. Type - - - - - BBIETransport Equipment Seal. Condition. TextInformation about the condition of a seal.0..1Transport Equipment SealConditionTextText. Type - - - - - BBIETransport Equipment Seal. Seal Status Code. CodeThe status of a seal, expressed as a code.0..1Transport Equipment SealSeal Status CodeCodeCode. Type - - - - - BBIETransport Equipment Seal. Sealing Party Type. TextTextual description of the role of a sealing party.0..1Transport Equipment SealSealing Party TypeTextText. TypeSealing Party - - - - - - - ABIETransport Event. DetailsA significant occurrence or happening related to the transportation of goods.Transport Event - - - - - BBIETransport Event. Identification. IdentifierAn identifier for the event.0..1Transport EventIdentificationIdentifierIdentifier. Type - - - - - BBIETransport Event. Occurrence Date. DateThe date of an occurrence of the event.0..1Transport EventOccurrence DateDateDate. Type - - - - - BBIETransport Event. Occurrence Time. TimeThe time of an occurrence of the event.0..1Transport EventOccurrence TimeTimeTime. Type - - - - - BBIETransport Event. Transport Event Type Code. CodeA code specifying the type of event.0..1Transport EventTransport Event Type CodeCodeCode. Type - - - - - BBIETransport Event. Description. TextA textual description of the event.0..1Transport EventDescriptionTextText. Type - - - - - BBIETransport Event. Completion_ Indicator. IndicatorIndicates if this event is completed.0..1Transport EventCompletionIndicatorIndicatorIndicator. Type - - - - - ASBIETransport Event. Reported_ Shipment. ShipmentInformation about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.0..1Transport EventReportedShipmentShipment - - - - - ASBIETransport Event. Current_ Status. StatusThe status of the event.1..nTransport EventCurrentStatusStatus - - - - - ASBIETransport Event. ContactAny contacts for the event.0..nTransport EventContactContact - - - - - - - ABIETransport Handling Unit. DetailsA uniquely identifiable physical unit consisting of one or more packages (not necessarily containing the same articles) for enabling physical handling during the transport process.Transport Handling UnitLogistics Unit, Handling Unit, THU - - - - - BBIETransport Handling Unit. IdentifierIdentifies the transport handling unit.0..1Transport Handling UnitIdentifierIdentifierIdentifier. Type - - - - - BBIETransport Handling Unit. Transport Handling Unit Type Code. CodeThe type of transport handling unit, expressed as a code.0..1Transport Handling UnitTransport Handling Unit Type CodeCodeCode. Type - - - - - BBIETransport Handling Unit. Handling Code. CodeThe handling required for a shipment, expressed as a code.0..1Transport Handling UnitHandling CodeCodeCode. TypeSpecial Handling - - - - - BBIETransport Handling Unit. Handling_ Instructions. TextFree-form text describing handling instructions for a shipment.0..1Transport Handling UnitHandlingInstructionsTextText. Type - - - - - BBIETransport Handling Unit. Hazardous Risk_ Indicator. IndicatorIndicates whether the shipment contains hazardous materials.0..1Transport Handling UnitHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - BBIETransport Handling Unit. Total_ Goods Item Quantity. QuantityThe total number of goods items in the transport handling unit.0..1Transport Handling UnitTotalGoods Item QuantityQuantityQuantity. Type - - - - - BBIETransport Handling Unit. Total_ Package Quantity. QuantityThe total number of packages in the transport handling unit.0..1Transport Handling UnitTotalPackage QuantityQuantityQuantity. Type - - - - - BBIETransport Handling Unit. Damage_ Remarks. TextDescription of a type of damage.0..nTransport Handling UnitDamageRemarksTextText. Type - - - - - BBIETransport Handling Unit. Shipping_ Marks. TextFree-form description of the marks and numbers on a transport unit or package.0..nTransport Handling UnitShippingMarksTextText. TypeMarks and Numbers, Shipping Marks - - - - - ASBIETransport Handling Unit. Handling Unit_ Despatch Line. Despatch LineAn association to Handling Unit Despatch Line.0..nTransport Handling UnitHandling UnitDespatch LineDespatch Line - - - - - ASBIETransport Handling Unit. Actual_ Package. PackageAn association to Actual Package.0..nTransport Handling UnitActualPackagePackage - - - - - ASBIETransport Handling Unit. Received Handling Unit_ Receipt Line. Receipt LineAn association to Receipt Line.0..nTransport Handling UnitReceived Handling UnitReceipt LineReceipt Line - - - - - ASBIETransport Handling Unit. Transport EquipmentAn association to Transport Equipment.0..nTransport Handling UnitTransport EquipmentTransport Equipment - - - - - ASBIETransport Handling Unit. Hazardous Goods TransitAn association to information about the transportation of hazardous goods.0..nTransport Handling UnitHazardous Goods TransitHazardous Goods Transit - - - - - ASBIETransport Handling Unit. Measurement_ Dimension. DimensionAn association to Dimension.0..nTransport Handling UnitMeasurementDimensionDimension - - - - - ASBIETransport Handling Unit. Minimum_ Temperature. TemperatureThe minimum required operating temperature.0..1Transport Handling UnitMinimumTemperatureTemperature - - - - - ASBIETransport Handling Unit. Maximum_ Temperature. TemperatureThe maximum required operating temperature.0..1Transport Handling UnitMaximumTemperatureTemperature - - - - - - - ABIETransport Means. DetailsThe particular vehicle used for the transport of goods or persons.Transport MeansConveyance - - - - - BBIETransport Means. Journey Identifier. IdentifierAn identifier assigned to a regularly scheduled service of a means of transport.0..1Transport MeansJourney IdentifierIdentifierIdentifier. TypeVoyage Number, Scheduled Conveyance Identifier (WCO ID 205), Flight Number - - - - - BBIETransport Means. Registration_ Nationality Identifier. IdentifierFormal identification of the country in which a means of transport is registered.0..1Transport MeansRegistrationNationality IdentifierIdentifierIdentifier. TypeNationality of Means of Transport (WCO 175, 178 and 179)"LIB" - - - - - BBIETransport Means. Registration_ Nationality. TextName of the country in which a means of transport is registered.0..nTransport MeansRegistrationNationalityTextText. TypeFlag of Vessel, Nationality of ShipLiberia - - - - - BBIETransport Means. Direction Code. CodeThe direction of the transport means.0..1Transport MeansDirection CodeCodeCode. TypeTransit Direction"North","East" - - - - - ASBIETransport Means. StowageAssociation to a location on board a means of transport where specified goods or transport equipment have been or are to be stowed.0..1Transport MeansStowageStowage - - - - - ASBIETransport Means. Air TransportAssociation to identify an aircraft.0..1Transport MeansAir TransportAir Transport - - - - - ASBIETransport Means. Road TransportAssociation to identify a road vehicle.0..1Transport MeansRoad TransportRoad Transport - - - - - ASBIETransport Means. Rail TransportAssociation to identify a train.0..1Transport MeansRail TransportRail Transport - - - - - ASBIETransport Means. Maritime TransportAssociation to identify a ship.0..1Transport MeansMaritime TransportMaritime Transport - - - - - ASBIETransport Means. Owner_ Party. PartyAssociation to the party owning the means of transport.0..1Transport MeansOwnerPartyParty - - - - - - - - - - - - - - - - - - - - - - - - - - - - UDT000008UDTDate Time. Type1.0A particular point in the progression of time together with the relevant supplementary information.Date TimestringdateTimeCan be used for a date and/or time. - - - - - UDT000009UDTDate. Type1.0One calendar day according the Gregorian calendar.Datestringdate - - - - - UDT0000010UDTTime. Type1.0The instance of time that occurs every day.Timestringtime - - - - - UDT0000012UDTIndicator. Type1.0A list of two mutually exclusive Boolean values that express the only possible states of a property.Indicatorstringboolean - - - - - UDT0000014UDTNumeric. Type1.0Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.Numericstringdecimal - - - - - UDT0000015UDT1.0Value. TypeNumeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.Valuestringdecimal - - - - - UDT0000016UDT1.0Percent. TypeNumeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.Percentstringdecimal - - - - - UDT0000017UDT1.0Rate. TypeNumeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measuret.Ratestringdecimal - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php b/src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php deleted file mode 100644 index 21b8d2a9..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_CurrencyCode_ISO_7_04.xsd b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_CurrencyCode_ISO_7_04.xsd deleted file mode 100644 index e86562a0..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_CurrencyCode_ISO_7_04.xsd +++ /dev/null @@ -1,1378 +0,0 @@ - - - - - - - - - - - - Dirham - - - - - - - - Afghani - - - - - - - - Lek - - - - - - - - Dram - - - - - - - - Netherlands Antillian Guilder - - - - - - - - Kwanza - - - - - - - - Argentine Peso - - - - - - - - Australian Dollar - - - - - - - - Aruban Guilder - - - - - - - - Azerbaijanian Manat - - - - - - - - Convertible Mark - - - - - - - - Barbados Dollar - - - - - - - - Taka - - - - - - - - Bulgarian Lev - - - - - - - - Bahraini Dinar - - - - - - - - Burundi Franc - - - - - - - - Bermudian Dollar (customarily: Bermuda Dollar) - - - - - - - - Brunei Dollar - - - - - - - - Boliviano - - - - - - - - Brazilian Real - - - - - - - - Bahamian Dollar - - - - - - - - Ngultrum - - - - - - - - Pula - - - - - - - - Belarussian Ruble - - - - - - - - Belize Dollar - - - - - - - - Canadian Dollar - - - - - - - - Franc Congolais - - - - - - - - Swiss Franc - - - - - - - - Chilean Peso - - - - - - - - Yuan Renminbi - - - - - - - - Colombian Peso - - - - - - - - Costa Rican Colon - - - - - - - - Cuban Peso - - - - - - - - Cape Verde Escudo - - - - - - - - Cyprus Pound - - - - - - - - Czech Koruna - - - - - - - - Djibouti Franc - - - - - - - - Danish Krone - - - - - - - - Dominican Peso - - - - - - - - Algerian Dinar - - - - - - - - Kroon - - - - - - - - Egyptian Pound - - - - - - - - Nakfa - - - - - - - - Ethopian Birr - - - - - - - - Euro - On 1 January 1999, the euro will become the currency of those Member states of the European Union which adopt the single currency in accordance with the Treaty establishing the European Community. This code has been issued now so that technical preparations can be started. The code element 'EU' has been reserved by the ISO 3166 Maintenance Agency for use within ISO 4217 where 'R' has been appended to make an acceptable mnemonic code. - - - - - - - Fiji Dollar - - - - - - - - Falkland Islands Pound - - - - - - - - Pound Sterling - - - - - - - - Lari - - - - - - - - Cedi - - - - - - - - Gibraltar Pound - - - - - - - - Dalasi - - - - - - - - Guinea Franc - - - - - - - - Quetzal - - - - - - - - Guyana Dollar - - - - - - - - Honk Kong Dollar - - - - - - - - Lempira - - - - - - - - Kuna - - - - - - - - Gourde - - - - - - - - Forint - - - - - - - - Rupiah - - - - - - - - New Israeli Sheqel - - - - - - - - Indian Rupee - - - - - - - - Iraqi Dinar - - - - - - - - Iranian Rial - - - - - - - - Iceland Krona - - - - - - - - Jamaican Dollar - - - - - - - - Jordanian Dinar - - - - - - - - Yen - - - - - - - - Kenyan Shilling - - - - - - - - Som - - - - - - - - Riel - - - - - - - - Comoro Franc - - - - - - - - North Korean Won - - - - - - - - Won - - - - - - - - Kuwaiti Dinar - - - - - - - - Cayman Islands Dollar - - - - - - - - Tenge - - - - - - - - Kip - - - - - - - - Lebanese Pound - - - - - - - - Sri Lanka Rupee - - - - - - - - Liberian Dollar - - - - - - - - Loti - - - - - - - - Lithuanian Litas - - - - - - - - Latvian Lats - - - - - - - - Libyan Dinar - - - - - - - - Morrocan Dirham - - - - - - - - Moldovan Leu - - - - - - - - Malagasy Franc - - - - - - - - Denar - - - - - - - - Kyat - - - - - - - - Tugrik - - - - - - - - Pataca - - - - - - - - Ouguiya - - - - - - - - Maltese Lira - - - - - - - - Mauritius Rupee - - - - - - - - Rufiyaa - - - - - - - - Kwacha - - - - - - - - Mexican Peso - - - - - - - - Malaysian Ringgit - - - - - - - - Metical - - - - - - - - Namibia Dollar - - - - - - - - Naira - - - - - - - - Cordoba Oro - - - - - - - - Norwegian Krone - - - - - - - - Nepalese Rupee - - - - - - - - New Zealand Dollar - - - - - - - - Rial Omani - - - - - - - - Balboa - - - - - - - - Nuevo Sol - - - - - - - - Kina - - - - - - - - Philippine Peso - - - - - - - - Pakistan Rupee - - - - - - - - Zloty - - - - - - - - Guarani - - - - - - - - Qatari Rial - - - - - - - - Leu - - - - - - - - Russian Ruble - - - - - - - - Rwanda Franc - - - - - - - - Saudi Riyal - - - - - - - - Solomon Islands Dollar - - - - - - - - Seychelles Rupee - - - - - - - - Sudanese Dinar - - - - - - - - Swedish Krona - - - - - - - - Singapore Dollar - - - - - - - - St. Helena Pound - - - - - - - - Tolar - - - - - - - - Slovak Koruna - - - - - - - - Leone - - - - - - - - Somali Shilling - - - - - - - - Suriname Guilder - - - - - - - - Dobra - - - - - - - - El Salvador Colon - - - - - - - - Syrian Pound - - - - - - - - Lilangeni - - - - - - - - Baht - - - - - - - - Somoni - - - - - - - - Manat - - - - - - - - Tunisian Dinar - - - - - - - - Pa'anga - - - - - - - - Turkish Lira - - - - - - - - Trinidad and Tobago Dollar - - - - - - - - New Taiwan Dollar - - - - - - - - Tanzanian Shilling - - - - - - - - Hryvnia - - - - - - - - Uganda Shilling - - - - - - - - US Dollar - - - - - - - - Peso Uruguayo - - - - - - - - Uzbekistan Sum - - - - - - - - Bolivar - - - - - - - - Dong - - - - - - - - Vatu - - - - - - - - Tala - - - - - - - - CFA Franc - - - - - - - - Silver - - - - - - - - Gold - - - - - - - - East Carribean Dollar - - - - - - - - SDR - - - - - - - - CFA Franc - - - - - - - - Palladium - - - - - - - - CFP Franc - - - - - - - - Platinum - - - - - - - - Yemeni Rial - - - - - - - - New Dinar - - - - - - - - Rand - - - - - - - - Kwacha - - - - - - - - Zimbabwe Dollar - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_LanguageCode_ISO_7_04.xsd b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_LanguageCode_ISO_7_04.xsd deleted file mode 100644 index cf994e5b..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_LanguageCode_ISO_7_04.xsd +++ /dev/null @@ -1,2250 +0,0 @@ - - - - - - - - - - - - Afar - - - - - - - - Abkhazian - - - - - - - - Afrikaans - - - - - - - - Amharic - - - - - - - - Arabic - - - - - - - - Assamese - - - - - - - - Aymara - - - - - - - - Azerbaijani - - - - - - - - Bashkir - - - - - - - - Byelorussian - - - - - - - - Bulgarian - - - - - - - - Bihari - - - - - - - - Bislama - - - - - - - - Bengali; Bangla - - - - - - - - Tibetan - - - - - - - - Breton - - - - - - - - Catalan - - - - - - - - Corsican - - - - - - - - Czech - - - - - - - - Welsh - - - - - - - - Danish - - - - - - - - German - - - - - - - - Bhutani - - - - - - - - Greek - - - - - - - - English - - - - - - - - Esperanto - - - - - - - - Spanish - - - - - - - - Esotonian - - - - - - - - Basque - - - - - - - - Persian - - - - - - - - Finnish - - - - - - - - Fiji - - - - - - - - Faroese - - - - - - - - French - - - - - - - - Frisian - - - - - - - - Irish - - - - - - - - Scots Gaelic - - - - - - - - Galician - - - - - - - - Guarani - - - - - - - - Gujarati - - - - - - - - Hausa - - - - - - - - Hebrew - - - - - - - - Hindi - - - - - - - - Croatian - - - - - - - - Hungarian - - - - - - - - Armenian - - - - - - - - Interlingua - - - - - - - - Indonesian - - - - - - - - Interlingue - - - - - - - - Inupiak - - - - - - - - Icelandic - - - - - - - - Italian - - - - - - - - Eskimo, Inuktiut CA - - - - - - - - Japanese - - - - - - - - Javanese - - - - - - - - Georgian - - - - - - - - Kazakh - - - - - - - - Greenlandic - - - - - - - - Cambodian - - - - - - - - Kannada - - - - - - - - Korean - - - - - - - - Kashmiri - - - - - - - - Kurdish - - - - - - - - Kirghiz - - - - - - - - Latin - - - - - - - - Lingala - - - - - - - - Laothian - - - - - - - - Lithuanian - - - - - - - - Latvian, Lettish - - - - - - - - Malagasy - - - - - - - - Maori - - - - - - - - Macedonian - - - - - - - - Malayalam - - - - - - - - Mangolian - - - - - - - - Moldavian - - - - - - - - Marathi - - - - - - - - Malay - - - - - - - - Maltese - - - - - - - - Nauru - - - - - - - - Nepali - - - - - - - - Dutch - - - - - - - - Norwegian - - - - - - - - Occitan - - - - - - - - (Afan) Oromo - - - - - - - - Oriya - - - - - - - - Punjabi - - - - - - - - Polish - - - - - - - - Pashto, Pushto - - - - - - - - Portuguese - - - - - - - - Quechua - - - - - - - - Rhaeto-Romance - - - - - - - - Kirundi - - - - - - - - Romanian - - - - - - - - Russian - - - - - - - - Kinyarwanda - - - - - - - - Sanskrit - - - - - - - - Sindhi - - - - - - - - Sangho - - - - - - - - Serbo-Croatian - - - - - - - - Singhalese - - - - - - - - Slovak - - - - - - - - Slovenian - - - - - - - - Samoan - - - - - - - - Shona - - - - - - - - Somali - - - - - - - - Albanian - - - - - - - - Serbian - - - - - - - - Siswati - - - - - - - - Sesotho - - - - - - - - Sundanese - - - - - - - - Swedish - - - - - - - - Sawahili - - - - - - - - Tamil - - - - - - - - Telugu - - - - - - - - Tajik - - - - - - - - Thai - - - - - - - - Tigrinya - - - - - - - - Turkmen - - - - - - - - Tagalog - - - - - - - - Setswana - - - - - - - - Tonga - - - - - - - - Turkish - - - - - - - - Tsonga - - - - - - - - Tatar - - - - - - - - Twi - - - - - - - - Uigur - - - - - - - - Ukrainian - - - - - - - - Urdu - - - - - - - - Uzbek - - - - - - - - Vietnamese - - - - - - - - Volapük - - - - - - - - Wolof - - - - - - - - hosa - - - - - - - - Yiddish - - - - - - - - Yoruba - - - - - - - - Zhuang - - - - - - - - Chinese - - - - - - - - Zulu - - - - - - - - Afar - - - - - - - - Abkhazian - - - - - - - - Afrikaans - - - - - - - - Amharic - - - - - - - - Arabic - - - - - - - - Assamese - - - - - - - - Aymara - - - - - - - - Azerbaijani - - - - - - - - Bashkir - - - - - - - - Byelorussian - - - - - - - - Bulgarian - - - - - - - - Bihari - - - - - - - - Bislama - - - - - - - - Bengali; Bangla - - - - - - - - Tibetan - - - - - - - - Breton - - - - - - - - Catalan - - - - - - - - Corsican - - - - - - - - Czech - - - - - - - - Welsh - - - - - - - - Danish - - - - - - - - German - - - - - - - - Bhutani - - - - - - - - Greek - - - - - - - - English - - - - - - - - Esperanto - - - - - - - - Spanish - - - - - - - - Esotonian - - - - - - - - Basque - - - - - - - - Persian - - - - - - - - Finnish - - - - - - - - Fiji - - - - - - - - Faroese - - - - - - - - French - - - - - - - - Frisian - - - - - - - - Irish - - - - - - - - Scots Gaelic - - - - - - - - Galician - - - - - - - - Guarani - - - - - - - - Gujarati - - - - - - - - Hausa - - - - - - - - Hebrew - - - - - - - - Hindi - - - - - - - - Croatian - - - - - - - - Hungarian - - - - - - - - Armenian - - - - - - - - Interlingua - - - - - - - - Indonesian - - - - - - - - Interlingue - - - - - - - - Inupiak - - - - - - - - Icelandic - - - - - - - - Italian - - - - - - - - Eskimo, Inuktiut CA - - - - - - - - Japanese - - - - - - - - Javanese - - - - - - - - Georgian - - - - - - - - Kazakh - - - - - - - - Greenlandic - - - - - - - - Cambodian - - - - - - - - Kannada - - - - - - - - Korean - - - - - - - - Kashmiri - - - - - - - - Kurdish - - - - - - - - Kirghiz - - - - - - - - Latin - - - - - - - - Lingala - - - - - - - - Laothian - - - - - - - - Lithuanian - - - - - - - - Latvian, Lettish - - - - - - - - Malagasy - - - - - - - - Maori - - - - - - - - Macedonian - - - - - - - - Malayalam - - - - - - - - Mangolian - - - - - - - - Moldavian - - - - - - - - Marathi - - - - - - - - Malay - - - - - - - - Maltese - - - - - - - - Nauru - - - - - - - - Nepali - - - - - - - - Dutch - - - - - - - - Norwegian - - - - - - - - Occitan - - - - - - - - (Afan) Oromo - - - - - - - - Oriya - - - - - - - - Punjabi - - - - - - - - Polish - - - - - - - - Pashto, Pushto - - - - - - - - Portuguese - - - - - - - - Quechua - - - - - - - - Rhaeto-Romance - - - - - - - - Kirundi - - - - - - - - Romanian - - - - - - - - Russian - - - - - - - - Kinyarwanda - - - - - - - - Sanskrit - - - - - - - - Sindhi - - - - - - - - Sangho - - - - - - - - Serbo-Croatian - - - - - - - - Singhalese - - - - - - - - Slovak - - - - - - - - Slovenian - - - - - - - - Samoan - - - - - - - - Shona - - - - - - - - Somali - - - - - - - - Albanian - - - - - - - - Serbian - - - - - - - - Siswati - - - - - - - - Sesotho - - - - - - - - Sundanese - - - - - - - - Swedish - - - - - - - - Sawahili - - - - - - - - Tamil - - - - - - - - Telugu - - - - - - - - Tajik - - - - - - - - Thai - - - - - - - - Tigrinya - - - - - - - - Turkmen - - - - - - - - Tagalog - - - - - - - - Setswana - - - - - - - - Tonga - - - - - - - - Turkish - - - - - - - - Tsonga - - - - - - - - Tatar - - - - - - - - Twi - - - - - - - - Uigur - - - - - - - - Ukrainian - - - - - - - - Urdu - - - - - - - - Uzbek - - - - - - - - Vietnamese - - - - - - - - Volapük - - - - - - - - Wolof - - - - - - - - hosa - - - - - - - - Yiddish - - - - - - - - Yoruba - - - - - - - - Zhuang - - - - - - - - Chinese - - - - - - - - Zulu - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd deleted file mode 100644 index e7d3518e..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd +++ /dev/null @@ -1,658 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_UnitCode_UNECE_7_04.xsd b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_UnitCode_UNECE_7_04.xsd deleted file mode 100644 index 354808b3..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_UnitCode_UNECE_7_04.xsd +++ /dev/null @@ -1,8803 +0,0 @@ - - - - - - - - - - - - small spray - - - - - - - - lift - - - - - - - - heat lot - - - - - - - - group - - - - - - - - outfit - - - - - - - - ration - - - - - - - - shot - - - - - - - - stick - - - - - - - - hundred fifteen kg drum - - - - - - - - hundred lb drum - - - - - - - - fiftyfive gallon (US) drum - - - - - - - - tank truck - - - - - - - - twenty foot container - - - - - - - - forty foot container - - - - - - - - decilitre per gram - - - - - - - - gram per cubic centimetre - - - - - - - - theoretical pound - - - - - - - - gram per square centimetre - - - - - - - - actual ton - - - - - - - - theoretical ton - - - - - - - - kilogram per square metre - - - - - - - - pound per thousand square feet - - - - - - - - horse power day per air dry metric ton - - - - - - - - catch weight - - - - - - - - kilogram per air dry metric ton - - - - - - - - kilopascal square metres per gram - - - - - - - - kilopascals per millimetre - - - - - - - - millilitres per square centimetre second - - - - - - - - cubic feet per minute per square foot - - - - - - - - ounce per square foot - - - - - - - - ounces per square foot per 0,01 inch - - - - - - - - millilitre per second - - - - - - - - millilitre per minute - - - - - - - - super bulk bag - - - - - - - - fivehundred kg bulk bag - - - - - - - - threehundred kg bulk bag - - - - - - - - fifty lb bulk bag - - - - - - - - fifty lb bag - - - - - - - - bulk car load - - - - - - - - theoretical kilograms - - - - - - - - theoretical tonne - - - - - - - - sitas - - - - - - - - mesh - - - - - - - - net kilogram - - - - - - - - part per million - - - - - - - - percent weight - - - - - - - - part per billion (US) - - - - - - - - percent per 1000 hour - - - - - - - - failure rate in time - - - - - - - - pound per square inch, gauge - - - - - - - - oersted - - - - - - - - test specific scale - - - - - - - - volt ampere per pound - - - - - - - - watt per pound - - - - - - - - ampere tum per centimetre - - - - - - - - millipascal - - - - - - - - gauss - - - - - - - - milli-inch - - - - - - - - kilogauss - - - - - - - - pounds per square inch absolute - - - - - - - - henry - - - - - - - - kilopound per square inch - - - - - - - - foot pound-force - - - - - - - - pound per cubic foot - - - - - - - - poise - - - - - - - - Saybold universal second - - - - - - - - stokes - - - - - - - - calorie per cubic centimetre - - - - - - - - calorie per gram - - - - - - - - curl unit - - - - - - - - twenty thousand gallon (US) tankcar - - - - - - - - ten thousand gallon (US) tankcar - - - - - - - - ten kg drum - - - - - - - - fifteen kg drum - - - - - - - - car mile - - - - - - - - car count - - - - - - - - locomotive count - - - - - - - - caboose count - - - - - - - - empty car - - - - - - - - train mile - - - - - - - - fuel usage gallon (US) - - - - - - - - caboose mile - - - - - - - - fixed rate - - - - - - - - ton mile - - - - - - - - locomotive mile - - - - - - - - total car count - - - - - - - - total car mile - - - - - - - - quarter mile - - - - - - - - radian per second - - - - - - - - radian per second squared - - - - - - - - röntgen - - - - - - - - British thermal unit per hour - - - - - - - - cubic centimetre per second - - - - - - - - cubic foot per hour - - - - - - - - cubic foot per minute - - - - - - - - centimetre per second - - - - - - - - decibel - - - - - - - - kilobyte - - - - - - - - kilobecquerel - - - - - - - - kilocurie - - - - - - - - megagram - - - - - - - - megagram per hour - - - - - - - - bin - - - - - - - - metre per minute - - - - - - - - milliröntgen - - - - - - - - millivolt - - - - - - - - megajoule - - - - - - - - manmonth - - - - - - - - pound per pound of product - - - - - - - - pound per piece of product - - - - - - - - kilogram per kilogram of product - - - - - - - - kilogram per piece of product - - - - - - - - bobbin - - - - - - - - cap - - - - - - - - centistokes - - - - - - - - twenty pack - - - - - - - - microlitre - - - - - - - - micrometre (micron) - - - - - - - - milliampere - - - - - - - - megabyte - - - - - - - - milligram per hour - - - - - - - - megabecquerel - - - - - - - - microfarad - - - - - - - - newton per metre - - - - - - - - ounce inch - - - - - - - - ounce foot - - - - - - - - picofarad - - - - - - - - pound per hour - - - - - - - - ton(US) per hour - - - - - - - - kilolitre per hour - - - - - - - - barrel per minute - - - - - - - - batch - - - - - - - - gallon(US) per thousand - - - - - - - - MMSCF/day - - - - - - - - pounds per thousand - - - - - - - - pump - - - - - - - - stage - - - - - - - - standard cubic foot - - - - - - - - hydraulic horse power - - - - - - - - count per minute - - - - - - - - seismic level - - - - - - - - seismic line - - - - - - - - 15 C calorie - - - - - - - - ampere square metre per joule second - - - - - - - - Ã¥ngström - - - - - - - - astronomical unit - - - - - - - - attojoule - - - - - - - - barn - - - - - - - - barn per electron volt - - - - - - - - barn per steradian electron volt, - - - - - - - - barn per sterdian - - - - - - - - becquerel per kilogram - - - - - - - - becquerel per metre cubed - - - - - - - - ampere per centimetre - - - - - - - - British thermal unit per second square foot degree Rankin - - - - - - - - British thermal unit per pound degree Rankin - - - - - - - - British thermal unit per second foot degree Rankin - - - - - - - - British thermal unit per hour square foot degree Rankin - - - - - - - - candela per square metre - - - - - - - - cheval vapeur - - - - - - - - coulomb metre - - - - - - - - coulomb metre squared per volt - - - - - - - - coulomb per cubic centimetre - - - - - - - - coulomb per cubic metre - - - - - - - - ampere per millimetre - - - - - - - - coulomb per cubic millimetre - - - - - - - - coulomb per kilogram second - - - - - - - - coulomb per mole - - - - - - - - coulomb per square centimetre - - - - - - - - coulomb per square metre - - - - - - - - coulomb per square millimetre - - - - - - - - cubic centimetre per mole - - - - - - - - cubic decimetre per mole - - - - - - - - cubic metre per coulomb - - - - - - - - cubic metre per kilogram - - - - - - - - ampere per square centimetre - - - - - - - - cubic metre per mole - - - - - - - - ampere per square metre - - - - - - - - curie per kilogram - - - - - - - - deadweight tonnage - - - - - - - - decalitre - - - - - - - - decametre - - - - - - - - decitex - - - - - - - - degree Rankin - - - - - - - - denier - - - - - - - - ampere square metre - - - - - - - - dyn second per cubic centimetre - - - - - - - - dyne second per centimetre - - - - - - - - dyne second per centimetre to the fifth - - - - - - - - electronvolt - - - - - - - - electronvolt per metre - - - - - - - - electronvolt square metre - - - - - - - - electronvolt square metre per kilogram - - - - - - - - erg - - - - - - - - erg per centimetre - - - - - - - - ampere per square metre kelvin squared - - - - - - - - erg per cubic centimetre - - - - - - - - erg per gram - - - - - - - - erg per gram second - - - - - - - - erg per second - - - - - - - - erg per second square centimetre - - - - - - - - erg per square centimetre second - - - - - - - - erg square centimetre - - - - - - - - erg square centimetre per gram - - - - - - - - exajoule - - - - - - - - farad per metre - - - - - - - - ampere per square millimetre - - - - - - - - femtojoule - - - - - - - - femtometre - - - - - - - - foot per second squared - - - - - - - - foot pound-force per second - - - - - - - - freight ton - - - - - - - - gal - - - - - - - - Gaussian CGS unit of displacement - - - - - - - - Gaussian CGS unit of electic current - - - - - - - - Gaussian CGS unit of electric charge - - - - - - - - ampere second - - - - - - - - Gaussian CGS unit of electric field strength - - - - - - - - Gaussian CGS unit of electric polarization - - - - - - - - Gaussian CGS unit of electric potential - - - - - - - - Gaussian CGS unit of magnetization - - - - - - - - gigacoulomb per cubic metre - - - - - - - - gigaelectronvolt - - - - - - - - gigahertz - - - - - - - - gigaohm - - - - - - - - gigaohm metre - - - - - - - - gigapascal - - - - - - - - rate - - - - - - - - gigawatt - - - - - - - - gon - Remarks by GEFEG mbH: -Synonyms A91 = grade - - - - - - - gram per cubic metre - - - - - - - - gram per mole - - - - - - - - gray - - - - - - - - gray per second - - - - - - - - hectopascal - - - - - - - - henry per metre - - - - - - - - ball - - - - - - - - bulk pack - - - - - - - - acre - - - - - - - - byte - - - - - - - - ampere per metre - - - - - - - - additional minute - - - - - - - - average minute per call - - - - - - - - cop - - - - - - - - fathom - - - - - - - - access line - - - - - - - - ampoule - - - - - - - - ampere hour - - - - - - - - ampere - - - - - - - - year - - - - - - - - aluminium pound only - - - - - - - - troy ounce or apothecaries' ounce - - - - - - - - anti-hemophilic factor (AHF) unit - - - - - - - - suppository - - - - - - - - are - - - - - - - - assortment - - - - - - - - alcoholic strength by mass - - - - - - - - alcoholic strength by volume - - - - - - - - standard atmosphere - - - - - - - - technical atmosphere - - - - - - - - capsule - - - - - - - - powder filled vial - - - - - - - - assembly - - - - - - - - British thermal unit per pound - - - - - - - - Btu per cubic foot - - - - - - - - barrel (US) per day - - - - - - - - joule per kilogram kelvin - - - - - - - - joule per metre - - - - - - - - joule per square metre - Remarks by GEFEG mbH: -Synonym B13 = joule per metre squared - - - - - - - joule per metre to the fourth power - - - - - - - - joule per mole - - - - - - - - joule per mole kelvin - - - - - - - - joule second - - - - - - - - bunk - - - - - - - - joule square metre per kilogram - - - - - - - - kelvin per watt - - - - - - - - kiloampere - - - - - - - - kiloampere per square metre - - - - - - - - kiloampere per metre - - - - - - - - kilobecquerel per kilogram - - - - - - - - kilocoulomb - - - - - - - - kilocoulomb per cubic metre - - - - - - - - kilocoulomb per square metre - - - - - - - - kiloelectronvolt - - - - - - - - batting pound - - - - - - - - kilogram metre per second - - - - - - - - kilogram metre squared - - - - - - - - kilogram metre squared per second - - - - - - - - kilogram per cubic decimetre - - - - - - - - kilogram per litre - Remarks by GEFEG mbH: -Synonym B35 = kilogram per litre of product - - - - - - - thermochemical calorie per gram - - - - - - - - kilogram-force - - - - - - - - kilogram-force metre - - - - - - - - kilogram-force metre per second - - - - - - - - barrel, imperial - - - - - - - - kilogram-force per square metre - - - - - - - - kilojoule per kelvin - - - - - - - - kilojoule per kilogram - - - - - - - - kilojoule per kilogram kelvin - - - - - - - - kilojoule per mole - - - - - - - - kilomole - - - - - - - - kilomole per cubic metre - - - - - - - - kilonewton - - - - - - - - kilonewton metre - - - - - - - - kiloohm - - - - - - - - billet - - - - - - - - kiloohm metre - - - - - - - - kilopond - - - - - - - - kilosecond - - - - - - - - kilosiemens - - - - - - - - kilosiemens per metre - - - - - - - - kilovolt per metre - - - - - - - - kiloweber per metre - - - - - - - - light year - - - - - - - - litre per mole - - - - - - - - lumen hour - - - - - - - - bun - - - - - - - - lumen per square metre - - - - - - - - lumen per watt - - - - - - - - lumen second - - - - - - - - lux hour - - - - - - - - lux second - - - - - - - - maxwell - - - - - - - - megaampere per square metre - - - - - - - - megabecquerel per kilogram - - - - - - - - megacoulomb per cubic metre - - - - - - - - cycle - - - - - - - - megacoulomb per square metre - - - - - - - - megaelectronvolt - - - - - - - - megagram per cubic metre - - - - - - - - meganewton - - - - - - - - meganewton metre - - - - - - - - megaohm - - - - - - - - megaohm metre - - - - - - - - megasiemens per metre - - - - - - - - megavolt - - - - - - - - megavolt per metre - - - - - - - - joule per cubic metre - - - - - - - - reciprocal metre squared reciprocal second - - - - - - - - metre to the fourth power - - - - - - - - microampere - - - - - - - - microbar - - - - - - - - microcoulomb - - - - - - - - microcoulomb per cubic metre - - - - - - - - microcoulomb per square metre - - - - - - - - microfarad per metre - - - - - - - - batt - - - - - - - - microhenry - - - - - - - - microhenry per metre - - - - - - - - micronewton - - - - - - - - micronewton metre - - - - - - - - microohm - - - - - - - - microohm metre - - - - - - - - micropascal - - - - - - - - microradian - - - - - - - - microsecond - - - - - - - - microsiemens - - - - - - - - bar - - - - - - - - base box - - - - - - - - board - - - - - - - - bundle - - - - - - - - board foot - - - - - - - - bag - - - - - - - - brush - - - - - - - - brake horse power - - - - - - - - trillion (US) - Remarks by GEFEG mbH: -Synonym BIL = billion (EUR) - - - - - - - bucket - - - - - - - - basket - - - - - - - - bale - - - - - - - - dry barrel (US) - - - - - - - - barrel (US) (petroleum etc.) - - - - - - - - bottle - - - - - - - - hundred board feet - - - - - - - - becquerel - - - - - - - - bar - - - - - - - - bolt - - - - - - - - British thermal unit - - - - - - - - bushel (US) - - - - - - - - bushel (UK) - - - - - - - - base weight - - - - - - - - box - - - - - - - - million BTUs - - - - - - - - call - - - - - - - - composite product pound (total weight) - - - - - - - - millifarad - - - - - - - - milligal - - - - - - - - milligram per metre - - - - - - - - milligray - - - - - - - - millihenry - - - - - - - - millijoule - - - - - - - - millimetre per second - - - - - - - - millimetre squared per second - - - - - - - - millimole - - - - - - - - mole per kilogram - - - - - - - - carset - - - - - - - - millinewton - - - - - - - - millinewton per metre - - - - - - - - milliohm metre - - - - - - - - millipascal second - - - - - - - - milliradian - - - - - - - - millisecond - - - - - - - - millisiemens - - - - - - - - millisievert - - - - - - - - millitesla - - - - - - - - microvolt per metre - - - - - - - - millivolt per metre - - - - - - - - milliwatt - - - - - - - - milliwatt per square metre - - - - - - - - milliweber - - - - - - - - mole - - - - - - - - mole per cubic decimetre - - - - - - - - mole per cubic metre - - - - - - - - mole per litre - - - - - - - - nanoampere - - - - - - - - carload - - - - - - - - nanocoulomb - - - - - - - - nanofarad - - - - - - - - nanofarad per metre - - - - - - - - nanohenry - - - - - - - - nanohenry per metre - - - - - - - - nanometre - - - - - - - - nanoohm metre - - - - - - - - nanosecond - - - - - - - - nanotesla - - - - - - - - nanowatt - - - - - - - - cost - - - - - - - - neper - - - - - - - - neper per second - - - - - - - - picometre - - - - - - - - newton metre second - - - - - - - - newton metre squared kilogram squared - - - - - - - - newton per square metre - - - - - - - - newton per square millimetre - - - - - - - - newton second - - - - - - - - newton second per metre - - - - - - - - octave - - - - - - - - cell - - - - - - - - ohm centimetre - - - - - - - - ohm metre - - - - - - - - one - - - - - - - - parsec - - - - - - - - pascal per kelvin - - - - - - - - pascal second - - - - - - - - pascal second per cubic metre - - - - - - - - pascal second per metre - - - - - - - - petajoule - - - - - - - - phon - - - - - - - - centipoise - - - - - - - - picoampere - - - - - - - - picocoulomb - - - - - - - - picofarad per metre - - - - - - - - picohenry - - - - - - - - picowatt - - - - - - - - picowatt per square metre - - - - - - - - pound gage - - - - - - - - pound-force - - - - - - - - millicoulomb per kilogram - - - - - - - - rad - - - - - - - - radian - - - - - - - - radian meter squared per mole - - - - - - - - radian metre squared per kilogram - - - - - - - - radian per metre - - - - - - - - reciprocal †ngstr"m - - - - - - - - reciprocal cubic metre - - - - - - - - reciprocal cubic metre per second - - - - - - - - reciprocal electron volt per cubic metre - - - - - - - - reciprocal henry - - - - - - - - coil group - - - - - - - - reciprocal joule per cubic metre - - - - - - - - reciprocal kelvin or kelvin to the power minus one - - - - - - - - reciprocal metre - - - - - - - - reciprocal square metre - Remarks by GEFEG mbH: -Synonym C93 = reciprocal metre squared - - - - - - - reciprocal minute - - - - - - - - reciprocal mole - - - - - - - - reciprocal pascal or pascal to the power minus one - - - - - - - - reciprocal second - - - - - - - - reciprocal second per cubic metre - - - - - - - - reciprocal second per metre squared - - - - - - - - can - - - - - - - - carrying capacity in metric ton - - - - - - - - candela - - - - - - - - degree Celsius - - - - - - - - hundred - - - - - - - - card - - - - - - - - centigram - - - - - - - - container - - - - - - - - cone - - - - - - - - connector - - - - - - - - coulomb per kilogram - - - - - - - - coil - - - - - - - - hundred leave - - - - - - - - centilitre - - - - - - - - square centimetre - - - - - - - - cubic centimetre - - - - - - - - centimetre - - - - - - - - hundred pack - - - - - - - - cental (UK) - - - - - - - - carboy - - - - - - - - coulomb - - - - - - - - cartridge - - - - - - - - crate - - - - - - - - case - - - - - - - - carton - - - - - - - - metric carat - - - - - - - - cup - - - - - - - - curie - - - - - - - - cover - - - - - - - - hundred pounds (cwt)/hundred weight (US) - - - - - - - - hundred weight (UK) - - - - - - - - cylinder - - - - - - - - combo - - - - - - - - reciprocal second per steradian - - - - - - - - siemens per metre - - - - - - - - siemens square metre per mole - - - - - - - - sievert - - - - - - - - thousand linear yard - - - - - - - - sone - - - - - - - - square centimetre per erg - - - - - - - - square centimetre per steradian erg - - - - - - - - metre kelvin - - - - - - - - square metre kelvin per watt - - - - - - - - reciprocal second per steradian metre squared - - - - - - - - square metre per joule - - - - - - - - square metre per kilogram - - - - - - - - square metre per mole - - - - - - - - pen gram (protein) - - - - - - - - square metre per steradian - - - - - - - - square metre per steradian joule - - - - - - - - square metre per volt second - - - - - - - - steradian - - - - - - - - syphon - - - - - - - - terahertz - - - - - - - - terajoule - - - - - - - - terawatt - - - - - - - - terawatt hour - - - - - - - - tesla - - - - - - - - tex - - - - - - - - thermochemical calorie - - - - - - - - thermochemical calorie per gram kelvin - - - - - - - - thermochemical calorie per second centimetre kelvin - - - - - - - - thermochemical calorie per second square centimetre kelvin - - - - - - - - thousand litre - - - - - - - - tonne per cubic metre - - - - - - - - tropical year - - - - - - - - unified atomic mass unit - - - - - - - - var - - - - - - - - volt squared per kelvin squared - - - - - - - - volt - ampere - - - - - - - - volt per centimetre - - - - - - - - volt per kelvin - - - - - - - - millivolt per kelvin - - - - - - - - kilogram per square centimeter - - - - - - - - volt per metre - - - - - - - - volt per millimetre - - - - - - - - watt per kelvin - - - - - - - - watt per metre kelvin - - - - - - - - watt per square metre - - - - - - - - watt per square metre kelvin - - - - - - - - watt per square metre kelvin to the fourth power - - - - - - - - watt per steradian - - - - - - - - watt per steradian square metre - - - - - - - - weber per metre - - - - - - - - röntgen per second - - - - - - - - weber per millimetre - - - - - - - - minute - - - - - - - - second - - - - - - - - book - - - - - - - - block - - - - - - - - round - - - - - - - - cassette - - - - - - - - dollar per hour - - - - - - - - inch to the fourth power - - - - - - - - sandwich - - - - - - - - International Table (IT) calorie - - - - - - - - International Table (IT) calorie per second centimetre kelvin - - - - - - - - International Table (IT) calorie per second square centimetre kelvin - - - - - - - - joule square metre - - - - - - - - kilogram per mole - - - - - - - - International Table (IT) calorie per gram - - - - - - - - International Table (IT) calorie per gram kelvin - - - - - - - - megacoulomb - - - - - - - - beam - - - - - - - - draize score - - - - - - - - microwatt - - - - - - - - microtesla - - - - - - - - microvolt - - - - - - - - millinewton metre - - - - - - - - microwatt per square metre - - - - - - - - millicoulomb - - - - - - - - millimole per kilogram - - - - - - - - millicoulomb per cubic metre - - - - - - - - millicoulomb per square metre - - - - - - - - dyne per square centimeter - - - - - - - - cubic metre (net) - - - - - - - - rem - - - - - - - - band - - - - - - - - second per cubic metre - - - - - - - - second per radian cubic metre - - - - - - - - joule per gram - - - - - - - - pound gross - - - - - - - - pallet/unit load - - - - - - - - mass pound - - - - - - - - sleeve - - - - - - - - decare - - - - - - - - ten day - - - - - - - - day - - - - - - - - dry pound - - - - - - - - disk (disc) - - - - - - - - degree - - - - - - - - deal - - - - - - - - decade - - - - - - - - decigram - - - - - - - - dispenser - - - - - - - - decagram - - - - - - - - decilitre - - - - - - - - square decimetre - - - - - - - - cubic decimetre - - - - - - - - decimetre - - - - - - - - decinewton metre - - - - - - - - dozen piece - - - - - - - - dozen pair - - - - - - - - displacement tonnage - - - - - - - - data record - - - - - - - - drum - - - - - - - - dram (US) - - - - - - - - dram (UK) - - - - - - - - dozen roll - - - - - - - - drachm (UK) - - - - - - - - display - - - - - - - - dry ton - - - - - - - - decitonne - Remarks by GEFEG mbH: -Synonym DTN = centner, metric -Synonym DTN = quintal, metric - - - - - - - dyne - - - - - - - - pennyweight - - - - - - - - dyne per centimetre - - - - - - - - directory book - - - - - - - - dozen - - - - - - - - dozen pack - - - - - - - - belt - - - - - - - - trailer - - - - - - - - gross kilogram - - - - - - - - metric long ton - - - - - - - - each - - - - - - - - electronic mail box - - - - - - - - each per month - - - - - - - - eleven pack - - - - - - - - equivalent gallon - - - - - - - - envelope - - - - - - - - thousand cubic feet per day - - - - - - - - fibre per cubic centimetre of air - - - - - - - - degree Fahrenheit - - - - - - - - farad - - - - - - - - field - - - - - - - - thousand cubic feet - - - - - - - - million particle per cubic foot - - - - - - - - track foot - - - - - - - - hundred cubic metre - - - - - - - - transdermal patch - - - - - - - - micromole - - - - - - - - flake ton - - - - - - - - million cubic feet - - - - - - - - foot - - - - - - - - pound per square foot - - - - - - - - foot per minute - - - - - - - - foot per second - - - - - - - - square foot - - - - - - - - cubic foot - - - - - - - - US gallon per minute - - - - - - - - Imperial gallon per minute - - - - - - - - microfiche sheet - - - - - - - - gallon (US) per day - - - - - - - - gigabecquerel - - - - - - - - gram per 100 gram - - - - - - - - gross barrel - - - - - - - - pound per gallon (US) - - - - - - - - gram per metre (gram per 100 centimetres) - - - - - - - - gram of fissile isotope - - - - - - - - great gross - - - - - - - - half gallon (US) - - - - - - - - gill (US) - - - - - - - - gill (UK) - - - - - - - - gram per millilitre - - - - - - - - gram per kilogram - - - - - - - - gram per litre - - - - - - - - dry gallon (US) - - - - - - - - gallon (UK) - - - - - - - - gallon (US) - - - - - - - - gram per square metre - - - - - - - - gross gallon - - - - - - - - milligrams per square metre - - - - - - - - milligram per cubic metre - - - - - - - - microgram per cubic meter - - - - - - - - gram - - - - - - - - grain - - - - - - - - gross - - - - - - - - gross register ton - - - - - - - - gross ton - Remarks by GEFEG mbH: -Synonym GT = metric gross ton - - - - - - - gigajoule - - - - - - - - gallon per thousand cubic feet - - - - - - - - gigawatt hour - - - - - - - - gross yard - - - - - - - - gage system - - - - - - - - half page - electronic - - - - - - - - half litre - - - - - - - - hank - - - - - - - - hectare - - - - - - - - hectobar - - - - - - - - hundred boxe - - - - - - - - hundred count - - - - - - - - half dozen - - - - - - - - hundredth of a carat - - - - - - - - hundred feet - - - - - - - - hectogram - - - - - - - - hundred cubic feet - - - - - - - - hundred sheet - - - - - - - - hundred international unit - - - - - - - - metric horse power - - - - - - - - hundred kilogram - - - - - - - - hundred feet (linear) - - - - - - - - hectolitre - - - - - - - - mile per hour - - - - - - - - million cubic metre - - - - - - - - hectometre - - - - - - - - conventional millimetre of mercury - - - - - - - - hundred troy ounce - - - - - - - - conventional millimetre of water - - - - - - - - hectolitre of pure alcohol - - - - - - - - hundred square feet - - - - - - - - half hour - - - - - - - - hertz - - - - - - - - hour - - - - - - - - hundred yard - - - - - - - - inch pound (pound inch) - - - - - - - - count per inch - - - - - - - - person - - - - - - - - inches of water - - - - - - - - column inch - - - - - - - - inch per minute - - - - - - - - impression - - - - - - - - inch - - - - - - - - square inch - - - - - - - - inch cubed - - - - - - - - insurance policy - - - - - - - - count per centimetre - - - - - - - - inch per second (linear speed) - Remarks by GEFEG mbH: -Synonym IU = inch per second (vibration) - - - - - - - inch per second squared (acceleration) - Remarks by GEFEG mbH: -Synonym IV = inch per second squared (vibration acceleration) - - - - - - - joule per kilogram - - - - - - - - jumbo - - - - - - - - joule per kelvin - - - - - - - - jug - - - - - - - - megajoule per kilogram - - - - - - - - megajoule per cubic metre - - - - - - - - joint - - - - - - - - joule - - - - - - - - jar - - - - - - - - kilowatt demand - - - - - - - - kilovolt ampere reactive demand - - - - - - - - kilovolt ampere reactive hour - - - - - - - - kilovolt ampere (reactive) - - - - - - - - kilolitre - - - - - - - - cake - - - - - - - - kilocharacter - - - - - - - - kilobar - - - - - - - - kilogram decimal - - - - - - - - kelvin - - - - - - - - kilopacket - - - - - - - - keg - - - - - - - - kilogram - - - - - - - - kilogram per second - - - - - - - - kilohertz - - - - - - - - kilogram per millimetre width - - - - - - - - kilosegment - - - - - - - - kilojoule - - - - - - - - kilogram per metre - - - - - - - - kilometre per hour - - - - - - - - square kilometre - - - - - - - - kilogram per cubic metre - - - - - - - - kilogram of nitrogen - - - - - - - - kilogram named substance - - - - - - - - knot - - - - - - - - milliequivalence caustic potash per gram of product - - - - - - - - kilopascal - - - - - - - - kilogram of potassium hydroxide (caustic potash) - - - - - - - - kilogram of potassium oxide - - - - - - - - kilogram of phosphorus pentoxide (phosphoric anhydride) - - - - - - - - kiloröntgen - - - - - - - - thousand pound per square inch - - - - - - - - kilogram of substance 90 % dry - - - - - - - - kilogram of sodium hydroxide (caustic soda) - - - - - - - - kit - - - - - - - - kilometre - - - - - - - - kilotonne - - - - - - - - kilogram of uranium - - - - - - - - kilovolt - ampere - - - - - - - - kilovar - - - - - - - - kilovolt - - - - - - - - kilograms per millimeter - - - - - - - - kilowatt hour - - - - - - - - kilowatt - - - - - - - - millilitre per kilogram - - - - - - - - litre per minute - - - - - - - - pound per cubic inch - - - - - - - - pound - Remarks by GEFEG mbH: -Synonym LBR = pound decimal - - - - - - - troy pound (US) - - - - - - - - linear centimetre - - - - - - - - litre per day - - - - - - - - lite - - - - - - - - leaf - - - - - - - - linear foot - - - - - - - - labour hour - - - - - - - - linear inch - - - - - - - - large spray - - - - - - - - link - - - - - - - - linear metre - - - - - - - - length - - - - - - - - lot - - - - - - - - liquid pound - - - - - - - - litre of pure alcohol - - - - - - - - layer - - - - - - - - lump sum - - - - - - - - ton (UK) or longton (US) - - - - - - - - litre - - - - - - - - lumen - - - - - - - - lux - - - - - - - - linear yard per pound - - - - - - - - linear yard - - - - - - - - magnetic tape - - - - - - - - milligrams per litre - - - - - - - - monetary value - - - - - - - - microcurie - - - - - - - - micro-inch - - - - - - - - million Btu per 1000 cubic feet - - - - - - - - machine per unit - - - - - - - - mega litre - - - - - - - - megametre - - - - - - - - megawatt - - - - - - - - thousand standard brick equivalent - - - - - - - - thousand board feet - - - - - - - - millibar - - - - - - - - microgram - - - - - - - - millicurie - - - - - - - - air dry metric ton - - - - - - - - milligram per square foot per side - - - - - - - - milligram - - - - - - - - megahertz - - - - - - - - square mile - - - - - - - - thousand - - - - - - - - minute - - - - - - - - million - - - - - - - - million international unit - - - - - - - - milligram per square inch - - - - - - - - milliard - Remarks by GEFEG mbH: -Synonym MLD = billion (US) - - - - - - - millilitre - - - - - - - - square millimetre - - - - - - - - cubic millimetre - - - - - - - - millimetre - - - - - - - - month - - - - - - - - megapascal - - - - - - - - thousand metre - - - - - - - - cubic metre per hour - - - - - - - - cubic metre per second - - - - - - - - metre per second squared - - - - - - - - mat - - - - - - - - square metre - - - - - - - - cubic metre - Remarks by GEFEG mbH: -Synonym MTQ = metre cubed - - - - - - - metre - - - - - - - - metre per second - - - - - - - - number of mults - - - - - - - - megavolt - ampere - - - - - - - - megawatt hour (1000 kW.h) - - - - - - - - pen calorie - - - - - - - - number of lines - - - - - - - - print point - - - - - - - - milligram per kilogram - - - - - - - - number of articles - - - - - - - - barge - - - - - - - - number of bobbins - - - - - - - - car - - - - - - - - number of cells - - - - - - - - net barrel - - - - - - - - net litre - - - - - - - - newton - - - - - - - - message - - - - - - - - net gallon (us) - - - - - - - - message hour - - - - - - - - net imperial gallon - - - - - - - - number of international units - - - - - - - - number of screens - - - - - - - - load - - - - - - - - nautical mile - - - - - - - - number of packs - - - - - - - - train - - - - - - - - number of parcels - - - - - - - - number of pairs - - - - - - - - number of parts - - - - - - - - mho - - - - - - - - micromho - - - - - - - - number of rolls - - - - - - - - net ton - Remarks by GEFEG mbH: -Synonym NT = metric net ton - - - - - - - net register ton - - - - - - - - newton metre - - - - - - - - vehicle - - - - - - - - part per thousand - - - - - - - - pound per air dry metric ton - - - - - - - - panel - - - - - - - - ohm - - - - - - - - ounce per square yard - - - - - - - - ounce - - - - - - - - two pack - - - - - - - - overtime hour - - - - - - - - ounce av - - - - - - - - fluid ounce (US) - - - - - - - - fluid ounce (UK) - - - - - - - - page - electronic - - - - - - - - percent - - - - - - - - pound per foot - - - - - - - - three pack - - - - - - - - four pack - - - - - - - - five pack - - - - - - - - six pack - - - - - - - - seven pack - - - - - - - - eight pack - - - - - - - - nine pack - - - - - - - - packet - - - - - - - - pascal - - - - - - - - pair inch - - - - - - - - pad - - - - - - - - pound equivalent - - - - - - - - pallet (lift) - - - - - - - - plate - - - - - - - - proof gallon - - - - - - - - pitch - - - - - - - - package - Remarks by GEFEG mbH: -Synonym PK = pack - - - - - - - pail - - - - - - - - pound percentage - - - - - - - - pound net - - - - - - - - pound per inch of length - - - - - - - - page per inch - - - - - - - - pair - - - - - - - - pound-force per square inch - - - - - - - - pint (US) - - - - - - - - dry pint (US) - - - - - - - - pint (UK) - - - - - - - - liquid pint (US) - - - - - - - - tray / tray pack - - - - - - - - half pint (US) - - - - - - - - pound per inch of width - - - - - - - - peck dry (US) - - - - - - - - peck dry (UK) - - - - - - - - meal - - - - - - - - page - facsimile - - - - - - - - quarter (of a year) - - - - - - - - page - hardcopy - - - - - - - - quarter dozen - - - - - - - - quarter hour - - - - - - - - quarter kilogram - - - - - - - - quire - - - - - - - - quart (US) - - - - - - - - dry quart (US) - - - - - - - - quart (UK) - - - - - - - - liquid quart (US) - - - - - - - - quarter (UK) - - - - - - - - pica - - - - - - - - calorie - - - - - - - - thousand cubic metre - - - - - - - - rack - - - - - - - - rod - - - - - - - - ring - - - - - - - - running or operating hour - - - - - - - - roll metric measure - - - - - - - - reel - - - - - - - - ream - - - - - - - - ream metric measure - - - - - - - - roll - - - - - - - - pound per ream - - - - - - - - revolutions per minute - - - - - - - - revolutions per second - - - - - - - - reset - - - - - - - - revenue ton mile - - - - - - - - run - - - - - - - - square foot per second - - - - - - - - square metre per second - - - - - - - - sixty fourths of an inch - - - - - - - - session - - - - - - - - storage unit - - - - - - - - standard advertising unit - - - - - - - - sack - - - - - - - - half year (6 months) - - - - - - - - score - - - - - - - - scruple - - - - - - - - solid pound - - - - - - - - section - - - - - - - - second - - - - - - - - set - - - - - - - - segment - - - - - - - - shipping ton - - - - - - - - siemens - - - - - - - - split tanktruck - - - - - - - - slipsheet - - - - - - - - mile (statute mile) - - - - - - - - square rod - - - - - - - - spool - - - - - - - - shelf package - - - - - - - - square - - - - - - - - strip - - - - - - - - sheet metric measure - - - - - - - - short standard (7200 matches) - - - - - - - - sheet - - - - - - - - stone (UK) - - - - - - - - ton (US) or short ton (UK/US) - Remarks by GEFEG mbH: -Synonym STN = net ton (2000 lb) - - - - - - - skid - - - - - - - - skein - - - - - - - - shipment - - - - - - - - telecommunication line in service - - - - - - - - thousand pound gross - - - - - - - - thousand piece - - - - - - - - thousand bag - - - - - - - - thousand casing - - - - - - - - thousand gallon (US) - - - - - - - - thousand impression - - - - - - - - thousand linear inch - - - - - - - - tenth cubic foot - - - - - - - - kiloampere hour (thousand ampere hour) - - - - - - - - truckload - - - - - - - - therm - - - - - - - - tote - - - - - - - - ten square yard - - - - - - - - thousand square inch - - - - - - - - thousand square centimetre - - - - - - - - tank, rectangular - - - - - - - - thousand feet (linear) - - - - - - - - tin - - - - - - - - tonne (metric ton) - Remarks by GEFEG mbH: -Synonym TNE = metric ton - - - - - - - ten pack - - - - - - - - ten pair - - - - - - - - thousand feet - - - - - - - - thousand cubic metre per day - - - - - - - - ten square feet - - - - - - - - trillion (EUR) - - - - - - - - thousand square feet - - - - - - - - tonne of substance 90 % dry - - - - - - - - ton of steam per hour - - - - - - - - thousand linear metre - - - - - - - - tube - - - - - - - - thousand kilogram - - - - - - - - thousand sheet - - - - - - - - tank, cylindrical - - - - - - - - treatment - - - - - - - - tablet - - - - - - - - torr - - - - - - - - telecommunication line in service average - - - - - - - - telecommunication port - - - - - - - - tenth minute - - - - - - - - tenth hour - - - - - - - - usage per telecommunication line average - - - - - - - - ten thousand yard - - - - - - - - million unit - - - - - - - - volt ampere per kilogram - - - - - - - - vial - - - - - - - - volt - - - - - - - - bulk - - - - - - - - visit - - - - - - - - wet kilo - - - - - - - - two week - - - - - - - - watt per kilogram - - - - - - - - wet pound - - - - - - - - cord - - - - - - - - wet ton - - - - - - - - weber - - - - - - - - week - - - - - - - - wine gallon - - - - - - - - wheel - - - - - - - - watt hour - - - - - - - - weight per square inch - - - - - - - - working month - - - - - - - - wrap - - - - - - - - standard - - - - - - - - watt - - - - - - - - millilitre of water - - - - - - - - chain - - - - - - - - square yard - - - - - - - - cubic yard - - - - - - - - hundred linear yard - - - - - - - - yard - - - - - - - - ten yard - - - - - - - - lift van - - - - - - - - chest - - - - - - - - cask - - - - - - - - hogshead - - - - - - - - lug - - - - - - - - conference point - - - - - - - - newspage agate line - - - - - - - - page - - - - - - - - mutually defined - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactCompany.xsd b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactCompany.xsd deleted file mode 100644 index 6ff2cbea..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactCompany.xsd +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactPerson.xsd b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactPerson.xsd deleted file mode 100644 index 31099d47..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactPerson.xsd +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonAggregateComponents-2.0.xsd b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonAggregateComponents-2.0.xsd deleted file mode 100644 index 72c3f449..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonAggregateComponents-2.0.xsd +++ /dev/null @@ -1,17435 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ABIE - Address. Details - Information about a structured address. - Address - - - - - - - - - BBIE - Address. Identifier - An identifier for a specific address within a scheme of registered addresses. - 0..1 - Address - Identifier - Identifier - Identifier. Type - DetailsKey - - - - - - - - - BBIE - Address. Address Type Code. Code - A code specifying the type of this address, such as business address or home address. - 0..1 - Address - Address Type Code - Code - Code. Type - - - - - - - - - BBIE - Address. Address Format Code. Code - A code specifying the format of this address. - 0..1 - Address - Address Format Code - Code - Code. Type - - - - - - - - - BBIE - Address. Postbox. Text - A post office box number. - 0..1 - Address - Postbox - Text - Text. Type - PostBox, PO Box - "123" - - - - - - - - - BBIE - Address. Floor. Text - An addressable floor of a building. - 0..1 - Address - Floor - Text - Text. Type - SubPremiseNumber - "30" - - - - - - - - - BBIE - Address. Room. Text - A room, suite, or apartment of a building. - 0..1 - Address - Room - Text - Text. Type - SubPremiseNumber - "Reception" - - - - - - - - - BBIE - Address. Street Name. Name - The name of a street. - 0..1 - Address - Street Name - Name - Name. Type - Thoroughfare - "Kwun Tong Road" - - - - - - - - - BBIE - Address. Additional_ Street Name. Name - An additional name of a street used to further specify the street name. - 0..1 - Address - Additional - Street Name - Name - Name. Type - Thoroughfare - "Cnr Aberdeen Road" - - - - - - - - - BBIE - Address. Block Name. Name - The block name, expressed as text, for an area surrounded by streets and usually containing several buildings for this address. - 0..1 - Address - Block Name - Name - Name. Type - Seabird - - - - - - - - - BBIE - Address. Building Name. Name - The name of a building. - 0..1 - Address - Building Name - Name - Name. Type - BuildingName - "Plot 421" - - - - - - - - - BBIE - Address. Building Number. Text - The number of a building. - 0..1 - Address - Building Number - Text - Text. Type - PremiseNumber - "388" - - - - - - - - - BBIE - Address. Inhouse_ Mail. Text - A specific location within a building. - 0..1 - Address - Inhouse - Mail - Text - Text. Type - MailStop - - - - - - - - - BBIE - Address. Department. Text - An addressable department of an organization. - 0..1 - Address - Department - Text - Text. Type - Department - "Accounts Payable" - - - - - - - - - BBIE - Address. Mark Attention. Text - The name, expressed as text, of a person or department in the organization to whom incoming mail is marked with words such as 'for the attention of' or 'FAO' or 'ATTN' for this address. - 0..1 - Address - Mark Attention - Text - Text. Type - - - - - - - - - BBIE - Address. Mark Care. Text - The name, expressed as text, of a person or organization at this address to whom incoming mail is marked with words such as 'care of' or 'C/O'. - 0..1 - Address - Mark Care - Text - Text. Type - - - - - - - - - BBIE - Address. Plot Identification. Text - The textual expression of the unique identifier for the piece of land on which this address is located such as a plot number. - 0..1 - Address - Plot Identification - Text - Text. Type - - - - - - - - - BBIE - Address. City Subdivision Name. Name - A name, expressed as text, of a subdivision of a city for this address, for example, a district or borough. - 0..1 - Address - City Subdivision Name - Name - Name. Type - - - - - - - - - BBIE - Address. City Name. Name - The name of a city, town, or village. - 0..1 - Address - City Name - Name - Name. Type - LocalityName - "Hong Kong" - - - - - - - - - BBIE - Address. Postal_ Zone. Text - The identifier for an addressable group of properties according to the relevant national postal service, such as a ZIP code or Post Code. - 0..1 - Address - Postal - Zone - Text - Text. Type - PostalCodeNumber - "SW11 4EW" "2500 GG" - - - - - - - - - BBIE - Address. Country Subentity. Text - A territorial division of a country, such as a county or state. - 0..1 - Address - Country Subentity - Text - Text. Type - AdministrativeArea, State, Country, Shire, Canton - "Florida","Tamilnadu" - - - - - - - - - BBIE - Address. Country Subentity Code. Code - A territorial division of a country, such as a county or state, expressed as a code. - 0..1 - Address - Country Subentity Code - Code - Code. Type - AdministrativeAreaCode, State Code - - - - - - - - - BBIE - Address. Region. Text - An addressable region or group of countries. - 0..1 - Address - Region - Text - Text. Type - LocalityName, Economic Zone - "European Union" - - - - - - - - - BBIE - Address. District. Text - A geographical division of a country. - 0..1 - Address - District - Text - Text. Type - LocalityName, Area - "East Coast" - - - - - - - - - BBIE - Address. Timezone Offset. Text - For the time zone in which the address is situated, the measure of time offset from Universal Coordinated Time (UTC). - 0..1 - Address - Timezone Offset - Text - Text. Type - "+8:00" "-3:00" - - - - - - - - - ASBIE - Address. Address Line - An association to Address Line. - 0..n - Address - Address Line - Address Line - - - - - - - - - ASBIE - Address. Country - An association to Country. - 0..1 - Address - Country - Country - - - - - - - - - ASBIE - Address. Location Coordinate - An association to Location Coordinate. - 0..1 - Address - Location Coordinate - Location Coordinate - - - - - - - - - - - ABIE - Address Line. Details - Information about a line of address expressed as unstructured text. - Address Line - - - - - - - - - BBIE - Address Line. Line. Text - A line of address expressed as unstructured text. - 1 - Address Line - Line - Text - Text. Type - "123 Standard Chartered Tower" - - - - - - - - - - - ABIE - Air Transport. Details - Information related to an aircraft. - Air Transport - - - - - - - - - BBIE - Air Transport. Aircraft Identifier. Identifier - Identifies a specific aircraft. - 1 - Air Transport - Aircraft Identifier - Identifier - Identifier. Type - - - - - - - - - - - ABIE - Allowance Charge. Details - Information about a charge or discount price component. - Allowance Charge - - - - - - - - - BBIE - Allowance Charge. Identifier - Identifies an Allowance Charge. - 0..1 - Allowance Charge - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Allowance Charge. Charge_ Indicator. Indicator - Indicates whether the Allowance Charge is a charge (true) or a discount (false). - 1 - Allowance Charge - Charge - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Allowance Charge. Allowance Charge Reason Code. Code - The reason for the Allowance Charge, expressed as a code. - 0..1 - Allowance Charge - Allowance Charge Reason Code - Code - Allowance Charge Reason_ Code. Type - - - - - - - - - BBIE - Allowance Charge. Allowance Charge_ Reason. Text - The reason for the Allowance Charge, expressed as text. - 0..1 - Allowance Charge - Allowance Charge - Reason - Text - Text. Type - - - - - - - - - BBIE - Allowance Charge. Multiplier_ Factor. Numeric - The factor applied to the Base Amount to calculate the Allowance Charge. - 0..1 - Allowance Charge - Multiplier - Factor - Numeric - Numeric. Type - 0.20 - - - - - - - - - BBIE - Allowance Charge. Prepaid_ Indicator. Indicator - Indicates whether the Allowance Charge is prepaid (true) or not (false). - 0..1 - Allowance Charge - Prepaid - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Allowance Charge. Sequence. Numeric - Identifies the numerical order sequence in which Allowance Charges are calculated when multiple Allowance Charges apply. If all Allowance Charges apply to the same Base Amount, SequenceNumeric will be '1' for all Allowance Charges. - 0..1 - Allowance Charge - Sequence - Numeric - Numeric. Type - 1, 2, 3, 4, etc. - - - - - - - - - BBIE - Allowance Charge. Amount - The Allowance Charge amount. - 1 - Allowance Charge - Amount - Amount - Amount. Type - 35,23 - - - - - - - - - BBIE - Allowance Charge. Base_ Amount. Amount - The amount to which the MultiplierFactorNumeric is applied to calculate the Allowance Charge. - 0..1 - Allowance Charge - Base - Amount - Amount - Amount. Type - - - - - - - - - BBIE - Allowance Charge. Accounting Cost Code. Code - The buyer's accounting code as applied to the Allowance Charge. - 0..1 - Allowance Charge - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Allowance Charge. Accounting Cost. Text - The buyer's accounting code as applied to the Allowance Charge expressed as text. - 0..1 - Allowance Charge - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Allowance Charge. Tax Category - An association to Tax Category. - 0..n - Allowance Charge - Tax Category - Tax Category - - - - - - - - - ASBIE - Allowance Charge. Tax Total - An association to Tax Total. - 0..1 - Allowance Charge - Tax Total - Tax Total - - - - - - - - - ASBIE - Allowance Charge. Payment Means - An association to Payment Means. - 0..n - Allowance Charge - Payment Means - Payment Means - - - - - - - - - - - ABIE - Attachment. Details - Information about an attached document. An attachment can be referred to externally (with the URI element) or internally (with the MIME reference element) or contained within the document itself (with the EmbeddedDocument element). - Attachment - - - - - - - - - BBIE - Attachment. Embedded_ Document. Binary Object - Contains an embedded document as a BLOB (binary large object). - 0..1 - Attachment - Embedded - Document - Binary Object - Binary Object. Type - - - - - - - - - ASBIE - Attachment. External Reference - An attached document, externally referred to, referred to in the MIME location, or embedded. - 0..1 - Attachment - External Reference - External Reference - - - - - - - - - - - ABIE - Billing Reference. Details - Information directly relating to a related document. - Billing Reference - - - - - - - - - ASBIE - Billing Reference. Invoice_ Document Reference. Document Reference - An associative reference to Invoice. - 0..1 - Billing Reference - Invoice - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Self Billed Invoice_ Document Reference. Document Reference - An associative reference to Self Billed Invoice. - 0..1 - Billing Reference - Self Billed Invoice - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Credit Note_ Document Reference. Document Reference - An associative reference to Credit Note. - 0..1 - Billing Reference - Credit Note - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Self Billed Credit Note_ Document Reference. Document Reference - An associative reference to Self Billed Credit Note. - 0..1 - Billing Reference - Self Billed Credit Note - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Debit Note_ Document Reference. Document Reference - An associative reference to Debit Note. - 0..1 - Billing Reference - Debit Note - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Reminder_ Document Reference. Document Reference - An associative reference to Reminder Document Reference - 0..1 - Billing Reference - Reminder - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Additional_ Document Reference. Document Reference - An associative reference to Additional Document. - 0..1 - Billing Reference - Additional - Document Reference - Document Reference - - - - - - - - - ASBIE - Billing Reference. Billing Reference Line - An association to Billing Reference Line. - 0..n - Billing Reference - Billing Reference Line - Billing Reference Line - - - - - - - - - - - ABIE - Billing Reference Line. Details - Information about a Billing Line. - Billing Reference Line - - - - - - - - - BBIE - Billing Reference Line. Identifier - An identifier for the Billing Line. - 1 - Billing Reference Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Billing Reference Line. Amount - The amount of the Billing Line, including Allowance Charges but net of taxes. - 0..1 - Billing Reference Line - Amount - Amount - Amount. Type - - - - - - - - - ASBIE - Billing Reference Line. Allowance Charge - An association to Allowance Charge. - 0..n - Billing Reference Line - Allowance Charge - Allowance Charge - - - - - - - - - - - ABIE - Branch. Details - Information about a branch or division of an organization. - Branch - - - - - - - - - BBIE - Branch. Identifier - An identifier for a branch or division of an organization. - 0..1 - Branch - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Branch. Name - The name of a branch or division of an organization. - 0..1 - Branch - Name - Name - Name. Type - - - - - - - - - ASBIE - Branch. Financial Institution - An association to Financial Institution. - 0..1 - Branch - Financial Institution - Financial Institution - - - - - - - - - ASBIE - Branch. Address - An association to Address. - 0..1 - Branch - Address - Address - - - - - - - - - - - ABIE - Card Account. Details - Information about a credit card, debit card, or charge card. - Card Account - - - - - - - - - BBIE - Card Account. Primary_ Account Number. Identifier - The card number; the Primary Account Number (PAN). - 1 - Card Account - Primary - Account Number - Identifier - Identifier. Type - 4558 XXXX XXXX XXXX (a real card number) - - - - - - - - - BBIE - Card Account. Network. Identifier - The card network provider. - 1 - Card Account - Network - Identifier - Identifier. Type - “VISA”, “MasterCard”, “American Express” - - - - - - - - - BBIE - Card Account. Card Type Code. Code - The type of card. - 0..1 - Card Account - Card Type Code - Code - Code. Type - “Debit Card”, “Credit Card”, “Procurement Card” - - - - - - - - - BBIE - Card Account. Validity Start Date. Date - The date from which the card is valid. - 0..1 - Card Account - Validity Start Date - Date - Date. Type - - - - - - - - - BBIE - Card Account. Expiry Date. Date - The date up to which the card is valid. - 0..1 - Card Account - Expiry Date - Date - Date. Type - - - - - - - - - BBIE - Card Account. Issuer. Identifier - The identifier for the card issuer. - 0..1 - Card Account - Issuer - Identifier - Identifier. Type - - - - - - - - - BBIE - Card Account. Issue Number. Identifier - The card issue number. - 0..1 - Card Account - Issue Number - Identifier - Identifier. Type - - - - - - - - - BBIE - Card Account. CV2. Identifier - The Card Verification Value. - 0..1 - Card Account - CV2 - Identifier - Identifier. Type - - - - - - - - - BBIE - Card Account. Card Chip Code. Code - The distinction between CHIP and MAG STRIPE cards. - 0..1 - Card Account - Card Chip Code - Code - Chip_ Code. Type - - - - - - - - - BBIE - Card Account. Chip_ Application. Identifier - An identifier for the application (AID) on a chip card that provides the information quoted. - 0..1 - Card Account - Chip - Application - Identifier - Identifier. Type - - - - - - - - - BBIE - Card Account. Holder. Name - The name of the cardholder. - 0..1 - Card Account - Holder - Name - Name. Type - - - - - - - - - - - ABIE - Catalogue Item Specification Update Line. Details - Details of Catalogue Line Item Specification. - Catalogue Item Specification Update Line - - - - - - - - - BBIE - Catalogue Item Specification Update Line. Identifier - A unique instance identifier for the line in this Catalogue document. - 1 - Catalogue Item Specification Update Line - Identifier - Identifier - Identifier. Type - "1" - - - - - - - - - ASBIE - Catalogue Item Specification Update Line. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Item Specification Update Line - Contractor - Customer Party - Customer Party - - - - - - - - - ASBIE - Catalogue Item Specification Update Line. Seller_ Supplier Party. Supplier Party - An association to the Seller of the item. - 0..1 - Catalogue Item Specification Update Line - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue Item Specification Update Line. Item - An association to Item itself. - 1 - Catalogue Item Specification Update Line - Item - Item - - - - - - - - - - - ABIE - Catalogue Line. Details - The basic element of Catalogue; something that can be bought. - Catalogue Line - - - - - - - - - BBIE - Catalogue Line. Identifier - A unique instance identifier for the line in this Catalogue document. - 1 - Catalogue Line - Identifier - Identifier - Identifier. Type - "1" - - - - - - - - - BBIE - Catalogue Line. Action Code. Code - Code indicating the action required for this item to synchronize with external repositories. - 0..1 - Catalogue Line - Action Code - Code - Code. Type - "Replace", "Update", "Delete","Add" - - - - - - - - - BBIE - Catalogue Line. Life Cycle Status Code. Code - Code indicating availability of this line. - 0..1 - Catalogue Line - Life Cycle Status Code - Code - Code. Type - "new - announcement only", "new and available", "deleted - announcement only" - - - - - - - - - BBIE - Catalogue Line. Contract Subdivision. Text - Identifies a subdivision of a contract or tender. - 0..1 - Catalogue Line - Contract Subdivision - Text - Text. Type - "Installation", "Phase One", Support and Maintenance" - - - - - - - - - BBIE - Catalogue Line. Note. Text - Free-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable). - 0..n - Catalogue Line - Note - Text - Text. Type - - - - - - - - - BBIE - Catalogue Line. Orderable_ Indicator. Indicator - Indicates whether the line is orderable (that is, not just for information only). - 0..1 - Catalogue Line - Orderable - Indicator - Indicator - Indicator. Type - TRUE means orderable, FALSE means not orderable - - - - - - - - - BBIE - Catalogue Line. Orderable_ Unit. Text - The unit that can be ordered. - 0..1 - Catalogue Line - Orderable - Unit - Text - Text. Type - - - - - - - - - BBIE - Catalogue Line. Content Unit. Quantity - The quantity of the order unit of measure of the line. - 0..1 - Catalogue Line - Content Unit - Quantity - Quantity. Type - If order unit measure identifier is "each", then content unit quantity is "1". - - - - - - - - - BBIE - Catalogue Line. Order Quantity Increment. Numeric - The number of items that can set the order quantity increments. - 0..1 - Catalogue Line - Order Quantity Increment - Numeric - Numeric. Type - - - - - - - - - BBIE - Catalogue Line. Minimum_ Order Quantity. Quantity - The minimum amount of items that can be ordered. - 0..1 - Catalogue Line - Minimum - Order Quantity - Quantity - Quantity. Type - "10 boxes" - - - - - - - - - BBIE - Catalogue Line. Maximum_ Order Quantity. Quantity - The maximum amount of items that can be ordered. - 0..1 - Catalogue Line - Maximum - Order Quantity - Quantity - Quantity. Type - "1 tonne" - - - - - - - - - BBIE - Catalogue Line. Warranty_ Information. Text - Information regarding the warranty for the good or service. Warranty may be provided by any Party (can be described in the assiciation to Warranty Party). - 0..n - Catalogue Line - Warranty - Information - Text - Text. Type - "Unless specified otherwise and in addition to any rights the Customer may have under statute, Dell warrants to the Customer that Dell branded Products (excluding third party products and software), will be free from defects in materials and workmanship affecting normal use for a period of one year from invoice date ('Standard Warranty')." - - - - - - - - - BBIE - Catalogue Line. Pack Level Code. Code - The level of packaging involved. - 0..1 - Catalogue Line - Pack Level Code - Code - Code. Type - Consumer Unit, Trading Unit - "level 2", "Group 4" - - - - - - - - - ASBIE - Catalogue Line. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Line - Contractor - Customer Party - Customer Party - - - - - - - - - ASBIE - Catalogue Line. Seller_ Supplier Party. Supplier Party - An association to Seller of the item. - 0..1 - Catalogue Line - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue Line. Warranty_ Party. Party - The party responsible for the Warranty. - 0..1 - Catalogue Line - Warranty - Party - Party - - - - - - - - - ASBIE - Catalogue Line. Warranty Validity_ Period. Period - The period for which the Warranty is valid. - 0..1 - Catalogue Line - Warranty Validity - Period - Period - - - - - - - - - ASBIE - Catalogue Line. Line Validity_ Period. Period - The period for which the Catalogue Line is valid. - 0..1 - Catalogue Line - Line Validity - Period - Period - - - - - - - - - ASBIE - Catalogue Line. Item Comparison - An association to comparative details for this Item. - 0..n - Catalogue Line - Item Comparison - Item Comparison - - - - - - - - - ASBIE - Catalogue Line. Component_ Related Item. Related Item - An association that describes any catalogue items that may be components of this Item. - 0..n - Catalogue Line - Component - Related Item - Related Item - - - - - - - - - ASBIE - Catalogue Line. Accessory_ Related Item. Related Item - An association that describes any catalogue items that may be optional accessories to this Item. - 0..n - Catalogue Line - Accessory - Related Item - Related Item - - - - - - - - - ASBIE - Catalogue Line. Required_ Related Item. Related Item - An association that describes any catalogue items that may be required for this Item. - 0..n - Catalogue Line - Required - Related Item - Related Item - - - - - - - - - ASBIE - Catalogue Line. Replacement_ Related Item. Related Item - An association that describes any catalogue items that may be replacements for this Item. - 0..n - Catalogue Line - Replacement - Related Item - Related Item - - - - - - - - - ASBIE - Catalogue Line. Complementary_ Related Item. Related Item - An association that describes any catalogue items that may complement this Item. - 0..n - Catalogue Line - Complementary - Related Item - Related Item - - - - - - - - - ASBIE - Catalogue Line. Required_ Item Location Quantity. Item Location Quantity - An association to the description of properties related to locations and quantities of the Item. - 0..n - Catalogue Line - Required - Item Location Quantity - Item Location Quantity - - - - - - - - - ASBIE - Catalogue Line. Document Reference - An association to Document Reference. - 0..n - Catalogue Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Catalogue Line. Item - An association to the Item itself. - 1 - Catalogue Line - Item - Item - - - - - - - - - - - ABIE - Catalogue Pricing Update Line. Details - Details of Catalogue Line Pricing. - Catalogue Pricing Update Line - - - - - - - - - BBIE - Catalogue Pricing Update Line. Identifier - A unique instance identifier for the line in this Catalogue document. - 1 - Catalogue Pricing Update Line - Identifier - Identifier - Identifier. Type - "1" - - - - - - - - - ASBIE - Catalogue Pricing Update Line. Contractor_ Customer Party. Customer Party - The Customer Party responsible for the contract to which the Catalogue relates. - 0..1 - Catalogue Pricing Update Line - Contractor - Customer Party - Customer Party - - - - - - - - - ASBIE - Catalogue Pricing Update Line. Seller_ Supplier Party. Supplier Party - An association to the Seller of the Item. - 0..1 - Catalogue Pricing Update Line - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Catalogue Pricing Update Line. Required_ Item Location Quantity. Item Location Quantity - An association to the description of properties related to locations and quantities of the item. - 0..n - Catalogue Pricing Update Line - Required - Item Location Quantity - Item Location Quantity - - - - - - - - - - - ABIE - Catalogue Reference. Details - A reference to a Catalogue. - Catalogue Reference - - - - - - - - - BBIE - Catalogue Reference. Identifier - An identifier for the Catalogue document. - 1 - Catalogue Reference - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Reference. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Catalogue Reference - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Catalogue Reference. Issue Date. Date - The date when the Catalogue was issued. - 0..1 - Catalogue Reference - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue Reference. Issue Time. Time - The time when the Catalogue was issued. - 0..1 - Catalogue Reference - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue Reference. Revision Date. Date - The date on which the information in the Catalogue was revised. - 0..1 - Catalogue Reference - Revision Date - Date - Date. Type - - - - - - - - - BBIE - Catalogue Reference. Revision Time. Time - The time at which the information in the Catalogue was revised. - 0..1 - Catalogue Reference - Revision Time - Time - Time. Type - - - - - - - - - BBIE - Catalogue Reference. Note. Text - A free-text note about the Catalogue. This is used for information which is only human readable. - 0..n - Catalogue Reference - Note - Text - Text. Type - - - - - - - - - BBIE - Catalogue Reference. Description. Text - A description of the Catalogue. - 0..n - Catalogue Reference - Description - Text - Text. Type - "computer accessories for laptops" - - - - - - - - - BBIE - Catalogue Reference. Version. Identifier - Indicates the current version of the Catalogue. - 0..1 - Catalogue Reference - Version - Identifier - Identifier. Type - "1.1" - - - - - - - - - BBIE - Catalogue Reference. Previous_ Version. Identifier - Indicates the previous version (the version superseded by this Catalogue). - 0..1 - Catalogue Reference - Previous - Version - Identifier - Identifier. Type - "1.0" - - - - - - - - - - - ABIE - Catalogue Request Line. Details - The basic element of Catalogue; something that can be bought. - Catalogue Request Line - - - - - - - - - BBIE - Catalogue Request Line. Identifier - A unique instance identifier for the line in this Catalogue document. - 1 - Catalogue Request Line - Identifier - Identifier - Identifier. Type - "1" - - - - - - - - - BBIE - Catalogue Request Line. Contract Subdivision. Text - Identifies a subdivision of a contract or tender. - 0..1 - Catalogue Request Line - Contract Subdivision - Text - Text. Type - "Installation", "Phase One", Support and Maintenance" - - - - - - - - - BBIE - Catalogue Request Line. Note. Text - Free-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable). - 0..n - Catalogue Request Line - Note - Text - Text. Type - - - - - - - - - ASBIE - Catalogue Request Line. Line Validity_ Period. Period - The period for which the Catalogue Line is valid. - 0..1 - Catalogue Request Line - Line Validity - Period - Period - - - - - - - - - ASBIE - Catalogue Request Line. Required_ Item Location Quantity. Item Location Quantity - An association to the description of properties related to locations and quantities of the item. - 0..n - Catalogue Request Line - Required - Item Location Quantity - Item Location Quantity - - - - - - - - - ASBIE - Catalogue Request Line. Item - An association to the Item itself. - 1 - Catalogue Request Line - Item - Item - - - - - - - - - - - ABIE - Certificate Of Origin Application. Details - A document that contains information of CO application. - Certificate Of Origin Application - - - - - - - - - BBIE - Certificate Of Origin Application. Reference. Identifier - Holds the unique number that identifies the Despatch Advice, typically according to the seller's system that generated the Despatch Advice. - 1 - Certificate Of Origin Application - Reference - Identifier - Identifier. Type - - - - - - - - - BBIE - Certificate Of Origin Application. Certificate Type. Text - Type of CO. Type could be Ordinary, Re-export, Commonwealth Preferential etc. - 1 - Certificate Of Origin Application - Certificate Type - Text - Text. Type - - - - - - - - - BBIE - Certificate Of Origin Application. Application Status Code. Code - Indicates the status of the application (revision, replacement, etc.). - 0..1 - Certificate Of Origin Application - Application Status Code - Code - Code. Type - - - - - - - - - BBIE - Certificate Of Origin Application. Original_ Job Identifier. Identifier - The latest Job Number given to the Origin application. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier. - 1 - Certificate Of Origin Application - Original - Job Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Certificate Of Origin Application. Previous_ Job Identifier. Identifier - The previous Job Number assigned in case the application undergoes query or change. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier. - 0..1 - Certificate Of Origin Application - Previous - Job Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Certificate Of Origin Application. Remarks. Text - Remarks by the applicant for the Certificate of Origin Application. - 0..1 - Certificate Of Origin Application - Remarks - Text - Text. Type - - - - - - - - - ASBIE - Certificate Of Origin Application. Shipment - Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. - 1 - Certificate Of Origin Application - Shipment - Shipment - - - - - - - - - ASBIE - Certificate Of Origin Application. Endorser Party - The party providing the endorsement. - 1..n - Certificate Of Origin Application - Endorser Party - Endorser Party - - - - - - - - - ASBIE - Certificate Of Origin Application. Preparation_ Party. Party - Details of an individual, a group, or a body that prepares the Certificate of Origin application. - 1 - Certificate Of Origin Application - Preparation - Party - Party - - - - - - - - - ASBIE - Certificate Of Origin Application. Issuer_ Party. Party - Details of the authorized organization that issued the Certificate of Origin. - 1 - Certificate Of Origin Application - Issuer - Party - Party - - - - - - - - - ASBIE - Certificate Of Origin Application. Issuing_ Country. Country - The country for which the Certificate of Origin is issued. - 1 - Certificate Of Origin Application - Issuing - Country - Country - - - - - - - - - ASBIE - Certificate Of Origin Application. Document Distribution - The distribution of the Certificate of Origin to interested parties. - 0..n - Certificate Of Origin Application - Document Distribution - Document Distribution - - - - - - - - - ASBIE - Certificate Of Origin Application. Supporting_ Document Reference. Document Reference - An associative reference to a supporting document. - 0..n - Certificate Of Origin Application - Supporting - Document Reference - Document Reference - - - - - - - - - ASBIE - Certificate Of Origin Application. Signature - One or more signatures applied to the document instance. - 0..n - Certificate Of Origin Application - Signature - Signature - - - - - - - - - - - ABIE - Classification Category. Details - Information about a Classification Category; a subdivision of a Classification Scheme. - Classification Category - - - - - - - - - BBIE - Classification Category. Name - The name of the Classification Category. - 0..1 - Classification Category - Name - Name - Name. Type - Code List Name - "UNSPSC Class", "UNSPSC Segment", "UNSPSC Family" - - - - - - - - - BBIE - Classification Category. Code Value. Text - The Classification Category value. - 0..1 - Classification Category - Code Value - Text - Text. Type - Code Value - 3420001, 3273666, HSJJD-213 - - - - - - - - - BBIE - Classification Category. Description. Text - The description of the Classification Category. - 0..n - Classification Category - Description - Text - Text. Type - Code Name - "Electrical Goods", "Wooden Toys" - - - - - - - - - ASBIE - Classification Category. Categorizes_ Classification Category. Classification Category - An association to subcategories within the Category. - 0..n - Classification Category - Categorizes - Classification Category - Classification Category - - - - - - - - - - - ABIE - Classification Scheme. Details - Information about Classification Scheme; a scheme that defines a taxonomy for classifying goods or services. - Classification Scheme - - - - - - - - - BBIE - Classification Scheme. Identifier - An identifier for the classification scheme. - 1 - Classification Scheme - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Classification Scheme. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Classification Scheme - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Classification Scheme. Last_ Revision Date. Date - The date at which the classification scheme was last revised. - 0..1 - Classification Scheme - Last - Revision Date - Date - Date. Type - - - - - - - - - BBIE - Classification Scheme. Last_ Revision Time. Time - The time at which the classification scheme was last revised. - 0..1 - Classification Scheme - Last - Revision Time - Time - Time. Type - - - - - - - - - BBIE - Classification Scheme. Note. Text - Free-form text applying to the Classification Scheme. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Classification Scheme - Note - Text - Text. Type - - - - - - - - - BBIE - Classification Scheme. Name - The name of the Classification Scheme. - 0..1 - Classification Scheme - Name - Name - Name. Type - "UNSPSC" - - - - - - - - - BBIE - Classification Scheme. Description. Text - A description of the Classification Scheme. - 0..n - Classification Scheme - Description - Text - Text. Type - "an open, global multi-sector standard for classification of products and services" - - - - - - - - - BBIE - Classification Scheme. Agency Identifier. Identifier - Identifies the agency that maintains the Classification Scheme. - 0..1 - Classification Scheme - Agency Identifier - Identifier - Identifier. Type - Defaults to the UN/EDIFACT data element 3055 code list. - - - - - - - - - BBIE - Classification Scheme. Agency Name. Text - The name of the agency that maintains the Classification Scheme. - 0..1 - Classification Scheme - Agency Name - Text - Text. Type - - - - - - - - - BBIE - Classification Scheme. Version. Identifier - Identifies the version of the Classification Scheme. - 0..1 - Classification Scheme - Version - Identifier - Identifier. Type - - - - - - - - - BBIE - Classification Scheme. URI. Identifier - The Uniform Resource Identifier (URI) that identifies where the Classification is located. - 0..1 - Classification Scheme - URI - Identifier - Identifier. Type - - - - - - - - - BBIE - Classification Scheme. Scheme_ URI. Identifier - The Uniform Resource Identifier (URI) that identifies where the Classification Scheme is located. - 0..1 - Classification Scheme - Scheme - URI - Identifier - Identifier. Type - - - - - - - - - BBIE - Classification Scheme. Language. Identifier - Identifies the language of the Classification Scheme. - 0..1 - Classification Scheme - Language - Identifier - Identifier. Type - - - - - - - - - ASBIE - Classification Scheme. Classification Category - An association to Classification Category. - 1..n - Classification Scheme - Classification Category - Classification Category - - - - - - - - - - - ABIE - Commodity Classification. Details - Information about Commodity Classification. - Commodity Classification - - - - - - - - - BBIE - Commodity Classification. Nature Code. Code - The high-level nature of the Classification issued by a specific maintenance agency, expressed as a code. - 0..1 - Commodity Classification - Nature Code - Code - Code. Type - "wooden products" - - - - - - - - - BBIE - Commodity Classification. Cargo Type Code. Code - The type of cargo, expressed as a code. - 0..1 - Commodity Classification - Cargo Type Code - Code - Code. Type - "Refrigerated" - - - - - - - - - BBIE - Commodity Classification. Commodity Code. Code - The harmonized international commodity code for regulatory (customs and trade statistics) purposes. - 0..1 - Commodity Classification - Commodity Code - Code - Code. Type - Harmonized Code - "1102222883" - - - - - - - - - BBIE - Commodity Classification. Item Classification Code. Code - The trade commodity classification, expressed as a code. - 0..1 - Commodity Classification - Item Classification Code - Code - Code. Type - UN/SPSC Code - "3440234" - - - - - - - - - - - ABIE - Communication. Details - Information about a means of communication. - Communication - - - - - - - - - BBIE - Communication. Channel Code. Code - The method of communication, expressed as a code. - 0..1 - Communication - Channel Code - Code - Channel_ Code. Type - Phone Fax Email - - - - - - - - - BBIE - Communication. Channel. Text - The method of communication, expressed as text. - 0..1 - Communication - Channel - Text - Text. Type - Skype - - - - - - - - - BBIE - Communication. Value. Text - The communication value, such as phone number or email address. - 0..1 - Communication - Value - Text - Text. Type - "+44 1 2345 6789" "president@whitehouse.com" - - - - - - - - - - - ABIE - Consignment. Details - A separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. - Consignment - - - - - - - - - BBIE - Consignment. Identifier - Unique number assigned to goods, both for import and export. - 1 - Consignment - Identifier - Identifier - Identifier. Type - Unique consignment reference number (UCR) - - - - - - - - - BBIE - Consignment. Summary_ Description. Text - General descriptive text that is not part of any remarks. - 0..n - Consignment - Summary - Description - Text - Text. Type - - - - - - - - - BBIE - Consignment. Total_ Invoice Amount. Amount - Total of all invoice amounts declared in a single consignment. - 0..1 - Consignment - Total - Invoice Amount - Amount - Amount. Type - - - - - - - - - BBIE - Consignment. Declared Customs_ Value. Amount - Amount declared for customs purposes of those goods in a consignment, whether or not they are subject to the same customs procedure, tariff/statistical heading, country information, and duty regime. - 0..1 - Consignment - Declared Customs - Value - Amount - Amount. Type - - - - - - - - - BBIE - Consignment. Tariff Description. Text - A description of the tariff applied to a consignment. - 0..n - Consignment - Tariff Description - Text - Text. Type - - - - - - - - - BBIE - Consignment. Tariff Code. Code - Code specifying a tariff applied to a consignment. - 0..1 - Consignment - Tariff Code - Code - Code. Type - Tariff code number (WCO ID 145) - - - - - - - - - BBIE - Consignment. Insurance Premium Amount. Amount - Amount of premium payable to the insurance company for insuring the goods. - 0..1 - Consignment - Insurance Premium Amount - Amount - Amount. Type - Insurance Cost - - - - - - - - - BBIE - Consignment. Gross_ Weight. Measure - Total weight (mass) of goods for a declaration, including packaging but excluding the carrier's equipment. - 0..1 - Consignment - Gross - Weight - Measure - Measure. Type - Total gross weight (WCO ID 131) - Total cube of all goods items referred to as one consignment. - - - - - - - - - BBIE - Consignment. Net_ Weight. Measure - Total net weight (mass) of all the goods items referred to as one consignment. - 0..1 - Consignment - Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Consignment. Net Net_ Weight. Measure - Weight (mass) of the goods themselves without any packing. - 0..1 - Consignment - Net Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Consignment. Chargeable_ Weight. Measure - Gross weight (mass) on which a charge is to be based. - 0..1 - Consignment - Chargeable - Weight - Measure - Measure. Type - Chargeable Weight. Basis.Measure - - - - - - - - - BBIE - Consignment. Gross_ Volume. Measure - Total volume of all goods items referred to as one consignment. - 0..1 - Consignment - Gross - Volume - Measure - Measure. Type - Cube - - - - - - - - - BBIE - Consignment. Net_ Volume. Measure - Net volume of all goods items referred to as one consignment. - 0..1 - Consignment - Net - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Consignment. Loading_ Length. Measure - Total length in a means of transport or a piece of transport equipment whereby the complete width and height over that length is needed for loading all the consignments referred to as one consolidation. - 0..1 - Consignment - Loading - Length - Measure - Measure. Type - - - - - - - - - BBIE - Consignment. Remarks. Text - Remarks concerning the complete consignment to be printed on the transport document. - 0..n - Consignment - Remarks - Text - Text. Type - - - - - - - - - BBIE - Consignment. Hazardous Risk_ Indicator. Indicator - Indication that the transport is or is not subject to an international regulation concerning the carriage of dangerous goods. - 0..1 - Consignment - Hazardous Risk - Indicator - Indicator - Indicator. Type - Dangerous Goods RID Indicator - default is negative - - - - - - - - - ASBIE - Consignment. Consignee_ Party. Party - Party to which goods are consigned. - 0..1 - Consignment - Consignee - Party - Party - - - - - - - - - ASBIE - Consignment. Exporter_ Party. Party - The party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted. - 0..1 - Consignment - Exporter - Party - Party - - - - - - - - - ASBIE - Consignment. Consignor_ Party. Party - The party consigning goods, as stipulated in the transport contract by the party ordering transport. - 0..1 - Consignment - Consignor - Party - Party - - - - - - - - - ASBIE - Consignment. Importer_ Party. Party - The party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned. - 0..1 - Consignment - Importer - Party - Party - - - - - - - - - ASBIE - Consignment. Carrier_ Party. Party - The party providing the transport of goods between named points. - 0..1 - Consignment - Carrier - Party - Party - - - - - - - - - ASBIE - Consignment. Freight Forwarder_ Party. Party - The party combining individual smaller consignments into a single larger shipment (so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. - 0..1 - Consignment - Freight Forwarder - Party - Party - - - - - - - - - ASBIE - Consignment. Notify_ Party. Party - The party to be notified. - 0..1 - Consignment - Notify - Party - Party - - - - - - - - - ASBIE - Consignment. Original Despatch_ Party. Party - The original despatch party. - 0..1 - Consignment - Original Despatch - Party - Party - - - - - - - - - ASBIE - Consignment. Final Delivery_ Party. Party - The final delivery party. - 0..1 - Consignment - Final Delivery - Party - Party - - - - - - - - - ASBIE - Consignment. Original Departure_ Country. Country - The country from which the goods are originally exported, without any commercial transaction taking place in intermediate countries. - 0..1 - Consignment - Original Departure - Country - Country - - - - - - - - - ASBIE - Consignment. Final Destination_ Country. Country - Name of the country to which the goods are to be delivered to the final consignee or buyer. - 0..1 - Consignment - Final Destination - Country - Country - - - - - - - - - ASBIE - Consignment. Transit_ Country. Country - The countries through which goods or passengers are routed between the country of original departure and the country of final destination. - 0..n - Consignment - Transit - Country - Country - - - - - - - - - ASBIE - Consignment. Transport_ Contract. Contract - An association to Transport Contact. - 0..1 - Consignment - Transport - Contract - Contract - - - - - - - - - ASBIE - Consignment. Original Despatch_ Transportation Service. Transportation Service - The service for pick-up from the consignor under the transport contract. - 0..1 - Consignment - Original Despatch - Transportation Service - Transportation Service - - - - - - - - - ASBIE - Consignment. Final Delivery_ Transportation Service. Transportation Service - The service for delivery to the consignee under the transport contract. - 0..1 - Consignment - Final Delivery - Transportation Service - Transportation Service - - - - - - - - - ASBIE - Consignment. Delivery Terms - All the conditions agreed upon between a seller and a buyer with regard to the delivery of goods and/or services, e.g., CIF, FOB, or EXW from the INCOTERMS Terms of Delivery. - 0..1 - Consignment - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Consignment. Payment Terms - The conditions of payment between the parties in a transaction. - 0..1 - Consignment - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Consignment. Freight_ Allowance Charge. Allowance Charge - Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs). - 0..n - Consignment - Freight - Allowance Charge - Allowance Charge - - - - - - - - - - - ABIE - Contact. Details - Information about a contactable person or organization department. - Contact - - - - - - - - - BBIE - Contact. Identifier - An identifier for the Contact. - 0..1 - Contact - Identifier - Identifier - Identifier. Type - "Receivals Clerk" - - - - - - - - - BBIE - Contact. Name - The name of the Contact. - 0..1 - Contact - Name - Name - Name. Type - "Delivery Dock" - - - - - - - - - BBIE - Contact. Telephone. Text - The telephone number of the Contact. - 0..1 - Contact - Telephone - Text - Text. Type - - - - - - - - - BBIE - Contact. Telefax. Text - The fax number of the Contact. - 0..1 - Contact - Telefax - Text - Text. Type - - - - - - - - - BBIE - Contact. Electronic_ Mail. Text - The email address of the Contact. - 0..1 - Contact - Electronic - Mail - Text - Text. Type - - - - - - - - - BBIE - Contact. Note. Text - A note such as 'Emergency' or 'After Hours' describing the circumstances in which the Contact can be used. - 0..1 - Contact - Note - Text - Text. Type - - - - - - - - - ASBIE - Contact. Other_ Communication. Communication - An association to Other Communication. - 0..n - Contact - Other - Communication - Communication - - - - - - - - - - - ABIE - Contract. Details - Information about a Contract. - Contract - - - - - - - - - BBIE - Contract. Identifier - Identifies the Contract. - 0..1 - Contract - Identifier - Identifier - Identifier. Type - "CC23" - - - - - - - - - BBIE - Contract. Issue Date. Date - The date on which the Contract was issued. - 0..1 - Contract - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Contract. Issue Time. Time - The time at which the Contract was issued. - 0..1 - Contract - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Contract. Contract Type Code. Code - The type of Contract, expressed as a code. - 0..1 - Contract - Contract Type Code - Code - Code. Type - - - - - - - - - BBIE - Contract. Contract Type. Text - The type of Contract, expressed as text. - 0..1 - Contract - Contract Type - Text - Text. Type - - - - - - - - - ASBIE - Contract. Validity_ Period. Period - An association to Validity Period. - 0..1 - Contract - Validity - Period - Period - - - - - - - - - ASBIE - Contract. Contract_ Document Reference. Document Reference - An associative reference to Contract Document. - 0..n - Contract - Contract - Document Reference - Document Reference - - - - - - - - - - - ABIE - Corporate Registration Scheme. Details - Information directly relating a scheme for corporate registration of businesses. - Corporate Registration Scheme - - - - - - - - - BBIE - Corporate Registration Scheme. Identifier - Identifies the scheme. - 0..1 - Corporate Registration Scheme - Identifier - Identifier - Identifier. Type - "ASIC" in Australia - - - - - - - - - BBIE - Corporate Registration Scheme. Name - Identifies the scheme by name. - 0..1 - Corporate Registration Scheme - Name - Name - Name. Type - "Australian Securities and Investment Commission" in Australia - - - - - - - - - BBIE - Corporate Registration Scheme. Corporate Registration Type Code. Code - Identifies the type of scheme. - 0..1 - Corporate Registration Scheme - Corporate Registration Type Code - Code - Code. Type - "ACN" - - - - - - - - - ASBIE - Corporate Registration Scheme. Jurisdiction Region_ Address. Address - Associates the registration scheme with particulars that identify and locate the geographic area to which the scheme applies. - 0..n - Corporate Registration Scheme - Jurisdiction Region - Address - Address - - - - - - - - - - - ABIE - Country. Details - Information about a geopolitical country. - Country - - - - - - - - - BBIE - Country. Identification Code. Code - An identifier for the Country. - 0..1 - Country - Identification Code - Code - Country Identification_ Code. Type - - - - - - - - - BBIE - Country. Name - The name of the Country. - 0..1 - Country - Name - Name - Name. Type - “SOUTH AFRICA” - - - - - - - - - - - ABIE - Credit Account. Details - Information about a Credit Account (for sales on account). - Credit Account - - - - - - - - - BBIE - Credit Account. Account Identifier. Identifier - Identifies the Credit Account. - 1 - Credit Account - Account Identifier - Identifier - Identifier. Type - "Customer Code 29" - - - - - - - - - - - ABIE - Credit Note Line. Details - Information about a Credit Note Line. - Credit Note Line - - - - - - - - - BBIE - Credit Note Line. Identifier - Identifies the Credit Note Line. - 1 - Credit Note Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Credit Note Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Credit Note Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Credit Note Line. Note. Text - Free-form text applying to the Credit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Credit Note Line - Note - Text - Text. Type - - - - - - - - - BBIE - Credit Note Line. Credited_ Quantity. Quantity - The quantity of Items credited. - 0..1 - Credit Note Line - Credited - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Credit Note Line. Line Extension Amount. Amount - The total amount for the Credit Note Line, including Allowance Charges but net of taxes. - 0..1 - Credit Note Line - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Credit Note Line. Tax Point Date. Date - The date of the Credit Note Line, used to indicate the point at which tax becomes applicable. - 0..1 - Credit Note Line - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Credit Note Line. Accounting Cost Code. Code - The buyer's accounting code applied to the Credit Note Line. - 0..1 - Credit Note Line - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Credit Note Line. Accounting Cost. Text - The buyer's accounting code applied to the Credit Note Line, expressed as text. - 0..1 - Credit Note Line - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Credit Note Line. Discrepancy_ Response. Response - An association to Discrepancy Response; the reason for the Credit. - 0..n - Credit Note Line - Discrepancy - Response - Response - - - - - - - - - ASBIE - Credit Note Line. Despatch_ Line Reference. Line Reference - An associative reference to Despatch Line. - 0..n - Credit Note Line - Despatch - Line Reference - Line Reference - - - - - - - - - ASBIE - Credit Note Line. Receipt_ Line Reference. Line Reference - An associative reference to Receipt Line. - 0..n - Credit Note Line - Receipt - Line Reference - Line Reference - - - - - - - - - ASBIE - Credit Note Line. Billing Reference - An association to Billing Reference. - 0..n - Credit Note Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Credit Note Line. Document Reference - An association to Document Reference. - 0..n - Credit Note Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Credit Note Line. Pricing Reference - An association to Pricing Reference. - 0..1 - Credit Note Line - Pricing Reference - Pricing Reference - - - - - - - - - ASBIE - Credit Note Line. Delivery - An association to Delivery. - 0..n - Credit Note Line - Delivery - Delivery - - - - - - - - - ASBIE - Credit Note Line. Tax Total - An association to Tax Total. - 0..n - Credit Note Line - Tax Total - Tax Total - - - - - - - - - ASBIE - Credit Note Line. Item - An association to Item - 0..1 - Credit Note Line - Item - Item - - - - - - - - - ASBIE - Credit Note Line. Price - An association to Price. - 0..1 - Credit Note Line - Price - Price - - - - - - - - - - - ABIE - Customer Party. Details - Information about the Customer Party. - Customer Party - - - - - - - - - BBIE - Customer Party. Customer Assigned_ Account Identifier. Identifier - An identifier for the Customer's account, assigned by the Customer itself. - 0..1 - Customer Party - Customer Assigned - Account Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Customer Party. Supplier Assigned_ Account Identifier. Identifier - An identifier for the Customer's account, assigned by the Supplier. - 0..1 - Customer Party - Supplier Assigned - Account Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Customer Party. Additional_ Account Identifier. Identifier - An identifier for the Customer's account, assigned by a third party. - 0..n - Customer Party - Additional - Account Identifier - Identifier - Identifier. Type - - - - - - - - - ASBIE - Customer Party. Party - An association to Party. - 0..1 - Customer Party - Party - Party - - - - - - - - - ASBIE - Customer Party. Delivery_ Contact. Contact - An association to Delivery Contact. - 0..1 - Customer Party - Delivery - Contact - Contact - - - - - - - - - ASBIE - Customer Party. Accounting_ Contact. Contact - An association to Accounting Contact (Customer). - 0..1 - Customer Party - Accounting - Contact - Contact - - - - - - - - - ASBIE - Customer Party. Buyer_ Contact. Contact - An association to Buyer Contact. - 0..1 - Customer Party - Buyer - Contact - Contact - - - - - - - - - - - ABIE - Debit Note Line. Details - Information about a Debit Note Line. - Debit Note Line - - - - - - - - - BBIE - Debit Note Line. Identifier - Identifies the Debit Note Line. - 1 - Debit Note Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Debit Note Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Debit Note Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Debit Note Line. Note. Text - Free-form text applying to the Debit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Debit Note Line - Note - Text - Text. Type - - - - - - - - - BBIE - Debit Note Line. Debited_ Quantity. Quantity - The quantity of Items debited. - 0..1 - Debit Note Line - Debited - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Debit Note Line. Line Extension Amount. Amount - The total amount for the Debit Note Line, including Allowance Charges but net of taxes. - 1 - Debit Note Line - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Debit Note Line. Tax Point Date. Date - The date of the Debit Note Line, used to indicate the point at which tax becomes applicable. - 0..1 - Debit Note Line - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Debit Note Line. Accounting Cost Code. Code - The buyer's accounting code applied to the Debit Note Line. - 0..1 - Debit Note Line - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Debit Note Line. Accounting Cost. Text - The buyer's accounting code applied to the Debit Note Line, expressed as text. - 0..1 - Debit Note Line - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Debit Note Line. Discrepancy_ Response. Response - An association to Discrepancy Response; the reason for the Debit. - 0..n - Debit Note Line - Discrepancy - Response - Response - - - - - - - - - ASBIE - Debit Note Line. Despatch_ Line Reference. Line Reference - An associative reference to Despatch Line. - 0..n - Debit Note Line - Despatch - Line Reference - Line Reference - - - - - - - - - ASBIE - Debit Note Line. Receipt_ Line Reference. Line Reference - An associative reference to Receipt Line. - 0..n - Debit Note Line - Receipt - Line Reference - Line Reference - - - - - - - - - ASBIE - Debit Note Line. Billing Reference - An association to Billing Reference. - 0..n - Debit Note Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Debit Note Line. Document Reference - An association to Document Reference. - 0..n - Debit Note Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Debit Note Line. Pricing Reference - An association to Pricing Reference. - 0..1 - Debit Note Line - Pricing Reference - Pricing Reference - - - - - - - - - ASBIE - Debit Note Line. Delivery - An association to Delivery. - 0..n - Debit Note Line - Delivery - Delivery - - - - - - - - - ASBIE - Debit Note Line. Tax Total - An association to Tax Total. - 0..n - Debit Note Line - Tax Total - Tax Total - - - - - - - - - ASBIE - Debit Note Line. Item - An association to Item - 0..1 - Debit Note Line - Item - Item - - - - - - - - - ASBIE - Debit Note Line. Price - An association to Price. - 0..1 - Debit Note Line - Price - Price - - - - - - - - - - - ABIE - Delivery. Details - Information about Delivery. - Delivery - - - - - - - - - BBIE - Delivery. Identifier - Identifies the Delivery. - 0..1 - Delivery - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Delivery. Quantity - The quantity in a Delivery. - 0..1 - Delivery - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Delivery. Minimum_ Quantity. Quantity - The minimum quantity in a Delivery. - 0..1 - Delivery - Minimum - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Delivery. Maximum_ Quantity. Quantity - The maximum quantity in a Delivery. - 0..1 - Delivery - Maximum - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Delivery. Actual_ Delivery Date. Date - The actual Delivery date. - 0..1 - Delivery - Actual - Delivery Date - Date - Date. Type - - - - - - - - - BBIE - Delivery. Actual_ Delivery Time. Time - The actual Delivery time. - 0..1 - Delivery - Actual - Delivery Time - Time - Time. Type - - - - - - - - - BBIE - Delivery. Latest_ Delivery Date. Date - The latest delivery date allowed by the buyer. - 0..1 - Delivery - Latest - Delivery Date - Date - Date. Type - - - - - - - - - BBIE - Delivery. Latest_ Delivery Time. Time - The latest delivery time allowed by the buyer. - 0..1 - Delivery - Latest - Delivery Time - Time - Time. Type - - - - - - - - - BBIE - Delivery. Tracking Identifier. Identifier - The delivery Tracking ID (for transport tracking). - 0..1 - Delivery - Tracking Identifier - Identifier - Identifier. Type - - - - - - - - - ASBIE - Delivery. Delivery_ Address. Address - An association to Delivery Address. - 0..1 - Delivery - Delivery - Address - Address - - - - - - - - - ASBIE - Delivery. Delivery_ Location. Location - An association to Location. - 0..1 - Delivery - Delivery - Location - Location - - - - - - - - - ASBIE - Delivery. Requested Delivery_ Period. Period - The requested Period for Delivery. - 0..1 - Delivery - Requested Delivery - Period - Period - - - - - - - - - ASBIE - Delivery. Promised Delivery_ Period. Period - The promised Period for Delivery. - 0..1 - Delivery - Promised Delivery - Period - Period - - - - - - - - - ASBIE - Delivery. Estimated Delivery_ Period. Period - The estimated Period for Delivery. - 0..1 - Delivery - Estimated Delivery - Period - Period - - - - - - - - - ASBIE - Delivery. Delivery_ Party. Party - The party to whom the goods/services are delivered. - 0..1 - Delivery - Delivery - Party - Party - - - - - - - - - ASBIE - Delivery. Despatch - An association to the Despatch. - 0..1 - Delivery - Despatch - Despatch - - - - - - - - - - - ABIE - Delivery Terms. Details - Information about Delivery Terms. - Delivery Terms - - - - - - - - - BBIE - Delivery Terms. Identifier - Identifies the Delivery Terms. - 0..1 - Delivery Terms - Identifier - Identifier - Identifier. Type - CIF, FOB, or EXW from the INCOTERMS Terms of Delivery. (2000 version preferred.) - - - - - - - - - BBIE - Delivery Terms. Special_ Terms. Text - A description of special conditions relating to the Delivery Terms. - 0..1 - Delivery Terms - Special - Terms - Text - Text. Type - - - - - - - - - BBIE - Delivery Terms. Loss Risk Responsibility Code. Code - An identifier for the responsibility for loss risk in the context of the Delivery Terms, expressed as a code. - 0..1 - Delivery Terms - Loss Risk Responsibility Code - Code - Code. Type - - - - - - - - - BBIE - Delivery Terms. Loss Risk. Text - A description of the loss risk in the context of the Delivery Terms. - 0..1 - Delivery Terms - Loss Risk - Text - Text. Type - - - - - - - - - ASBIE - Delivery Terms. Delivery_ Location. Location - An association to Location, e.g., a port. - 0..1 - Delivery Terms - Delivery - Location - Location - - - - - - - - - ASBIE - Delivery Terms. Allowance Charge - An association to Allowance Charge. - 0..1 - Delivery Terms - Allowance Charge - Allowance Charge - - - - - - - - - - - ABIE - Delivery Unit. Details - Information about a Delivery Unit. - Delivery Unit - - - - - - - - - BBIE - Delivery Unit. Batch Quantity. Quantity - The quantity of ordered Items that constitutes a batch for delivery purposes. - 1 - Delivery Unit - Batch Quantity - Quantity - Quantity. Type - "100 units", "by the dozen" - - - - - - - - - BBIE - Delivery Unit. Consumer_ Unit. Quantity - The quantity of consumer units in the Delivery Unit. - 0..1 - Delivery Unit - Consumer - Unit - Quantity - Quantity. Type - "packs of 10" - - - - - - - - - BBIE - Delivery Unit. Hazardous Risk_ Indicator. Indicator - Indicates whether the Item as delivered is hazardous. - 0..1 - Delivery Unit - Hazardous Risk - Indicator - Indicator - Indicator. Type - Default is negative - - - - - - - - - - - ABIE - Despatch. Details - Information about Despatch. - Despatch - - - - - - - - - BBIE - Despatch. Identifier - The identifier for the Delivery. - 0..1 - Despatch - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Despatch. Requested_ Despatch Date. Date - The despatch (pick-up) date requested by the buyer. - 0..1 - Despatch - Requested - Despatch Date - Date - Date. Type - - - - - - - - - BBIE - Despatch. Requested_ Despatch Time. Time - The despatch (pick-up) time requested by the buyer. - 0..1 - Despatch - Requested - Despatch Time - Time - Time. Type - - - - - - - - - BBIE - Despatch. Estimated_ Despatch Date. Date - The despatch (pick-up) date estimated by the seller or Despatch. - 0..1 - Despatch - Estimated - Despatch Date - Date - Date. Type - - - - - - - - - BBIE - Despatch. Estimated_ Despatch Time. Time - The despatch (pick-up) time estimated by the seller or Despatch. - 0..1 - Despatch - Estimated - Despatch Time - Time - Time. Type - - - - - - - - - BBIE - Despatch. Actual_ Despatch Date. Date - The actual despatch (pick-up) date. - 0..1 - Despatch - Actual - Despatch Date - Date - Date. Type - - - - - - - - - BBIE - Despatch. Actual_ Despatch Time. Time - The actual despatch (pick-up) time. - 0..1 - Despatch - Actual - Despatch Time - Time - Time. Type - - - - - - - - - ASBIE - Despatch. Despatch_ Address. Address - An association to Despatch Address. - 0..1 - Despatch - Despatch - Address - Address - - - - - - - - - ASBIE - Despatch. Despatch_ Party. Party - The party who despatched the delivery. - 0..1 - Despatch - Despatch - Party - Party - - - - - - - - - ASBIE - Despatch. Contact - An association to Contact. - 0..1 - Despatch - Contact - Contact - - - - - - - - - - - ABIE - Despatch Line. Details - Information about a Despatch Line. - Despatch Line - - - - - - - - - BBIE - Despatch Line. Identifier - Identifies the Despatch Line. - 1 - Despatch Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Despatch Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Despatch Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Despatch Line. Note. Text - Free-form text applying to the Despatch Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Despatch Line - Note - Text - Text. Type - - - - - - - - - BBIE - Despatch Line. Line Status Code. Code - Identifies the status of the Despatch Line with respect to its original state. - 0..1 - Despatch Line - Line Status Code - Code - Line Status_ Code. Type - - - - - - - - - BBIE - Despatch Line. Delivered_ Quantity. Quantity - The quantity despatched. - 0..1 - Despatch Line - Delivered - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Despatch Line. Backorder_ Quantity. Quantity - The quantity on Back Order at the Supplier. - 0..1 - Despatch Line - Backorder - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Despatch Line. Backorder_ Reason. Text - The reason for the Back Order. - 0..1 - Despatch Line - Backorder - Reason - Text - Text. Type - - - - - - - - - BBIE - Despatch Line. Outstanding_ Quantity. Quantity - The quantity outstanding (which will follow in a later despatch). - 0..1 - Despatch Line - Outstanding - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Despatch Line. Outstanding_ Reason. Text - The reason for the Outstanding Quantity. - 0..1 - Despatch Line - Outstanding - Reason - Text - Text. Type - - - - - - - - - BBIE - Despatch Line. Oversupply_ Quantity. Quantity - The quantity over-supplied. - 0..1 - Despatch Line - Oversupply - Quantity - Quantity - Quantity. Type - - - - - - - - - ASBIE - Despatch Line. Order Line Reference - An association to Order Line Reference. - 1..n - Despatch Line - Order Line Reference - Order Line Reference - - - - - - - - - ASBIE - Despatch Line. Document Reference - An association to Document Reference. - 0..n - Despatch Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Despatch Line. Item - An association to Item. - 1 - Despatch Line - Item - Item - - - - - - - - - ASBIE - Despatch Line. Shipment - An association to Shipment. - 0..n - Despatch Line - Shipment - Shipment - - - - - - - - - - - ABIE - Dimension. Details - Information about a measurable dimension of an item. - Dimension - - - - - - - - - BBIE - Dimension. Attribute Identifier. Identifier - An identifier for the attribute to which the measure applies. - 1 - Dimension - Attribute Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Dimension. Measure - The measurement value. - 0..1 - Dimension - Measure - Measure - Measure. Type - - - - - - - - - BBIE - Dimension. Description. Text - A description of the attribute or measurement of the attribute. - 0..n - Dimension - Description - Text - Text. Type - - - - - - - - - BBIE - Dimension. Minimum_ Measure. Measure - The minimum value in a range of measurement. - 0..1 - Dimension - Minimum - Measure - Measure - Measure. Type - - - - - - - - - BBIE - Dimension. Maximum_ Measure. Measure - The maximum value in a range of measurement. - 0..1 - Dimension - Maximum - Measure - Measure - Measure. Type - - - - - - - - - - - ABIE - Document Distribution. Details - The details of the distribution of the document among business partners. - Document Distribution - - - - - - - - - BBIE - Document Distribution. Print_ Qualifier. Text - The access right for a Party to distribute the document. - 1 - Document Distribution - Print - Qualifier - Text - Text. Type - - - - - - - - - BBIE - Document Distribution. Maximum_ Copies. Numeric - Specifies the maximum number of copies of the document that the user can print. - 1 - Document Distribution - Maximum - Copies - Numeric - Numeric. Type - - - - - - - - - ASBIE - Document Distribution. Party - Details of the Party who can access the document. - 1 - Document Distribution - Party - Party - - - - - - - - - - - ABIE - Document Reference. Details - Information about a document referred to in another document. - Document Reference - - - - - - - - - BBIE - Document Reference. Identifier - Identifies the document being referred to. - 1 - Document Reference - Identifier - Identifier - Identifier. Type - "PO-001" "3333-44-123" - - - - - - - - - BBIE - Document Reference. Copy_ Indicator. Indicator - Indicates whether the referenced document is a copy (true) or the original (false). - 0..1 - Document Reference - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Document Reference. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Document Reference - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Document Reference. Issue Date. Date - The date, assigned by the sender of the referenced document, on which the referenced document was issued. - 0..1 - Document Reference - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Document Reference. Document Type Code. Code - The document type, expressed as a code. - 0..1 - Document Reference - Document Type Code - Code - Code. Type - - - - - - - - - BBIE - Document Reference. Document Type. Text - The document type, expressed as text. - 0..1 - Document Reference - Document Type - Text - Text. Type - - - - - - - - - BBIE - Document Reference. XPath. Text - Refers to another part of the same document instance. - 0..n - Document Reference - XPath - Text - Text. Type - - - - - - - - - ASBIE - Document Reference. Attachment - An attached document, externally referred to, referred to in the MIME location, or embedded. - 0..1 - Document Reference - Attachment - Attachment - - - - - - - - - - - ABIE - Document Response. Details - Information about responses to a document (at the application level). - Document Response - - - - - - - - - ASBIE - Document Response. Response - The response to the document. - 1 - Document Response - Response - Response - - - - - - - - - ASBIE - Document Response. Document Reference - An association to Document Reference. - 1 - Document Response - Document Reference - Document Reference - - - - - - - - - ASBIE - Document Response. Issuer_ Party. Party - The party who issued a document. - 0..1 - Document Response - Issuer - Party - Party - - - - - - - - - ASBIE - Document Response. Recipient_ Party. Party - The party for whom the document is intended. - 0..1 - Document Response - Recipient - Party - Party - - - - - - - - - ASBIE - Document Response. Line Response - Response to various lines in the document. - 0..n - Document Response - Line Response - Line Response - - - - - - - - - - - ABIE - Endorsement. Details - Details of an endorsement on the document. - Endorsement - - - - - - - - - BBIE - Endorsement. Document. Identifier - Identifies the endorsement. - 1 - Endorsement - Document - Identifier - Identifier. Type - - - - - - - - - BBIE - Endorsement. Approval Status. Text - Specifies the status of the endorsement. - 1 - Endorsement - Approval Status - Text - Text. Type - Authentication Code - - - - - - - - - BBIE - Endorsement. Remarks. Text - Remarks by the endorsing party. - 0..n - Endorsement - Remarks - Text - Text. Type - - - - - - - - - ASBIE - Endorsement. Endorser Party - The type of party providing the endorsement. - 1 - Endorsement - Endorser Party - Endorser Party - - - - - - - - - ASBIE - Endorsement. Signature - One or more signatures applied to the endorsement. - 0..n - Endorsement - Signature - Signature - - - - - - - - - - - ABIE - Endorser Party. Details - The party endorsing a document. - Endorser Party - - - - - - - - - BBIE - Endorser Party. Role Code. Code - The role of the party providing the endorsement, e.g., Issuer, Embassy, Insurance, etc. - 1 - Endorser Party - Role Code - Code - Code. Type - - - - - - - - - BBIE - Endorser Party. Sequence. Numeric - The sequence in which the endorsements are to be applied. - 1 - Endorser Party - Sequence - Numeric - Numeric. Type - - - - - - - - - ASBIE - Endorser Party. Party - Details of the party endorsing the application. - 1 - Endorser Party - Party - Party - - - - - - - - - ASBIE - Endorser Party. Signatory_ Contact. Contact - Details of the individual representing the exporter who signs the Certificate of Origin application before submitting it to the Issuer Party. - 1 - Endorser Party - Signatory - Contact - Contact - - - - - - - - - - - ABIE - Exchange Rate. Details - Information about Exchange Rate. - Exchange Rate - - - - - - - - - BBIE - Exchange Rate. Source_ Currency Code. Code - The reference currency for the Exchange Rate; the currency from which the exchange is being made (CC Definition). - 1 - Exchange Rate - Source - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Exchange Rate. Source_ Currency Base Rate. Rate - The unit base of the source currency for currencies with small denominations. - 0..1 - Exchange Rate - Source - Currency Base Rate - Rate - Rate. Type - - - - - - - - - BBIE - Exchange Rate. Target_ Currency Code. Code - The target currency for the Exchange Rate; the currency to which the exchange is being made (CC Definition). - 1 - Exchange Rate - Target - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Exchange Rate. Target_ Currency Base Rate. Rate - The unit base of the target currency for currencies with small denominations. - 0..1 - Exchange Rate - Target - Currency Base Rate - Rate - Rate. Type - - - - - - - - - BBIE - Exchange Rate. Exchange Market Identifier. Identifier - Identifies the currency exchange market used as the source of the Exchange Rate. - 0..1 - Exchange Rate - Exchange Market Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Exchange Rate. Calculation Rate. Rate - The factor applied to the source currency to calculate the target currency. - 0..1 - Exchange Rate - Calculation Rate - Rate - Rate. Type - - - - - - - - - BBIE - Exchange Rate. Mathematic Operator Code. Code - An identifier for whether the Calculation Rate should be used to multiply or to divide, expressed as a code. - 0..1 - Exchange Rate - Mathematic Operator Code - Code - Operator_ Code. Type - - - - - - - - - BBIE - Exchange Rate. Date - The date of the Exchange. - 0..1 - Exchange Rate - Date - Date - Date. Type - - - - - - - - - ASBIE - Exchange Rate. Foreign Exchange_ Contract. Contract - An association to Foreign Exchange Contract. - 0..1 - Exchange Rate - Foreign Exchange - Contract - Contract - - - - - - - - - - - ABIE - External Reference. Details - Information directly relating to an external reference i.e. a document stored at a remote location. - External Reference - - - - - - - - - BBIE - External Reference. URI. Identifier - The Uniform Resource Identifier (URI) that identifies where the external document is located. - 0..1 - External Reference - URI - Identifier - Identifier. Type - - - - - - - - - BBIE - External Reference. Document Hash. Text - Specifies the hash code for the externally stored document. - 0..1 - External Reference - Document Hash - Text - Text. Type - - - - - - - - - BBIE - External Reference. Expiry Date. Date - The date on which the document can no longer be found on the URI. - 0..1 - External Reference - Expiry Date - Date - Date. Type - - - - - - - - - BBIE - External Reference. Expiry Time. Time - The time on which the document can no longer be found on the URI. - 0..1 - External Reference - Expiry Time - Time - Time. Type - - - - - - - - - - - ABIE - Financial Account. Details - Information about a Financial Account. - Financial Account - - - - - - - - - BBIE - Financial Account. Identifier - The identifier for the Financial Account; the Bank Account Number. - 0..1 - Financial Account - Identifier - Identifier - Identifier. Type - SWIFT(BIC) and IBAN are defined in ISO 9362 and ISO 13616. - - - - - - - - - BBIE - Financial Account. Name - The name of the Financial Account. - 0..1 - Financial Account - Name - Name - Name. Type - - - - - - - - - BBIE - Financial Account. Account Type Code. Code - The type of Financial Account, expressed as a code. - 0..1 - Financial Account - Account Type Code - Code - Code. Type - - - - - - - - - BBIE - Financial Account. Currency Code. Code - The currency in which the Financial Account is held, expressed as a code. - 0..1 - Financial Account - Currency Code - Code - Currency_ Code. Type - - - - - - - - - BBIE - Financial Account. Payment_ Note. Text - Free-form text applying to the Payment to the owner of this account. - 0..n - Financial Account - Payment - Note - Text - Text. Type - - - - - - - - - ASBIE - Financial Account. Financial Institution_ Branch. Branch - An association to Financial Institution Branch. - 0..1 - Financial Account - Financial Institution - Branch - Branch - - - - - - - - - ASBIE - Financial Account. Country - An association to Country. - 0..1 - Financial Account - Country - Country - - - - - - - - - - - ABIE - Financial Institution. Details - Information about a Financial Institution. - Financial Institution - - - - - - - - - BBIE - Financial Institution. Identifier - The identifier for the Financial Institution expressed as a code; ISO 9362 BIC (Bank Identification Code) is recommended. - 0..1 - Financial Institution - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Financial Institution. Name - The name of the Financial Institution. - 0..1 - Financial Institution - Name - Name - Name. Type - - - - - - - - - ASBIE - Financial Institution. Address - An association to Address. - 0..1 - Financial Institution - Address - Address - - - - - - - - - - - ABIE - Goods Item. Details - A separately identifiable quantity of products of a single product type. - Goods Item - - - - - - - - - BBIE - Goods Item. Identifier - An identifier for the goods item. - 1 - Goods Item - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Goods Item. Sequence Number. Identifier - Sequence number differentiating a specific goods item within a consignment. - 0..1 - Goods Item - Sequence Number - Identifier - Identifier. Type - Customs item number (WCO ID 021), Sequence Position - - - - - - - - - BBIE - Goods Item. Description. Text - Plain language description of a goods item sufficient to identify it for customs, statistical, or transport purposes. - 0..n - Goods Item - Description - Text - Text. Type - Description of goods (WCO ID 137) - - - - - - - - - BBIE - Goods Item. Hazardous Risk_ Indicator. Indicator - Indicates whether the goods item includes hazardous items (dangerous goods). - 0..1 - Goods Item - Hazardous Risk - Indicator - Indicator - Indicator. Type - default is negative - - - - - - - - - BBIE - Goods Item. Declared Customs_ Value. Amount - Amount declared for Customs purposes of those goods in a consignment which are subject to the same Customs procedure and have the same tariff/statistical heading, country information, and duty regime. - 0..1 - Goods Item - Declared Customs - Value - Amount - Amount. Type - For Customs Value (WCO ID 108) - - - - - - - - - BBIE - Goods Item. Declared For Carriage_ Value. Amount - Value declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery. - 0..1 - Goods Item - Declared For Carriage - Value - Amount - Amount. Type - Interest in delivery, declared value for carriage - - - - - - - - - BBIE - Goods Item. Declared Statistics_ Value. Amount - Value declared for statistical purposes of those goods in a consignment which have the same statistical heading. - 0..1 - Goods Item - Declared Statistics - Value - Amount - Amount. Type - Statistical Value (WCO ID 114) - - - - - - - - - BBIE - Goods Item. Free On Board_ Value. Amount - Monetary amount that has to be or has been paid as calculated under the applicable trade delivery. - 0..1 - Goods Item - Free On Board - Value - Amount - Amount. Type - FOB Value - - - - - - - - - BBIE - Goods Item. Insurance_ Value. Amount - The amount covered by an insurance for a particular goods item. - 0..1 - Goods Item - Insurance - Value - Amount - Amount. Type - Value Insured - - - - - - - - - BBIE - Goods Item. Value. Amount - Specifies the amount on which a duty, tax, or fee will be assessed. - 0..1 - Goods Item - Value - Amount - Amount. Type - Duty/tax/fee assessment basis in value (WCO ID 116) - - - - - - - - - BBIE - Goods Item. Gross_ Weight. Measure - Weight (mass) of goods, including packaging but excluding the carrier's equipment. - 0..1 - Goods Item - Gross - Weight - Measure - Measure. Type - Actual Gross Weight - - - - - - - - - BBIE - Goods Item. Net_ Weight. Measure - Weight (mass) of goods item, excluding all packing but including any packaging that normally goes with the goods. - 0..1 - Goods Item - Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Goods Item. Net Net_ Weight. Measure - Weight (mass) of goods without any packaging. - 0..1 - Goods Item - Net Net - Weight - Measure - Measure. Type - Customs Weight (WCO ID 128) - - - - - - - - - BBIE - Goods Item. Chargeable_ Weight. Measure - Gross weight (mass) on which a charge is to be based. - 0..1 - Goods Item - Chargeable - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Goods Item. Gross_ Volume. Measure - Measurement normally arrived at by multiplying the maximum length, width, and height of the goods item. - 0..1 - Goods Item - Gross - Volume - Measure - Measure. Type - Volume, Gross Measurement Cube (GMC), Cube (WCO ID 134) - - - - - - - - - BBIE - Goods Item. Net_ Volume. Measure - The volume contained by a goods item, excluding the volume of any packaging material. - 0..1 - Goods Item - Net - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Goods Item. Quantity - Number of goods items. - 0..1 - Goods Item - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Goods Item. Preference Criterion. Code - Specifies the treatment preference for this good according to international trading agreements. - 0..1 - Goods Item - Preference Criterion - Code - Code. Type - "Preference Criterion" is used in the following manner in the paper CO of another country (e.g.): -"A" - The good is "wholly obtained or produced entirely" in the territory of one or more of the NAFTA countries as reference in Article 415. Note: The purchase of a good in the territory does not necessarily render it "wholly obtained or produced". If the good is an agricultural good, see also criterion F and Annex 703.2. (Reference: Article 401(a), 415). -"B" - ... -"C" - ... -"D" - ... -"E" - ... -"F" - The good is an originating agricultural good under preference criterion A,B, or C above and is not subjected to quantitative restriction in the importing NAFTA country because.... -Thus, the column "Preference Criterion" will indicate either A, B, C,... - - - - - - - - - BBIE - Goods Item. Required_ Customs Identifier. Identifier - Additional tariff codes required to specify a type of goods for Customs, transport, statistical, or other regulatory purposes. - 0..1 - Goods Item - Required - Customs Identifier - Identifier - Identifier. Type - Tariff code extensions (WCO ID 255) - - - - - - - - - BBIE - Goods Item. Customs Status Code. Code - Status of goods as identified by customs for regulation purposes. - 0..1 - Goods Item - Customs Status Code - Code - Code. Type - Customs status of goods (WCO ID 094) - - - - - - - - - BBIE - Goods Item. Customs Tariff Quantity. Quantity - Quantity of the goods in the unit as required by Customs for tariff, statistical, or fiscal purposes. - 0..1 - Goods Item - Customs Tariff Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Goods Item. Customs Import_ Classified Indicator. Indicator - Indicates whether the goods have been customs classified for import. - 0..1 - Goods Item - Customs Import - Classified Indicator - Indicator - Indicator. Type - - - - - - - - - ASBIE - Goods Item. Item - Association to a description of the good or service. - 0..n - Goods Item - Item - Item - - - - - - - - - ASBIE - Goods Item. Goods Item Container - Association to describe the transporting of a goods item in a unit of transport equipment (e.g., container). - 0..n - Goods Item - Goods Item Container - Goods Item Container - - - - - - - - - ASBIE - Goods Item. Freight_ Allowance Charge. Allowance Charge - Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs). - 0..n - Goods Item - Freight - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Goods Item. Invoice Line - Association to information directly relating to a line item of an invoice. - 0..n - Goods Item - Invoice Line - Invoice Line - - - - - - - - - ASBIE - Goods Item. Temperature - Any temperatures associated with the goods. - 0..n - Goods Item - Temperature - Temperature - - - - - - - - - ASBIE - Goods Item. Contained_ Goods Item. Goods Item - Associates with any other goods items contained in this goods item. - 0..n - Goods Item - Contained - Goods Item - Goods Item - - - - - - - - - ASBIE - Goods Item. Origin_ Address. Address - Region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or any other measure related to trade. - 0..1 - Goods Item - Origin - Address - Address - - - - - - - - - - - ABIE - Goods Item Container. Details - How goods items are split across transport equipment. - Goods Item Container - - - - - - - - - BBIE - Goods Item Container. Identifier - Identifies goods items split across transport equipment. - 1 - Goods Item Container - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Goods Item Container. Quantity - Number of goods items loaded into or onto one piece of transport equipment as a total consignment or part of a consignment. - 0..1 - Goods Item Container - Quantity - Quantity - Quantity. Type - Number of packages stuffed - - - - - - - - - ASBIE - Goods Item Container. Transport Equipment - Associates the containers for a single goods item. - 0..n - Goods Item Container - Transport Equipment - Transport Equipment - - - - - - - - - - - ABIE - Hazardous Goods Transit. Details - Information about Hazardous Goods Transit. - Hazardous Goods Transit - - - - - - - - - BBIE - Hazardous Goods Transit. Transport Emergency Card Code. Code - The identifier for a transport emergency card, describing the actions to be taken in an emergency in transporting the Hazardous Goods. May be the identity number of a hazardous emergency response plan assigned by the appropriate authority. - 0..1 - Hazardous Goods Transit - Transport Emergency Card Code - Code - Code. Type - TREM card - - - - - - - - - BBIE - Hazardous Goods Transit. Packing Criteria Code. Code - A code identifying the packaging requirement for the transportation of the Hazardous Goods as assigned by IATA/IMDB/ADR/RID etc. - 0..1 - Hazardous Goods Transit - Packing Criteria Code - Code - Code. Type - Packing Group - - - - - - - - - BBIE - Hazardous Goods Transit. Hazardous Regulation Code. Code - The identifier for a set of legal regulations that govern the transportation of the Hazardous Goods, expressed as a code. - 0..1 - Hazardous Goods Transit - Hazardous Regulation Code - Code - Code. Type - - - - - - - - - BBIE - Hazardous Goods Transit. Inhalation Toxicity Zone Code. Code - An identifier for the Inhalation Toxicity Hazard Zone for the Hazardous Goods, as defined by the US Department of Transportation, expressed as a code. - 0..1 - Hazardous Goods Transit - Inhalation Toxicity Zone Code - Code - Code. Type - - - - - - - - - BBIE - Hazardous Goods Transit. Transport Authorization Code. Code - Code specifying the authorization for the transportation of hazardous cargo. - 0..1 - Hazardous Goods Transit - Transport Authorization Code - Code - Code. Type - Permission for Transport - - - - - - - - - ASBIE - Hazardous Goods Transit. Maximum_ Temperature. Temperature - An association to Maximum Temperature (at which the Hazardous Goods can be safely transported). - 0..1 - Hazardous Goods Transit - Maximum - Temperature - Temperature - - - - - - - - - ASBIE - Hazardous Goods Transit. Minimum_ Temperature. Temperature - An association to Minimum Temperature (at which the Hazardous Goods can be safely transported). - 0..1 - Hazardous Goods Transit - Minimum - Temperature - Temperature - - - - - - - - - - - ABIE - Hazardous Item. Details - Information about a Hazardous Item. - Hazardous Item - - - - - - - - - BBIE - Hazardous Item. Identifier - The identifier for a Hazardous Item. - 0..1 - Hazardous Item - Identifier - Identifier - Identifier. Type - "Round Up" - - - - - - - - - BBIE - Hazardous Item. Placard Notation. Text - The placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport. - 0..1 - Hazardous Item - Placard Notation - Text - Text. Type - "5.1" - - - - - - - - - BBIE - Hazardous Item. Placard Endorsement. Text - The placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport. - 0..1 - Hazardous Item - Placard Endorsement - Text - Text. Type - "2" - - - - - - - - - BBIE - Hazardous Item. Additional_ Information. Text - Additional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description. - 0..1 - Hazardous Item - Additional - Information - Text - Text. Type - "Must be stored away from flammable materials" "N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" - - - - - - - - - BBIE - Hazardous Item. UNDG Code. Code - The identifier assigned to transportable hazardous goods by the United Nations, expressed as a code. - 0..1 - Hazardous Item - UNDG Code - Code - Code. Type - UN Code - - - - - - - - - BBIE - Hazardous Item. Emergency Procedures Code. Code - The emergency procedures for the Hazardous Item, expressed as a code. - 0..1 - Hazardous Item - Emergency Procedures Code - Code - Code. Type - EMG code, EMS Page Number - - - - - - - - - BBIE - Hazardous Item. Medical First Aid Guide Code. Code - The identifier of a medical first aid guide that is relevant to specific hazardous goods, expressed as a code. - 0..1 - Hazardous Item - Medical First Aid Guide Code - Code - Code. Type - MFAG page number - - - - - - - - - BBIE - Hazardous Item. Technical_ Name. Name - The full technical name of the specific hazardous substance. - 0..1 - Hazardous Item - Technical - Name - Name - Name. Type - "Granular Sodium Chlorate WeedKiller" - - - - - - - - - BBIE - Hazardous Item. Category. Name - The name of the category of hazard that applies to the Item. - 0..1 - Hazardous Item - Category - Name - Name. Type - - - - - - - - - BBIE - Hazardous Item. Hazardous Category Code. Code - Code specifying a kind of hazard for a material. - 0..1 - Hazardous Item - Hazardous Category Code - Code - Code. Type - Hazardous material class code - - - - - - - - - BBIE - Hazardous Item. Upper_ Orange Hazard Placard Identifier. Identifier - Specifies the identity number for the upper part of the orange hazard placard required on the means of transport. - 0..1 - Hazardous Item - Upper - Orange Hazard Placard Identifier - Identifier - Identifier. Type - Hazard identification number (upper part) - - - - - - - - - BBIE - Hazardous Item. Lower_ Orange Hazard Placard Identifier. Identifier - Specifies the identity number for the lower part of the orange hazard placard required on the means of transport. - 0..1 - Hazardous Item - Lower - Orange Hazard Placard Identifier - Identifier - Identifier. Type - Substance identification number (lower part) - - - - - - - - - BBIE - Hazardous Item. Marking Identifier. Identifier - Identifies the marking of dangerous goods. - 0..1 - Hazardous Item - Marking Identifier - Identifier - Identifier. Type - Dangerous goods label marking - - - - - - - - - BBIE - Hazardous Item. Hazard Class Identifier. Identifier - Identifies a hazard class applicable to dangerous goods as defined by the relevant regulation authority, such as the IMDG Class Number of the SOLAS Convention of IMO and the ADR/RID Class Number for the road/rail environment. - 0..1 - Hazardous Item - Hazard Class Identifier - Identifier - Identifier. Type - IMDG Class Number, ADR/RID Class Number - - - - - - - - - BBIE - Hazardous Item. Net_ Weight. Measure - The total net weight of hazardous goods; the weight of the goods plus packaging. - 0..1 - Hazardous Item - Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Hazardous Item. Net_ Volume. Measure - The volume of hazardous goods net of packaging and transport equipment. - 0..1 - Hazardous Item - Net - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Hazardous Item. Quantity - The quantity of goods that are hazardous. - 0..1 - Hazardous Item - Quantity - Quantity - Quantity. Type - - - - - - - - - ASBIE - Hazardous Item. Contact_ Party. Party - Associates the Hazardous Item with details of an individual, group, or body that is the contact in case of hazard incident. - 0..1 - Hazardous Item - Contact - Party - Party - - - - - - - - - ASBIE - Hazardous Item. Secondary Hazard - Associates the Hazardous Item with information about secondary hazards. - 0..n - Hazardous Item - Secondary Hazard - Secondary Hazard - - - - - - - - - ASBIE - Hazardous Item. Hazardous Goods Transit - Associates the Hazardous Item with information about the transportation of hazardous goods. - 0..n - Hazardous Item - Hazardous Goods Transit - Hazardous Goods Transit - - - - - - - - - ASBIE - Hazardous Item. Emergency_ Temperature. Temperature - Associates the Hazardous Item with the temperature at which emergency procedures apply during the handling of temperature-controlled hazardous goods. - 0..1 - Hazardous Item - Emergency - Temperature - Temperature - - - - - - - - - ASBIE - Hazardous Item. Flashpoint_ Temperature. Temperature - Associates the Hazardous Item with the lowest temperature at which the vapor of a combustible liquid can be made to ignite momentarily in air, known in hazardous goods procedures as the flashpoint. - 0..1 - Hazardous Item - Flashpoint - Temperature - Temperature - - - - - - - - - ASBIE - Hazardous Item. Additional_ Temperature. Temperature - Information providing details of temperatures relevant to the handling of hazardous goods. - 0..n - Hazardous Item - Additional - Temperature - Temperature - - - - - - - - - - - ABIE - Invoice Line. Details - Information about an Invoice Line. - Invoice Line - - - - - - - - - BBIE - Invoice Line. Identifier - Identifies the Invoice Line. - 1 - Invoice Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Invoice Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Invoice Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Invoice Line. Note. Text - Free-form text applying to the Invoice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Invoice Line - Note - Text - Text. Type - - - - - - - - - BBIE - Invoice Line. Invoiced_ Quantity. Quantity - The quantity (of Items) on the Invoice Line. - 0..1 - Invoice Line - Invoiced - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Invoice Line. Line Extension Amount. Amount - The total amount for the Invoice Line, including Allowance Charges but net of taxes. - 1 - Invoice Line - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Invoice Line. Tax Point Date. Date - The date of the Invoice Line, used to indicate the point at which tax becomes applicable. - 0..1 - Invoice Line - Tax Point Date - Date - Date. Type - - - - - - - - - BBIE - Invoice Line. Accounting Cost Code. Code - The buyer's accounting code applied to the Invoice Line. - 0..1 - Invoice Line - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Invoice Line. Accounting Cost. Text - The buyer's accounting code applied to the Invoice Line, expressed as text. - 0..1 - Invoice Line - Accounting Cost - Text - Text. Type - - - - - - - - - BBIE - Invoice Line. Free Of Charge_ Indicator. Indicator - Indicates whether the Invoice Line is Free Of Charge (default = false). - 0..1 - Invoice Line - Free Of Charge - Indicator - Indicator - Indicator. Type - - - - - - - - - ASBIE - Invoice Line. Order Line Reference - An association to Order Line Reference. - 0..n - Invoice Line - Order Line Reference - Order Line Reference - - - - - - - - - ASBIE - Invoice Line. Despatch_ Line Reference. Line Reference - An associative reference to Despatch Line. - 0..n - Invoice Line - Despatch - Line Reference - Line Reference - - - - - - - - - ASBIE - Invoice Line. Receipt_ Line Reference. Line Reference - An associative reference to Receipt Line. - 0..n - Invoice Line - Receipt - Line Reference - Line Reference - - - - - - - - - ASBIE - Invoice Line. Billing Reference - An association to Billing Reference. - 0..n - Invoice Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Invoice Line. Document Reference - An association to Document Reference. - 0..n - Invoice Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Invoice Line. Pricing Reference - An association to Pricing Reference. - 0..1 - Invoice Line - Pricing Reference - Pricing Reference - - - - - - - - - ASBIE - Invoice Line. Originator_ Party. Party - The party who originated the Order to which the Invoice is related. - 0..1 - Invoice Line - Originator - Party - Party - - - - - - - - - ASBIE - Invoice Line. Delivery - An association to Delivery. - 0..n - Invoice Line - Delivery - Delivery - - - - - - - - - ASBIE - Invoice Line. Payment Terms - An association to Payment Terms. - 0..n - Invoice Line - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Invoice Line. Allowance Charge - An association to Allowance Charge. - 0..n - Invoice Line - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Invoice Line. Tax Total - An association to Tax Total. - 0..n - Invoice Line - Tax Total - Tax Total - - - - - - - - - ASBIE - Invoice Line. Item - An association to Item. - 1 - Invoice Line - Item - Item - - - - - - - - - ASBIE - Invoice Line. Price - An association to Price. - 0..1 - Invoice Line - Price - Price - - - - - - - - - ASBIE - Invoice Line. Delivery Terms - An association to Delivery Terms. - 0..1 - Invoice Line - Delivery Terms - Delivery Terms - - - - - - - - - - - ABIE - Item. Details - Information directly relating to an item. - Item - article, product, goods item - - - - - - - - - BBIE - Item. Description. Text - Free-form field that can be used to give a text description of the item. - 0..n - Item - Description - Text - Text. Type - - - - - - - - - BBIE - Item. Pack Quantity. Quantity - The unit packaging quantity. - 0..1 - Item - Pack Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Item. Pack Size. Numeric - The number of items in a pack. - 0..1 - Item - Pack Size - Numeric - Numeric. Type - - - - - - - - - BBIE - Item. Catalogue_ Indicator. Indicator - Indicates whether the item was ordered from a Catalogue (true) or not (false). - 0..1 - Item - Catalogue - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Item. Name - A short name optionally given to an item, such as a name from a Catalogue, as distinct from a description. - 0..1 - Item - Name - Name - Name. Type - - - - - - - - - BBIE - Item. Hazardous Risk_ Indicator. Indicator - Indicates whether the item as delivered is hazardous. - 0..1 - Item - Hazardous Risk - Indicator - Indicator - Indicator. Type - Default is negative - - - - - - - - - BBIE - Item. Additional_ Information. Text - Provides more details of the item (e.g., the URL of a relevant web page). - 0..1 - Item - Additional - Information - Text - Text. Type - - - - - - - - - BBIE - Item. Keyword. Text - A Seller Party-defined search string for the item. Also could be synonyms for identifying the item. - 0..n - Item - Keyword - Text - Text. Type - - - - - - - - - BBIE - Item. Brand Name. Name - Brand name for the item. - 0..n - Item - Brand Name - Name - Name. Type - Coca-Cola - - - - - - - - - BBIE - Item. Model Name. Name - Model name for the item. - 0..n - Item - Model Name - Name - Name. Type - "VW Beetle" - - - - - - - - - ASBIE - Item. Buyers_ Item Identification. Item Identification - Associates the item with its identification according to the buyer's system. - 0..1 - Item - Buyers - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Sellers_ Item Identification. Item Identification - Associates the item with its identification according to the seller's system. - 0..1 - Item - Sellers - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Manufacturers_ Item Identification. Item Identification - Associates the item with its identification according to the manufacturer's system. - 0..n - Item - Manufacturers - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Standard_ Item Identification. Item Identification - Associates the item with its identification according to a standard system. - 0..1 - Item - Standard - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Catalogue_ Item Identification. Item Identification - Associates the item with its identification according to a cataloguing system. - 0..1 - Item - Catalogue - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Additional_ Item Identification. Item Identification - Associates the item with other identification means. - 0..n - Item - Additional - Item Identification - Item Identification - - - - - - - - - ASBIE - Item. Catalogue_ Document Reference. Document Reference - An associative reference to Catalogue. - 0..1 - Item - Catalogue - Document Reference - Document Reference - - - - - - - - - ASBIE - Item. Item Specification_ Document Reference. Document Reference - An associative reference to a document providing Item specification. - 0..n - Item - Item Specification - Document Reference - Document Reference - - - - - - - - - ASBIE - Item. Origin_ Country. Country - Associates the item with its country of origin. - 0..1 - Item - Origin - Country - Country - - - - - - - - - ASBIE - Item. Commodity Classification - Associates the item with its classification(s) according to a commodity classifying system. - 0..n - Item - Commodity Classification - Commodity Classification - - - - - - - - - ASBIE - Item. Transaction Conditions - Associates the item with sales conditions appertaining to it. - 0..n - Item - Transaction Conditions - Transaction Conditions - - - - - - - - - ASBIE - Item. Hazardous Item - Associates the item with its hazardous item information. - 0..n - Item - Hazardous Item - Hazardous Item - - - - - - - - - ASBIE - Item. Classified_ Tax Category. Tax Category - Classifies the item using one or more categories of taxes. - 0..n - Item - Classified - Tax Category - Tax Category - - - - - - - - - ASBIE - Item. Additional_ Item Property. Item Property - Associates the item with a set of additional properties. - 0..n - Item - Additional - Item Property - Item Property - - - - - - - - - ASBIE - Item. Manufacturer_ Party. Party - Associates the item with its manufacturer. - 0..n - Item - Manufacturer - Party - Party - - - - - - - - - ASBIE - Item. Information Content Provider_ Party. Party - Associates the item with the party responsible for the its specification. - 0..1 - Item - Information Content Provider - Party - Party - - - - - - - - - ASBIE - Item. Origin_ Address. Address - Associates the item with the region of origin (not the country). - 0..n - Item - Origin - Address - Address - - - - - - - - - ASBIE - Item. Item Instance - An association to Item Instance. - 0..n - Item - Item Instance - Item Instance - - - - - - - - - - - ABIE - Item Comparison. Details - Used to compare different items based on cost, quantity, or measurements. - Item Comparison - - - - - - - - - BBIE - Item Comparison. Price. Amount - The price for the comparison quantity of the item. - 0..1 - Item Comparison - Price - Amount - Amount. Type - - - - - - - - - BBIE - Item Comparison. Quantity - The quantity used for price comparison with other items. - 0..1 - Item Comparison - Quantity - Quantity - Quantity. Type - "per unit" - - - - - - - - - - - ABIE - Item Identification. Details - Information about item identification. - Item Identification - - - - - - - - - BBIE - Item Identification. Identifier - An identifier for an item. - 1 - Item Identification - Identifier - Identifier - Identifier. Type - "CUST001" "3333-44-123" - - - - - - - - - BBIE - Item Identification. Extended_ Identifier. Identifier - An extended identifier for the item that identifies the item with specific properties, e.g., Item 123 = Chair / Item 123 Ext 45 = brown chair. - 0..1 - Item Identification - Extended - Identifier - Identifier - Identifier. Type - - - - - - - - - ASBIE - Item Identification. Physical Attribute - An association to Physical Attribute. - 0..n - Item Identification - Physical Attribute - Physical Attribute - - - - - - - - - ASBIE - Item Identification. Measurement_ Dimension. Dimension - An association to Measurement Dimension. - 0..n - Item Identification - Measurement - Dimension - Dimension - - - - - - - - - ASBIE - Item Identification. Issuer_ Party. Party - An association to Issuer Party i.e. the Party that issued the Item Identification. - 0..1 - Item Identification - Issuer - Party - Party - - - - - - - - - - - ABIE - Item Instance. Details - Information about a specific instance of an item. - Item Instance - - - - - - - - - BBIE - Item Instance. Product Trace_ Identifier. Identifier - An identifier used for tracing the item, such as the EPC number used in RFID. - 0..1 - Item Instance - Product Trace - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Item Instance. Manufacture Date. Date - The date of manufacture of the Item Instance. - 0..1 - Item Instance - Manufacture Date - Date - Date. Type - - - - - - - - - BBIE - Item Instance. Manufacture Time. Time - The time of manufacture of the Item Instance. - 0..1 - Item Instance - Manufacture Time - Time - Time. Type - - - - - - - - - BBIE - Item Instance. Registration Identifier. Identifier - The registration identifier of the Item Instance. - 0..1 - Item Instance - Registration Identifier - Identifier - Identifier. Type - car registration or licensing number - - - - - - - - - BBIE - Item Instance. Serial Identifier. Identifier - The serial number of the Item Instance. - 0..1 - Item Instance - Serial Identifier - Identifier - Identifier. Type - chassis number of a car - - - - - - - - - ASBIE - Item Instance. Additional_ Item Property. Item Property - An association to Additional Item Property. - 0..n - Item Instance - Additional - Item Property - Item Property - - - - - - - - - ASBIE - Item Instance. Lot Identification - Associates the item instance with its lot identification (the identification that allows recall of the item if necessary). - 0..1 - Item Instance - Lot Identification - Lot Identification - - - - - - - - - - - ABIE - Item Location Quantity. Details - Information about the properties of an item as they relate to specific quantities and/or specific locations. - Item Location Quantity - - - - - - - - - BBIE - Item Location Quantity. Lead Time. Measure - The time taken from the time of order to the time of delivery for an item. - 0..1 - Item Location Quantity - Lead Time - Measure - Measure. Type - "2 days", "24 hours" - - - - - - - - - BBIE - Item Location Quantity. Minimum_ Quantity. Quantity - The minimum quantity that can be ordered to qualify for a specific price. - 0..1 - Item Location Quantity - Minimum - Quantity - Quantity - Quantity. Type - "10 boxes", "1 carton", "1000 sheets" - - - - - - - - - BBIE - Item Location Quantity. Maximum_ Quantity. Quantity - The maximum quantity that can be ordered to qualify for a specific price. - 0..1 - Item Location Quantity - Maximum - Quantity - Quantity - Quantity. Type - "10 boxes", "1 carton", "1000 sheets" - - - - - - - - - BBIE - Item Location Quantity. Hazardous Risk_ Indicator. Indicator - Indicates whether the item as delivered, in the stated quantity to the stated location, is hazardous. - 0..1 - Item Location Quantity - Hazardous Risk - Indicator - Indicator - Indicator. Type - Default is negative - - - - - - - - - BBIE - Item Location Quantity. Trading Restrictions. Text - A description of trade restrictions that apply to the item or quantities of the item. - 0..n - Item Location Quantity - Trading Restrictions - Text - Text. Type - "not for export" - - - - - - - - - ASBIE - Item Location Quantity. Applicable Territory_ Address. Address - An association to Territory (Address). - 0..n - Item Location Quantity - Applicable Territory - Address - Address - - - - - - - - - ASBIE - Item Location Quantity. Price - An association to Price. - 0..1 - Item Location Quantity - Price - Price - - - - - - - - - ASBIE - Item Location Quantity. Delivery Unit - An association to Delivery Unit. - 0..n - Item Location Quantity - Delivery Unit - Delivery Unit - - - - - - - - - ASBIE - Item Location Quantity. Applicable_ Tax Category. Tax Category - An association to Tax Category. - 0..n - Item Location Quantity - Applicable - Tax Category - Tax Category - - - - - - - - - - - ABIE - Item Property. Details - Information about specific Item Properties. - Item Property - - - - - - - - - BBIE - Item Property. Name - The name of the Item Property. - 1 - Item Property - Name - Name - Name. Type - "Energy Rating", "Collar Size", "Fat Content" - - - - - - - - - BBIE - Item Property. Value. Text - The Item Property value. - 1 - Item Property - Value - Text - Text. Type - "100 watts", "15 European", "20% +/- 5%" - - - - - - - - - ASBIE - Item Property. Usability_ Period. Period - The period for which the Item Property is valid. - 0..1 - Item Property - Usability - Period - Period - - - - - - - - - ASBIE - Item Property. Item Property Group - An association to Item Property Group. - 0..n - Item Property - Item Property Group - Item Property Group - - - - - - - - - - - ABIE - Item Property Group. Details - Information about sets of classifications (or groups) of Item Properties. - Item Property Group - - - - - - - - - BBIE - Item Property Group. Identifier - An identifier for the Item Property Group. - 1 - Item Property Group - Identifier - Identifier - Identifier. Type - "233-004" - - - - - - - - - BBIE - Item Property Group. Name - The name of the Item Property Group. - 0..1 - Item Property Group - Name - Name - Name. Type - "Electrical Specifications", "Dietary Content" - - - - - - - - - - - ABIE - Language. Details - Information about Language. - Language - - - - - - - - - BBIE - Language. Identifier - An identifier for a language, expressed as a code. - 0..1 - Language - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Language. Name - The name of the language. - 0..1 - Language - Name - Name - Name. Type - - - - - - - - - BBIE - Language. Locale Code. Code - The locale where the language is used, expressed as a code. - 0..1 - Language - Locale Code - Code - Code. Type - - - - - - - - - - - ABIE - Line Item. Details - Information about a Line Item. - Line Item - - - - - - - - - BBIE - Line Item. Identifier - Identifies the Line Item assigned by the buyer. - 1 - Line Item - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Line Item. Sales_ Order Identifier. Identifier - The identification given to a Line by the seller. - 0..1 - Line Item - Sales - Order Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Line Item. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Line Item - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Line Item. Note. Text - Free-form text applying to the Line Item. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Line Item - Note - Text - Text. Type - - - - - - - - - BBIE - Line Item. Line Status Code. Code - Identifies the status of the Line with respect to its original state. - 0..1 - Line Item - Line Status Code - Code - Line Status_ Code. Type - - - - - - - - - BBIE - Line Item. Quantity - The quantity of Items for the Line Item. - 0..1 - Line Item - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Line Item. Line Extension Amount. Amount - The total amount for the Line Item, including Allowance Charges but net of taxes. - 0..1 - Line Item - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Line Item. Total_ Tax Amount. Amount - The total tax amount for the Line Item. - 0..1 - Line Item - Total - Tax Amount - Amount - Amount. Type - - - - - - - - - BBIE - Line Item. Minimum_ Quantity. Quantity - The minimum quantity for the Item on the Line. - 0..1 - Line Item - Minimum - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Line Item. Maximum_ Quantity. Quantity - The maximum quantity for the Item on the Line. - 0..1 - Line Item - Maximum - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Line Item. Minimum_ Backorder. Quantity - The minimum back order quantity (where back order is allowed). - 0..1 - Line Item - Minimum - Backorder - Quantity - Quantity. Type - - - - - - - - - BBIE - Line Item. Maximum_ Backorder. Quantity - The maximum back order quantity (where back order is allowed). - 0..1 - Line Item - Maximum - Backorder - Quantity - Quantity. Type - - - - - - - - - BBIE - Line Item. Inspection Method. Code - Inspection requirements for a Line Item, expressed as a code. - 0..1 - Line Item - Inspection Method - Code - Code. Type - - - - - - - - - BBIE - Line Item. Partial Delivery Indicator. Indicator - Indicates whether a partial delivery is allowed. - 0..1 - Line Item - Partial Delivery Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Line Item. Back Order Allowed Indicator. Indicator - Indicates whether back order is allowed. - 0..1 - Line Item - Back Order Allowed Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Line Item. Accounting Cost Code. Code - The buyer's accounting code applied to the Line Item. - 0..1 - Line Item - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Line Item. Accounting Cost. Text - The buyer's accounting code applied to the Line Item, expressed as text. - 0..1 - Line Item - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Line Item. Delivery - An association to Delivery. - 0..n - Line Item - Delivery - Delivery - - - - - - - - - ASBIE - Line Item. Delivery Terms - An association to Delivery Terms. - 0..1 - Line Item - Delivery Terms - Delivery Terms - - - - - - - - - ASBIE - Line Item. Originator_ Party. Party - The party who originated Order. - 0..1 - Line Item - Originator - Party - Party - - - - - - - - - ASBIE - Line Item. Ordered Shipment - An association to Ordered Shipment. - 0..n - Line Item - Ordered Shipment - Ordered Shipment - - - - - - - - - ASBIE - Line Item. Pricing Reference - An association to Pricing Reference. - 0..1 - Line Item - Pricing Reference - Pricing Reference - - - - - - - - - ASBIE - Line Item. Allowance Charge - An association to Allowance Charge. - 0..n - Line Item - Allowance Charge - Allowance Charge - - - - - - - - - ASBIE - Line Item. Price - An association to Price. - 0..1 - Line Item - Price - Price - - - - - - - - - ASBIE - Line Item. Item - An association to Item. - 1 - Line Item - Item - Item - - - - - - - - - - - ABIE - Line Reference. Details - Reference to a Line on a document. - Line Reference - - - - - - - - - BBIE - Line Reference. Line Identifier. Identifier - Identifies the Line on the referenced document. - 1 - Line Reference - Line Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Line Reference. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Line Reference - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Line Reference. Line Status Code. Code - Identifies the status of the referenced Line with respect to its original state. - 0..1 - Line Reference - Line Status Code - Code - Line Status_ Code. Type - - - - - - - - - ASBIE - Line Reference. Document Reference - An association to Document Reference. - 0..1 - Line Reference - Document Reference - Document Reference - - - - - - - - - - - ABIE - Line Response. Details - A response to a Line in a Document. - Line Response - - - - - - - - - ASBIE - Line Response. Line Reference - An association to Line Reference. - 1 - Line Response - Line Reference - Line Reference - - - - - - - - - ASBIE - Line Response. Response - An association to Response. - 1..n - Line Response - Response - Response - - - - - - - - - - - ABIE - Location. Details - Information about a location. - Location - - - - - - - - - BBIE - Location. Identifier - The unique identifier for the location, e.g., the EAN Location Number, GLN. - 0..1 - Location - Identifier - Identifier - Identifier. Type - 5790002221134 - - - - - - - - - BBIE - Location. Description. Text - The description or name of the location. - 0..1 - Location - Description - Text - Text. Type - - - - - - - - - BBIE - Location. Conditions. Text - Conditions describing the location. - 0..1 - Location - Conditions - Text - Text. Type - - - - - - - - - BBIE - Location. Country Subentity. Text - A territorial division of a country, such as a county or state. - 0..1 - Location - Country Subentity - Text - Text. Type - AdministrativeArea, State, Country, Shire, Canton - "Florida","Tamilnadu" - - - - - - - - - BBIE - Location. Country Subentity Code. Code - The territorial division of a country, such as a county or state, expressed as a code. - 0..1 - Location - Country Subentity Code - Code - Code. Type - AdministrativeAreaCode, State Code - - - - - - - - - ASBIE - Location. Validity_ Period. Period - Period(s) in which the location can be used, e.g., for delivery. - 0..n - Location - Validity - Period - Period - - - - - - - - - ASBIE - Location. Address - Association to the address of the location. - 0..1 - Location - Address - Address - - - - - - - - - - - ABIE - Location Coordinate. Details - Information about physical (geographical) location. - Location Coordinate - - - - - - - - - BBIE - Location Coordinate. Coordinate System Code. Code - An identifier for the location system used. - 0..1 - Location Coordinate - Coordinate System Code - Code - Code. Type - - - - - - - - - BBIE - Location Coordinate. Latitude_ Degrees. Measure - The measure of latitude in degrees. - 0..1 - Location Coordinate - Latitude - Degrees - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Latitude_ Minutes. Measure - The measure of latitude in minutes. - 0..1 - Location Coordinate - Latitude - Minutes - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Latitude Direction Code. Code - The direction of latitude measurement from the equator. - 0..1 - Location Coordinate - Latitude Direction Code - Code - Latitude Direction_ Code. Type - - - - - - - - - BBIE - Location Coordinate. Longitude_ Degrees. Measure - The measure of longitude in degrees. - 0..1 - Location Coordinate - Longitude - Degrees - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Longitude_ Minutes. Measure - The measure of longitude in minutes. - 0..1 - Location Coordinate - Longitude - Minutes - Measure - Measure. Type - - - - - - - - - BBIE - Location Coordinate. Longitude Direction Code. Code - The direction of longitude measurement from the meridian. - 0..1 - Location Coordinate - Longitude Direction Code - Code - Longitude Direction_ Code. Type - - - - - - - - - - - ABIE - Lot Identification. Details - Information about a lot (of Item Instances). - Lot Identification - - - - - - - - - BBIE - Lot Identification. Lot Number. Identifier - Identifies the lot. - 0..1 - Lot Identification - Lot Number - Identifier - Identifier. Type - - - - - - - - - BBIE - Lot Identification. Expiry Date. Date - The expiry date of the lot. - 0..1 - Lot Identification - Expiry Date - Date - Date. Type - - - - - - - - - ASBIE - Lot Identification. Additional_ Item Property. Item Property - An association to Additional Item Property. - 0..n - Lot Identification - Additional - Item Property - Item Property - - - - - - - - - - - ABIE - Maritime Transport. Details - Describes a water (including sea, river, and canal) transport vessel. - Maritime Transport - - - - - - - - - BBIE - Maritime Transport. Vessel Identifier. Identifier - Identifies a specific vessel. - 0..1 - Maritime Transport - Vessel Identifier - Identifier - Identifier. Type - Lloyds Number, Registration Number (WCO ID 167) - International Maritime Organisation number of a vessel - - - - - - - - - BBIE - Maritime Transport. Vessel Name. Name - The name of the vessel. - 0..1 - Maritime Transport - Vessel Name - Name - Name. Type - Ships Name - - - - - - - - - - - ABIE - Monetary Total. Details - Information about Monetary Totals. - Monetary Total - - - - - - - - - BBIE - Monetary Total. Line Extension Amount. Amount - The total of Line Extension Amounts net of tax and settlement discounts, but inclusive of any applicable rounding amount. - 0..1 - Monetary Total - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Tax Exclusive Amount. Amount - The total amount exclusive of taxes. - 0..1 - Monetary Total - Tax Exclusive Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Tax Inclusive Amount. Amount - The total amount inclusive of taxes. - 0..1 - Monetary Total - Tax Inclusive Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Allowance Total Amount. Amount - The total amount of all allowances. - 0..1 - Monetary Total - Allowance Total Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Charge Total Amount. Amount - The total amount of all charges. - 0..1 - Monetary Total - Charge Total Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Prepaid Amount. Amount - The total prepaid amount. - 0..1 - Monetary Total - Prepaid Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Payable_ Rounding Amount. Amount - The rounding amount (positive or negative) added to the calculated Line Extension Total Amount to produce the rounded Line Extension Total Amount. - 0..1 - Monetary Total - Payable - Rounding Amount - Amount - Amount. Type - - - - - - - - - BBIE - Monetary Total. Payable_ Amount. Amount - The total amount to be paid. - 1 - Monetary Total - Payable - Amount - Amount - Amount. Type - - - - - - - - - - - ABIE - Ordered Shipment. Details - Information about an Ordered Shipment. - Ordered Shipment - - - - - - - - - ASBIE - Ordered Shipment. Shipment - An association to Shipment. - 1 - Ordered Shipment - Shipment - Shipment - - - - - - - - - ASBIE - Ordered Shipment. Package - An association to Package. - 0..n - Ordered Shipment - Package - Package - - - - - - - - - - - ABIE - Order Line. Details - Information about an Order Line. - Order Line - - - - - - - - - BBIE - Order Line. Substitution Status Code. Code - A code indicating the substitution status of the Order Line. Order Line may indicate that a substitute is proposed by the buyer or by the seller (in Order Response) or that a substitution has been made by the seller (in Order Response). - 0..1 - Order Line - Substitution Status Code - Code - Substitution Status_ Code. Type - - - - - - - - - BBIE - Order Line. Note. Text - Free-form text applying to the Order Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Order Line - Note - Text - Text. Type - - - - - - - - - ASBIE - Order Line. Line Item - An association to Line Item. - 1 - Order Line - Line Item - Line Item - - - - - - - - - ASBIE - Order Line. Seller Proposed Substitute_ Line Item. Line Item - Substitute Line Items proposed by the seller (in Order Response). - 0..n - Order Line - Seller Proposed Substitute - Line Item - Line Item - - - - - - - - - ASBIE - Order Line. Seller Substituted_ Line Item. Line Item - Item(s) replaced by the seller. The original ordered quantity and pricing may be different from the substituted item. However, when an item is substituted by the seller, it is assumed that other information, such as shipment details, will be the same. - 0..n - Order Line - Seller Substituted - Line Item - Line Item - - - - - - - - - ASBIE - Order Line. Buyer Proposed Substitute_ Line Item. Line Item - Possible alternatives, proposed by the buyer, to the Line Item. - 0..n - Order Line - Buyer Proposed Substitute - Line Item - Line Item - - - - - - - - - ASBIE - Order Line. Catalogue_ Line Reference. Line Reference - An associative reference to Catalogue Line. - 0..1 - Order Line - Catalogue - Line Reference - Line Reference - - - - - - - - - ASBIE - Order Line. Quotation_ Line Reference. Line Reference - an associative reference to Quotation Line. - 0..1 - Order Line - Quotation - Line Reference - Line Reference - - - - - - - - - ASBIE - Order Line. Document Reference - An association to Document Reference. - 0..n - Order Line - Document Reference - Document Reference - - - - - - - - - - - ABIE - Order Line Reference. Details - Information about an Order Line Reference. - Order Line Reference - - - - - - - - - BBIE - Order Line Reference. Line Identifier. Identifier - Identifies the referenced Order Line assigned by the buyer. - 1 - Order Line Reference - Line Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Line Reference. Sales Order_ Line Identifier. Identifier - Identifies the referenced Order Line assigned by the seller. - 0..1 - Order Line Reference - Sales Order - Line Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Line Reference. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Order Line Reference - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Line Reference. Line Status Code. Code - Identifies the status of the referenced Order Line with respect to its original state. - 0..1 - Order Line Reference - Line Status Code - Code - Line Status_ Code. Type - - - - - - - - - ASBIE - Order Line Reference. Order Reference - An association to Order Reference. - 0..1 - Order Line Reference - Order Reference - Order Reference - - - - - - - - - - - ABIE - Order Reference. Details - Information about an Order Reference. - Order Reference - - - - - - - - - BBIE - Order Reference. Identifier - Identifies the referenced Order assigned by the buyer. - 1 - Order Reference - Identifier - Identifier - Identifier. Type - "PO-001" "3333-44-123" - - - - - - - - - BBIE - Order Reference. Sales Order Identifier. Identifier - Identifies the referenced Order assigned by the seller. - 0..1 - Order Reference - Sales Order Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Reference. Copy_ Indicator. Indicator - Indicates whether the referenced Order is a copy (true) or the original (false). - 0..1 - Order Reference - Copy - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Order Reference. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Order Reference - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Order Reference. Issue Date. Date - The date on which the referenced Order was issued. - 0..1 - Order Reference - Issue Date - Date - Date. Type - - - - - - - - - BBIE - Order Reference. Issue Time. Time - The time at which the referenced Order was issued. - 0..1 - Order Reference - Issue Time - Time - Time. Type - - - - - - - - - BBIE - Order Reference. Customer_ Reference. Text - A reference used (CRI) for tagging purchasing card transactions. - 0..1 - Order Reference - Customer - Reference - Text - Text. Type - Customer Reference Identifier (CRI) when using a puchasing card - - - - - - - - - ASBIE - Order Reference. Document Reference - An association to Document Reference. - 0..1 - Order Reference - Document Reference - Document Reference - - - - - - - - - - - ABIE - Package. Details - Information about a package. - Package - - - - - - - - - BBIE - Package. Identifier - Identifies the package. - 0..1 - Package - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Package. Quantity - The quantity (of items) contained in the package. - 0..1 - Package - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Package. Returnable Material_ Indicator. Indicator - Indicates whether the packaging material is returnable (true) or not (false). - 0..1 - Package - Returnable Material - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Package. Package Level Code. Code - Code specifying a level of packaging. - 0..1 - Package - Package Level Code - Code - Code. Type - - - - - - - - - BBIE - Package. Packaging Type Code. Code - Code specifying the type of packaging of an item. - 0..1 - Package - Packaging Type Code - Code - Packaging Type_ Code. Type - Package classification code - - - - - - - - - BBIE - Package. Packing Material. Text - Description of the type of packaging of an item. - 0..n - Package - Packing Material - Text - Text. Type - - - - - - - - - ASBIE - Package. Contained_ Package. Package - An association to Contained Package; used to describe a package within a package. - 0..n - Package - Contained - Package - Package - - - - - - - - - ASBIE - Package. Goods Item - An association to Goods Item. - 0..n - Package - Goods Item - Goods Item - - - - - - - - - ASBIE - Package. Measurement_ Dimension. Dimension - An association to describe the measurement dimensions of the package. - 0..n - Package - Measurement - Dimension - Dimension - - - - - - - - - ASBIE - Package. Delivery Unit - An association to Delivery Units in the package. - 0..n - Package - Delivery Unit - Delivery Unit - - - - - - - - - - - ABIE - Party. Details - Information about an organization, sub-organization, or individual fulfilling a role in a business process. - Party - - - - - - - - - BBIE - Party. Mark Care_ Indicator. Indicator - Indicates whether a party is C/O (care of). - 0..1 - Party - Mark Care - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Party. Mark Attention_ Indicator. Indicator - Indicates whether a party is 'FAO' (for the attention of). - 0..1 - Party - Mark Attention - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Party. Website_ URI. Identifier - The Uniform Resource Identifier (URI) of the party. - 0..1 - Party - Website - URI - Identifier - Identifier. Type - - - - - - - - - BBIE - Party. Logo Reference. Identifier - A party's logo. - 0..1 - Party - Logo Reference - Identifier - Identifier. Type - http://www2.coca-cola.com/images/logo.gif - - - - - - - - - BBIE - Party. Endpoint Identifier. Identifier - Identifies the end point of the routing service, e.g., EAN Location Number, GLN. - 0..1 - Party - Endpoint Identifier - Identifier - Identifier. Type - 5790002221134 - - - - - - - - - ASBIE - Party. Party Identification - An association to Party Identification. - 0..n - Party - Party Identification - Party Identification - - - - - - - - - ASBIE - Party. Party Name - An association to Party Name. - 0..n - Party - Party Name - Party Name - - - - - - - - - ASBIE - Party. Language - An association to Language. - 0..1 - Party - Language - Language - - - - - - - - - ASBIE - Party. Postal_ Address. Address - The party's postal address. - 0..1 - Party - Postal - Address - Address - - - - - - - - - ASBIE - Party. Physical_ Location. Location - The party's physical location. - 0..1 - Party - Physical - Location - Location - - - - - - - - - ASBIE - Party. Party Tax Scheme - An association to Party Tax Scheme. - 0..n - Party - Party Tax Scheme - Party Tax Scheme - - - - - - - - - ASBIE - Party. Party Legal Entity - An association to Party Legal Entity. - 0..n - Party - Party Legal Entity - Party Legal Entity - - - - - - - - - ASBIE - Party. Contact - An association to Contact. - 0..1 - Party - Contact - Contact - - - - - - - - - ASBIE - Party. Person - An association to a person. - 0..1 - Party - Person - Person - - - - - - - - - ASBIE - Party. Agent_ Party. Party - An association to another party who acts as an agent for this party. - 0..1 - Party - Agent - Party - Party - - - - - - - - - - - ABIE - Party Identification. Details - Information about a party's identification. - Party Identification - - - - - - - - - BBIE - Party Identification. Identifier - Identifies a party. - 1 - Party Identification - Identifier - Identifier - Identifier. Type - - - - - - - - - - - ABIE - Party Legal Entity. Details - Information directly relating to the legal registration that is applicable to a party. - Party Legal Entity - - - - - - - - - BBIE - Party Legal Entity. Registration_ Name. Name - The name of a party as registered with the legal authority. - 0..1 - Party Legal Entity - Registration - Name - Name - Name. Type - "Microsoft Corporation" - - - - - - - - - BBIE - Party Legal Entity. Company Identifier. Identifier - Identifies a company as registered with the company registration scheme. - 0..1 - Party Legal Entity - Company Identifier - Identifier - Identifier. Type - Business Registration Number, Company Number - "3556625" - - - - - - - - - ASBIE - Party Legal Entity. Registration_ Address. Address - Associates with the registered address of the party within a Corporate Registration Scheme. - 0..1 - Party Legal Entity - Registration - Address - Address - - - - - - - - - ASBIE - Party Legal Entity. Corporate Registration Scheme - Associates the party with a Corporate Registration Scheme. - 0..1 - Party Legal Entity - Corporate Registration Scheme - Corporate Registration Scheme - - - - - - - - - - - ABIE - Party Name. Details - Information about a party's name. - Party Name - - - - - - - - - BBIE - Party Name. Name - The name of the party. - 1 - Party Name - Name - Name - Name. Type - "Microsoft" - - - - - - - - - - - ABIE - Party Tax Scheme. Details - Information about a party's Tax Scheme. - Party Tax Scheme - - - - - - - - - BBIE - Party Tax Scheme. Registration_ Name. Name - The official name of the party as registered with the relevant fiscal authority. - 0..1 - Party Tax Scheme - Registration - Name - Name - Name. Type - "Microsoft Corporation" - - - - - - - - - BBIE - Party Tax Scheme. Company Identifier. Identifier - The identifier assigned for tax purposes to a party by the taxation authority. - 0..1 - Party Tax Scheme - Company Identifier - Identifier - Identifier. Type - VAT Number - "3556625" - - - - - - - - - BBIE - Party Tax Scheme. Tax Level Code. Code - The section or role within the tax scheme that applies to the party. - 0..1 - Party Tax Scheme - Tax Level Code - Code - Code. Type - - - - - - - - - BBIE - Party Tax Scheme. Exemption Reason Code. Code - A reason for a party's exemption from tax, expressed as a code. - 0..1 - Party Tax Scheme - Exemption Reason Code - Code - Code. Type - - - - - - - - - BBIE - Party Tax Scheme. Exemption_ Reason. Text - A reason for a party's exemption from tax, expressed as text. - 0..1 - Party Tax Scheme - Exemption - Reason - Text - Text. Type - - - - - - - - - ASBIE - Party Tax Scheme. Registration_ Address. Address - An association to Registered Address (for tax purposes). - 0..1 - Party Tax Scheme - Registration - Address - Address - - - - - - - - - ASBIE - Party Tax Scheme. Tax Scheme - An association to Tax Scheme. - 1 - Party Tax Scheme - Tax Scheme - Tax Scheme - - - - - - - - - - - ABIE - Payment. Details - Information directly relating to a specific payment. - Payment - - - - - - - - - BBIE - Payment. Identifier - Identifies the payment. - 0..1 - Payment - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment. Paid_ Amount. Amount - The amount paid. - 0..1 - Payment - Paid - Amount - Amount - Amount. Type - - - - - - - - - BBIE - Payment. Received_ Date. Date - The date on which the payment was received. - 0..1 - Payment - Received - Date - Date - Date. Type - - - - - - - - - BBIE - Payment. Paid_ Date. Date - The date at which the payment was made. - 0..1 - Payment - Paid - Date - Date - Date. Type - - - - - - - - - BBIE - Payment. Paid_ Time. Time - The time at which the payment was made. - 0..1 - Payment - Paid - Time - Time - Time. Type - - - - - - - - - BBIE - Payment. Instruction Identifier. Identifier - Identifies the Payment Instruction. - 0..1 - Payment - Instruction Identifier - Identifier - Identifier. Type - - - - - - - - - - - ABIE - Payment Means. Details - Information about Payment Means. - Payment Means - - - - - - - - - BBIE - Payment Means. Identifier - Identifies the Payment Means. - 0..1 - Payment Means - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment Means. Payment Means Code. Code - The Payment Means expressed as a code - 1 - Payment Means - Payment Means Code - Code - Payment Means_ Code. Type - - - - - - - - - BBIE - Payment Means. Payment Due Date. Date - The date on which payment is due for the Payment Means. - 0..1 - Payment Means - Payment Due Date - Date - Date. Type - - - - - - - - - BBIE - Payment Means. Payment Channel Code. Code - The Payment Channel, expressed as a code. - 0..1 - Payment Means - Payment Channel Code - Code - Code. Type - - - - - - - - - BBIE - Payment Means. Instruction Identifier. Identifier - Identifies the Payment Instruction. - 0..1 - Payment Means - Instruction Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment Means. Instruction_ Note. Text - Free-form text applying to the Payment. - 0..n - Payment Means - Instruction - Note - Text - Text. Type - - - - - - - - - BBIE - Payment Means. Payment Identifier. Identifier - Identifies the Payment(s). - 0..n - Payment Means - Payment Identifier - Identifier - Identifier. Type - - - - - - - - - ASBIE - Payment Means. Card Account - An association to Card Account. - 0..1 - Payment Means - Card Account - Card Account - - - - - - - - - ASBIE - Payment Means. Payer_ Financial Account. Financial Account - An association to the payer's Financial Account. - 0..1 - Payment Means - Payer - Financial Account - Financial Account - - - - - - - - - ASBIE - Payment Means. Payee_ Financial Account. Financial Account - An association to the payee's Financial Account. - 0..1 - Payment Means - Payee - Financial Account - Financial Account - - - - - - - - - ASBIE - Payment Means. Credit Account - An association to Credit Account. - 0..1 - Payment Means - Credit Account - Credit Account - - - - - - - - - - - ABIE - Payment Terms. Details - Information about Payment Terms. - Payment Terms - - - - - - - - - BBIE - Payment Terms. Identifier - Identifies the Payment Terms. - 0..1 - Payment Terms - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment Terms. Payment Means Identifier. Identifier - Identifies the applicable Payment Means. - 0..1 - Payment Terms - Payment Means Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment Terms. Prepaid Payment Reference Identifier. Identifier - Identifies prepaid payment. - 0..1 - Payment Terms - Prepaid Payment Reference Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Payment Terms. Note. Text - Free-form text applying to the Payment Terms. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..n - Payment Terms - Note - Text - Text. Type - - - - - - - - - BBIE - Payment Terms. Reference_ Event Code. Code - The event from which terms are offered for a length of time, identified by a standard code. - 0..1 - Payment Terms - Reference - Event Code - Code - Code. Type - - - - - - - - - BBIE - Payment Terms. Settlement_ Discount Percent. Percent - The settlement discount rate (percentage) offered for payment within the settlement period. - 0..1 - Payment Terms - Settlement - Discount Percent - Percent - Percent. Type - - - - - - - - - BBIE - Payment Terms. Penalty_ Surcharge Percent. Percent - The penalty rate (percentage) charged for late payment. - 0..1 - Payment Terms - Penalty - Surcharge Percent - Percent - Percent. Type - - - - - - - - - BBIE - Payment Terms. Amount - The payment amount for the Payment Terms. - 0..1 - Payment Terms - Amount - Amount - Amount. Type - - - - - - - - - ASBIE - Payment Terms. Settlement_ Period. Period - An association to Settlement Period. - 0..1 - Payment Terms - Settlement - Period - Period - - - - - - - - - ASBIE - Payment Terms. Penalty_ Period. Period - An association to Penalty Period. - 0..1 - Payment Terms - Penalty - Period - Period - - - - - - - - - - - ABIE - Period. Details - Information about a period of time. - Period - - - - - - - - - BBIE - Period. Start Date. Date - The start date of the period. - 0..1 - Period - Start Date - Date - Date. Type - - - - - - - - - BBIE - Period. Start Time. Time - The start time of the period. - 0..1 - Period - Start Time - Time - Time. Type - - - - - - - - - BBIE - Period. End Date. Date - The end date of the period. - 0..1 - Period - End Date - Date - Date. Type - - - - - - - - - BBIE - Period. End Time. Time - The end time of the period. - 0..1 - Period - End Time - Time - Time. Type - - - - - - - - - BBIE - Period. Duration. Measure - The duration of a period, expressed as a code; ISO 8601. - 0..1 - Period - Duration - Measure - Measure. Type - - - - - - - - - BBIE - Period. Description Code. Code - A description of the period, expressed as a code. - 0..n - Period - Description Code - Code - Code. Type - - - - - - - - - BBIE - Period. Description. Text - A description of the period. - 0..n - Period - Description - Text - Text. Type - - - - - - - - - - - ABIE - Person. Details - Information about a person. - Person - - - - - - - - - BBIE - Person. First_ Name. Name - A person's forename or first name. - 0..1 - Person - First - Name - Name - Name. Type - - - - - - - - - BBIE - Person. Family_ Name. Name - A person's surname or family name. - 0..1 - Person - Family - Name - Name - Name. Type - - - - - - - - - BBIE - Person. Title. Text - A person's title of address, e.g., Mr, Ms, Dr, Sir. - 0..1 - Person - Title - Text - Text. Type - - - - - - - - - BBIE - Person. Middle_ Name. Name - A person's middle name(s) and/or initial(s). - 0..1 - Person - Middle - Name - Name - Name. Type - - - - - - - - - BBIE - Person. Name Suffix. Text - A suffix to a person's name, e.g., PhD, OBE, Jnr. - 0..1 - Person - Name Suffix - Text - Text. Type - - - - - - - - - BBIE - Person. Job Title. Text - A person's job title within an organization (for a particular role). - 0..1 - Person - Job Title - Text - Text. Type - - - - - - - - - BBIE - Person. Organization_ Department. Text - The department or subdivision of an organization that the person belongs to (for a particular role). - 0..1 - Person - Organization - Department - Text - Text. Type - - - - - - - - - - - ABIE - Physical Attribute. Details - Information about physical attributes. - Physical Attribute - - - - - - - - - BBIE - Physical Attribute. Attribute Identifier. Identifier - Identifies the physical attribute. - 1 - Physical Attribute - Attribute Identifier - Identifier - Identifier. Type - "colour" "style" - - - - - - - - - BBIE - Physical Attribute. Position Code. Code - The position of the physical attribute, expressed as a code. - 0..1 - Physical Attribute - Position Code - Code - Code. Type - - - - - - - - - BBIE - Physical Attribute. Description Code. Code - The description of the physical attribute, expressed as a code. - 0..1 - Physical Attribute - Description Code - Code - Code. Type - "XXL","Small" - - - - - - - - - BBIE - Physical Attribute. Description. Text - The description of the physical attribute, expressed as text. - 0..n - Physical Attribute - Description - Text - Text. Type - - - - - - - - - - - ABIE - Price. Details - Information about the price. - Price - - - - - - - - - BBIE - Price. Price Amount. Amount - The price amount. - 1 - Price - Price Amount - Amount - Amount. Type - unit price - 23.45 - - - - - - - - - BBIE - Price. Base_ Quantity. Quantity - The actual quantity to which the price applies. - 0..1 - Price - Base - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Price. Price Change_ Reason. Text - The reason for the price change, expressed as text. - 0..n - Price - Price Change - Reason - Text - Text. Type - "Clearance of old stock", "New contract applies" - - - - - - - - - BBIE - Price. Price Type Code. Code - The price type, expressed as a code. - 0..1 - Price - Price Type Code - Code - Code. Type - - - - - - - - - BBIE - Price. Price Type. Text - The price type, expressed as text. - 0..1 - Price - Price Type - Text - Text. Type - retail, wholesale, discount, contract - - - - - - - - - BBIE - Price. Orderable Unit Factor. Rate - The factor by which the base price unit can be converted to the orderable unit. - 0..1 - Price - Orderable Unit Factor - Rate - Rate. Type - Nails are priced by weight but ordered by quantity. So this would say how many nails per kilo - - - - - - - - - ASBIE - Price. Validity_ Period. Period - An association to Validity Period. - 0..n - Price - Validity - Period - Period - - - - - - - - - ASBIE - Price. Price List - A reference to a Price List. - 0..1 - Price - Price List - Price List - - - - - - - - - ASBIE - Price. Allowance Charge - An association to Allowance Charge. - 0..n - Price - Allowance Charge - Allowance Charge - - - - - - - - - - - ABIE - Price List. Details - Information about a Price List. - Price List - - - - - - - - - BBIE - Price List. Identifier - Identifies the Price List. - 0..1 - Price List - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Price List. Status Code. Code - Identifies whether the price list is an 'original', 'copy', 'revision', or 'cancellation'. - 0..1 - Price List - Status Code - Code - Code. Type - "new - announcement only", "new and available", "deleted - announcement only" - - - - - - - - - ASBIE - Price List. Validity_ Period. Period - An association to Validity Period. - 0..n - Price List - Validity - Period - Period - - - - - - - - - ASBIE - Price List. Previous_ Price List. Price List - An association to Previous Price List. - 0..1 - Price List - Previous - Price List - Price List - - - - - - - - - - - ABIE - Pricing Reference. Details - A reference to Pricing Information. - Pricing Reference - - - - - - - - - ASBIE - Pricing Reference. Original_ Item Location Quantity. Item Location Quantity - An association to the original Item Location Quantity. - 0..1 - Pricing Reference - Original - Item Location Quantity - Item Location Quantity - - - - - - - - - ASBIE - Pricing Reference. Alternative Condition_ Price. Price - The price expressed in terms other than the actual price, e.g., the list price v. the contracted price, or the price in bags v. the price in kilos, or the list price in bags v. the contracted price in kilos. - 0..n - Pricing Reference - Alternative Condition - Price - Price - - - - - - - - - - - ABIE - Quotation Line. Details - Information about a Quotation Line. - Quotation Line - - - - - - - - - BBIE - Quotation Line. Identifier - Identifies the Quotation Line Item. - 0..1 - Quotation Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Quotation Line. Note. Text - Free-form text applying to the Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Quotation Line - Note - Text - Text. Type - - - - - - - - - BBIE - Quotation Line. Quantity - The quantity of the item quoted. - 0..1 - Quotation Line - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Quotation Line. Line Extension Amount. Amount - The total amount for the Quotation Line, including Allowance Charges but net of taxes. - 0..1 - Quotation Line - Line Extension Amount - Amount - Amount. Type - - - - - - - - - BBIE - Quotation Line. Total_ Tax Amount. Amount - The total tax amount for the Quotation Line. - 0..1 - Quotation Line - Total - Tax Amount - Amount - Amount. Type - - - - - - - - - ASBIE - Quotation Line. Document Reference - An association to Document Reference. - 0..n - Quotation Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Quotation Line. Line Item - An association to Line Item. - 1 - Quotation Line - Line Item - Line Item - - - - - - - - - ASBIE - Quotation Line. Seller Proposed Substitute_ Line Item. Line Item - An association to a proposed substitute Line Item. - 0..n - Quotation Line - Seller Proposed Substitute - Line Item - Line Item - - - - - - - - - - - ABIE - Rail Transport. Details - Describes a train. - Rail Transport - - - - - - - - - BBIE - Rail Transport. Train Identifier. Identifier - Identifies a train. - 1 - Rail Transport - Train Identifier - Identifier - Identifier. Type - Train Number (WCO ID 167) - - - - - - - - - BBIE - Rail Transport. Rail Car Identifier. Identifier - Identifies the rail car on the train used for the means of transport. - 0..1 - Rail Transport - Rail Car Identifier - Identifier - Identifier. Type - - - - - - - - - - - ABIE - Receipt Line. Details - Information about a Receipt Line. - Receipt Line - - - - - - - - - BBIE - Receipt Line. Identifier - Identifies the Receipt Line. - 1 - Receipt Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Receipt Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Receipt Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Receipt Line. Note. Text - Free-form text applying to the Receipt Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Receipt Line - Note - Text - Text. Type - - - - - - - - - BBIE - Receipt Line. Received_ Quantity. Quantity - The quantity received. - 0..1 - Receipt Line - Received - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Receipt Line. Short_ Quantity. Quantity - The quantity received short; the difference between the quantity reported despatched and the quantity actually received. - 0..1 - Receipt Line - Short - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Receipt Line. Shortage Action Code. Code - The action that the Delivery Party wishes the Despatch Party to take as a result of the shortage, expressed as a code. - 0..1 - Receipt Line - Shortage Action Code - Code - Code. Type - - - - - - - - - BBIE - Receipt Line. Rejected_ Quantity. Quantity - The quantity rejected. - 0..1 - Receipt Line - Rejected - Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Receipt Line. Reject Reason Code. Code - The reason for rejection, expressed as a code. - 0..1 - Receipt Line - Reject Reason Code - Code - Code. Type - - - - - - - - - BBIE - Receipt Line. Reject_ Reason. Text - The reason for rejection. - 0..1 - Receipt Line - Reject - Reason - Text - Text. Type - - - - - - - - - BBIE - Receipt Line. Reject Action Code. Code - The action that the Delivery Party wishes the Despatch Party to take as a result of the rejection, expressed as a code. - 0..1 - Receipt Line - Reject Action Code - Code - Code. Type - - - - - - - - - BBIE - Receipt Line. Oversupply Quantity. Quantity - The quanitity over-supplied i.e. the quantity over and above that ordered. - 0..1 - Receipt Line - Oversupply Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Receipt Line. Received_ Date. Date - The date on which the good/services are received. - 0..1 - Receipt Line - Received - Date - Date - Date. Type - - - - - - - - - BBIE - Receipt Line. Timing Complaint Code. Code - A complaint about the timing of delivery, expressed as a code. - 0..1 - Receipt Line - Timing Complaint Code - Code - Code. Type - - - - - - - - - BBIE - Receipt Line. Timing Complaint. Text - A complaint about the timing of delivery. - 0..1 - Receipt Line - Timing Complaint - Text - Text. Type - - - - - - - - - ASBIE - Receipt Line. Order Line Reference - An association to Order Line Reference. - 0..1 - Receipt Line - Order Line Reference - Order Line Reference - - - - - - - - - ASBIE - Receipt Line. Despatch_ Line Reference. Line Reference - An associative reference to Despatch Line. - 0..n - Receipt Line - Despatch - Line Reference - Line Reference - - - - - - - - - ASBIE - Receipt Line. Document Reference - An association to Document Reference. - 0..n - Receipt Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Receipt Line. Item - An association to Item. - 0..n - Receipt Line - Item - Item - - - - - - - - - ASBIE - Receipt Line. Shipment - An association to Shipment. - 0..n - Receipt Line - Shipment - Shipment - - - - - - - - - - - ABIE - Related Item. Details - Information about the relationship between two items. - Related Item - - - - - - - - - BBIE - Related Item. Identifier - An identifier for the related item. - 0..1 - Related Item - Identifier - Identifier - Identifier. Type - "First", "Second" - - - - - - - - - BBIE - Related Item. Quantity - The quantity that applies to the relationship. - 0..1 - Related Item - Quantity - Quantity - Quantity. Type - "6", "10mg per Kilo" - - - - - - - - - BBIE - Related Item. Description. Text - A description for the relationship. - 0..n - Related Item - Description - Text - Text. Type - "If used in wet conditions or extreme environments" - - - - - - - - - - - ABIE - Reminder Line. Details - Information about a Line on a Reminder document. - Reminder Line - - - - - - - - - BBIE - Reminder Line. Identifier - Identifies the Reminder Line. - 1 - Reminder Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Reminder Line. Note. Text - Free-form text applying to the Reminder Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Reminder Line - Note - Text - Text. Type - - - - - - - - - BBIE - Reminder Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Reminder Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Reminder Line. Balance Brought Forward_ Indicator. Indicator - If true, indicates that the Remonder Line contains a balance brought forward. - 0..1 - Reminder Line - Balance Brought Forward - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Reminder Line. Debit_ Line Amount. Amount - The amount debited on the Reminder Line. - 0..1 - Reminder Line - Debit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Reminder Line. Credit_ Line Amount. Amount - The amount credited on the Reminder Line. - 0..1 - Reminder Line - Credit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Reminder Line. Accounting Cost Code. Code - The buyer's accounting code applied to the Reminder Line. - 0..1 - Reminder Line - Accounting Cost Code - Code - Code. Type - - - - - - - - - BBIE - Reminder Line. Accounting Cost. Text - The buyer's accounting code applied to the Reminder Line, expressed as text. - 0..1 - Reminder Line - Accounting Cost - Text - Text. Type - - - - - - - - - ASBIE - Reminder Line. Reminder_ Period. Period - An association to Period. - 0..n - Reminder Line - Reminder - Period - Period - - - - - - - - - ASBIE - Reminder Line. Billing Reference - An association to Billing Reference - 0..n - Reminder Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Reminder Line. Exchange Rate - An association to Exchange Rate (between the Reminder Line Currency and the Related Document currency). - 0..1 - Reminder Line - Exchange Rate - Exchange Rate - - - - - - - - - - - ABIE - Remittance Advice Line. Details - Information about a Line on a Remittance Advice. - Remittance Advice Line - - - - - - - - - BBIE - Remittance Advice Line. Identifier - Identifies the Remittance Advice Line. - 1 - Remittance Advice Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Remittance Advice Line. Note. Text - Free-form text applying to the Remittance Advice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Remittance Advice Line - Note - Text - Text. Type - - - - - - - - - BBIE - Remittance Advice Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Remittance Advice Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Remittance Advice Line. Debit_ Line Amount. Amount - The amount debited on the Remittance Advice Line. - 0..1 - Remittance Advice Line - Debit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Remittance Advice Line. Credit_ Line Amount. Amount - The amount credited on the Remittance Advice Line. - 0..1 - Remittance Advice Line - Credit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Remittance Advice Line. Balance Amount. Amount - The balance amount on the Remittance Advice Line. - 0..1 - Remittance Advice Line - Balance Amount - Amount - Amount. Type - - - - - - - - - ASBIE - Remittance Advice Line. Accounting_ Supplier Party. Supplier Party - An association to Supplier Accounting Party. - 0..1 - Remittance Advice Line - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Remittance Advice Line. Accounting_ Customer Party. Customer Party - An association to Customer Accounting Party. - 0..1 - Remittance Advice Line - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Remittance Advice Line. Buyer_ Customer Party. Customer Party - An association to Buyer. - 0..1 - Remittance Advice Line - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Remittance Advice Line. Seller_ Supplier Party. Supplier Party - An association to Seller. - 0..1 - Remittance Advice Line - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Remittance Advice Line. Originator_ Customer Party. Customer Party - An association to Originator. - 0..1 - Remittance Advice Line - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Remittance Advice Line. Payee_ Party. Party - An association to Payee. - 0..1 - Remittance Advice Line - Payee - Party - Party - - - - - - - - - ASBIE - Remittance Advice Line. Invoice_ Period. Period - An association to Invoice Period. - 0..n - Remittance Advice Line - Invoice - Period - Period - - - - - - - - - ASBIE - Remittance Advice Line. Billing Reference - An association to Billing Reference. - 0..n - Remittance Advice Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Remittance Advice Line. Document Reference - An association to Document Reference. - 0..n - Remittance Advice Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Remittance Advice Line. Exchange Rate - An association to Exchange Rate (between the Remittance Advice Line currency and the Related Document currency). - 0..1 - Remittance Advice Line - Exchange Rate - Exchange Rate - - - - - - - - - - - ABIE - Request For Quotation Line. Details - Information about a Line on a Request For Quotation. - Request For Quotation Line - - - - - - - - - BBIE - Request For Quotation Line. Identifier - Identifies the Request For Quotation Line. - 0..1 - Request For Quotation Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Request For Quotation Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Request For Quotation Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Request For Quotation Line. Note. Text - Free-form text applying to the Request For Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Request For Quotation Line - Note - Text - Text. Type - - - - - - - - - ASBIE - Request For Quotation Line. Document Reference - An association to Document Reference. - 0..n - Request For Quotation Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Request For Quotation Line. Line Item - An association to Line Item. - 1 - Request For Quotation Line - Line Item - Line Item - - - - - - - - - - - ABIE - Response. Details - Information about responses to a document (at the application level). - Response - - - - - - - - - BBIE - Response. Reference. Identifier - Identifies the section (or line) of the document to which the response applies. - 1 - Response - Reference - Identifier - Identifier. Type - - - - - - - - - BBIE - Response. Response Code. Code - A code for the description of the response to the transaction document. - 0..1 - Response - Response Code - Code - Code. Type - - - - - - - - - BBIE - Response. Description. Text - The description of the response to the transaction document. - 0..n - Response - Description - Text - Text. Type - - - - - - - - - - - ABIE - Road Transport. Details - Describes a road transport vehicle. - Road Transport - - - - - - - - - BBIE - Road Transport. License Plate Identifier. Identifier - Identifies a specific vehicle. - 1 - Road Transport - License Plate Identifier - Identifier - Identifier. Type - Vehicle registration number (WCO ID 167) - - - - - - - - - - - ABIE - Secondary Hazard. Details - Information about Secondary Hazard (related to a Hazardous Item). - Secondary Hazard - - - - - - - - - BBIE - Secondary Hazard. Identifier - Identifies the Secondary Hazard. - 0..1 - Secondary Hazard - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Secondary Hazard. Placard Notation. Text - The placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport. - 0..1 - Secondary Hazard - Placard Notation - Text - Text. Type - "5.1" - - - - - - - - - BBIE - Secondary Hazard. Placard Endorsement. Text - The placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport. - 0..1 - Secondary Hazard - Placard Endorsement - Text - Text. Type - "2" - - - - - - - - - BBIE - Secondary Hazard. Emergency Procedures Code. Code - Emergency procedures for hazardous goods, expressed as a code. - 0..1 - Secondary Hazard - Emergency Procedures Code - Code - Code. Type - EMG code, EMS Page Number - - - - - - - - - BBIE - Secondary Hazard. Extension. Text - Additional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description. - 0..1 - Secondary Hazard - Extension - Text - Text. Type - "N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" - - - - - - - - - - - ABIE - Shipment. Details - Information about a shipment. - Shipment - Consignment - - - - - - - - - BBIE - Shipment. Identifier - Identifies a shipment. - 1 - Shipment - Identifier - Identifier - Identifier. Type - Waybill Number - - - - - - - - - BBIE - Shipment. Shipping Priority Level. Code - The priority or level of service required for a shipment, expressed as a code. - 0..1 - Shipment - Shipping Priority Level - Code - Code. Type - Service Level, Service Priority - - - - - - - - - BBIE - Shipment. Handling Code. Code - The handling required for a shipment, expressed as a code. - 0..1 - Shipment - Handling Code - Code - Code. Type - Special Handling - - - - - - - - - BBIE - Shipment. Handling_ Instructions. Text - Free-form text describing Handling Instructions for a shipment. - 0..1 - Shipment - Handling - Instructions - Text - Text. Type - - - - - - - - - BBIE - Shipment. Information. Text - Free-form text applying to a shipment. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Shipment - Information - Text - Text. Type - - - - - - - - - BBIE - Shipment. Gross_ Weight. Measure - The total gross weight of a shipment; the weight of the goods plus packaging plus transport equipment. - 0..1 - Shipment - Gross - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Shipment. Net_ Weight. Measure - The total net weight of a shipment; the weight of the goods plus packaging. - 0..1 - Shipment - Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Shipment. Net Net_ Weight. Measure - The weight of the goods net of packaging and transport equipment. - 0..1 - Shipment - Net Net - Weight - Measure - Measure. Type - - - - - - - - - BBIE - Shipment. Gross_ Volume. Measure - The total volume of the goods in a shipment plus packaging. - 0..1 - Shipment - Gross - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Shipment. Net_ Volume. Measure - The volume of a shipment net of packaging and transport equipment. - 0..1 - Shipment - Net - Volume - Measure - Measure. Type - - - - - - - - - BBIE - Shipment. Total_ Goods Item Quantity. Quantity - Count of the total number of goods items within a shipment. - 0..1 - Shipment - Total - Goods Item Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Shipment. Total_ Transport Handling Unit Quantity. Quantity - Count of the number of pieces of transport handling equipment in a shipment, such as pallets, boxes, and cases. - 0..1 - Shipment - Total - Transport Handling Unit Quantity - Quantity - Quantity. Type - Number of THUs - - - - - - - - - BBIE - Shipment. Insurance_ Value. Amount - The total sum covered by an insurance for the shipment. - 0..1 - Shipment - Insurance - Value - Amount - Amount. Type - Value Insured - - - - - - - - - BBIE - Shipment. Declared Customs_ Value. Amount - Amount declared for customs purposes of those goods in a shipment which are subject to the same customs procedure, and have the same tariff/statistical heading, country information, and duty regime. - 0..1 - Shipment - Declared Customs - Value - Amount - Amount. Type - - - - - - - - - BBIE - Shipment. Declared For Carriage_ Value. Amount - Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. - 0..1 - Shipment - Declared For Carriage - Value - Amount - Amount. Type - Declared value for carriage, Interest in delivery - - - - - - - - - BBIE - Shipment. Declared Statistics_ Value. Amount - Value declared for statistical purposes of those goods in a consignment which have the same statistical heading. - 0..1 - Shipment - Declared Statistics - Value - Amount - Amount. Type - Statistical Value - - - - - - - - - BBIE - Shipment. Free On Board_ Value. Amount - Monetary amount that has to be or has been paid as calculated under the applicable trade delivery. - 0..1 - Shipment - Free On Board - Value - Amount - Amount. Type - FOB Value - - - - - - - - - BBIE - Shipment. Special_ Instructions. Text - Special instructions relating to a shipment. - 0..n - Shipment - Special - Instructions - Text - Text. Type - - - - - - - - - BBIE - Shipment. Delivery_ Instructions. Text - Delivery instructions relating to a shipment. - 0..n - Shipment - Delivery - Instructions - Text - Text. Type - - - - - - - - - BBIE - Shipment. Split Consignment_ Indicator. Indicator - Indicates whether the consignment has been split in transit. - 0..1 - Shipment - Split Consignment - Indicator - Indicator - Indicator. Type - - - - - - - - - ASBIE - Shipment. Consignment - An association to Consignment covering the shipment. - 1 - Shipment - Consignment - Consignment - - - - - - - - - ASBIE - Shipment. Goods Item - An association to Goods Item (for Bulk Goods). - 0..n - Shipment - Goods Item - Goods Item - - - - - - - - - ASBIE - Shipment. Shipment Stage - An association to Shipment Stage. - 0..n - Shipment - Shipment Stage - Shipment Stage - - - - - - - - - ASBIE - Shipment. Delivery - An association to Delivery. - 0..1 - Shipment - Delivery - Delivery - - - - - - - - - ASBIE - Shipment. Transport Handling Unit - An association to Transport Handling Unit used for loose and containerized goods. - 0..n - Shipment - Transport Handling Unit - Transport Handling Unit - - - - - - - - - ASBIE - Shipment. Origin_ Address. Address - An association to the region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or of any other measure related to trade. - 0..1 - Shipment - Origin - Address - Address - - - - - - - - - ASBIE - Shipment. First Arrival Port_ Location. Location - Identifies the first arrival location. This would be a port for sea, airport for air, and border post for land crossing. - 0..1 - Shipment - First Arrival Port - Location - Location - - - - - - - - - ASBIE - Shipment. Last Exit Port_ Location. Location - Identifies the final exporting location. This would be a port for sea, airport for air, and border post for land crossing. - 0..1 - Shipment - Last Exit Port - Location - Location - - - - - - - - - ASBIE - Shipment. Export_ Country. Country - Identifies the country from which the goods are originally exported without any commercial transaction taking place in intermediate countries. - 0..1 - Shipment - Export - Country - Country - - - - - - - - - ASBIE - Shipment. Freight_ Allowance Charge. Allowance Charge - Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs). - 0..n - Shipment - Freight - Allowance Charge - Allowance Charge - - - - - - - - - - - ABIE - Shipment Stage. Details - Information about a shipment stage. - Shipment Stage - - - - - - - - - BBIE - Shipment Stage. Identifier - Identifies a shipment stage. - 0..1 - Shipment Stage - Identifier - Identifier - Identifier. Type - "1","2", etc.. - - - - - - - - - BBIE - Shipment Stage. Transport Mode Code. Code - The method of transport used for a shipment stage. - 0..1 - Shipment Stage - Transport Mode Code - Code - Transport Mode_ Code. Type - - - - - - - - - BBIE - Shipment Stage. Transport Means Type Code. Code - The type of vehicle used for a shipment stage. - 0..1 - Shipment Stage - Transport Means Type Code - Code - Code. Type - - - - - - - - - BBIE - Shipment Stage. Transit_ Direction Code. Code - The direction of transit for a shipment stage. - 0..1 - Shipment Stage - Transit - Direction Code - Code - Code. Type - - - - - - - - - BBIE - Shipment Stage. Pre Carriage_ Indicator. Indicator - Indicates whether the stage is before the main carriage of the shipment. - 1 - Shipment Stage - Pre Carriage - Indicator - Indicator - Indicator. Type - Truck delivery to wharf - - - - - - - - - BBIE - Shipment Stage. On Carriage_ Indicator. Indicator - Indicates whether the stage is after the main carriage of the shipment. - 1 - Shipment Stage - On Carriage - Indicator - Indicator - Indicator. Type - Truck delivery from wharf - - - - - - - - - ASBIE - Shipment Stage. Transit_ Period. Period - An association to Transit Period. - 0..1 - Shipment Stage - Transit - Period - Period - - - - - - - - - ASBIE - Shipment Stage. Carrier_ Party. Party - An association to Carrier. - 0..n - Shipment Stage - Carrier - Party - Party - - - - - - - - - ASBIE - Shipment Stage. Transport Means - An association to the means of transport. - 0..1 - Shipment Stage - Transport Means - Transport Means - - - - - - - - - ASBIE - Shipment Stage. Loading Port_ Location. Location - An association to the port location of loading. - 0..1 - Shipment Stage - Loading Port - Location - Location - - - - - - - - - ASBIE - Shipment Stage. Unloading Port_ Location. Location - An association to the port location of unloading. - 0..1 - Shipment Stage - Unloading Port - Location - Location - - - - - - - - - ASBIE - Shipment Stage. Transship Port_ Location. Location - An association to the port location of transshipment. - 0..1 - Shipment Stage - Transship Port - Location - Location - - - - - - - - - - - ABIE - Signature. Details - Information about signature. A placeholder for signature. - Signature - - - - - - - - - BBIE - Signature. Identifier - An identifier for the Signature. - 1 - Signature - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Signature. Note. Text - Free form text about the signature or the circumstances where the signature has been used. - 0..1 - Signature - Note - Text - Text. Type - - - - - - - - - BBIE - Signature. Validation Date. Date - Specifies the date when the signature was approved. - 0..1 - Signature - Validation Date - Date - Date. Type - - - - - - - - - BBIE - Signature. Validation Time. Time - Specifies the time when the signature was approved. - 0..1 - Signature - Validation Time - Time - Time. Type - - - - - - - - - BBIE - Signature. Validator Identifier. Identifier - Identifies the organization, person, service or server that has validated the signature. - 0..1 - Signature - Validator Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Signature. Canonicalization Method. Text - The mathematical logic method used by the Signature. - 0..1 - Signature - Canonicalization Method - Text - Text. Type - - - - - - - - - BBIE - Signature. Signature Method. Text - The method of signature. - 0..1 - Signature - Signature Method - Text - Text. Type - - - - - - - - - ASBIE - Signature. Signatory_ Party. Party - An association to the signing Party. - 1 - Signature - Signatory - Party - Party - - - - - - - - - ASBIE - Signature. Digital Signature_ Attachment. Attachment - Refers to the actual encoded signature (e.g., in XMLDSIG format). - 0..1 - Signature - Digital Signature - Attachment - Attachment - - - - - - - - - ASBIE - Signature. Original_ Document Reference. Document Reference - A reference to the actual document that the signature applies to. For evidentiary purposes, this may be the document image that the signatory party saw when applying their signature. - 0..1 - Signature - Original - Document Reference - Document Reference - - - - - - - - - - - ABIE - Statement Line. Details - Information about a Line on a Statement of Account. - Statement Line - - - - - - - - - BBIE - Statement Line. Identifier - Identifies the Statement Line. - 1 - Statement Line - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Statement Line. Note. Text - Free-form text applying to the Statement Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. - 0..1 - Statement Line - Note - Text - Text. Type - - - - - - - - - BBIE - Statement Line. UUID. Identifier - A universally unique identifier for an instance of this ABIE. - 0..1 - Statement Line - UUID - Identifier - Identifier. Type - - - - - - - - - BBIE - Statement Line. Balance Brought Forward_ Indicator. Indicator - If true, indicates that the Statement Line contains a balance brought forward. - 0..1 - Statement Line - Balance Brought Forward - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Statement Line. Debit_ Line Amount. Amount - The amount debited on the Statement Line. - 0..1 - Statement Line - Debit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Statement Line. Credit_ Line Amount. Amount - The amount credited on the Statement Line. - 0..1 - Statement Line - Credit - Line Amount - Amount - Amount. Type - - - - - - - - - BBIE - Statement Line. Balance Amount. Amount - The balance amount on the Statement Line. - 0..1 - Statement Line - Balance Amount - Amount - Amount. Type - - - - - - - - - ASBIE - Statement Line. Payment Means - An association to Payment Means. - 0..1 - Statement Line - Payment Means - Payment Means - - - - - - - - - ASBIE - Statement Line. Payment Terms - An association to Payment Terms. - 0..n - Statement Line - Payment Terms - Payment Terms - - - - - - - - - ASBIE - Statement Line. Buyer_ Customer Party. Customer Party - An association to Buyer. - 0..1 - Statement Line - Buyer - Customer Party - Customer Party - - - - - - - - - ASBIE - Statement Line. Seller_ Supplier Party. Supplier Party - An association to Seller. - 0..1 - Statement Line - Seller - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Statement Line. Originator_ Customer Party. Customer Party - An association to Originator. - 0..1 - Statement Line - Originator - Customer Party - Customer Party - - - - - - - - - ASBIE - Statement Line. Accounting_ Customer Party. Customer Party - An association to Accounting Customer Party. - 0..1 - Statement Line - Accounting - Customer Party - Customer Party - - - - - - - - - ASBIE - Statement Line. Accounting_ Supplier Party. Supplier Party - An association to Accounting Supplier Party. - 0..1 - Statement Line - Accounting - Supplier Party - Supplier Party - - - - - - - - - ASBIE - Statement Line. Payee_ Party. Party - An association to Payee. - 0..1 - Statement Line - Payee - Party - Party - - - - - - - - - ASBIE - Statement Line. Invoice_ Period. Period - An association to Invoice Period. - 0..n - Statement Line - Invoice - Period - Period - - - - - - - - - ASBIE - Statement Line. Billing Reference - An association to Billing Reference. - 0..n - Statement Line - Billing Reference - Billing Reference - - - - - - - - - ASBIE - Statement Line. Document Reference - An association to Document Reference. - 0..n - Statement Line - Document Reference - Document Reference - - - - - - - - - ASBIE - Statement Line. Exchange Rate - An association to Exchange Rate (between the Statement Line currency and the Related Document Currency). - 0..1 - Statement Line - Exchange Rate - Exchange Rate - - - - - - - - - - - ABIE - Status. Details - The information relevant to a condition or a position of an object. - Status - - - - - - - - - BBIE - Status. Condition Code. Code - A code specifying the status condition of the related object. - 0..1 - Status - Condition Code - Code - Transportation Status_ Code. Type - UN/ECE Rec 24 - - - - - - - - - BBIE - Status. Reference_ Date. Date - A reference date value for this status. - 0..1 - Status - Reference - Date - Date - Date. Type - - - - - - - - - BBIE - Status. Reference_ Time. Time - A reference time value for this status. - 0..1 - Status - Reference - Time - Time - Time. Type - - - - - - - - - BBIE - Status. Description. Text - A textual description of this status. - 0..1 - Status - Description - Text - Text. Type - - - - - - - - - BBIE - Status. Status Reason Code. Code - A code specifying a reason for a status condition. - 0..1 - Status - Status Reason Code - Code - Code. Type - - - - - - - - - BBIE - Status. Status_ Reason. Text - The reason, expressed as text, for this status condition or position. - 0..1 - Status - Status - Reason - Text - Text. Type - - - - - - - - - BBIE - Status. Sequence. Identifier - A unique identifier of the sequence of this status. - 0..1 - Status - Sequence - Identifier - Identifier. Type - - - - - - - - - BBIE - Status. Text - Provides any textual information related to this status. - 0..1 - Status - Text - Text - Text. Type - - - - - - - - - BBIE - Status. Indication_ Indicator. Indicator - Specifies an indicator relevant to a specific status. - 0..1 - Status - Indication - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Status. Percent - Specifies a percentage relevant to a specific status. - 0..1 - Status - Percent - Percent - Percent. Type - - - - - - - - - - - ABIE - Stowage. Details - A location on board a means of transport where specified goods or transport equipment have been or are to be stowed. - Stowage - - - - - - - - - BBIE - Stowage. Location Identifier. Identifier - Identifies a location on board a means of transport where specified goods or transport equipment have been or are to be stowed. - 0..1 - Stowage - Location Identifier - Identifier - Identifier. Type - Cell Location, coded - - - - - - - - - BBIE - Stowage. Location. Text - Describes a location on board a means of transport where specified goods or transport equipment have been or are to be stowed. - 0..n - Stowage - Location - Text - Text. Type - Cell Location - - - - - - - - - ASBIE - Stowage. Measurement_ Dimension. Dimension - Associates any measurements (including lengths, mass, and volume) for this stowage. - 0..n - Stowage - Measurement - Dimension - Dimension - - - - - - - - - - - ABIE - Supplier Party. Details - Information about the Supplier Party. - Supplier Party - - - - - - - - - BBIE - Supplier Party. Customer Assigned_ Account Identifier. Identifier - The customer's internal identifier for the supplier. - 0..1 - Supplier Party - Customer Assigned - Account Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Supplier Party. Additional_ Account Identifier. Identifier - The customer's internal identifier for the supplier. - 0..n - Supplier Party - Additional - Account Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Supplier Party. Data Sending Capability. Text - Capability to send invoice data via the purchase card provider (VISA/MasterCard/American Express). - 0..1 - Supplier Party - Data Sending Capability - Text - Text. Type - The customer's internal identifier for the supplier. - - - - - - - - - ASBIE - Supplier Party. Party - An association to Party. - 0..1 - Supplier Party - Party - Party - - - - - - - - - ASBIE - Supplier Party. Despatch_ Contact. Contact - An association to Despatch Contact. - 0..1 - Supplier Party - Despatch - Contact - Contact - - - - - - - - - ASBIE - Supplier Party. Accounting_ Contact. Contact - An association to Supplier Accounting Contact. - 0..1 - Supplier Party - Accounting - Contact - Contact - - - - - - - - - ASBIE - Supplier Party. Seller_ Contact. Contact - An association to Seller. - 0..1 - Supplier Party - Seller - Contact - Contact - - - - - - - - - - - ABIE - Tax Category. Details - Information about a tax category. - Tax Category - - - - - - - - - BBIE - Tax Category. Identifier - Identifies the tax category. - 0..1 - Tax Category - Identifier - Identifier - Identifier. Type - "ZeroRatedGoods" "NotTaxable" "Standard Rate" - - - - - - - - - BBIE - Tax Category. Name - The name of the tax category. - 0..1 - Tax Category - Name - Name - Name. Type - "Luxury Goods","Wine Equalization", "Exempt" - - - - - - - - - BBIE - Tax Category. Percent - The tax rate for the category, expressed as a percentage. - 0..1 - Tax Category - Percent - Percent - Percent. Type - - - - - - - - - BBIE - Tax Category. Base Unit Measure. Measure - Where a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based. - 0..1 - Tax Category - Base Unit Measure - Measure - Measure. Type - - - - - - - - - BBIE - Tax Category. Per Unit_ Amount. Amount - Where a tax is applied at a certain rate per unit, the rate per unit applied. - 0..1 - Tax Category - Per Unit - Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Category. Tax Exemption Reason Code. Code - The reason for tax being exempted expressed as a code. - 0..1 - Tax Category - Tax Exemption Reason Code - Code - Code. Type - - - - - - - - - BBIE - Tax Category. Tax Exemption Reason. Text - The reason for tax being exempted. - 0..1 - Tax Category - Tax Exemption Reason - Text - Text. Type - - - - - - - - - BBIE - Tax Category. Tier Range. Text - Where a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category. - 0..1 - Tax Category - Tier Range - Text - Text. Type - - - - - - - - - BBIE - Tax Category. Tier Rate. Percent - Where a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category. - 0..1 - Tax Category - Tier Rate - Percent - Percent. Type - - - - - - - - - ASBIE - Tax Category. Tax Scheme - An association to Tax Scheme. - 1 - Tax Category - Tax Scheme - Tax Scheme - - - - - - - - - - - ABIE - Tax Scheme. Details - Information about a tax scheme. - Tax Scheme - - - - - - - - - BBIE - Tax Scheme. Identifier - Identifies the tax scheme. - 0..1 - Tax Scheme - Identifier - Identifier - Identifier. Type - "VAT", "GST" - - - - - - - - - BBIE - Tax Scheme. Name - The name of the tax scheme. - 0..1 - Tax Scheme - Name - Name - Name. Type - "Value Added Tax", "Wholesale Tax", "Sales Tax", "State Tax" - - - - - - - - - BBIE - Tax Scheme. Tax Type Code. Code - An identifier for the tax type. - 0..1 - Tax Scheme - Tax Type Code - Code - Code. Type - "Consumption", "Sales" - - - - - - - - - BBIE - Tax Scheme. Currency Code. Code - The currency in which the tax is collected and reported, expressed as a code. - 0..1 - Tax Scheme - Currency Code - Code - Currency_ Code. Type - - - - - - - - - ASBIE - Tax Scheme. Jurisdiction Region_ Address. Address - An association with Address (of taxation jurisdiction). - 0..n - Tax Scheme - Jurisdiction Region - Address - Address - - - - - - - - - - - ABIE - Tax Subtotal. Details - Information about the subtotal for a particular tax category within a tax scheme, such as standard rate within VAT. - Tax Subtotal - - - - - - - - - BBIE - Tax Subtotal. Taxable_ Amount. Amount - The net amount to which the tax percent (rate) is applied to calculate the tax amount. - 0..1 - Tax Subtotal - Taxable - Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Subtotal. Tax Amount. Amount - The amount of tax stated explicitly. - 1 - Tax Subtotal - Tax Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Subtotal. Calculation Sequence. Numeric - Identifies the numerical order sequence in which taxes are applied when multiple taxes are attracted. If all taxes apply to the same taxable amount, CalculationSequenceNumeric will be '1' for all taxes. - 0..1 - Tax Subtotal - Calculation Sequence - Numeric - Numeric. Type - - - - - - - - - BBIE - Tax Subtotal. Transaction Currency_ Tax Amount. Amount - The tax amount, expressed in the currency used for invoicing. - 0..1 - Tax Subtotal - Transaction Currency - Tax Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Subtotal. Percent - The tax rate for the category, expressed as a percentage. - 0..1 - Tax Subtotal - Percent - Percent - Percent. Type - - - - - - - - - BBIE - Tax Subtotal. Base Unit Measure. Measure - Where a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based. - 0..1 - Tax Subtotal - Base Unit Measure - Measure - Measure. Type - - - - - - - - - BBIE - Tax Subtotal. Per Unit_ Amount. Amount - Where a tax is applied at a certain rate per unit, the rate per unit applied. - 0..1 - Tax Subtotal - Per Unit - Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Subtotal. Tier Range. Text - Where a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category. - 0..1 - Tax Subtotal - Tier Range - Text - Text. Type - - - - - - - - - BBIE - Tax Subtotal. Tier Rate. Percent - Where a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category. - 0..1 - Tax Subtotal - Tier Rate - Percent - Percent. Type - - - - - - - - - ASBIE - Tax Subtotal. Tax Category - An association to Tax Category. - 1 - Tax Subtotal - Tax Category - Tax Category - - - - - - - - - - - ABIE - Tax Total. Details - Information about a total amount of a particular type of tax. - Tax Total - - - - - - - - - BBIE - Tax Total. Tax Amount. Amount - The total tax amount for particular tax scheme e.g. VAT; the sum of each of the tax subtotals for each tax category within the tax scheme. - 1 - Tax Total - Tax Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Total. Rounding Amount. Amount - The rounding amount (positive or negative) added to the calculated tax total to produce the rounded TotalTaxAmount. - 0..1 - Tax Total - Rounding Amount - Amount - Amount. Type - - - - - - - - - BBIE - Tax Total. Tax Evidence_ Indicator. Indicator - An indicator as to whether these totals are recognized as legal evidence for taxation purposes. - 0..1 - Tax Total - Tax Evidence - Indicator - Indicator - Indicator. Type - default is negative - - - - - - - - - ASBIE - Tax Total. Tax Subtotal - An association to Tax Subtotal. - 0..n - Tax Total - Tax Subtotal - Tax Subtotal - - - - - - - - - - - ABIE - Temperature. Details - Information about temperature. - Temperature - - - - - - - - - BBIE - Temperature. Attribute Identifier. Identifier - An identifier for temperature. - 1 - Temperature - Attribute Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Temperature. Measure - The temperature measurement value. - 1 - Temperature - Measure - Measure - Measure. Type - - - - - - - - - BBIE - Temperature. Description. Text - A description of the temperature measurement. - 0..n - Temperature - Description - Text - Text. Type - "at sea level" - - - - - - - - - - - ABIE - Trading Terms. Details - Information about the terms of a trade agreement. - Trading Terms - - - - - - - - - BBIE - Trading Terms. Information. Text - The terms in text. - 0..n - Trading Terms - Information - Text - Text. Type - "Unless credit terms have been expressly agreed by Dell, payment for the products or services shall be made in full before physical delivery of products or services. Customer shall pay for all shipping and handling charges." - - - - - - - - - BBIE - Trading Terms. Reference. Text - A reference to the terms. - 0..1 - Trading Terms - Reference - Text - Text. Type - http://www1.ap.dell.com/content/topics/topic.aspx/ap/policy/en/au/sales_terms_au?c=au&l=en&s=gen - - - - - - - - - ASBIE - Trading Terms. Applicable_ Address. Address - An association to Address. - 0..1 - Trading Terms - Applicable - Address - Address - - - - - - - - - - - ABIE - Transaction Conditions. Details - Information about purchasing, sales, or payment conditions. - Transaction Conditions - Payment Conditions, Sales Conditions - - - - - - - - - BBIE - Transaction Conditions. Identifier - Identifies conditions of the transaction, typically Purchase/Sales Conditions. - 0..1 - Transaction Conditions - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Transaction Conditions. Action Code. Code - An action relating to sales or payment conditions, expressed as a code. - 0..1 - Transaction Conditions - Action Code - Code - Code. Type - - - - - - - - - BBIE - Transaction Conditions. Description. Text - The description of the transaction conditions. - 0..n - Transaction Conditions - Description - Text - Text. Type - - - - - - - - - ASBIE - Transaction Conditions. Document Reference - An association to Document Reference. - 0..n - Transaction Conditions - Document Reference - Document Reference - - - - - - - - - - - ABIE - Transportation Service. Details - Transport service details. - Transportation Service - - - - - - - - - BBIE - Transportation Service. Transport Service Code. Code - A code which describes the general type of service required for the transportation of goods. Specifically, it identifies the extent of the transportation service, e.g., door-to-door, port-to-port. - 1 - Transportation Service - Transport Service Code - Code - Code. Type - - - - - - - - - BBIE - Transportation Service. Tariff Class Code. Code - Specification of a tariff class applicable to a transportation service. - 0..1 - Transportation Service - Tariff Class Code - Code - Code. Type - Tariff Class Specifier - - - - - - - - - BBIE - Transportation Service. Priority. Text - Statement indicating priority of requested transportation service. - 0..1 - Transportation Service - Priority - Text - Text. Type - - - - - - - - - BBIE - Transportation Service. Freight Rate Class Code. Code - Code to indicate applicable rate class for freight. - 0..1 - Transportation Service - Freight Rate Class Code - Code - Code. Type - Charge Basis - - - - - - - - - - - ABIE - Transport Equipment. Details - Information about Transport Equipment; a piece of equipment used to transport goods. - Transport Equipment - Shipping Container, Sea Container, Rail Wagon, Pallet, Trailer, Unit Load Device, ULD - - - - - - - - - BBIE - Transport Equipment. Identifier - Identifies the transport equipment. - 0..1 - Transport Equipment - Identifier - Identifier - Identifier. Type - "OCLU 1234567" - - - - - - - - - BBIE - Transport Equipment. Transport Equipment Type Code. Code - Identifies the type of provider of the transport equipment. - 0..1 - Transport Equipment - Transport Equipment Type Code - Code - Transport Equipment Type_ Code. Type - - - - - - - - - BBIE - Transport Equipment. Provider Type Code. Code - Identifies the type of provider of the transport equipment. - 0..1 - Transport Equipment - Provider Type Code - Code - Code. Type - - - - - - - - - BBIE - Transport Equipment. Owner Type Code. Code - Identifies the type of owner of a piece of transport equipment. - 0..1 - Transport Equipment - Owner Type Code - Code - Code. Type - - - - - - - - - BBIE - Transport Equipment. Size Type Code. Code - The size and type of a piece of transport equipment, expressed as a code. When the transport equipment is a shipping container, it is recommended to use ContainerSizeTypeCode for validation. - 0..1 - Transport Equipment - Size Type Code - Code - Code. Type - Container Size Type Code - - - - - - - - - BBIE - Transport Equipment. Disposition Code. Code - The current disposition of the transport equipment, expressed as a code. - 0..1 - Transport Equipment - Disposition Code - Code - Code. Type - Status - - - - - - - - - BBIE - Transport Equipment. Fullness Indication Code. Code - A code indicating whether a piece of transport equipment is full, partially full, or empty. - 0..1 - Transport Equipment - Fullness Indication Code - Code - Code. Type - - - - - - - - - BBIE - Transport Equipment. Refrigeration On_ Indicator. Indicator - Indicates whether the transport equipment's refrigeration is on (true) or off (false). - 0..1 - Transport Equipment - Refrigeration On - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Transport Equipment. Information. Text - Additional information about the transport equipment. - 0..1 - Transport Equipment - Information - Text - Text. Type - - - - - - - - - BBIE - Transport Equipment. Returnability_ Indicator. Indicator - Indicates whether a particular item of transport equipment is returnable. - 0..1 - Transport Equipment - Returnability - Indicator - Indicator - Indicator. Type - - - - - - - - - BBIE - Transport Equipment. Legal Status_ Indicator. Indicator - Legal status of the transport equipment with respect to the Container Convention code. - 0..1 - Transport Equipment - Legal Status - Indicator - Indicator - Indicator. Type - - - - - - - - - ASBIE - Transport Equipment. Measurement_ Dimension. Dimension - An association to Dimension. - 0..n - Transport Equipment - Measurement - Dimension - Dimension - - - - - - - - - ASBIE - Transport Equipment. Transport Equipment Seal - An association to Transport Equipment Seal. - 0..n - Transport Equipment - Transport Equipment Seal - Transport Equipment Seal - - - - - - - - - ASBIE - Transport Equipment. Minimum_ Temperature. Temperature - The minimum required operating temperature for the container (reefer). - 0..1 - Transport Equipment - Minimum - Temperature - Temperature - - - - - - - - - ASBIE - Transport Equipment. Maximum_ Temperature. Temperature - The maximum required operating temperature for the container (reefer). - 0..1 - Transport Equipment - Maximum - Temperature - Temperature - - - - - - - - - ASBIE - Transport Equipment. Provider_ Party. Party - The party that provides the transport equipment. - 0..1 - Transport Equipment - Provider - Party - Party - - - - - - - - - ASBIE - Transport Equipment. Loading Proof_ Party. Party - The authorized party responsible for certifying that the goods were loaded into the transport equipment. - 0..1 - Transport Equipment - Loading Proof - Party - Party - - - - - - - - - ASBIE - Transport Equipment. Loading_ Location. Location - Identifies the location where the goods are loaded into the transport equipment. - 0..1 - Transport Equipment - Loading - Location - Location - - - - - - - - - - - ABIE - Transport Equipment Seal. Details - Information about a transport equipment seal (a security device attached to the doors of a shipping container). - Transport Equipment Seal - Container Seal - - - - - - - - - BBIE - Transport Equipment Seal. Identifier - Identifies the seal. - 1 - Transport Equipment Seal - Identifier - Identifier - Identifier. Type - "ACS1234" - - - - - - - - - BBIE - Transport Equipment Seal. Seal Issuer Type Code. Code - The type of party that issues and is responsible for a seal, expressed as a code. - 0..1 - Transport Equipment Seal - Seal Issuer Type Code - Code - Code. Type - - - - - - - - - BBIE - Transport Equipment Seal. Condition. Text - Information about the condition of a seal. - 0..1 - Transport Equipment Seal - Condition - Text - Text. Type - - - - - - - - - BBIE - Transport Equipment Seal. Seal Status Code. Code - The status of a seal, expressed as a code. - 0..1 - Transport Equipment Seal - Seal Status Code - Code - Code. Type - - - - - - - - - BBIE - Transport Equipment Seal. Sealing Party Type. Text - Textual description of the role of a sealing party. - 0..1 - Transport Equipment Seal - Sealing Party Type - Text - Text. Type - Sealing Party - - - - - - - - - - - ABIE - Transport Event. Details - A significant occurrence or happening related to the transportation of goods. - Transport Event - - - - - - - - - BBIE - Transport Event. Identification. Identifier - An identifier for the event. - 0..1 - Transport Event - Identification - Identifier - Identifier. Type - - - - - - - - - BBIE - Transport Event. Occurrence Date. Date - The date of an occurrence of the event. - 0..1 - Transport Event - Occurrence Date - Date - Date. Type - - - - - - - - - BBIE - Transport Event. Occurrence Time. Time - The time of an occurrence of the event. - 0..1 - Transport Event - Occurrence Time - Time - Time. Type - - - - - - - - - BBIE - Transport Event. Transport Event Type Code. Code - A code specifying the type of event. - 0..1 - Transport Event - Transport Event Type Code - Code - Code. Type - - - - - - - - - BBIE - Transport Event. Description. Text - A textual description of the event. - 0..1 - Transport Event - Description - Text - Text. Type - - - - - - - - - BBIE - Transport Event. Completion_ Indicator. Indicator - Indicates if this event is completed. - 0..1 - Transport Event - Completion - Indicator - Indicator - Indicator. Type - - - - - - - - - ASBIE - Transport Event. Reported_ Shipment. Shipment - Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. - 0..1 - Transport Event - Reported - Shipment - Shipment - - - - - - - - - ASBIE - Transport Event. Current_ Status. Status - The status of the event. - 1..n - Transport Event - Current - Status - Status - - - - - - - - - ASBIE - Transport Event. Contact - Any contacts for the event. - 0..n - Transport Event - Contact - Contact - - - - - - - - - - - ABIE - Transport Handling Unit. Details - A uniquely identifiable physical unit consisting of one or more packages (not necessarily containing the same articles) for enabling physical handling during the transport process. - Transport Handling Unit - Logistics Unit, Handling Unit, THU - - - - - - - - - BBIE - Transport Handling Unit. Identifier - Identifies the transport handling unit. - 0..1 - Transport Handling Unit - Identifier - Identifier - Identifier. Type - - - - - - - - - BBIE - Transport Handling Unit. Transport Handling Unit Type Code. Code - The type of transport handling unit, expressed as a code. - 0..1 - Transport Handling Unit - Transport Handling Unit Type Code - Code - Code. Type - - - - - - - - - BBIE - Transport Handling Unit. Handling Code. Code - The handling required for a shipment, expressed as a code. - 0..1 - Transport Handling Unit - Handling Code - Code - Code. Type - Special Handling - - - - - - - - - BBIE - Transport Handling Unit. Handling_ Instructions. Text - Free-form text describing handling instructions for a shipment. - 0..1 - Transport Handling Unit - Handling - Instructions - Text - Text. Type - - - - - - - - - BBIE - Transport Handling Unit. Hazardous Risk_ Indicator. Indicator - Indicates whether the shipment contains hazardous materials. - 0..1 - Transport Handling Unit - Hazardous Risk - Indicator - Indicator - Indicator. Type - Default is negative - - - - - - - - - BBIE - Transport Handling Unit. Total_ Goods Item Quantity. Quantity - The total number of goods items in the transport handling unit. - 0..1 - Transport Handling Unit - Total - Goods Item Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Transport Handling Unit. Total_ Package Quantity. Quantity - The total number of packages in the transport handling unit. - 0..1 - Transport Handling Unit - Total - Package Quantity - Quantity - Quantity. Type - - - - - - - - - BBIE - Transport Handling Unit. Damage_ Remarks. Text - Description of a type of damage. - 0..n - Transport Handling Unit - Damage - Remarks - Text - Text. Type - - - - - - - - - BBIE - Transport Handling Unit. Shipping_ Marks. Text - Free-form description of the marks and numbers on a transport unit or package. - 0..n - Transport Handling Unit - Shipping - Marks - Text - Text. Type - Marks and Numbers, Shipping Marks - - - - - - - - - ASBIE - Transport Handling Unit. Handling Unit_ Despatch Line. Despatch Line - An association to Handling Unit Despatch Line. - 0..n - Transport Handling Unit - Handling Unit - Despatch Line - Despatch Line - - - - - - - - - ASBIE - Transport Handling Unit. Actual_ Package. Package - An association to Actual Package. - 0..n - Transport Handling Unit - Actual - Package - Package - - - - - - - - - ASBIE - Transport Handling Unit. Received Handling Unit_ Receipt Line. Receipt Line - An association to Receipt Line. - 0..n - Transport Handling Unit - Received Handling Unit - Receipt Line - Receipt Line - - - - - - - - - ASBIE - Transport Handling Unit. Transport Equipment - An association to Transport Equipment. - 0..n - Transport Handling Unit - Transport Equipment - Transport Equipment - - - - - - - - - ASBIE - Transport Handling Unit. Hazardous Goods Transit - An association to information about the transportation of hazardous goods. - 0..n - Transport Handling Unit - Hazardous Goods Transit - Hazardous Goods Transit - - - - - - - - - ASBIE - Transport Handling Unit. Measurement_ Dimension. Dimension - An association to Dimension. - 0..n - Transport Handling Unit - Measurement - Dimension - Dimension - - - - - - - - - ASBIE - Transport Handling Unit. Minimum_ Temperature. Temperature - The minimum required operating temperature. - 0..1 - Transport Handling Unit - Minimum - Temperature - Temperature - - - - - - - - - ASBIE - Transport Handling Unit. Maximum_ Temperature. Temperature - The maximum required operating temperature. - 0..1 - Transport Handling Unit - Maximum - Temperature - Temperature - - - - - - - - - - - ABIE - Transport Means. Details - The particular vehicle used for the transport of goods or persons. - Transport Means - Conveyance - - - - - - - - - BBIE - Transport Means. Journey Identifier. Identifier - An identifier assigned to a regularly scheduled service of a means of transport. - 0..1 - Transport Means - Journey Identifier - Identifier - Identifier. Type - Voyage Number, Scheduled Conveyance Identifier (WCO ID 205), Flight Number - - - - - - - - - BBIE - Transport Means. Registration_ Nationality Identifier. Identifier - Formal identification of the country in which a means of transport is registered. - 0..1 - Transport Means - Registration - Nationality Identifier - Identifier - Identifier. Type - Nationality of Means of Transport (WCO 175, 178 and 179) - "LIB" - - - - - - - - - BBIE - Transport Means. Registration_ Nationality. Text - Name of the country in which a means of transport is registered. - 0..n - Transport Means - Registration - Nationality - Text - Text. Type - Flag of Vessel, Nationality of Ship - Liberia - - - - - - - - - BBIE - Transport Means. Direction Code. Code - The direction of the transport means. - 0..1 - Transport Means - Direction Code - Code - Code. Type - Transit Direction - "North","East" - - - - - - - - - ASBIE - Transport Means. Stowage - Association to a location on board a means of transport where specified goods or transport equipment have been or are to be stowed. - 0..1 - Transport Means - Stowage - Stowage - - - - - - - - - ASBIE - Transport Means. Air Transport - Association to identify an aircraft. - 0..1 - Transport Means - Air Transport - Air Transport - - - - - - - - - ASBIE - Transport Means. Road Transport - Association to identify a road vehicle. - 0..1 - Transport Means - Road Transport - Road Transport - - - - - - - - - ASBIE - Transport Means. Rail Transport - Association to identify a train. - 0..1 - Transport Means - Rail Transport - Rail Transport - - - - - - - - - ASBIE - Transport Means. Maritime Transport - Association to identify a ship. - 0..1 - Transport Means - Maritime Transport - Maritime Transport - - - - - - - - - ASBIE - Transport Means. Owner_ Party. Party - Association to the party owning the means of transport. - 0..1 - Transport Means - Owner - Party - Party - - - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonBasicComponents-2.0.xsd b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonBasicComponents-2.0.xsd deleted file mode 100644 index 41b3de00..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonBasicComponents-2.0.xsd +++ /dev/null @@ -1,2914 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-QualifiedDatatypes-2.0.xsd b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-QualifiedDatatypes-2.0.xsd deleted file mode 100644 index 04193264..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-QualifiedDatatypes-2.0.xsd +++ /dev/null @@ -1,1948 +0,0 @@ - - - - - - - - - - - - Allowance Charge Reason_ Code. Type - 2.0 - The set of possible reasons for an allowance or charge. - Code - Allowance Charge Reason - - Used under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - - - - Allowance Charge Reason_ Code List. Identifier - - String - - - - - - - Allowance Charge Reason_ Code List. Agency. Identifier - Defaults to the UN/EDIFACT data element 3055 code list. - String - - - - - - - Allowance Charge Reason_ Code List. Agency Name. Text - - String - - - - - - - Allowance Charge Reason_ Code List. Name. Text - - String - - - - - - - Allowance Charge Reason_ Code List. Version. Identifier - Identifies the Directory of the UN/EDIFACT code list. - String - - - - - - - Allowance Charge Reason_ Code. Name. Text - - String - - - - - - - Allowance Charge Reason_ Language. Identifier - - String - - - - - - - Allowance Charge Reason_ Code List. Uniform Resource. Identifier - - String - - - - - - - Allowance Charge Reason_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Channel_ Code. Type - 2.0 - The set of possible ways in which communication can be made (eg. Phone, email, etc). - Code - Channel - - Used under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - - - - Channel_ Code List. Identifier - - String - - - - - - - Channel_ Code List. Agency. Identifier - Defaults to the UN/EDIFACT data element 3055 code list. - String - - - - - - - Channel_ Code List. Agency Name. Text - - String - - - - - - - Channel_ Code List. Name. Text - - String - - - - - - - Channel_ Code List. Version. Identifier - Identifies the Directory of the UN/EDIFACT code list. - String - - - - - - - Channel_ Code. Name. Text - - String - - - - - - - Channel_ Language. Identifier - - String - - - - - - - Channel_ Code List. Uniform Resource. Identifier - - String - - - - - - - Channel_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Chip_ Code. Type - 2.0 - Distinction between CHIP and MAG STRIPE cards - Code - Chip - - - - - - - - - - Chip_ Code List. Identifier - - String - - - - - - - Chip_ Code List. Agency. Identifier - - String - - - - - - - Chip_ Code List. Agency Name. Text - - String - - - - - - - Chip_ Code List. Name. Text - - String - - - - - - - Chip_ Code List. Version. Identifier - - String - - - - - - - Chip_ Code. Name. Text - - String - - - - - - - Chip_ Language. Identifier - - String - - - - - - - Chip_ Code List. Uniform Resource. Identifier - - String - - - - - - - Chip_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Container Size Type_ Code. Type - 2.0 - The set of code values for classifying series 1 freight containers based on external dimensions and specifies the assoziated ratings and, where appropriate, the minimum internal and door opening dimensions for certain types of containers. - Code - Container Size Type - - - - - - - - - - Container Size Type_ Code List. Identifier - - String - - - - - - - Container Size Type_ Code List. Agency. Identifier - - String - - - - - - - Container Size Type_ Code List. Agency Name. Text - - String - - - - - - - Container Size Type_ Code List. Name. Text - - String - - - - - - - Container Size Type_ Code List. Version. Identifier - - String - - - - - - - Container Size Type_ Code. Name. Text - - String - - - - - - - Container Size Type_ Language. Identifier - - String - - - - - - - Container Size Type_ Code List. Uniform Resource. Identifier - - String - - - - - - - Container Size Type_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Country Identification_ Code. Type - 2.0 - The set of countries of the world. - Code - Country Identification - - Derived from the ISO 3166-1-alpha-2 code elements used under the terms of the ISO policy stated at http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html. - - - - - - - - - Country Identification_ Code List. Identifier - - String - - - - - - - Country Identification_ Code List. Agency. Identifier - Defaults to the UN/ECE rec 3 (Code for the Representation of Names of Countries) - String - - - - - - - Country Identification_ Code List. Agency Name. Text - - String - - - - - - - Country Identification_ Code List. Name. Text - - String - - - - - - - Country Identification_ Code List. Version. Identifier - - String - - - - - - - Country Identification_ Code. Name. Text - - String - - - - - - - Country Identification_ Language. Identifier - - String - - - - - - - Country Identification_ Code List. Uniform Resource. Identifier - - String - - - - - - - Country Identification_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Currency_ Code. Type - 2.0 - The set of world currencies. - Code - Currency - - Derived from the ISO 4217 currency code list and used under the terms of the ISO policy stated at -http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html - - - - - - - - - Currency_ Code List. Identifier - - String - - - - - - - Currency_ Code List. Agency. Identifier - Defaults to the UN/EDIFACT data element 3055 code list. - String - - - - - - - Currency_ Code List. Agency Name. Text - - String - - - - - - - Currency_ Code List. Name. Text - - String - - - - - - - Currency_ Code List. Version. Identifier - - String - - - - - - - Currency_ Code. Name. Text - - String - - - - - - - Currency_ Language. Identifier - - String - - - - - - - Currency_ Code List. Uniform Resource. Identifier - - String - - - - - - - Currency_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Document Status_ Code. Type - 2.0 - The set of possible statuses of a document with regard to its original state. - Code - Document Status - - - - - - - - - - Document Status_ Code List. Identifier - - String - - - - - - - Document Status_ Code List. Agency. Identifier - - String - - - - - - - Document Status_ Code List. Agency Name. Text - - String - - - - - - - Document Status_ Code List. Name. Text - - String - - - - - - - Document Status_ Code List. Version. Identifier - - String - - - - - - - Document Status_ Code. Name. Text - - String - - - - - - - Document Status_ Language. Identifier - - String - - - - - - - Document Status_ Code List. Uniform Resource. Identifier - - String - - - - - - - Document Status_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Latitude Direction_ Code. Type - 2.0 - The possible directions of latitude - Code - Latitude Direction - - - - - - - - - - Latitude Direction_ Code List. Identifier - - String - - - - - - - Latitude Direction_ Code List. Agency. Identifier - - String - - - - - - - Latitude Direction_ Code List. Agency Name. Text - - String - - - - - - - Latitude Direction_ Code List. Name. Text - - String - - - - - - - Latitude Direction_ Code List. Version. Identifier - - String - - - - - - - Latitude Direction_ Code. Name. Text - - String - - - - - - - Latitude Direction_ Language. Identifier - - String - - - - - - - Latitude Direction_ Code List. Uniform Resource. Identifier - - String - - - - - - - Latitude Direction_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Line Status_ Code. Type - 2.0 - The set of possible statuses of a line in a transaction with regard to its original state. - Code - Line Status - - - - - - - - - - Line Status_ Code List. Identifier - - String - - - - - - - Line Status_ Code List. Agency. Identifier - - String - - - - - - - Line Status_ Code List. Agency Name. Text - - String - - - - - - - Line Status_ Code List. Name. Text - - String - - - - - - - Line Status_ Code List. Version. Identifier - - String - - - - - - - Line Status_ Code. Name. Text - - String - - - - - - - Line Status_ Language. Identifier - - String - - - - - - - Line Status_ Code List. Uniform Resource. Identifier - - String - - - - - - - Line Status_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Longitude Direction_ Code. Type - 2.0 - The possible directions of longitude - Code - Longitude Direction - - - - - - - - - - Longitude Direction_ Code List. Identifier - - String - - - - - - - Longitude Direction_ Code List. Agency. Identifier - - String - - - - - - - Longitude Direction_ Code List. Agency Name. Text - - String - - - - - - - Longitude Direction_ Code List. Name. Text - - String - - - - - - - Longitude Direction_ Code List. Version. Identifier - - String - - - - - - - Longitude Direction_ Code. Name. Text - - String - - - - - - - Longitude Direction_ Language. Identifier - - String - - - - - - - Longitude Direction_ Code List. Uniform Resource. Identifier - - String - - - - - - - Longitude Direction_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Operator_ Code. Type - 2.0 - The set of valid arithmetic operators - Code - Operator - - - - - - - - - - Operator_ Code List. Identifier - - String - - - - - - - Operator_ Code List. Agency. Identifier - - String - - - - - - - Operator_ Code List. Agency Name. Text - - String - - - - - - - Operator_ Code List. Name. Text - - String - - - - - - - Operator_ Code List. Version. Identifier - - String - - - - - - - Operator_ Code. Name. Text - - String - - - - - - - Operator_ Language. Identifier - - String - - - - - - - Operator_ Code List. Uniform Resource. Identifier - - String - - - - - - - Operator_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Packaging Type_ Code. Type - 2.0 - The set of code values for Passengers, Types of Cargo, Packages and Packaging Materials (with Complementary Codes for Package Names) - Code - Packaging Type - - - - - - - - - - Packaging Type_ Code List. Identifier - - String - - - - - - - Packaging Type_ Code List. Agency. Identifier - - String - - - - - - - Packaging Type_ Code List. Agency Name. Text - - String - - - - - - - Packaging Type_ Code List. Name. Text - - String - - - - - - - Packaging Type_ Code List. Version. Identifier - - String - - - - - - - Packaging Type_ Code. Name. Text - - String - - - - - - - Packaging Type_ Language. Identifier - - String - - - - - - - Packaging Type_ Code List. Uniform Resource. Identifier - - String - - - - - - - Packaging Type_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Payment Means_ Code. Type - 2.0 - The set of valid means of paying the debt incurred. - Code - Payment Means - - Used under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - - - - Payment Means_ Code List. Identifier - - String - - - - - - - Payment Means_ Code List. Agency. Identifier - Defaults to the UN/EDIFACT data element 3055 code list. - String - - - - - - - Payment Means_ Code List. Agency Name. Text - - String - - - - - - - Payment Means_ Code List. Name. Text - - String - - - - - - - Payment Means_ Code List. Version. Identifier - Identifies the Directory of the UN/EDIFACT code list. - String - - - - - - - Payment Means_ Code. Name. Text - - String - - - - - - - Payment Means_ Language. Identifier - - String - - - - - - - Payment Means_ Code List. Uniform Resource. Identifier - - String - - - - - - - Payment Means_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Port_ Code. Type - 2.0 - The set of code values for Trade and Transport Locations - Code - Port - - - - - - - - - - Port_ Code List. Identifier - - String - - - - - - - Port_ Code List. Agency. Identifier - - String - - - - - - - Port_ Code List. Agency Name. Text - - String - - - - - - - Port_ Code List. Name. Text - - String - - - - - - - Port_ Code List. Version. Identifier - - String - - - - - - - Port_ Code. Name. Text - - String - - - - - - - Port_ Language. Identifier - - String - - - - - - - Port_ Code List. Uniform Resource. Identifier - - String - - - - - - - Port_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Substitution Status_ Code. Type - 2.0 - The set of values that indicate the status of an OrderItem in relation to substitution, denoting an acceptable substitute in the Order, an original for which an alternative is offered in the Order Confirmation, or an original for which an actual replacement is advised in the Despatch Advice. - Code - Substitution Status - - - - - - - - - - Substitution Status_ Code List. Identifier - - String - - - - - - - Substitution Status_ Code List. Agency. Identifier - - String - - - - - - - Substitution Status_ Code List. Agency Name. Text - - String - - - - - - - Substitution Status_ Code List. Name. Text - - String - - - - - - - Substitution Status_ Code List. Version. Identifier - - String - - - - - - - Substitution Status_ Code. Name. Text - - String - - - - - - - Substitution Status_ Language. Identifier - - String - - - - - - - Substitution Status_ Code List. Uniform Resource. Identifier - - String - - - - - - - Substitution Status_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Transportation Status_ Code. Type - 2.0 - The set of code values for Trade and Transport Status - Code - Transportation Status - - - - - - - - - - Transportation Status_ Code List. Identifier - - String - - - - - - - Transportation Status_ Code List. Agency. Identifier - - String - - - - - - - Transportation Status_ Code List. Agency Name. Text - - String - - - - - - - Transportation Status_ Code List. Name. Text - - String - - - - - - - Transportation Status_ Code List. Version. Identifier - - String - - - - - - - Transportation Status_ Code. Name. Text - - String - - - - - - - Transportation Status_ Language. Identifier - - String - - - - - - - Transportation Status_ Code List. Uniform Resource. Identifier - - String - - - - - - - Transportation Status_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Transport Equipment Type_ Code. Type - 2.0 - The set of code values for qualifying a type of equipment used in the transportation of goods. - Code - Transport Equipment Type - - - - - - - - - - Transport Equipment Type_ Code List. Identifier - - String - - - - - - - Transport Equipment Type_ Code List. Agency. Identifier - - String - - - - - - - Transport Equipment Type_ Code List. Agency Name. Text - - String - - - - - - - Transport Equipment Type_ Code List. Name. Text - - String - - - - - - - Transport Equipment Type_ Code List. Version. Identifier - - String - - - - - - - Transport Equipment Type_ Code. Name. Text - - String - - - - - - - Transport Equipment Type_ Language. Identifier - - String - - - - - - - Transport Equipment Type_ Code List. Uniform Resource. Identifier - - String - - - - - - - Transport Equipment Type_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Transport Mode_ Code. Type - 2.0 - The set of code values for modes of transport - Code - Transport Mode - - - - - - - - - - Transport Mode_ Code List. Identifier - - String - - - - - - - Transport Mode_ Code List. Agency. Identifier - - String - - - - - - - Transport Mode_ Code List. Agency Name. Text - - String - - - - - - - Transport Mode_ Code List. Name. Text - - String - - - - - - - Transport Mode_ Code List. Version. Identifier - - String - - - - - - - Transport Mode_ Code. Name. Text - - String - - - - - - - Transport Mode_ Language. Identifier - - String - - - - - - - Transport Mode_ Code List. Uniform Resource. Identifier - - String - - - - - - - Transport Mode_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - - - Unit Of Measure_ Code. Type - 2.0 - The set of code values for Units of Measure Used in International Trade - Code - Unit Of Measure - - - - - - - - - - Unit Of Measure_ Code List. Identifier - - String - - - - - - - Unit Of Measure_ Code List. Agency. Identifier - - String - - - - - - - Unit Of Measure_ Code List. Agency Name. Text - - String - - - - - - - Unit Of Measure_ Code List. Name. Text - - String - - - - - - - Unit Of Measure_ Code List. Version. Identifier - - String - - - - - - - Unit Of Measure_ Code. Name. Text - - String - - - - - - - Unit Of Measure_ Language. Identifier - - String - - - - - - - Unit Of Measure_ Code List. Uniform Resource. Identifier - - String - - - - - - - Unit Of Measure_ Code List Scheme. Uniform Resource. Identifier - - String - - - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UnqualifiedDataTypeSchemaModule-2.0.xsd b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UnqualifiedDataTypeSchemaModule-2.0.xsd deleted file mode 100644 index f67a9f6b..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UnqualifiedDataTypeSchemaModule-2.0.xsd +++ /dev/null @@ -1,1131 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - UDT000001 - UDT - Amount. Type - 1.0 - A number of monetary units specified in a currency where the unit of the currency is explicit or implied. - Amount - decimal - decimal - - - - - - - - UDT000001-SC2 - SC - Amount Currency. Identifier - The currency of the amount. - Amount Currency - Identification - Identifier - string - normalisedString - - - - - - - - - - - - UDT000002 - UDT - Binary Object. Type - 1.0 - A set of finite-length sequences of binary octets. - Binary Object - binary - base64Binary - - - - - - - - UDT000002-SC2 - SC - Binary Object. Format. Text - The format of the binary content. - Binary Object - Format - Text - string - string - - - - - - - UDT000002-SC3 - SC - Binary Object. Mime. Code - The mime type of the binary object. - Binary Object - Mime - Code - string - normalizedString - - - - - - - UDT000002-SC4 - SC - Binary Object. Encoding. Code - Specifies the decoding algorithm of the binary object. - Binary Object - Encoding - Code - string - normalizedString - - - - - - - UDT000002-SC5 - SC - Binary Object. Character Set. Code - The character set of the binary object if the mime type is text. - Binary Object - Character Set - Code - string - normalizedString - - - - - - - UDT000002-SC6 - SC - Binary Object. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the binary object is located. - Binary Object - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000002-SC7 - SC - Binary Object. Filename.Text - The filename of the binary object. - Binary Object - Filename - Text - string - string - - - - - - - - - - - - UDT000003 - UDT - Graphic. Type - 1.0 - A diagram, graph, mathematical curves, or similar representation. - Graphic - binary - base64Binary - - - - - - - - UDT000003-SC2 - SC - Graphic. Format. Text - The format of the graphic content. - Graphic - Format - Text - string - string - - - - - - - UDT000003-SC3 - SC - Graphic. Mime. Code - The mime type of the graphic object. - Graphic - Mime - Code - string - normalizedString - - - - - - - UDT000003-SC4 - SC - Graphic. Encoding. Code - Specifies the decoding algorithm of the graphic object. - Graphic - Encoding - Code - string - normalizedString - - - - - - - UDT000003-SC6 - SC - Graphic. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the graphic object is located. - Graphic - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000003-SC7 - SC - Graphic. Filename.Text - The filename of the graphic object. - Graphic - Filename - Text - string - string - - - - - - - - - - - - UDT000004 - UDT - Picture. Type - 1.0 - A diagram, graph, mathematical curves, or similar representation. - Picture - binary - base64Binary - - - - - - - - UDT000004-SC2 - SC - Picture. Format. Text - The format of the picture content. - Picture - Format - Text - string - string - - - - - - - UDT000004-SC3 - SC - Picture. Mime. Code - The mime type of the picture object. - Picture - Mime - Code - string - normalizedString - - - - - - - UDT000004-SC4 - SC - Picture. Encoding. Code - Specifies the decoding algorithm of the picture object. - Picture - Encoding - Code - string - normalizedString - - - - - - - UDT000004-SC6 - SC - Picture. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the picture object is located. - Picture - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000004-SC7 - SC - Picture. Filename.Text - The filename of the picture object. - Picture - Filename - Text - string - string - - - - - - - - - - - - UDT000005 - UDT - Sound. Type - 1.0 - A diagram, graph, mathematical curves, or similar representation. - Sound - binary - base64Binary - - - - - - - - UDT000005-SC2 - SC - Sound. Format. Text - The format of the sound content. - Sound - Format - Text - string - string - - - - - - - UDT000005-SC3 - SC - Sound. Mime. Code - The mime type of the sound object. - Sound - Mime - Code - string - normalizedString - - - - - - - UDT000005-SC4 - SC - Sound. Encoding. Code - Specifies the decoding algorithm of the sound object. - Sound - Encoding - Code - string - normalizedString - - - - - - - UDT000005-SC6 - SC - Sound. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the sound object is located. - Sound - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000005-SC7 - SC - Sound. Filename.Text - The filename of the sound object. - Sound - Filename - Text - string - string - - - - - - - - - - - - UDT000006 - UDT - Video. Type - 1.0 - A diagram, graph, mathematical curves, or similar representation. - Graphic - binary - bas64Binary - - - - - - - - UDT000006-SC2 - SC - Video. Format. Text - The format of the video content. - Video - Format - Text - string - string - - - - - - - UDT000006-SC3 - SC - Video. Mime. Code - The mime type of the video object. - Video - Mime - Code - string - normalizedString - - - - - - - UDT000006-SC4 - SC - Video. Encoding. Code - Specifies the decoding algorithm of the video object. - Video - Encoding - Code - string - normalizedString - - - - - - - UDT000006-SC6 - SC - Video. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the video object is located. - Video - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000006-SC7 - SC - Video. Filename.Text - The filename of the video object. - Video - Filename - Text - string - string - - - - - - - - - - - - UDT000007 - UDT - Code. Type - 1.0 - A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information. - Code - string - normalizedString - Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the code list and thus, are not declared as attributes. - - - - - - - - UDT000007-SC2 - SC - Code List. Identifier - The identification of a list of codes. - Code List - Identification - Identifier - string - - - - - - - UDT000007-SC3 - SC - Code List. Agency. Identifier - An agency that maintains one or more lists of codes. - Code List - Agency - Identifier - string - Defaults to the UN/EDIFACT data element 3055 code list. - - - - - - - UDT000007-SC4 - SC - Code List. Agency Name. Text - The name of the agency that maintains the list of codes. - Code List - Agency Name - Text - string - - - - - - - UDT000007-SC5 - SC - Code List. Name. Text - The name of a list of codes. - Code List - Name - Text - string - - - - - - - UDT000007-SC6 - SC - Code List. Identifier - The identification of a list of codes. - Code List - Identification - Identifier - string - string - - - - - - - UDT000007-SC7 - SC - Code. Name. Text - The textual equivalent of the code content component. - Code - Name - Text - string - string - - - - - - - UDT000007-SC8 - SC - Language. Identifier - The identifier of the language used in the code name. - Language - Identification - Identifier - string - language - - - - - - - UDT000007-SC9 - SC - Code List. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the code list is located. - Code List - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT000007-SC10 - SC - Code List Scheme. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the code list scheme is located. - Code List Scheme - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - - - - - - UDT000008 - UDT - Date Time. Type - 1.0 - A particular point in the progression of time together with the relevant supplementary information. - Date Time - string - dateTime - Can be used for a date and/or time. - - - - - - - - - - UDT000009 - UDT - Date. Type - 1.0 - One calendar day according the Gregorian calendar. - Date - string - date - - - - - - - - - - UDT0000010 - UDT - Time. Type - 1.0 - The instance of time that occurs every day. - Time - string - time - - - - - - - - - - UDT0000011 - UDT - Identifier. Type - 1.0 - A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information. - Identifier - string - normalizedString - Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the identifer list and thus, are not declared as attributes. - - - - - - - - UDT000011-SC2 - SC - Identification Scheme. Identifier - The identification of the identification scheme. - Identification Scheme - Identification - Identifier - string - - - - - - - UDT000011-SC3 - SC - Identification Scheme. Name. Text - The name of the identification scheme. - Identification Scheme - Name - Text - string - - - - - - - UDT000011-SC4 - SC - Identification Scheme Agency. Identifier - The identification of the agency that maintains the identification scheme. - Identification Scheme Agency - Identification - Identifier - string - Defaults to the UN/EDIFACT data element 3055 code list. - - - - - - - UDT000011-SC5 - SC - Identification Scheme Agency. Name. Text - The name of the agency that maintains the identification scheme. - Identification Scheme Agency - Agency Name - Text - string - - - - - - - UDT000011-SC6 - SC - Identification Scheme. Version. Identifier - The version of the identification scheme. - Identification Scheme - Version - Identifier - string - normalizedString - - - - - - - UDT0000011-SC7 - SC - Identification Scheme Data. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the identification scheme data is located. - Identification Scheme Data - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - UDT0000011-SC8 - SC - Identification Scheme. Uniform Resource. Identifier - The Uniform Resource Identifier that identifies where the identification scheme is located. - Identification Scheme - Uniform Resource Identifier - Identifier - string - anyURI - - - - - - - - - - - - UDT0000012 - UDT - Indicator. Type - 1.0 - A list of two mutually exclusive Boolean values that express the only possible states of a property. - Indicator - string - boolean - - - - - - - - - - - - - UDT0000013 - UDT - Measure. Type - 1.0 - A numeric value determined by measuring an object along with the specified unit of measure. - Measure - Type - decimal - decimal - - - - - - - - UDT0000013-SC2 - SC - Measure Unit. Code - The type of unit of measure. - Measure Unit - Code - Code - string - normalizedString - Reference UN/ECE Rec 20 and X12 355. - - - - - - - - - - - - UDT0000014 - UDT - Numeric. Type - 1.0 - Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. - Numeric - string - decimal - - - - - - - - - - UDT0000015 - UDT - 1.0 - Value. Type - Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. - Value - string - decimal - - - - - - - - - - UDT0000016 - UDT - 1.0 - Percent. Type - Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. - Percent - string - decimal - - - - - - - - - - UDT0000017 - UDT - 1.0 - Rate. Type - Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measuret. - Rate - string - decimal - - - - - - - - - - UDT0000018 - UDT - Quantity. Type - 1.0 - A counted number of non-monetary units possibly including fractions. - Quantity - decimal - decimal - - - - - - - - UDT0000018-SC2 - SC - Quantity. Unit. Code - The unit of the quantity - Quantity - Unit Code - Code - string - normalizedString - - - - - - - - - - - - UDT0000019 - UDT - Text. Type - 1.0 - A character string (i.e. a finite set of characters) generally in the form of words of a language. - Text - string - string - - - - - - - - UDT0000019-SC2 - SC - Language. Identifier - The identifier of the language used in the content component. - Language - Identification - Identifier - string - language - - - - - - - - - - - - UDT0000020 - UDT - Name. Type - 1.0 - A character string that consititues the distinctive designation of a person, place, thing or concept. - Name - string - string - - - - - - - - UDT0000020-SC2 - SC - Language. Identifier - The identifier of the language used in the content component. - Language - Identification - Identifier - string - language - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/services/NavService.php b/src/XSD2PHP/test/data/expected/ContactPersonWsdl/services/NavService.php deleted file mode 100644 index 6ee09b42..00000000 --- a/src/XSD2PHP/test/data/expected/ContactPersonWsdl/services/NavService.php +++ /dev/null @@ -1,36 +0,0 @@ -Name; - } - - /** - * - * @param dk\nordsign\schema\ContactCompany\ContactCompany $contactCompany - * - * @return float - * @todo check array value in SOAP - */ - public function updateContactCompany(CC\ContactCompany $contactCompany) - { - return 24.22; - } -} diff --git a/src/XSD2PHP/test/data/expected/MultiLevelImport/generated.xml b/src/XSD2PHP/test/data/expected/MultiLevelImport/generated.xml deleted file mode 100644 index 513ab872..00000000 --- a/src/XSD2PHP/test/data/expected/MultiLevelImport/generated.xml +++ /dev/null @@ -1,635 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UDT000007UDTCode. Type1.0A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.CodestringnormalizedStringOther supplementary components in the CCT are captured as part of the token and name for the schema module containing the code list and thus, are not declared as attributes. - - - - - - UDT000007-SC2SCCode List. IdentifierThe identification of a list of codes.Code ListIdentificationIdentifierstring - - - - - UDT000007-SC3SCCode List. Agency. IdentifierAn agency that maintains one or more lists of codes.Code ListAgencyIdentifierstringDefaults to the UN/EDIFACT data element 3055 code list. - - - - - UDT000007-SC4SCCode List. Agency Name. TextThe name of the agency that maintains the list of codes.Code ListAgency NameTextstring - - - - - UDT000007-SC5SCCode List. Name. TextThe name of a list of codes.Code ListNameTextstring - - - - - UDT000007-SC6SCCode List. IdentifierThe identification of a list of codes.Code ListIdentificationIdentifierstringstring - - - - - UDT000007-SC7SCCode. Name. TextThe textual equivalent of the code content component.CodeNameTextstringstring - - - - - UDT000007-SC8SCLanguage. IdentifierThe identifier of the language used in the code name.LanguageIdentificationIdentifierstringlanguage - - - - - UDT000007-SC9SCCode List. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the code list is located.Code ListUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000007-SC10SCCode List Scheme. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the code list scheme is located.Code List SchemeUniform Resource IdentifierIdentifierstringanyURI - - - - - - - - UDT0000011UDTIdentifier. Type - 1.0A character string to identify and distinguish - uniquely, one instance of an object in an identification scheme - from all other objects in the same scheme together with relevant - supplementary information.Identifier - stringnormalizedStringOther supplementary components in the CCT are - captured as part of the token and name for the schema module - containing the identifer list and thus, are not declared as - attributes. - - - - - - UDT000011-SC2SCIdentification Scheme. Identifier - The identification of the identification scheme. - Identification SchemeIdentificationIdentifier - string - - - - - UDT000011-SC3SCIdentification Scheme. Name. Text - The name of the identification scheme. - Identification SchemeNameTextstring - - - - - UDT000011-SC4SCIdentification Scheme Agency. - IdentifierThe identification of the agency that maintains - the identification scheme.Identification Scheme AgencyIdentificationIdentifier - stringDefaults to the UN/EDIFACT data element 3055 code - list. - - - - - UDT000011-SC5SCIdentification Scheme Agency. Name. - TextThe name of the agency that maintains the - identification scheme.Identification Scheme AgencyAgency NameTextstring - - - - - UDT000011-SC6SCIdentification Scheme. Version. - IdentifierThe version of the identification scheme. - Identification SchemeVersionIdentifier - stringnormalizedString - - - - - UDT0000011-SC7SCIdentification Scheme Data. Uniform - Resource. IdentifierThe Uniform Resource Identifier that identifies - where the identification scheme data is located. - Identification Scheme DataUniform Resource Identifier - Identifier - stringanyURI - - - - - UDT0000011-SC8SCIdentification Scheme. Uniform - Resource. IdentifierThe Uniform Resource Identifier that identifies - where the identification scheme is located.Identification SchemeUniform Resource Identifier - Identifier - stringanyURI - - - - - - - - UDT0000020UDTName. Type1.0A character string that consititues the distinctive - designation of a person, place, thing or concept.Namestringstring - - - - - - UDT0000020-SC2SCLanguage. Identifier - The identifier of the language used in the - content component.LanguageIdentificationIdentifier - stringlanguage - - - - - - - - UDT0000019UDTText. Type1.0A character string (i.e. a finite set of - characters) generally in the form of words of a language. - Textstringstring - - - - - - UDT0000019-SC2SCLanguage. Identifier - The identifier of the language used in the - content component.LanguageIdentificationIdentifier - stringlanguage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ABIECountry. Details - Information about a geopolitical country. - Country - - - - - BBIECountry. Identification Code. Code - An identifier for the Country.0..1CountryIdentification CodeCodeCountry Identification_ Code. Type - - - - - BBIECountry. Name - The name of the Country.0..1CountryNameNameName. Type“SOUTH AFRICA” - - - - - - - ABIEAddress Line. Details - Information about a line of address expressed as - unstructured text.Address Line - - - - - BBIEAddress Line. Line. Text - A line of address expressed as unstructured - text.1Address LineLineTextText. Type"123 Standard Chartered Tower" - - - - - - - ABIELocation Coordinate. DetailsInformation about physical (geographical) location.Location Coordinate - - - - - BBIELocation Coordinate. Coordinate System Code. CodeAn identifier for the location system used.0..1Location CoordinateCoordinate System CodeCodeCode. Type - - - - - BBIELocation Coordinate. Latitude_ Degrees. MeasureThe measure of latitude in degrees.0..1Location CoordinateLatitudeDegreesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Latitude_ Minutes. MeasureThe measure of latitude in minutes.0..1Location CoordinateLatitudeMinutesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Latitude Direction Code. CodeThe direction of latitude measurement from the equator.0..1Location CoordinateLatitude Direction CodeCodeLatitude Direction_ Code. Type - - - - - BBIELocation Coordinate. Longitude_ Degrees. MeasureThe measure of longitude in degrees.0..1Location CoordinateLongitudeDegreesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Longitude_ Minutes. MeasureThe measure of longitude in minutes.0..1Location CoordinateLongitudeMinutesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Longitude Direction Code. CodeThe direction of longitude measurement from the meridian.0..1Location CoordinateLongitude Direction CodeCodeLongitude Direction_ Code. Type - - - - - - - ABIEAddress. Details - Information about a structured address. - Address - - - - - BBIEAddress. Identifier - An identifier for a specific address within a - scheme of registered addresses.0..1AddressIdentifierIdentifierIdentifier. TypeDetailsKey - - - - - - BBIEAddress. Address Type Code. Code - A code specifying the type of this address, such - as business address or home address.0..1AddressAddress Type CodeCodeCode. Type - - - - - BBIEAddress. Address Format Code. Code - A code specifying the format of this address. - 0..1AddressAddress Format CodeCodeCode. Type - - - - - BBIEAddress. Postbox. Text - A post office box number.0..1AddressPostboxTextText. TypePostBox, PO Box - "123" - - - - - BBIEAddress. Floor. Text - An addressable floor of a building. - 0..1AddressFloorTextText. TypeSubPremiseNumber - "30" - - - - - BBIEAddress. Room. Text - A room, suite, or apartment of a building. - 0..1AddressRoomTextText. TypeSubPremiseNumber - "Reception" - - - - - BBIEAddress. Street Name. Name - The name of a street.0..1AddressStreet NameNameName. TypeThoroughfare - "Kwun Tong Road" - - - - - BBIEAddress. Additional_ Street Name. Name - An additional name of a street used to further - specify the street name.0..1AddressAdditional - Street NameNameName. TypeThoroughfare - "Cnr Aberdeen Road" - - - - - BBIEAddress. Block Name. Name - The block name, expressed as text, for an area - surrounded by streets and usually containing several buildings - for this address.0..1AddressBlock NameNameName. TypeSeabird - - - - - BBIEAddress. Building Name. Name - The name of a building.0..1AddressBuilding NameNameName. TypeBuildingName - "Plot 421" - - - - - BBIEAddress. Building Number. Text - The number of a building.0..1AddressBuilding NumberTextText. TypePremiseNumber - "388" - - - - - BBIEAddress. Inhouse_ Mail. Text - A specific location within a building. - 0..1AddressInhouseMailTextText. TypeMailStop - - - - - - ASBIEAddress. Address Line - An association to Address Line. - 0..nAddressAddress LineAddress Line - - - - - - ASBIEAddress. Country - An association to Country.0..1AddressCountryCountry - - - - - ASBIEAddress. Location Coordinate - An association to Location Coordinate. - 0..1AddressLocation CoordinateLocation Coordinate - - - - - - - - - - - - - - - - - - - - - - - - UDT000009UDTDate. Type1.0One calendar day according the Gregorian calendar. - Datestringdate - - - - diff --git a/src/XSD2PHP/test/data/expected/SoapServer/NavService.wsdl b/src/XSD2PHP/test/data/expected/SoapServer/NavService.wsdl deleted file mode 100644 index 64950107..00000000 --- a/src/XSD2PHP/test/data/expected/SoapServer/NavService.wsdl +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/XSD2PHP/test/data/expected/SoapServer/services/NavService.php b/src/XSD2PHP/test/data/expected/SoapServer/services/NavService.php deleted file mode 100644 index f9e98037..00000000 --- a/src/XSD2PHP/test/data/expected/SoapServer/services/NavService.php +++ /dev/null @@ -1,36 +0,0 @@ -Name->value; - } - - /** - * - * @param dk\nordsign\schema\ContactCompany\ContactCompany $contactCompany - * - * @return dk\nordsign\schema\ContactCompany\ContactCompany - * @todo check array value in SOAP - */ - public function updateContactCompany(CC\ContactCompany $contactCompany) - { - return $contactCompany->ExtID->value; - } -} diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/ParsedSchema.xml b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/ParsedSchema.xml deleted file mode 100644 index 518d866e..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/ParsedSchema.xml +++ /dev/null @@ -1,2419 +0,0 @@ - - - - - - 3.0.0+ - - The <code>&lt;project&gt;</code> element is the root of the - descriptor. - The following table lists all of the possible child elements. - - - - - - 3.0.0+ - - The <code>&lt;project&gt;</code> element is the root of the - descriptor. - The following table lists all of the possible child elements. - - - - - - 4.0.0 - - The location of the parent project, if one exists. Values from the - parent project will be the default for this project if they are - left unspecified. The location is given as a group ID, artifact ID and - version. - - - - - - 4.0.0 - Declares to which version of - project descriptor this POM conforms. - - - - - 3.0.0+ - - A universally unique identifier for a project. It is normal to - use a fully-qualified package name to distinguish it from other projects with - a similar name - (eg. <code>org.apache.maven</code>). - - - - - - 3.0.0+ - - The identifier for this artifact that is unique within the group given by the - group ID. - An artifact is something that is either produced or used by a project. - Examples of artifacts produced by - Maven for a project include: JARs, source and binary distributions, and WARs. - - - - - - 4.0.0 - - The type of artifact this project produces, for example - <code>jar</code> - <code>war</code> - <code>ear</code> - <code>pom</code>. - Plugins can create their own packaging, and - therefore their own packaging types, - so this list does not contain all possible types. - - - - - - 3.0.0+ - - The full name of the project. - - - - - - 4.0.0 - - The current version of the artifact produced by this project. - - - - - - 3.0.0+ - - A detailed description of the project, used by Maven whenever it needs to - describe the project, - such as on the web site. While this element can be specified as CDATA to - enable - the use of HTML tags within the description, it is discouraged to allow plain - text representation. - If you need to modify the index page of the generated web site, you are able - to specify your own instead - of adjusting this text. - - - - - - 3.0.0+ - - The URL to the project's homepage. - - - - - - 4.0.0 - - Describes the prerequisites in the build environment for this project. - - - - - - 4.0.0 - The project's issue - management system information. - - - - - 4.0.0 - The project's continuous - integration information. - - - - - 3.0.0+ - - The year of the project's inception, specified with 4 digits. - This value is used when generating copyright notices as well as being - informational. - - - - - - 3.0.0+ - - Contains information about a project's mailing lists. - - - - - - - - - - - 3.0.0+ - - Describes the committers of a project. - - - - - - - - - - - 3.0.0+ - - Describes the contributors to a project that are not yet committers. - - - - - - - - - - - 3.0.0+ - - This element describes all of the licenses for this project. - Each license is described by a <code>license</code> element, which - is then described by additional elements. - Projects should only list the license(s) that applies to the project - and not the licenses that apply to dependencies. - If multiple licenses are listed, it is assumed that the user can select any - of them, not that they - must accept all. - - - - - - - - - - - 4.0.0 - - Specification for the SCM used by the project, such as CVS, Subversion, etc. - - - - - - 3.0.0+ - - This element describes various attributes of the organization to - which the project belongs. These attributes are utilized when - documentation is created (for copyright notices and links). - - - - - - 3.0.0+ - Information required to build the - project. - - - - - 4.0.0 - - A listing of project-local build profiles which will modify the build - process when activated. - - - - - - - - - - - 4.0.0 - - The modules (sometimes called subprojects) to build as a part of this - project. - Each module listed is a relative path to the directory containing the module. - - - - - - - - - - - 4.0.0 - The lists of the remote - repositories for discovering dependencies and - extensions. - - - - - - - - - - 4.0.0 - - The lists of the remote repositories for discovering plugins for builds and - reports. - - - - - - - - - - 3.0.0+ - - This element describes all of the dependencies associated with a - project. - These dependencies are used to construct a classpath for your - project during the build process. They are automatically downloaded from the - repositories defined in this project. - See <a - href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the - dependency mechanism</a> for more information. - - - - - - - - - - - 4.0.0 - - <b>Deprecated</b>. Now ignored by Maven. - - - - - - - - - - - 4.0.0 - - This element includes the specification of report plugins to use to generate - the reports on the - Maven-generated site. These reports will be run when a user executes <code>mvn - site</code>. All of the - reports will be included in the navigation bar for browsing. - - - - - - 4.0.0 - - Default dependency information for projects that inherit from - this one. The dependencies in this section are not immediately resolved. - Instead, when a POM derived from this one declares a dependency - described by a matching groupId and artifactId, the version and other values from - this - section are used for that dependency if they were not already specified. - - - - - - 4.0.0 - Distribution information for a - project that enables deployment of the site - and artifacts to remote web servers and repositories respectively. - - - - - - 4.0.0 - - Properties that can be used throughout the POM as a substitution, and are used as - filters in resources - if enabled. The format is - <code>&lt;name&gt;value&lt;/name&gt;</code>. - - - - - - - - - - - - - 3.0.0+ - - Description of a person who has contributed to the project, but who does - not have commit privileges. Usually, these contributions come in the - form of patches submitted. - - - - - - 3.0.0+ - The full name of the contributor. - - - - - - 3.0.0+ - The email address of the - contributor. - - - - - 3.0.0+ - The URL for the homepage of the - contributor. - - - - - 3.0.0+ - The organization to which the - contributor belongs. - - - - - 3.0.0+ - The URL of the organization. - - - - - - 3.0.0+ - - The roles the contributor plays in the project. Each role is - described by a <code>role</code> element, the body of which is a - role name. This can also be used to describe the contribution. - - - - - - - - - - - 3.0.0+ - - The timezone the contributor is in. This is a number in the range -11 to 12. - - - - - - 3.0.0+ - - Properties about the contributor, such as an instant messenger handle. - - - - - - - - - - - - - 4.0.0 - - Modifications to the build process which is activated based on environmental parameters - or command line arguments. - - - - - - 4.0.0 - The identifier of this build - profile. This used both for command line activation, and identifies - identical profiles to merge with during inheritance. - - - - - 4.0.0 - The conditional logic which will - automatically - trigger the inclusion of this profile. - - - - - 4.0.0 - Information required to build the - project. - - - - - 4.0.0 - - The modules (sometimes called subprojects) to build as a part of this - project. - Each module listed is a relative path to the directory containing the module. - - - - - - - - - - - 4.0.0 - The lists of the remote - repositories for discovering dependencies and - extensions. - - - - - - - - - - 4.0.0 - - The lists of the remote repositories for discovering plugins for builds and - reports. - - - - - - - - - - 3.0.0+ - - This element describes all of the dependencies associated with a - project. - These dependencies are used to construct a classpath for your - project during the build process. They are automatically downloaded from the - repositories defined in this project. - See <a - href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the - dependency mechanism</a> for more information. - - - - - - - - - - - 4.0.0 - - <b>Deprecated</b>. Now ignored by Maven. - - - - - - - - - - - 4.0.0 - - This element includes the specification of report plugins to use to generate - the reports on the - Maven-generated site. These reports will be run when a user executes <code>mvn - site</code>. All of the - reports will be included in the navigation bar for browsing. - - - - - - 4.0.0 - - Default dependency information for projects that inherit from - this one. The dependencies in this section are not immediately resolved. - Instead, when a POM derived from this one declares a dependency - described by a matching groupId and artifactId, the version and other values from - this - section are used for that dependency if they were not already specified. - - - - - - 4.0.0 - Distribution information for a - project that enables deployment of the site - and artifacts to remote web servers and repositories respectively. - - - - - - 4.0.0 - - Properties that can be used throughout the POM as a substitution, and are used as - filters in resources - if enabled. The format is - <code>&lt;name&gt;value&lt;/name&gt;</code>. - - - - - - - - - - - - - 4.0.0 - - The conditions within the build runtime environment which will trigger - the automatic inclusion of the build profile. - - - - - - 4.0.0 - Flag specifying whether this - profile is active by default. - - - - - 4.0.0 - - Specifies that this profile will be activated when a matching JDK is detected. For - example, <code>1.4</code> - only activates on JDKs versioned 1.4, while <code>!1.4</code> - matches any JDK that is not version 1.4. - - - - - - 4.0.0 - - Specifies that this profile will be activated when matching operating system - attributes are detected. - - - - - - 4.0.0 - - Specifies that this profile will be activated when this system property is - specified. - - - - - - 4.0.0 - - Specifies that this profile will be activated based on existence of a file. - - - - - - - - 4.0.0 - - This is the file specification used to activate the profile. The missing value - will be the location - of a file that needs to exist, and if it doesn't the profile will be - activated. On the other hand exists will test - for the existence of the file and if it is there the profile will be activated. - - - - - - 4.0.0 - The name of the file that must be - missing to activate the profile. - - - - - 4.0.0 - The name of the file that must - exist to activate the profile. - - - - - - - 4.0.0 - - This is the property specification used to activate a profile. If the value - field is empty, - then the existence of the named property will activate the profile, otherwise it - does a case-sensitive - match against the property value as well. - - - - - - 4.0.0 - The name of the property to be - used to activate a profile. - - - - - 4.0.0 - The value of the property - required to activate a profile. - - - - - - - 4.0.0 - - This is an activator which will detect an operating system's attributes in - order to activate - its profile. - - - - - - 4.0.0 - The name of the operating system - to be used to activate the profile. This must be an exact match - of the <code>${os.name}</code> Java property, such as - <code>Windows XP</code>. - - - - - 4.0.0 - - The general family of the OS to be used to activate the profile, such as - <code>windows</code> or <code>unix</code>. - - - - - - 4.0.0 - The architecture of the operating - system to be used to activate the profile. - - - - - 4.0.0 - The version of the operating - system to be used to activate the profile. - - - - - - - 4.0.0 - - Section for management of default dependency information for use in a group of - POMs. - - - - - - 4.0.0 - - The dependencies specified here are not used until they - are referenced in a POM within the group. This allows the - specification of a "standard" version for a particular - dependency. - - - - - - - - - - - - - 3.0.0+ - - - - - 3.0.0+ - - The project group that produced the dependency, e.g. - <code>org.apache.maven</code>. - - - - - - 3.0.0+ - - The unique id for an artifact produced by the project group, e.g. - <code>maven-artifact</code>. - - - - - - 3.0.0+ - - The version of the dependency, e.g. <code>3.2.1</code>. In Maven - 2, this can also be - specified as a range of versions. - - - - - - 4.0.0 - - The type of dependency. This defaults to <code>jar</code>. While - it usually represents the extension on - the filename of the dependency, that is not always the case. A type can be - mapped to a different - extension and a classifier. - The type often correspongs to the packaging used, though this is also not - always the case. - Some examples are <code>jar</code>, <code>war</code>, - <code>ejb-client</code> and <code>test-jar</code>. - New types can be defined by plugins that set - <code>extensions</code> to <code>true</code>, so - this is not a complete list. - - - - - - 4.0.0 - - The classifier of the dependency. This allows distinguishing two artifacts - that belong to the same POM but - were built differently, and is appended to the filename after the version. For - example, - <code>jdk14</code> and <code>jdk15</code>. - - - - - - 4.0.0 - - The scope of the dependency - <code>compile</code>, - <code>runtime</code>, <code>test</code>, - <code>system</code>, and <code>provided</code>. - Used to - calculate the various classpaths used for compilation, testing, and so on. It also - assists in determining - which artifacts to include in a distribution of this project. For more - information, see - <a - href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the - dependency mechanism</a>. - - - - - - 4.0.0 - - FOR SYSTEM SCOPE ONLY. Note that use of this property is - <b>discouraged</b> and may be replaced in later - versions. This specifies the path on the filesystem for this dependency. - Requires an absolute path for the value, not relative. - Use a property that gives the machine specific absolute path, - e.g. <code>${java.home}</code>. - - - - - - 4.0.0 - - Lists a set of artifacts that should be excluded from this dependency's - artifact list when it comes to - calculating transitive dependencies. - - - - - - - - - - - 4.0.0 - - Indicates the dependency is optional for use of this library. While the version of - the dependency will be - taken into account for dependency calculation if the library is used elsewhere, - it will not be passed on - transitively. - - - - - - - - 4.0.0 - - - - - 4.0.0 - The artifact ID of the project to - exclude. - - - - - 4.0.0 - The group ID of the project to - exclude. - - - - - - - 4.0.0 - Section for management of reports - and their configuration. - - - - - 4.0.0 - If true, then the default reports - are not included in the site generation. This includes the - reports in the "Project Info" menu. - - - - - 4.0.0 - - Where to store all of the generated reports. The default is - <code>${project.build.directory}/site</code> - . - - - - - - 4.0.0 - The reporting plugins to use and - their configuration. - - - - - - - - - - - - 4.0.0 - - - - - 4.0.0 - The group ID of the reporting - plugin in the repository. - - - - - 4.0.0 - The artifact ID of the reporting - plugin in the repository. - - - - - 4.0.0 - The version of the reporting - plugin to be used. - - - - - 4.0.0 - Whether the configuration in this - plugin should be made available to projects that - inherit from this one. - - - - - 4.0.0 - The configuration of the - reporting plugin. - - - - - - - - - - 4.0.0 - Multiple specifications of a set - of reports, each having (possibly) different - configuration. This is the reporting parallel to an <code>execution</code> - in the build. - - - - - - - - - - - - 4.0.0 - Represents a set of reports and - configuration to be used to generate them. - - - - - 0.0.0+ - The unique id for this report - set, to be used during POM inheritance. - - - - - 4.0.0 - Configuration of the report to be - used when generating this set. - - - - - - - - - - 4.0.0 - - Whether any configuration should be propagated to child POMs. - - - - - 4.0.0 - - The list of reports from this plugin which should be generated from this set. - - - - - - - - - - - - - 3.0.0+ - - - - - 3.0.0+ - - The default goal (or phase in Maven 2) to execute when none is specified for - the project. - - - - - - 3.0.0+ - - This element describes all of the classpath resources such as properties files - associated with a - project. These resources are often included in the final package. - - - - - - - - - - - 4.0.0 - - This element describes all of the classpath resources such as properties files - associated with a - project's unit tests. - - - - - - - - - - - 4.0.0 - - The directory where all files generated by the build are placed. - - - - - - 4.0.0 - - The filename (excluding the extension, and with no path information) that the - produced artifact - will be called. The default value is - <code>${artifactId}-${version}</code>. - - - - - - 4.0.0 - - The list of filter properties files that are used when filtering is enabled. - - - - - - - - - - - 4.0.0 - - Default plugin information to be made available for reference by - projects derived from this one. This plugin configuration will not - be resolved or bound to the lifecycle unless referenced. Any local - configuration for a given plugin will override the plugin's entire - definition here. - - - - - - 4.0.0 - - The list of plugins to use. - - - - - - - - - - - - - 4.0.0 - - - - - 4.0.0 - The group ID of the plugin in the - repository. - - - - - 4.0.0 - The artifact ID of the plugin in - the repository. - - - - - 4.0.0 - The version (or valid range of - verisons) of the plugin to be used. - - - - - 4.0.0 - Whether to load Maven extensions - (such as packaging and type handlers) from this - plugin. For performance reasons, this should only be enabled when necessary. - - - - - - 4.0.0 - Multiple specifications of a set - of goals to execute during the build lifecycle, each having - (possibly) different - configuration. - - - - - - - - - - 4.0.0 - Additional dependencies that this - project needs to introduce to the plugin's - classloader. - - - - - - - - - - 4.0.0 - - <b>Deprecated</b>. Unused by Maven. - - - - - - - - - - - 4.0.0 - - Whether any configuration should be propagated to child POMs. - - - - - 0.0.0+ - - - - - - - - - - - - 4.0.0 - - - - - 4.0.0 - The identifier of this execution - for labelling the goals during the build, and for matching - exections to merge during inheritance. - - - - - 4.0.0 - The build lifecycle phase to bind - the goals in this execution to. If omitted, the goals will - be bound to the default specified in their metadata. - - - - - 4.0.0 - The goals to execute with the - given configuration. - - - - - - - - - - 4.0.0 - - Whether any configuration should be propagated to child POMs. - - - - - 0.0.0+ - - - - - - - - - - - - 4.0.0 - - Section for management of default plugin information for use in a group of POMs. - - - - - - 4.0.0 - - The list of plugins to use. - - - - - - - - - - - - - 3.0.0+ - - This element describes all of the classpath resources associated with a project - or - unit tests. - - - - - - 3.0.0+ - - Describe the resource target path. For example, if you want that - resource to appear in a specific package - (<code>org.apache.maven.messages</code>), you must specify - this - element with this value: <code>org/apache/maven/messages</code>. - This is not required if you simply put the resources in that directory - structure at the source, however. - - - - - - 3.0.0+ - - Whether resources are filtered to replace tokens with parameterised values or - not. - The values are taken from the <code>properties</code> element and - from the properties in the files listed - in the <code>filters</code> element. - - - - - - 3.0.0+ - - Describe the directory where the resources are stored. - The path is relative to the POM. - - - - - - 3.0.0+ - A list of patterns to include, - e.g. <code>**&#47;*.xml</code>. - - - - - - - - - - 3.0.0+ - A list of patterns to exclude, - e.g. <code>**&#47;*.xml</code> - - - - - - - - - - - - 4.0.0 - - This elements describes all that pertains to distribution for a project. - It is primarily used for deployment of artifacts and the site - produced by the build. - - - - - - 4.0.0 - - Information needed to deploy the artifacts generated by the project to a remote - repository. - - - - - - 4.0.0 - - Where to deploy snapshots of artifacts to. If not given, it defaults to the - <code>repository</code> element. - - - - - - 4.0.0 - - Information needed for deploying the web site of the project. - - - - - - 4.0.0+ - - The URL of the project's download page. If not given users will be - referred to the homepage given by - <code>url</code>. This is given to assist in locating artifacts that are not in the - repository due to - licensing restrictions. - - - - - - 4.0.0 - - Relocation information of the artifact if it has been moved to a new group ID and/or - artifact ID. - - - - - - 4.0.0 - - Gives the status of this artifact in the remote repository. This must not be - set in your local - project, as it is updated by tools placing it in the reposiory. Valid values are: - <code>none</code> (default), - <code>converted</code> (repository manager converted this from - an Maven 1 POM), <code>partner</code> - (directly synced from a partner Maven 2 repository), - <code>deployed</code> (was deployed from a Maven 2 - instance), <code>verified</code> (has been hand verified as correct and - final). - - - - - - - - 4.0.0 - - Contains the information needed for deploying websites. - - - - - - 4.0.0 - - A unique identifier for a deployment locataion. This is used to match the - site to configuration in - the <code>settings.xml</code> file, for example. - - - - - - 4.0.0 - - Human readable name of the deployment location. - - - - - - 4.0.0 - - The url of the location where website is deployed, in the form - <code>protocol://hostname/path</code>. - - - - - - - - 4.0.0 - Describes where an artifact has - moved to. If any of the values are omitted, it is assumed to be the - same as it was before. - - - - - 4.0.0 - The group ID the artifact has - moved to. - - - - - 4.0.0 - The new artifact ID of the - artifact. - - - - - 4.0.0 - The new version of the artifact. - - - - - - 4.0.0 - An additional message to show the - user about the move, such as the reason. - - - - - - - 4.0.0 - - Repository contains the information needed for deploying to the remote repoistory. - - - - - - 4.0.0 - Whether to assign snapshots a - unique version comprised of the timestamp and build number, or to - use the same version each time - - - - - 4.0.0 - - A unique identifier for a repository. This is used to match the repository - to configuration in - the <code>settings.xml</code> file, for example. - - - - - - 4.0.0 - - Human readable name of the repository. - - - - - - 4.0.0 - - The url of the repository, in the form - <code>protocol://hostname/path</code>. - - - - - - 4.0.0 - - The type of layout this repository uses for locating and storing artifacts - - can be <code>legacy</code> or - <code>default</code>. - - - - - - - - 4.0.0 - - A repository contains the information needed for establishing connections - with remote repoistory. - - - - - - 4.0.0 - How to handle downloading of - releases from this repository. - - - - - 4.0.0 - How to handle downloading of - snapshots from this repository. - - - - - 4.0.0 - - A unique identifier for a repository. This is used to match the repository - to configuration in - the <code>settings.xml</code> file, for example. - - - - - - 4.0.0 - - Human readable name of the repository. - - - - - - 4.0.0 - - The url of the repository, in the form - <code>protocol://hostname/path</code>. - - - - - - 4.0.0 - - The type of layout this repository uses for locating and storing artifacts - - can be <code>legacy</code> or - <code>default</code>. - - - - - - - - 4.0.0 - Download policy - - - - - 4.0.0 - Whether to use this repository - for downloading this type of artifact. - - - - - 4.0.0 - - The frequency for downloading updates - can be - <code>always,</code> - <code>daily</code> - (default), - <code>interval:XXX</code> - (in minutes) or - <code>never</code> - (only if it doesn't exist locally). - - - - - - 4.0.0 - - What to do when verification of an artifact checksum fails. Valid values are - <code>ignore</code> - , - <code>fail</code> - or - <code>warn</code> - (the default). - - - - - - - - 3.0.0+ - - This element describes all of the mailing lists associated with - a project. The auto-generated site references this information. - - - - - - 3.0.0+ - The name of the mailing list. - - - - - - 3.0.0+ - - The email address or link that can be used to subscribe to the mailing list. - If this is an email address, a - <code>mailto:</code> link will automatically be created when - the documentation is created. - - - - - - 3.0.0+ - - The email address or link that can be used to unsubscribe to - the mailing list. If this is an email address, a - <code>mailto:</code> link will automatically be created - when the documentation is created. - - - - - - 3.0.0+ - - The email address or link that can be used to post to - the mailing list. If this is an email address, a - <code>mailto:</code> link will automatically be created - when the documentation is created. - - - - - - 3.0.0+ - - The link to a URL where you can browse the mailing list archive. - - - - - - 3.0.0+ - - The link to alternate URLs where you can browse the list archive. - - - - - - - - - - - - - 3.0.0+ - - - - - 3.0.0+ - - This element specifies a directory containing the source - of the project. The generated build system will compile - the source in this directory when the project is built. - The path given is relative to the project descriptor. - - - - - - 4.0.0 - - This element specifies a directory containing the script sources - of the project. This directory is meant to be different from the - sourceDirectory, in that its contents will be copied to the output - directory in most cases (since scripts are interpreted rather than - compiled). - - - - - - 4.0.0 - - This element specifies a directory containing the unit test - source of the project. The generated build system will - compile these directories when the project is being tested. - The path given is relative to the project descriptor. - - - - - - 4.0.0 - - The directory where compiled application classes are placed. - - - - - - 4.0.0 - - The directory where compiled test classes are placed. - - - - - - 4.0.0 - A set of build extensions to use - from this project. - - - - - - - - - - 3.0.0+ - - The default goal (or phase in Maven 2) to execute when none is specified for - the project. - - - - - - 3.0.0+ - - This element describes all of the classpath resources such as properties files - associated with a - project. These resources are often included in the final package. - - - - - - - - - - - 4.0.0 - - This element describes all of the classpath resources such as properties files - associated with a - project's unit tests. - - - - - - - - - - - 4.0.0 - - The directory where all files generated by the build are placed. - - - - - - 4.0.0 - - The filename (excluding the extension, and with no path information) that the - produced artifact - will be called. The default value is - <code>${artifactId}-${version}</code>. - - - - - - 4.0.0 - - The list of filter properties files that are used when filtering is enabled. - - - - - - - - - - - 4.0.0 - - Default plugin information to be made available for reference by - projects derived from this one. This plugin configuration will not - be resolved or bound to the lifecycle unless referenced. Any local - configuration for a given plugin will override the plugin's entire - definition here. - - - - - - 4.0.0 - - The list of plugins to use. - - - - - - - - - - - - - 4.0.0 - Describes a build extension to - utilise. - - - - - 4.0.0 - The group ID of the - extension's artifact. - - - - - 4.0.0 - The artifact ID of the extension. - - - - - - 4.0.0 - The version of the extension. - - - - - - - - 4.0.0 - - Information about the issue tracking (or bug tracking) system used to manage this - project. - - - - - - 4.0.0 - The name of the issue management - system, e.g. Bugzilla - - - - - 4.0.0 - URL for the issue management - system used by the project. - - - - - - - 4.0.0 - - - - - 4.0.0 - The artifact id of the parent - project to inherit from. - - - - - 4.0.0 - The group id of the parent - project to inherit from. - - - - - 4.0.0 - The version of the parent project - to inherit. - - - - - 4.0.0 - - The relative path of the parent <code>pom.xml</code> file within - the check out. - The default value is <code>../pom.xml</code>. - Maven looks for the parent pom first in the reactor of currently building - projects, then in this location on - the filesystem, then the local repository, and lastly in the remote repo. - <code>relativePath</code> allows you to select a different - location, - for example when your structure is flat, or deeper without an intermediate - parent pom. - However, the group ID, artifact ID and version are still required, - and must match the file in the location given or it will revert to the - repository for the POM. - This feature is only for enhancing the development in a local checkout of that - project. - - - - - - - - 4.0.0 - Describes the prerequisites a - project can have. - - - - - 4.0.0 - The minimum version of Maven - required to build the project, or to use this plugin. - - - - - - - 4.0.0 - - - - - 4.0.0 - - The name of the continuous integration system, e.g. - <code>continuum</code>. - - - - - 4.0.0 - - URL for the continuous integration system used by the project if it has a web - interface. - - - - - 4.0.0 - - Configuration for notifying developers/users when a build is - unsuccessful, including user information and notification mode. - - - - - - - - - - - - - 4.0.0 - - Configures one method for notifying users/developers when a build breaks. - - - - - - 4.0.0 - The mechanism used to deliver - notifications. - - - - - 4.0.0 - Whether to send notifications on - error. - - - - - 4.0.0 - Whether to send notifications on - failure. - - - - - 4.0.0 - Whether to send notifications on - success. - - - - - 4.0.0 - Whether to send notifications on - warning. - - - - - 4.0.0 - - <b>Deprecated</b>. Where to send the notification to - eg email address. - - - - - - 0.0.0+ - Extended configuration specific - to this notifier goes here. - - - - - - - - - - - - 3.0.0+ - - Describes the licenses for this project. This is used to generate - the license page of the project's web site, as well as being taken into - consideration in other reporting and - validation. The licenses listed for the project are that of the project itself, and not - of dependencies. - - - - - - 3.0.0+ - The full legal name of the - license. - - - - - 3.0.0+ - The official url for the license - text. - - - - - 3.0.0+ - - The primary method by which this project may be distributed. - <dl> - <dt>repo</dt> - <dd>may be downloaded from the Maven repository</dd> - <dt>manual</dt> - <dd>user must manually download and install the dependency.</dd> - </dl> - - - - - 3.0.0+ - - Addendum information pertaining to this license. - - - - - - - - 3.0.0+ - - Information about one of the committers on this project. - - - - - - 3.0.0+ - The unique ID of the developer in - the SCM. - - - - - 3.0.0+ - The full name of the contributor. - - - - - - 3.0.0+ - The email address of the - contributor. - - - - - 3.0.0+ - The URL for the homepage of the - contributor. - - - - - 3.0.0+ - The organization to which the - contributor belongs. - - - - - 3.0.0+ - The URL of the organization. - - - - - - 3.0.0+ - - The roles the contributor plays in the project. Each role is - described by a <code>role</code> element, the body of which is a - role name. This can also be used to describe the contribution. - - - - - - - - - - - 3.0.0+ - - The timezone the contributor is in. This is a number in the range -11 to 12. - - - - - - 3.0.0+ - - Properties about the contributor, such as an instant messenger handle. - - - - - - - - - - - - - 4.0.0 - - - - - 4.0.0 - - The source control management system URL - that describes the repository and how to connect to the - repository. For more information, see the - <a href="http://maven.apache.org/scm/scm-url-format.html">URL - format</a> - and <a - href="http://maven.apache.org/scm/scms-overview.html">list of - supported SCMs</a>. - This connection is read-only. - - - - - - 4.0.0 - - Just like <code>connection</code>, but for developers, i.e. this - scm connection - will not be read only. - - - - - - 4.0.0 - - The tag of current code. By default, it's set to HEAD during - development. - - - - - - 4.0.0 - - The URL to the project's browsable SCM repository, such as ViewVC or - Fisheye. - - - - - - - 3.0.0+ - Specifies the organization that - produces this project. - - - - - 3.0.0+ - The full name of the - organization. - - - - - 3.0.0+ - The URL to the - organization's home page. - - - - - - diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Activation.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Activation.php deleted file mode 100644 index 61e1aecd..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Activation.php +++ /dev/null @@ -1,77 +0,0 @@ -1.4 - only activates on JDKs versioned 1.4, while !1.4 - matches any JDK that is not version 1.4. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName jdk - * @var string - */ - public $jdk; - /** - * @Definition - Specifies that this profile will be activated when matching operating system - attributes are detected. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName os - * @var org\apache\maven\POM\_4_0_0\ActivationOS - */ - public $os; - /** - * @Definition - Specifies that this profile will be activated when this system property is - specified. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName property - * @var org\apache\maven\POM\_4_0_0\ActivationProperty - */ - public $property; - /** - * @Definition - Specifies that this profile will be activated based on existence of a file. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName file - * @var org\apache\maven\POM\_4_0_0\ActivationFile - */ - public $file; -} // end class Activation diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationFile.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationFile.php deleted file mode 100644 index 9d74cb8b..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationFile.php +++ /dev/null @@ -1,41 +0,0 @@ -${os.name} Java property, such as - Windows XP. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName name - * @var string - */ - public $name; - /** - * @Definition - The general family of the OS to be used to activate the profile, such as - windows or unix. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName family - * @var string - */ - public $family; - /** - * @Definition The architecture of the operating - system to be used to activate the profile. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName arch - * @var string - */ - public $arch; - /** - * @Definition The version of the operating - system to be used to activate the profile. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName version - * @var string - */ - public $version; -} // end class ActivationOS diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationProperty.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationProperty.php deleted file mode 100644 index c7b6321c..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationProperty.php +++ /dev/null @@ -1,41 +0,0 @@ -${artifactId}-${version}. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName finalName - * @var string - */ - public $finalName; - /** - * @Definition - The list of filter properties files that are used when filtering is enabled. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName filters - */ - public $filters; - /** - * @Definition - Default plugin information to be made available for reference by - projects derived from this one. This plugin configuration will not - be resolved or bound to the lifecycle unless referenced. Any local - configuration for a given plugin will override the plugin's entire - definition here. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName pluginManagement - * @var org\apache\maven\POM\_4_0_0\PluginManagement - */ - public $pluginManagement; - /** - * @Definition - The list of plugins to use. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName plugins - */ - public $plugins; -} // end class Build diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/BuildBase.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/BuildBase.php deleted file mode 100644 index c2b3d9fd..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/BuildBase.php +++ /dev/null @@ -1,111 +0,0 @@ -${artifactId}-${version}. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName finalName - * @var string - */ - public $finalName; - /** - * @Definition - The list of filter properties files that are used when filtering is enabled. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName filters - */ - public $filters; - /** - * @Definition - Default plugin information to be made available for reference by - projects derived from this one. This plugin configuration will not - be resolved or bound to the lifecycle unless referenced. Any local - configuration for a given plugin will override the plugin's entire - definition here. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName pluginManagement - * @var org\apache\maven\POM\_4_0_0\PluginManagement - */ - public $pluginManagement; - /** - * @Definition - The list of plugins to use. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName plugins - */ - public $plugins; -} // end class BuildBase diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/CiManagement.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/CiManagement.php deleted file mode 100644 index aa1fd628..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/CiManagement.php +++ /dev/null @@ -1,48 +0,0 @@ -continuum. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName system - * @var string - */ - public $system; - /** - * @Definition - URL for the continuous integration system used by the project if it has a web - interface. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName url - * @var string - */ - public $url; - /** - * @Definition - Configuration for notifying developers/users when a build is - unsuccessful, including user information and notification mode. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName notifiers - */ - public $notifiers; -} // end class CiManagement diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Contributor.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Contributor.php deleted file mode 100644 index a1aefc10..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Contributor.php +++ /dev/null @@ -1,102 +0,0 @@ -role element, the body of which is a - role name. This can also be used to describe the contribution. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName roles - */ - public $roles; - /** - * @Definition - The timezone the contributor is in. This is a number in the range -11 to 12. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName timezone - * @var string - */ - public $timezone; - /** - * @Definition - Properties about the contributor, such as an instant messenger handle. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName properties - */ - public $properties; -} // end class Contributor diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Dependency.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Dependency.php deleted file mode 100644 index df2c4bfe..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Dependency.php +++ /dev/null @@ -1,153 +0,0 @@ -org.apache.maven. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName groupId - * @var string - */ - public $groupId; - /** - * @Definition - The unique id for an artifact produced by the project group, e.g. - maven-artifact. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName artifactId - * @var string - */ - public $artifactId; - /** - * @Definition - The version of the dependency, e.g. 3.2.1. In Maven - 2, this can also be - specified as a range of versions. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName version - * @var string - */ - public $version; - /** - * @Definition - The type of dependency. This defaults to jar. While - it usually represents the extension on - the filename of the dependency, that is not always the case. A type can be - mapped to a different - extension and a classifier. - The type often correspongs to the packaging used, though this is also not - always the case. - Some examples are jar, war, - ejb-client and test-jar. - New types can be defined by plugins that set - extensions to true, so - this is not a complete list. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName type - * @var string - */ - public $type; - /** - * @Definition - The classifier of the dependency. This allows distinguishing two artifacts - that belong to the same POM but - were built differently, and is appended to the filename after the version. For - example, - jdk14 and jdk15. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName classifier - * @var string - */ - public $classifier; - /** - * @Definition - The scope of the dependency - compile, - runtime, test, - system, and provided. - Used to - calculate the various classpaths used for compilation, testing, and so on. It also - assists in determining - which artifacts to include in a distribution of this project. For more - information, see - the - dependency mechanism. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName scope - * @var string - */ - public $scope; - /** - * @Definition - FOR SYSTEM SCOPE ONLY. Note that use of this property is - discouraged and may be replaced in later - versions. This specifies the path on the filesystem for this dependency. - Requires an absolute path for the value, not relative. - Use a property that gives the machine specific absolute path, - e.g. ${java.home}. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName systemPath - * @var string - */ - public $systemPath; - /** - * @Definition - Lists a set of artifacts that should be excluded from this dependency's - artifact list when it comes to - calculating transitive dependencies. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName exclusions - */ - public $exclusions; - /** - * @Definition - Indicates the dependency is optional for use of this library. While the version of - the dependency will be - taken into account for dependency calculation if the library is used elsewhere, - it will not be passed on - transitively. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName optional - * @var boolean - */ - public $optional; -} // end class Dependency diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DependencyManagement.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DependencyManagement.php deleted file mode 100644 index 07dc0ee5..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DependencyManagement.php +++ /dev/null @@ -1,31 +0,0 @@ -settings.xml file, for example. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName id - * @var string - */ - public $id; - /** - * @Definition - Human readable name of the repository. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName name - * @var string - */ - public $name; - /** - * @Definition - The url of the repository, in the form - protocol://hostname/path. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName url - * @var string - */ - public $url; - /** - * @Definition - The type of layout this repository uses for locating and storing artifacts - - can be legacy or - default. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName layout - * @var string - */ - public $layout; -} // end class DeploymentRepository diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Developer.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Developer.php deleted file mode 100644 index 92b73702..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Developer.php +++ /dev/null @@ -1,110 +0,0 @@ -role element, the body of which is a - role name. This can also be used to describe the contribution. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName roles - */ - public $roles; - /** - * @Definition - The timezone the contributor is in. This is a number in the range -11 to 12. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName timezone - * @var string - */ - public $timezone; - /** - * @Definition - Properties about the contributor, such as an instant messenger handle. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName properties - */ - public $properties; -} // end class Developer diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DistributionManagement.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DistributionManagement.php deleted file mode 100644 index e8d16911..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DistributionManagement.php +++ /dev/null @@ -1,101 +0,0 @@ -repository element. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName snapshotRepository - * @var org\apache\maven\POM\_4_0_0\DeploymentRepository - */ - public $snapshotRepository; - /** - * @Definition - Information needed for deploying the web site of the project. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName site - * @var org\apache\maven\POM\_4_0_0\Site - */ - public $site; - /** - * @Definition - The URL of the project's download page. If not given users will be - referred to the homepage given by - url. This is given to assist in locating artifacts that are not in the - repository due to - licensing restrictions. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName downloadUrl - * @var string - */ - public $downloadUrl; - /** - * @Definition - Relocation information of the artifact if it has been moved to a new group ID and/or - artifact ID. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName relocation - * @var org\apache\maven\POM\_4_0_0\Relocation - */ - public $relocation; - /** - * @Definition - Gives the status of this artifact in the remote repository. This must not be - set in your local - project, as it is updated by tools placing it in the reposiory. Valid values are: - none (default), - converted (repository manager converted this from - an Maven 1 POM), partner - (directly synced from a partner Maven 2 repository), - deployed (was deployed from a Maven 2 - instance), verified (has been hand verified as correct and - final). - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName status - * @var string - */ - public $status; -} // end class DistributionManagement diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Exclusion.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Exclusion.php deleted file mode 100644 index c25cf299..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Exclusion.php +++ /dev/null @@ -1,35 +0,0 @@ - -
repo
-
may be downloaded from the Maven repository
-
manual
-
user must manually download and install the dependency.
- - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName distribution - * @var string - */ - public $distribution; - /** - * @Definition - Addendum information pertaining to this license. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName comments - * @var string - */ - public $comments; -} // end class License diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/MailingList.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/MailingList.php deleted file mode 100644 index 36f4cd45..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/MailingList.php +++ /dev/null @@ -1,91 +0,0 @@ -mailto: link will automatically be created when - the documentation is created. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName subscribe - * @var string - */ - public $subscribe; - /** - * @Definition - The email address or link that can be used to unsubscribe to - the mailing list. If this is an email address, a - mailto: link will automatically be created - when the documentation is created. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName unsubscribe - * @var string - */ - public $unsubscribe; - /** - * @Definition - The email address or link that can be used to post to - the mailing list. If this is an email address, a - mailto: link will automatically be created - when the documentation is created. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName post - * @var string - */ - public $post; - /** - * @Definition - The link to a URL where you can browse the mailing list archive. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName archive - * @var string - */ - public $archive; - /** - * @Definition - The link to alternate URLs where you can browse the list archive. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName otherArchives - */ - public $otherArchives; -} // end class MailingList diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Model.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Model.php deleted file mode 100644 index c291f085..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Model.php +++ /dev/null @@ -1,393 +0,0 @@ -<project> element is the root of the - descriptor. - The following table lists all of the possible child elements. - - */ -class Model -{ - - - /** - * @Definition - The location of the parent project, if one exists. Values from the - parent project will be the default for this project if they are - left unspecified. The location is given as a group ID, artifact ID and - version. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName parent - * @var org\apache\maven\POM\_4_0_0\Parent - */ - public $parent; - /** - * @Definition Declares to which version of - project descriptor this POM conforms. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName modelVersion - * @var string - */ - public $modelVersion; - /** - * @Definition - A universally unique identifier for a project. It is normal to - use a fully-qualified package name to distinguish it from other projects with - a similar name - (eg. org.apache.maven). - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName groupId - * @var string - */ - public $groupId; - /** - * @Definition - The identifier for this artifact that is unique within the group given by the - group ID. - An artifact is something that is either produced or used by a project. - Examples of artifacts produced by - Maven for a project include: JARs, source and binary distributions, and WARs. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName artifactId - * @var string - */ - public $artifactId; - /** - * @Definition - The type of artifact this project produces, for example - jar - war - ear - pom. - Plugins can create their own packaging, and - therefore their own packaging types, - so this list does not contain all possible types. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName packaging - * @var string - */ - public $packaging; - /** - * @Definition - The full name of the project. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName name - * @var string - */ - public $name; - /** - * @Definition - The current version of the artifact produced by this project. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName version - * @var string - */ - public $version; - /** - * @Definition - A detailed description of the project, used by Maven whenever it needs to - describe the project, - such as on the web site. While this element can be specified as CDATA to - enable - the use of HTML tags within the description, it is discouraged to allow plain - text representation. - If you need to modify the index page of the generated web site, you are able - to specify your own instead - of adjusting this text. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName description - * @var string - */ - public $description; - /** - * @Definition - The URL to the project's homepage. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName url - * @var string - */ - public $url; - /** - * @Definition - Describes the prerequisites in the build environment for this project. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName prerequisites - * @var org\apache\maven\POM\_4_0_0\Prerequisites - */ - public $prerequisites; - /** - * @Definition The project's issue - management system information. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName issueManagement - * @var org\apache\maven\POM\_4_0_0\IssueManagement - */ - public $issueManagement; - /** - * @Definition The project's continuous - integration information. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName ciManagement - * @var org\apache\maven\POM\_4_0_0\CiManagement - */ - public $ciManagement; - /** - * @Definition - The year of the project's inception, specified with 4 digits. - This value is used when generating copyright notices as well as being - informational. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName inceptionYear - * @var string - */ - public $inceptionYear; - /** - * @Definition - Contains information about a project's mailing lists. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName mailingLists - */ - public $mailingLists; - /** - * @Definition - Describes the committers of a project. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName developers - */ - public $developers; - /** - * @Definition - Describes the contributors to a project that are not yet committers. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName contributors - */ - public $contributors; - /** - * @Definition - This element describes all of the licenses for this project. - Each license is described by a license element, which - is then described by additional elements. - Projects should only list the license(s) that applies to the project - and not the licenses that apply to dependencies. - If multiple licenses are listed, it is assumed that the user can select any - of them, not that they - must accept all. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName licenses - */ - public $licenses; - /** - * @Definition - Specification for the SCM used by the project, such as CVS, Subversion, etc. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName scm - * @var org\apache\maven\POM\_4_0_0\Scm - */ - public $scm; - /** - * @Definition - This element describes various attributes of the organization to - which the project belongs. These attributes are utilized when - documentation is created (for copyright notices and links). - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName organization - * @var org\apache\maven\POM\_4_0_0\Organization - */ - public $organization; - /** - * @Definition Information required to build the - project. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName build - * @var org\apache\maven\POM\_4_0_0\Build - */ - public $build; - /** - * @Definition - A listing of project-local build profiles which will modify the build - process when activated. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName profiles - */ - public $profiles; - /** - * @Definition - The modules (sometimes called subprojects) to build as a part of this - project. - Each module listed is a relative path to the directory containing the module. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName modules - */ - public $modules; - /** - * @Definition The lists of the remote - repositories for discovering dependencies and - extensions. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName repositories - */ - public $repositories; - /** - * @Definition - The lists of the remote repositories for discovering plugins for builds and - reports. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName pluginRepositories - */ - public $pluginRepositories; - /** - * @Definition - This element describes all of the dependencies associated with a - project. - These dependencies are used to construct a classpath for your - project during the build process. They are automatically downloaded from the - repositories defined in this project. - See the - dependency mechanism for more information. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName dependencies - */ - public $dependencies; - /** - * @Definition - Deprecated. Now ignored by Maven. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName reports - */ - public $reports; - /** - * @Definition - This element includes the specification of report plugins to use to generate - the reports on the - Maven-generated site. These reports will be run when a user executes mvn - site. All of the - reports will be included in the navigation bar for browsing. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName reporting - * @var org\apache\maven\POM\_4_0_0\Reporting - */ - public $reporting; - /** - * @Definition - Default dependency information for projects that inherit from - this one. The dependencies in this section are not immediately resolved. - Instead, when a POM derived from this one declares a dependency - described by a matching groupId and artifactId, the version and other values from - this - section are used for that dependency if they were not already specified. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName dependencyManagement - * @var org\apache\maven\POM\_4_0_0\DependencyManagement - */ - public $dependencyManagement; - /** - * @Definition Distribution information for a - project that enables deployment of the site - and artifacts to remote web servers and repositories respectively. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName distributionManagement - * @var org\apache\maven\POM\_4_0_0\DistributionManagement - */ - public $distributionManagement; - /** - * @Definition - Properties that can be used throughout the POM as a substitution, and are used as - filters in resources - if enabled. The format is - <name>value</name>. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName properties - */ - public $properties; -} // end class Model diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Notifier.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Notifier.php deleted file mode 100644 index 4e75514f..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Notifier.php +++ /dev/null @@ -1,87 +0,0 @@ -Deprecated. Where to send the notification to - eg email address. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName address - * @var string - */ - public $address; - /** - * @Definition Extended configuration specific - to this notifier goes here. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName configuration - */ - public $configuration; -} // end class Notifier diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Organization.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Organization.php deleted file mode 100644 index b23bc21c..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Organization.php +++ /dev/null @@ -1,36 +0,0 @@ -pom.xml file within - the check out. - The default value is ../pom.xml. - Maven looks for the parent pom first in the reactor of currently building - projects, then in this location on - the filesystem, then the local repository, and lastly in the remote repo. - relativePath allows you to select a different - location, - for example when your structure is flat, or deeper without an intermediate - parent pom. - However, the group ID, artifact ID and version are still required, - and must match the file in the location given or it will revert to the - repository for the POM. - This feature is only for enhancing the development in a local checkout of that - project. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName relativePath - * @var string - */ - public $relativePath; -} // end class Parent diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Plugin.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Plugin.php deleted file mode 100644 index 2aab9356..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Plugin.php +++ /dev/null @@ -1,106 +0,0 @@ -Deprecated. Unused by Maven. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName goals - */ - public $goals; - /** - * @Definition - Whether any configuration should be propagated to child POMs. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName inherited - * @var string - */ - public $inherited; - /** - * @Definition 0.0.0+ - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName configuration - */ - public $configuration; -} // end class Plugin diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/PluginExecution.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/PluginExecution.php deleted file mode 100644 index 7c73540b..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/PluginExecution.php +++ /dev/null @@ -1,64 +0,0 @@ -the - dependency mechanism for more information. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName dependencies - */ - public $dependencies; - /** - * @Definition - Deprecated. Now ignored by Maven. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName reports - */ - public $reports; - /** - * @Definition - This element includes the specification of report plugins to use to generate - the reports on the - Maven-generated site. These reports will be run when a user executes mvn - site. All of the - reports will be included in the navigation bar for browsing. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName reporting - * @var org\apache\maven\POM\_4_0_0\Reporting - */ - public $reporting; - /** - * @Definition - Default dependency information for projects that inherit from - this one. The dependencies in this section are not immediately resolved. - Instead, when a POM derived from this one declares a dependency - described by a matching groupId and artifactId, the version and other values from - this - section are used for that dependency if they were not already specified. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName dependencyManagement - * @var org\apache\maven\POM\_4_0_0\DependencyManagement - */ - public $dependencyManagement; - /** - * @Definition Distribution information for a - project that enables deployment of the site - and artifacts to remote web servers and repositories respectively. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName distributionManagement - * @var org\apache\maven\POM\_4_0_0\DistributionManagement - */ - public $distributionManagement; - /** - * @Definition - Properties that can be used throughout the POM as a substitution, and are used as - filters in resources - if enabled. The format is - <name>value</name>. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName properties - */ - public $properties; -} // end class Profile diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Relocation.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Relocation.php deleted file mode 100644 index 4483e1ac..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Relocation.php +++ /dev/null @@ -1,57 +0,0 @@ -execution - in the build. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName reportSets - */ - public $reportSets; -} // end class ReportPlugin diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportSet.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportSet.php deleted file mode 100644 index 0ebb14bc..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportSet.php +++ /dev/null @@ -1,55 +0,0 @@ -${project.build.directory}/site - . - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName outputDirectory - * @var string - */ - public $outputDirectory; - /** - * @Definition The reporting plugins to use and - their configuration. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName plugins - */ - public $plugins; -} // end class Reporting diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Repository.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Repository.php deleted file mode 100644 index fe812971..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Repository.php +++ /dev/null @@ -1,87 +0,0 @@ -settings.xml file, for example. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName id - * @var string - */ - public $id; - /** - * @Definition - Human readable name of the repository. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName name - * @var string - */ - public $name; - /** - * @Definition - The url of the repository, in the form - protocol://hostname/path. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName url - * @var string - */ - public $url; - /** - * @Definition - The type of layout this repository uses for locating and storing artifacts - - can be legacy or - default. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName layout - * @var string - */ - public $layout; -} // end class Repository diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/RepositoryPolicy.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/RepositoryPolicy.php deleted file mode 100644 index 5d038275..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/RepositoryPolicy.php +++ /dev/null @@ -1,60 +0,0 @@ -always, - daily - (default), - interval:XXX - (in minutes) or - never - (only if it doesn't exist locally). - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName updatePolicy - * @var string - */ - public $updatePolicy; - /** - * @Definition - What to do when verification of an artifact checksum fails. Valid values are - ignore - , - fail - or - warn - (the default). - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName checksumPolicy - * @var string - */ - public $checksumPolicy; -} // end class RepositoryPolicy diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Resource.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Resource.php deleted file mode 100644 index 781ba5ef..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Resource.php +++ /dev/null @@ -1,81 +0,0 @@ -org.apache.maven.messages), you must specify - this - element with this value: org/apache/maven/messages. - This is not required if you simply put the resources in that directory - structure at the source, however. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName targetPath - * @var string - */ - public $targetPath; - /** - * @Definition - Whether resources are filtered to replace tokens with parameterised values or - not. - The values are taken from the properties element and - from the properties in the files listed - in the filters element. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName filtering - * @var boolean - */ - public $filtering; - /** - * @Definition - Describe the directory where the resources are stored. - The path is relative to the POM. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName directory - * @var string - */ - public $directory; - /** - * @Definition A list of patterns to include, - e.g. **/*.xml. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName includes - */ - public $includes; - /** - * @Definition A list of patterns to exclude, - e.g. **/*.xml - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName excludes - */ - public $excludes; -} // end class Resource diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Scm.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Scm.php deleted file mode 100644 index 162e8a19..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Scm.php +++ /dev/null @@ -1,70 +0,0 @@ -URL - format - and list of - supported SCMs. - This connection is read-only. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName connection - * @var string - */ - public $connection; - /** - * @Definition - Just like connection, but for developers, i.e. this - scm connection - will not be read only. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName developerConnection - * @var string - */ - public $developerConnection; - /** - * @Definition - The tag of current code. By default, it's set to HEAD during - development. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName tag - * @var string - */ - public $tag; - /** - * @Definition - The URL to the project's browsable SCM repository, such as ViewVC or - Fisheye. - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName url - * @var string - */ - public $url; -} // end class Scm diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Site.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Site.php deleted file mode 100644 index 822a9249..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Site.php +++ /dev/null @@ -1,53 +0,0 @@ -settings.xml file, for example. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName id - * @var string - */ - public $id; - /** - * @Definition - Human readable name of the deployment location. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName name - * @var string - */ - public $name; - /** - * @Definition - The url of the location where website is deployed, in the form - protocol://hostname/path. - - * @xmlType element - * @xmlNamespace http://maven.apache.org/POM/4.0.0 - * @xmlMinOccurs 0 - * @xmlName url - * @var string - */ - public $url; -} // end class Site diff --git a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/project.php b/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/project.php deleted file mode 100644 index a5816be8..00000000 --- a/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/project.php +++ /dev/null @@ -1,17 +0,0 @@ -<project> element is the root of the - descriptor. - The following table lists all of the possible child elements. - - */ -class project extends Model -{ -} // end class project diff --git a/src/XSD2PHP/test/data/expected/simple1/bindings/address.php b/src/XSD2PHP/test/data/expected/simple1/bindings/address.php deleted file mode 100644 index 90c32ce3..00000000 --- a/src/XSD2PHP/test/data/expected/simple1/bindings/address.php +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/XSD2PHP/test/data/expected/simple1/shiporder.xml b/src/XSD2PHP/test/data/expected/simple1/shiporder.xml deleted file mode 100644 index 84af9f9f..00000000 --- a/src/XSD2PHP/test/data/expected/simple1/shiporder.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - Jon Doe - - Jon Doe Company -
Big Valley Str. 142
- Aalborg - Denmark -
- - Example title - Note - 145 - 125.5 - -
diff --git a/src/XSD2PHP/test/data/expected/ubl2.0/Order.xml b/src/XSD2PHP/test/data/expected/ubl2.0/Order.xml deleted file mode 100644 index e8a6ec67..00000000 --- a/src/XSD2PHP/test/data/expected/ubl2.0/Order.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - CT02933822 - - CT2344332 - Jon Doe - 24533223 - email@example.com - - - - - DYE_SUB - 110.22 - - 200.75 - - - - diff --git a/src/XSD2PHP/test/data/expected/ubl2.0/XSDConvertertoXML.xml b/src/XSD2PHP/test/data/expected/ubl2.0/XSDConvertertoXML.xml deleted file mode 100644 index a7c88f3e..00000000 --- a/src/XSD2PHP/test/data/expected/ubl2.0/XSDConvertertoXML.xml +++ /dev/null @@ -1,12001 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A container for all extensions present in the document. - - - - - - - A single extension for private use. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This element MUST be conveyed as the root element in any instance document based on this Schema expression - - - - - ABIEAddress. DetailsInformation about a structured address.Address - - - - - BBIEAddress. IdentifierAn identifier for a specific address within a scheme of registered addresses.0..1AddressIdentifierIdentifierIdentifier. TypeDetailsKey - - - - - BBIEAddress. Address Type Code. CodeA code specifying the type of this address, such as business address or home address.0..1AddressAddress Type CodeCodeCode. Type - - - - - BBIEAddress. Address Format Code. CodeA code specifying the format of this address.0..1AddressAddress Format CodeCodeCode. Type - - - - - BBIEAddress. Postbox. TextA post office box number.0..1AddressPostboxTextText. TypePostBox, PO Box"123" - - - - - BBIEAddress. Floor. TextAn addressable floor of a building.0..1AddressFloorTextText. TypeSubPremiseNumber"30" - - - - - BBIEAddress. Room. TextA room, suite, or apartment of a building.0..1AddressRoomTextText. TypeSubPremiseNumber"Reception" - - - - - BBIEAddress. Street Name. NameThe name of a street.0..1AddressStreet NameNameName. TypeThoroughfare"Kwun Tong Road" - - - - - BBIEAddress. Additional_ Street Name. NameAn additional name of a street used to further specify the street name.0..1AddressAdditionalStreet NameNameName. TypeThoroughfare"Cnr Aberdeen Road" - - - - - BBIEAddress. Block Name. NameThe block name, expressed as text, for an area surrounded by streets and usually containing several buildings for this address.0..1AddressBlock NameNameName. TypeSeabird - - - - - BBIEAddress. Building Name. NameThe name of a building.0..1AddressBuilding NameNameName. TypeBuildingName"Plot 421" - - - - - BBIEAddress. Building Number. TextThe number of a building.0..1AddressBuilding NumberTextText. TypePremiseNumber"388" - - - - - BBIEAddress. Inhouse_ Mail. TextA specific location within a building.0..1AddressInhouseMailTextText. TypeMailStop - - - - - BBIEAddress. Department. TextAn addressable department of an organization.0..1AddressDepartmentTextText. TypeDepartment"Accounts Payable" - - - - - BBIEAddress. Mark Attention. TextThe name, expressed as text, of a person or department in the organization to whom incoming mail is marked with words such as 'for the attention of' or 'FAO' or 'ATTN' for this address.0..1AddressMark AttentionTextText. Type - - - - - BBIEAddress. Mark Care. TextThe name, expressed as text, of a person or organization at this address to whom incoming mail is marked with words such as 'care of' or 'C/O'.0..1AddressMark CareTextText. Type - - - - - BBIEAddress. Plot Identification. TextThe textual expression of the unique identifier for the piece of land on which this address is located such as a plot number.0..1AddressPlot IdentificationTextText. Type - - - - - BBIEAddress. City Subdivision Name. NameA name, expressed as text, of a subdivision of a city for this address, for example, a district or borough.0..1AddressCity Subdivision NameNameName. Type - - - - - BBIEAddress. City Name. NameThe name of a city, town, or village.0..1AddressCity NameNameName. TypeLocalityName"Hong Kong" - - - - - BBIEAddress. Postal_ Zone. TextThe identifier for an addressable group of properties according to the relevant national postal service, such as a ZIP code or Post Code.0..1AddressPostalZoneTextText. TypePostalCodeNumber"SW11 4EW" "2500 GG" - - - - - BBIEAddress. Country Subentity. TextA territorial division of a country, such as a county or state.0..1AddressCountry SubentityTextText. TypeAdministrativeArea, State, Country, Shire, Canton"Florida","Tamilnadu" - - - - - BBIEAddress. Country Subentity Code. CodeA territorial division of a country, such as a county or state, expressed as a code.0..1AddressCountry Subentity CodeCodeCode. TypeAdministrativeAreaCode, State Code - - - - - BBIEAddress. Region. TextAn addressable region or group of countries.0..1AddressRegionTextText. TypeLocalityName, Economic Zone"European Union" - - - - - BBIEAddress. District. TextA geographical division of a country.0..1AddressDistrictTextText. TypeLocalityName, Area"East Coast" - - - - - BBIEAddress. Timezone Offset. TextFor the time zone in which the address is situated, the measure of time offset from Universal Coordinated Time (UTC).0..1AddressTimezone OffsetTextText. Type"+8:00" "-3:00" - - - - - ASBIEAddress. Address LineAn association to Address Line.0..nAddressAddress LineAddress Line - - - - - ASBIEAddress. CountryAn association to Country.0..1AddressCountryCountry - - - - - ASBIEAddress. Location CoordinateAn association to Location Coordinate.0..1AddressLocation CoordinateLocation Coordinate - - - - - - - ABIEAddress Line. DetailsInformation about a line of address expressed as unstructured text.Address Line - - - - - BBIEAddress Line. Line. TextA line of address expressed as unstructured text.1Address LineLineTextText. Type"123 Standard Chartered Tower" - - - - - - - ABIEAir Transport. DetailsInformation related to an aircraft.Air Transport - - - - - BBIEAir Transport. Aircraft Identifier. IdentifierIdentifies a specific aircraft.1Air TransportAircraft IdentifierIdentifierIdentifier. Type - - - - - - - ABIEAllowance Charge. DetailsInformation about a charge or discount price component.Allowance Charge - - - - - BBIEAllowance Charge. IdentifierIdentifies an Allowance Charge.0..1Allowance ChargeIdentifierIdentifierIdentifier. Type - - - - - BBIEAllowance Charge. Charge_ Indicator. IndicatorIndicates whether the Allowance Charge is a charge (true) or a discount (false).1Allowance ChargeChargeIndicatorIndicatorIndicator. Type - - - - - BBIEAllowance Charge. Allowance Charge Reason Code. CodeThe reason for the Allowance Charge, expressed as a code.0..1Allowance ChargeAllowance Charge Reason CodeCodeAllowance Charge Reason_ Code. Type - - - - - BBIEAllowance Charge. Allowance Charge_ Reason. TextThe reason for the Allowance Charge, expressed as text.0..1Allowance ChargeAllowance ChargeReasonTextText. Type - - - - - BBIEAllowance Charge. Multiplier_ Factor. NumericThe factor applied to the Base Amount to calculate the Allowance Charge.0..1Allowance ChargeMultiplierFactorNumericNumeric. Type0.20 - - - - - BBIEAllowance Charge. Prepaid_ Indicator. IndicatorIndicates whether the Allowance Charge is prepaid (true) or not (false).0..1Allowance ChargePrepaidIndicatorIndicatorIndicator. Type - - - - - BBIEAllowance Charge. Sequence. NumericIdentifies the numerical order sequence in which Allowance Charges are calculated when multiple Allowance Charges apply. If all Allowance Charges apply to the same Base Amount, SequenceNumeric will be '1' for all Allowance Charges.0..1Allowance ChargeSequenceNumericNumeric. Type1, 2, 3, 4, etc. - - - - - BBIEAllowance Charge. AmountThe Allowance Charge amount.1Allowance ChargeAmountAmountAmount. Type35,23 - - - - - BBIEAllowance Charge. Base_ Amount. AmountThe amount to which the MultiplierFactorNumeric is applied to calculate the Allowance Charge.0..1Allowance ChargeBaseAmountAmountAmount. Type - - - - - BBIEAllowance Charge. Accounting Cost Code. CodeThe buyer's accounting code as applied to the Allowance Charge.0..1Allowance ChargeAccounting Cost CodeCodeCode. Type - - - - - BBIEAllowance Charge. Accounting Cost. TextThe buyer's accounting code as applied to the Allowance Charge expressed as text.0..1Allowance ChargeAccounting CostTextText. Type - - - - - ASBIEAllowance Charge. Tax CategoryAn association to Tax Category.0..nAllowance ChargeTax CategoryTax Category - - - - - ASBIEAllowance Charge. Tax TotalAn association to Tax Total.0..1Allowance ChargeTax TotalTax Total - - - - - ASBIEAllowance Charge. Payment MeansAn association to Payment Means.0..nAllowance ChargePayment MeansPayment Means - - - - - - - ABIEAttachment. DetailsInformation about an attached document. An attachment can be referred to externally (with the URI element) or internally (with the MIME reference element) or contained within the document itself (with the EmbeddedDocument element).Attachment - - - - - BBIEAttachment. Embedded_ Document. Binary ObjectContains an embedded document as a BLOB (binary large object).0..1AttachmentEmbeddedDocumentBinary ObjectBinary Object. Type - - - - - ASBIEAttachment. External ReferenceAn attached document, externally referred to, referred to in the MIME location, or embedded.0..1AttachmentExternal ReferenceExternal Reference - - - - - - - ABIEBilling Reference. DetailsInformation directly relating to a related document.Billing Reference - - - - - ASBIEBilling Reference. Invoice_ Document Reference. Document ReferenceAn associative reference to Invoice.0..1Billing ReferenceInvoiceDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Self Billed Invoice_ Document Reference. Document ReferenceAn associative reference to Self Billed Invoice.0..1Billing ReferenceSelf Billed InvoiceDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Credit Note_ Document Reference. Document ReferenceAn associative reference to Credit Note.0..1Billing ReferenceCredit NoteDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Self Billed Credit Note_ Document Reference. Document ReferenceAn associative reference to Self Billed Credit Note.0..1Billing ReferenceSelf Billed Credit NoteDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Debit Note_ Document Reference. Document ReferenceAn associative reference to Debit Note.0..1Billing ReferenceDebit NoteDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Reminder_ Document Reference. Document ReferenceAn associative reference to Reminder Document Reference0..1Billing ReferenceReminderDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Additional_ Document Reference. Document ReferenceAn associative reference to Additional Document.0..1Billing ReferenceAdditionalDocument ReferenceDocument Reference - - - - - ASBIEBilling Reference. Billing Reference LineAn association to Billing Reference Line.0..nBilling ReferenceBilling Reference LineBilling Reference Line - - - - - - - ABIEBilling Reference Line. DetailsInformation about a Billing Line.Billing Reference Line - - - - - BBIEBilling Reference Line. IdentifierAn identifier for the Billing Line.1Billing Reference LineIdentifierIdentifierIdentifier. Type - - - - - BBIEBilling Reference Line. AmountThe amount of the Billing Line, including Allowance Charges but net of taxes.0..1Billing Reference LineAmountAmountAmount. Type - - - - - ASBIEBilling Reference Line. Allowance ChargeAn association to Allowance Charge.0..nBilling Reference LineAllowance ChargeAllowance Charge - - - - - - - ABIEBranch. DetailsInformation about a branch or division of an organization.Branch - - - - - BBIEBranch. IdentifierAn identifier for a branch or division of an organization.0..1BranchIdentifierIdentifierIdentifier. Type - - - - - BBIEBranch. NameThe name of a branch or division of an organization.0..1BranchNameNameName. Type - - - - - ASBIEBranch. Financial InstitutionAn association to Financial Institution.0..1BranchFinancial InstitutionFinancial Institution - - - - - ASBIEBranch. AddressAn association to Address.0..1BranchAddressAddress - - - - - - - ABIECard Account. DetailsInformation about a credit card, debit card, or charge card.Card Account - - - - - BBIECard Account. Primary_ Account Number. IdentifierThe card number; the Primary Account Number (PAN).1Card AccountPrimaryAccount NumberIdentifierIdentifier. Type4558 XXXX XXXX XXXX (a real card number) - - - - - BBIECard Account. Network. IdentifierThe card network provider.1Card AccountNetworkIdentifierIdentifier. Type“VISA”, “MasterCard”, “American Express” - - - - - BBIECard Account. Card Type Code. CodeThe type of card.0..1Card AccountCard Type CodeCodeCode. Type“Debit Card”, “Credit Card”, “Procurement Card” - - - - - BBIECard Account. Validity Start Date. DateThe date from which the card is valid.0..1Card AccountValidity Start DateDateDate. Type - - - - - BBIECard Account. Expiry Date. DateThe date up to which the card is valid.0..1Card AccountExpiry DateDateDate. Type - - - - - BBIECard Account. Issuer. IdentifierThe identifier for the card issuer.0..1Card AccountIssuerIdentifierIdentifier. Type - - - - - BBIECard Account. Issue Number. IdentifierThe card issue number.0..1Card AccountIssue NumberIdentifierIdentifier. Type - - - - - BBIECard Account. CV2. IdentifierThe Card Verification Value.0..1Card AccountCV2IdentifierIdentifier. Type - - - - - BBIECard Account. Card Chip Code. CodeThe distinction between CHIP and MAG STRIPE cards.0..1Card AccountCard Chip CodeCodeChip_ Code. Type - - - - - BBIECard Account. Chip_ Application. IdentifierAn identifier for the application (AID) on a chip card that provides the information quoted.0..1Card AccountChipApplicationIdentifierIdentifier. Type - - - - - BBIECard Account. Holder. NameThe name of the cardholder.0..1Card AccountHolderNameName. Type - - - - - - - ABIECatalogue Item Specification Update Line. DetailsDetails of Catalogue Line Item Specification.Catalogue Item Specification Update Line - - - - - BBIECatalogue Item Specification Update Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue Item Specification Update LineIdentifierIdentifierIdentifier. Type"1" - - - - - ASBIECatalogue Item Specification Update Line. Contractor_ Customer Party. Customer PartyThe Customer Party responsible for the contract to which the Catalogue relates.0..1Catalogue Item Specification Update LineContractorCustomer PartyCustomer Party - - - - - ASBIECatalogue Item Specification Update Line. Seller_ Supplier Party. Supplier PartyAn association to the Seller of the item.0..1Catalogue Item Specification Update LineSellerSupplier PartySupplier Party - - - - - ASBIECatalogue Item Specification Update Line. ItemAn association to Item itself.1Catalogue Item Specification Update LineItemItem - - - - - - - ABIECatalogue Line. DetailsThe basic element of Catalogue; something that can be bought.Catalogue Line - - - - - BBIECatalogue Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue LineIdentifierIdentifierIdentifier. Type"1" - - - - - BBIECatalogue Line. Action Code. CodeCode indicating the action required for this item to synchronize with external repositories.0..1Catalogue LineAction CodeCodeCode. Type"Replace", "Update", "Delete","Add" - - - - - BBIECatalogue Line. Life Cycle Status Code. CodeCode indicating availability of this line.0..1Catalogue LineLife Cycle Status CodeCodeCode. Type"new - announcement only", "new and available", "deleted - announcement only" - - - - - BBIECatalogue Line. Contract Subdivision. TextIdentifies a subdivision of a contract or tender.0..1Catalogue LineContract SubdivisionTextText. Type"Installation", "Phase One", Support and Maintenance" - - - - - BBIECatalogue Line. Note. TextFree-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable).0..nCatalogue LineNoteTextText. Type - - - - - BBIECatalogue Line. Orderable_ Indicator. IndicatorIndicates whether the line is orderable (that is, not just for information only).0..1Catalogue LineOrderableIndicatorIndicatorIndicator. TypeTRUE means orderable, FALSE means not orderable - - - - - BBIECatalogue Line. Orderable_ Unit. TextThe unit that can be ordered.0..1Catalogue LineOrderableUnitTextText. Type - - - - - BBIECatalogue Line. Content Unit. QuantityThe quantity of the order unit of measure of the line.0..1Catalogue LineContent UnitQuantityQuantity. TypeIf order unit measure identifier is "each", then content unit quantity is "1". - - - - - BBIECatalogue Line. Order Quantity Increment. NumericThe number of items that can set the order quantity increments.0..1Catalogue LineOrder Quantity IncrementNumericNumeric. Type - - - - - BBIECatalogue Line. Minimum_ Order Quantity. QuantityThe minimum amount of items that can be ordered.0..1Catalogue LineMinimumOrder QuantityQuantityQuantity. Type"10 boxes" - - - - - BBIECatalogue Line. Maximum_ Order Quantity. QuantityThe maximum amount of items that can be ordered.0..1Catalogue LineMaximumOrder QuantityQuantityQuantity. Type"1 tonne" - - - - - BBIECatalogue Line. Warranty_ Information. TextInformation regarding the warranty for the good or service. Warranty may be provided by any Party (can be described in the assiciation to Warranty Party).0..nCatalogue LineWarrantyInformationTextText. Type"Unless specified otherwise and in addition to any rights the Customer may have under statute, Dell warrants to the Customer that Dell branded Products (excluding third party products and software), will be free from defects in materials and workmanship affecting normal use for a period of one year from invoice date ('Standard Warranty')." - - - - - BBIECatalogue Line. Pack Level Code. CodeThe level of packaging involved.0..1Catalogue LinePack Level CodeCodeCode. TypeConsumer Unit, Trading Unit"level 2", "Group 4" - - - - - ASBIECatalogue Line. Contractor_ Customer Party. Customer PartyThe Customer Party responsible for the contract to which the Catalogue relates.0..1Catalogue LineContractorCustomer PartyCustomer Party - - - - - ASBIECatalogue Line. Seller_ Supplier Party. Supplier PartyAn association to Seller of the item.0..1Catalogue LineSellerSupplier PartySupplier Party - - - - - ASBIECatalogue Line. Warranty_ Party. PartyThe party responsible for the Warranty.0..1Catalogue LineWarrantyPartyParty - - - - - ASBIECatalogue Line. Warranty Validity_ Period. PeriodThe period for which the Warranty is valid.0..1Catalogue LineWarranty ValidityPeriodPeriod - - - - - ASBIECatalogue Line. Line Validity_ Period. PeriodThe period for which the Catalogue Line is valid.0..1Catalogue LineLine ValidityPeriodPeriod - - - - - ASBIECatalogue Line. Item ComparisonAn association to comparative details for this Item.0..nCatalogue LineItem ComparisonItem Comparison - - - - - ASBIECatalogue Line. Component_ Related Item. Related ItemAn association that describes any catalogue items that may be components of this Item.0..nCatalogue LineComponentRelated ItemRelated Item - - - - - ASBIECatalogue Line. Accessory_ Related Item. Related ItemAn association that describes any catalogue items that may be optional accessories to this Item.0..nCatalogue LineAccessoryRelated ItemRelated Item - - - - - ASBIECatalogue Line. Required_ Related Item. Related ItemAn association that describes any catalogue items that may be required for this Item.0..nCatalogue LineRequiredRelated ItemRelated Item - - - - - ASBIECatalogue Line. Replacement_ Related Item. Related ItemAn association that describes any catalogue items that may be replacements for this Item.0..nCatalogue LineReplacementRelated ItemRelated Item - - - - - ASBIECatalogue Line. Complementary_ Related Item. Related ItemAn association that describes any catalogue items that may complement this Item.0..nCatalogue LineComplementaryRelated ItemRelated Item - - - - - ASBIECatalogue Line. Required_ Item Location Quantity. Item Location QuantityAn association to the description of properties related to locations and quantities of the Item.0..nCatalogue LineRequiredItem Location QuantityItem Location Quantity - - - - - ASBIECatalogue Line. Document ReferenceAn association to Document Reference.0..nCatalogue LineDocument ReferenceDocument Reference - - - - - ASBIECatalogue Line. ItemAn association to the Item itself.1Catalogue LineItemItem - - - - - - - ABIECatalogue Pricing Update Line. DetailsDetails of Catalogue Line Pricing.Catalogue Pricing Update Line - - - - - BBIECatalogue Pricing Update Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue Pricing Update LineIdentifierIdentifierIdentifier. Type"1" - - - - - ASBIECatalogue Pricing Update Line. Contractor_ Customer Party. Customer PartyThe Customer Party responsible for the contract to which the Catalogue relates.0..1Catalogue Pricing Update LineContractorCustomer PartyCustomer Party - - - - - ASBIECatalogue Pricing Update Line. Seller_ Supplier Party. Supplier PartyAn association to the Seller of the Item.0..1Catalogue Pricing Update LineSellerSupplier PartySupplier Party - - - - - ASBIECatalogue Pricing Update Line. Required_ Item Location Quantity. Item Location QuantityAn association to the description of properties related to locations and quantities of the item.0..nCatalogue Pricing Update LineRequiredItem Location QuantityItem Location Quantity - - - - - - - ABIECatalogue Reference. DetailsA reference to a Catalogue.Catalogue Reference - - - - - BBIECatalogue Reference. IdentifierAn identifier for the Catalogue document.1Catalogue ReferenceIdentifierIdentifierIdentifier. Type - - - - - BBIECatalogue Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Catalogue ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIECatalogue Reference. Issue Date. DateThe date when the Catalogue was issued.0..1Catalogue ReferenceIssue DateDateDate. Type - - - - - BBIECatalogue Reference. Issue Time. TimeThe time when the Catalogue was issued.0..1Catalogue ReferenceIssue TimeTimeTime. Type - - - - - BBIECatalogue Reference. Revision Date. DateThe date on which the information in the Catalogue was revised.0..1Catalogue ReferenceRevision DateDateDate. Type - - - - - BBIECatalogue Reference. Revision Time. TimeThe time at which the information in the Catalogue was revised.0..1Catalogue ReferenceRevision TimeTimeTime. Type - - - - - BBIECatalogue Reference. Note. TextA free-text note about the Catalogue. This is used for information which is only human readable.0..nCatalogue ReferenceNoteTextText. Type - - - - - BBIECatalogue Reference. Description. TextA description of the Catalogue.0..nCatalogue ReferenceDescriptionTextText. Type"computer accessories for laptops" - - - - - BBIECatalogue Reference. Version. IdentifierIndicates the current version of the Catalogue.0..1Catalogue ReferenceVersionIdentifierIdentifier. Type"1.1" - - - - - BBIECatalogue Reference. Previous_ Version. IdentifierIndicates the previous version (the version superseded by this Catalogue).0..1Catalogue ReferencePreviousVersionIdentifierIdentifier. Type"1.0" - - - - - - - ABIECatalogue Request Line. DetailsThe basic element of Catalogue; something that can be bought.Catalogue Request Line - - - - - BBIECatalogue Request Line. IdentifierA unique instance identifier for the line in this Catalogue document.1Catalogue Request LineIdentifierIdentifierIdentifier. Type"1" - - - - - BBIECatalogue Request Line. Contract Subdivision. TextIdentifies a subdivision of a contract or tender.0..1Catalogue Request LineContract SubdivisionTextText. Type"Installation", "Phase One", Support and Maintenance" - - - - - BBIECatalogue Request Line. Note. TextFree-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable).0..nCatalogue Request LineNoteTextText. Type - - - - - ASBIECatalogue Request Line. Line Validity_ Period. PeriodThe period for which the Catalogue Line is valid.0..1Catalogue Request LineLine ValidityPeriodPeriod - - - - - ASBIECatalogue Request Line. Required_ Item Location Quantity. Item Location QuantityAn association to the description of properties related to locations and quantities of the item.0..nCatalogue Request LineRequiredItem Location QuantityItem Location Quantity - - - - - ASBIECatalogue Request Line. ItemAn association to the Item itself.1Catalogue Request LineItemItem - - - - - - - ABIECertificate Of Origin Application. DetailsA document that contains information of CO application.Certificate Of Origin Application - - - - - BBIECertificate Of Origin Application. Reference. IdentifierHolds the unique number that identifies the Despatch Advice, typically according to the seller's system that generated the Despatch Advice.1Certificate Of Origin ApplicationReferenceIdentifierIdentifier. Type - - - - - BBIECertificate Of Origin Application. Certificate Type. TextType of CO. Type could be Ordinary, Re-export, Commonwealth Preferential etc.1Certificate Of Origin ApplicationCertificate TypeTextText. Type - - - - - BBIECertificate Of Origin Application. Application Status Code. CodeIndicates the status of the application (revision, replacement, etc.).0..1Certificate Of Origin ApplicationApplication Status CodeCodeCode. Type - - - - - BBIECertificate Of Origin Application. Original_ Job Identifier. IdentifierThe latest Job Number given to the Origin application. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier.1Certificate Of Origin ApplicationOriginalJob IdentifierIdentifierIdentifier. Type - - - - - BBIECertificate Of Origin Application. Previous_ Job Identifier. IdentifierThe previous Job Number assigned in case the application undergoes query or change. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier.0..1Certificate Of Origin ApplicationPreviousJob IdentifierIdentifierIdentifier. Type - - - - - BBIECertificate Of Origin Application. Remarks. TextRemarks by the applicant for the Certificate of Origin Application.0..1Certificate Of Origin ApplicationRemarksTextText. Type - - - - - ASBIECertificate Of Origin Application. ShipmentInformation about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.1Certificate Of Origin ApplicationShipmentShipment - - - - - ASBIECertificate Of Origin Application. Endorser PartyThe party providing the endorsement.1..nCertificate Of Origin ApplicationEndorser PartyEndorser Party - - - - - ASBIECertificate Of Origin Application. Preparation_ Party. PartyDetails of an individual, a group, or a body that prepares the Certificate of Origin application.1Certificate Of Origin ApplicationPreparationPartyParty - - - - - ASBIECertificate Of Origin Application. Issuer_ Party. PartyDetails of the authorized organization that issued the Certificate of Origin.1Certificate Of Origin ApplicationIssuerPartyParty - - - - - ASBIECertificate Of Origin Application. Issuing_ Country. CountryThe country for which the Certificate of Origin is issued.1Certificate Of Origin ApplicationIssuingCountryCountry - - - - - ASBIECertificate Of Origin Application. Document DistributionThe distribution of the Certificate of Origin to interested parties.0..nCertificate Of Origin ApplicationDocument DistributionDocument Distribution - - - - - ASBIECertificate Of Origin Application. Supporting_ Document Reference. Document ReferenceAn associative reference to a supporting document.0..nCertificate Of Origin ApplicationSupportingDocument ReferenceDocument Reference - - - - - ASBIECertificate Of Origin Application. SignatureOne or more signatures applied to the document instance.0..nCertificate Of Origin ApplicationSignatureSignature - - - - - - - ABIEClassification Category. DetailsInformation about a Classification Category; a subdivision of a Classification Scheme.Classification Category - - - - - BBIEClassification Category. NameThe name of the Classification Category.0..1Classification CategoryNameNameName. TypeCode List Name"UNSPSC Class", "UNSPSC Segment", "UNSPSC Family" - - - - - BBIEClassification Category. Code Value. TextThe Classification Category value.0..1Classification CategoryCode ValueTextText. TypeCode Value3420001, 3273666, HSJJD-213 - - - - - BBIEClassification Category. Description. TextThe description of the Classification Category.0..nClassification CategoryDescriptionTextText. TypeCode Name"Electrical Goods", "Wooden Toys" - - - - - ASBIEClassification Category. Categorizes_ Classification Category. Classification CategoryAn association to subcategories within the Category.0..nClassification CategoryCategorizesClassification CategoryClassification Category - - - - - - - ABIEClassification Scheme. DetailsInformation about Classification Scheme; a scheme that defines a taxonomy for classifying goods or services.Classification Scheme - - - - - BBIEClassification Scheme. IdentifierAn identifier for the classification scheme.1Classification SchemeIdentifierIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Classification SchemeUUIDIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. Last_ Revision Date. DateThe date at which the classification scheme was last revised.0..1Classification SchemeLastRevision DateDateDate. Type - - - - - BBIEClassification Scheme. Last_ Revision Time. TimeThe time at which the classification scheme was last revised.0..1Classification SchemeLastRevision TimeTimeTime. Type - - - - - BBIEClassification Scheme. Note. TextFree-form text applying to the Classification Scheme. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Classification SchemeNoteTextText. Type - - - - - BBIEClassification Scheme. NameThe name of the Classification Scheme.0..1Classification SchemeNameNameName. Type"UNSPSC" - - - - - BBIEClassification Scheme. Description. TextA description of the Classification Scheme.0..nClassification SchemeDescriptionTextText. Type"an open, global multi-sector standard for classification of products and services" - - - - - BBIEClassification Scheme. Agency Identifier. IdentifierIdentifies the agency that maintains the Classification Scheme.0..1Classification SchemeAgency IdentifierIdentifierIdentifier. TypeDefaults to the UN/EDIFACT data element 3055 code list. - - - - - BBIEClassification Scheme. Agency Name. TextThe name of the agency that maintains the Classification Scheme.0..1Classification SchemeAgency NameTextText. Type - - - - - BBIEClassification Scheme. Version. IdentifierIdentifies the version of the Classification Scheme.0..1Classification SchemeVersionIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. URI. IdentifierThe Uniform Resource Identifier (URI) that identifies where the Classification is located.0..1Classification SchemeURIIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. Scheme_ URI. IdentifierThe Uniform Resource Identifier (URI) that identifies where the Classification Scheme is located.0..1Classification SchemeSchemeURIIdentifierIdentifier. Type - - - - - BBIEClassification Scheme. Language. IdentifierIdentifies the language of the Classification Scheme.0..1Classification SchemeLanguageIdentifierIdentifier. Type - - - - - ASBIEClassification Scheme. Classification CategoryAn association to Classification Category.1..nClassification SchemeClassification CategoryClassification Category - - - - - - - ABIECommodity Classification. DetailsInformation about Commodity Classification.Commodity Classification - - - - - BBIECommodity Classification. Nature Code. CodeThe high-level nature of the Classification issued by a specific maintenance agency, expressed as a code.0..1Commodity ClassificationNature CodeCodeCode. Type"wooden products" - - - - - BBIECommodity Classification. Cargo Type Code. CodeThe type of cargo, expressed as a code.0..1Commodity ClassificationCargo Type CodeCodeCode. Type"Refrigerated" - - - - - BBIECommodity Classification. Commodity Code. CodeThe harmonized international commodity code for regulatory (customs and trade statistics) purposes.0..1Commodity ClassificationCommodity CodeCodeCode. TypeHarmonized Code"1102222883" - - - - - BBIECommodity Classification. Item Classification Code. CodeThe trade commodity classification, expressed as a code.0..1Commodity ClassificationItem Classification CodeCodeCode. TypeUN/SPSC Code"3440234" - - - - - - - ABIECommunication. DetailsInformation about a means of communication.Communication - - - - - BBIECommunication. Channel Code. CodeThe method of communication, expressed as a code.0..1CommunicationChannel CodeCodeChannel_ Code. TypePhone Fax Email - - - - - BBIECommunication. Channel. TextThe method of communication, expressed as text.0..1CommunicationChannelTextText. TypeSkype - - - - - BBIECommunication. Value. TextThe communication value, such as phone number or email address.0..1CommunicationValueTextText. Type"+44 1 2345 6789" "president@whitehouse.com" - - - - - - - ABIEConsignment. DetailsA separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.Consignment - - - - - BBIEConsignment. IdentifierUnique number assigned to goods, both for import and export.1ConsignmentIdentifierIdentifierIdentifier. TypeUnique consignment reference number (UCR) - - - - - BBIEConsignment. Summary_ Description. TextGeneral descriptive text that is not part of any remarks.0..nConsignmentSummaryDescriptionTextText. Type - - - - - BBIEConsignment. Total_ Invoice Amount. AmountTotal of all invoice amounts declared in a single consignment.0..1ConsignmentTotalInvoice AmountAmountAmount. Type - - - - - BBIEConsignment. Declared Customs_ Value. AmountAmount declared for customs purposes of those goods in a consignment, whether or not they are subject to the same customs procedure, tariff/statistical heading, country information, and duty regime.0..1ConsignmentDeclared CustomsValueAmountAmount. Type - - - - - BBIEConsignment. Tariff Description. TextA description of the tariff applied to a consignment.0..nConsignmentTariff DescriptionTextText. Type - - - - - BBIEConsignment. Tariff Code. CodeCode specifying a tariff applied to a consignment.0..1ConsignmentTariff CodeCodeCode. TypeTariff code number (WCO ID 145) - - - - - BBIEConsignment. Insurance Premium Amount. AmountAmount of premium payable to the insurance company for insuring the goods.0..1ConsignmentInsurance Premium AmountAmountAmount. TypeInsurance Cost - - - - - BBIEConsignment. Gross_ Weight. MeasureTotal weight (mass) of goods for a declaration, including packaging but excluding the carrier's equipment.0..1ConsignmentGrossWeightMeasureMeasure. TypeTotal gross weight (WCO ID 131)Total cube of all goods items referred to as one consignment. - - - - - BBIEConsignment. Net_ Weight. MeasureTotal net weight (mass) of all the goods items referred to as one consignment.0..1ConsignmentNetWeightMeasureMeasure. Type - - - - - BBIEConsignment. Net Net_ Weight. MeasureWeight (mass) of the goods themselves without any packing.0..1ConsignmentNet NetWeightMeasureMeasure. Type - - - - - BBIEConsignment. Chargeable_ Weight. MeasureGross weight (mass) on which a charge is to be based.0..1ConsignmentChargeableWeightMeasureMeasure. TypeChargeable Weight. Basis.Measure - - - - - BBIEConsignment. Gross_ Volume. MeasureTotal volume of all goods items referred to as one consignment.0..1ConsignmentGrossVolumeMeasureMeasure. TypeCube - - - - - BBIEConsignment. Net_ Volume. MeasureNet volume of all goods items referred to as one consignment.0..1ConsignmentNetVolumeMeasureMeasure. Type - - - - - BBIEConsignment. Loading_ Length. MeasureTotal length in a means of transport or a piece of transport equipment whereby the complete width and height over that length is needed for loading all the consignments referred to as one consolidation.0..1ConsignmentLoadingLengthMeasureMeasure. Type - - - - - BBIEConsignment. Remarks. TextRemarks concerning the complete consignment to be printed on the transport document.0..nConsignmentRemarksTextText. Type - - - - - BBIEConsignment. Hazardous Risk_ Indicator. IndicatorIndication that the transport is or is not subject to an international regulation concerning the carriage of dangerous goods.0..1ConsignmentHazardous RiskIndicatorIndicatorIndicator. TypeDangerous Goods RID Indicatordefault is negative - - - - - ASBIEConsignment. Consignee_ Party. PartyParty to which goods are consigned.0..1ConsignmentConsigneePartyParty - - - - - ASBIEConsignment. Exporter_ Party. PartyThe party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted.0..1ConsignmentExporterPartyParty - - - - - ASBIEConsignment. Consignor_ Party. PartyThe party consigning goods, as stipulated in the transport contract by the party ordering transport.0..1ConsignmentConsignorPartyParty - - - - - ASBIEConsignment. Importer_ Party. PartyThe party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned.0..1ConsignmentImporterPartyParty - - - - - ASBIEConsignment. Carrier_ Party. PartyThe party providing the transport of goods between named points.0..1ConsignmentCarrierPartyParty - - - - - ASBIEConsignment. Freight Forwarder_ Party. PartyThe party combining individual smaller consignments into a single larger shipment (so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.0..1ConsignmentFreight ForwarderPartyParty - - - - - ASBIEConsignment. Notify_ Party. PartyThe party to be notified.0..1ConsignmentNotifyPartyParty - - - - - ASBIEConsignment. Original Despatch_ Party. PartyThe original despatch party.0..1ConsignmentOriginal DespatchPartyParty - - - - - ASBIEConsignment. Final Delivery_ Party. PartyThe final delivery party.0..1ConsignmentFinal DeliveryPartyParty - - - - - ASBIEConsignment. Original Departure_ Country. CountryThe country from which the goods are originally exported, without any commercial transaction taking place in intermediate countries.0..1ConsignmentOriginal DepartureCountryCountry - - - - - ASBIEConsignment. Final Destination_ Country. CountryName of the country to which the goods are to be delivered to the final consignee or buyer.0..1ConsignmentFinal DestinationCountryCountry - - - - - ASBIEConsignment. Transit_ Country. CountryThe countries through which goods or passengers are routed between the country of original departure and the country of final destination.0..nConsignmentTransitCountryCountry - - - - - ASBIEConsignment. Transport_ Contract. ContractAn association to Transport Contact.0..1ConsignmentTransportContractContract - - - - - ASBIEConsignment. Original Despatch_ Transportation Service. Transportation ServiceThe service for pick-up from the consignor under the transport contract.0..1ConsignmentOriginal DespatchTransportation ServiceTransportation Service - - - - - ASBIEConsignment. Final Delivery_ Transportation Service. Transportation ServiceThe service for delivery to the consignee under the transport contract.0..1ConsignmentFinal DeliveryTransportation ServiceTransportation Service - - - - - ASBIEConsignment. Delivery TermsAll the conditions agreed upon between a seller and a buyer with regard to the delivery of goods and/or services, e.g., CIF, FOB, or EXW from the INCOTERMS Terms of Delivery.0..1ConsignmentDelivery TermsDelivery Terms - - - - - ASBIEConsignment. Payment TermsThe conditions of payment between the parties in a transaction.0..1ConsignmentPayment TermsPayment Terms - - - - - ASBIEConsignment. Freight_ Allowance Charge. Allowance ChargeCosts incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs).0..nConsignmentFreightAllowance ChargeAllowance Charge - - - - - - - ABIEContact. DetailsInformation about a contactable person or organization department.Contact - - - - - BBIEContact. IdentifierAn identifier for the Contact.0..1ContactIdentifierIdentifierIdentifier. Type"Receivals Clerk" - - - - - BBIEContact. NameThe name of the Contact.0..1ContactNameNameName. Type"Delivery Dock" - - - - - BBIEContact. Telephone. TextThe telephone number of the Contact.0..1ContactTelephoneTextText. Type - - - - - BBIEContact. Telefax. TextThe fax number of the Contact.0..1ContactTelefaxTextText. Type - - - - - BBIEContact. Electronic_ Mail. TextThe email address of the Contact.0..1ContactElectronicMailTextText. Type - - - - - BBIEContact. Note. TextA note such as 'Emergency' or 'After Hours' describing the circumstances in which the Contact can be used.0..1ContactNoteTextText. Type - - - - - ASBIEContact. Other_ Communication. CommunicationAn association to Other Communication.0..nContactOtherCommunicationCommunication - - - - - - - ABIEContract. DetailsInformation about a Contract.Contract - - - - - BBIEContract. IdentifierIdentifies the Contract.0..1ContractIdentifierIdentifierIdentifier. Type"CC23" - - - - - BBIEContract. Issue Date. DateThe date on which the Contract was issued.0..1ContractIssue DateDateDate. Type - - - - - BBIEContract. Issue Time. TimeThe time at which the Contract was issued.0..1ContractIssue TimeTimeTime. Type - - - - - BBIEContract. Contract Type Code. CodeThe type of Contract, expressed as a code.0..1ContractContract Type CodeCodeCode. Type - - - - - BBIEContract. Contract Type. TextThe type of Contract, expressed as text.0..1ContractContract TypeTextText. Type - - - - - ASBIEContract. Validity_ Period. PeriodAn association to Validity Period.0..1ContractValidityPeriodPeriod - - - - - ASBIEContract. Contract_ Document Reference. Document ReferenceAn associative reference to Contract Document.0..nContractContractDocument ReferenceDocument Reference - - - - - - - ABIECorporate Registration Scheme. DetailsInformation directly relating a scheme for corporate registration of businesses.Corporate Registration Scheme - - - - - BBIECorporate Registration Scheme. IdentifierIdentifies the scheme.0..1Corporate Registration SchemeIdentifierIdentifierIdentifier. Type"ASIC" in Australia - - - - - BBIECorporate Registration Scheme. NameIdentifies the scheme by name.0..1Corporate Registration SchemeNameNameName. Type"Australian Securities and Investment Commission" in Australia - - - - - BBIECorporate Registration Scheme. Corporate Registration Type Code. CodeIdentifies the type of scheme.0..1Corporate Registration SchemeCorporate Registration Type CodeCodeCode. Type"ACN" - - - - - ASBIECorporate Registration Scheme. Jurisdiction Region_ Address. AddressAssociates the registration scheme with particulars that identify and locate the geographic area to which the scheme applies.0..nCorporate Registration SchemeJurisdiction RegionAddressAddress - - - - - - - ABIECountry. DetailsInformation about a geopolitical country.Country - - - - - BBIECountry. Identification Code. CodeAn identifier for the Country.0..1CountryIdentification CodeCodeCountry Identification_ Code. Type - - - - - BBIECountry. NameThe name of the Country.0..1CountryNameNameName. Type“SOUTH AFRICA” - - - - - - - ABIECredit Account. DetailsInformation about a Credit Account (for sales on account).Credit Account - - - - - BBIECredit Account. Account Identifier. IdentifierIdentifies the Credit Account.1Credit AccountAccount IdentifierIdentifierIdentifier. Type"Customer Code 29" - - - - - - - ABIECredit Note Line. DetailsInformation about a Credit Note Line.Credit Note Line - - - - - BBIECredit Note Line. IdentifierIdentifies the Credit Note Line.1Credit Note LineIdentifierIdentifierIdentifier. Type - - - - - BBIECredit Note Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Credit Note LineUUIDIdentifierIdentifier. Type - - - - - BBIECredit Note Line. Note. TextFree-form text applying to the Credit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Credit Note LineNoteTextText. Type - - - - - BBIECredit Note Line. Credited_ Quantity. QuantityThe quantity of Items credited.0..1Credit Note LineCreditedQuantityQuantityQuantity. Type - - - - - BBIECredit Note Line. Line Extension Amount. AmountThe total amount for the Credit Note Line, including Allowance Charges but net of taxes.0..1Credit Note LineLine Extension AmountAmountAmount. Type - - - - - BBIECredit Note Line. Tax Point Date. DateThe date of the Credit Note Line, used to indicate the point at which tax becomes applicable.0..1Credit Note LineTax Point DateDateDate. Type - - - - - BBIECredit Note Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Credit Note Line.0..1Credit Note LineAccounting Cost CodeCodeCode. Type - - - - - BBIECredit Note Line. Accounting Cost. TextThe buyer's accounting code applied to the Credit Note Line, expressed as text.0..1Credit Note LineAccounting CostTextText. Type - - - - - ASBIECredit Note Line. Discrepancy_ Response. ResponseAn association to Discrepancy Response; the reason for the Credit.0..nCredit Note LineDiscrepancyResponseResponse - - - - - ASBIECredit Note Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nCredit Note LineDespatchLine ReferenceLine Reference - - - - - ASBIECredit Note Line. Receipt_ Line Reference. Line ReferenceAn associative reference to Receipt Line.0..nCredit Note LineReceiptLine ReferenceLine Reference - - - - - ASBIECredit Note Line. Billing ReferenceAn association to Billing Reference.0..nCredit Note LineBilling ReferenceBilling Reference - - - - - ASBIECredit Note Line. Document ReferenceAn association to Document Reference.0..nCredit Note LineDocument ReferenceDocument Reference - - - - - ASBIECredit Note Line. Pricing ReferenceAn association to Pricing Reference.0..1Credit Note LinePricing ReferencePricing Reference - - - - - ASBIECredit Note Line. DeliveryAn association to Delivery.0..nCredit Note LineDeliveryDelivery - - - - - ASBIECredit Note Line. Tax TotalAn association to Tax Total.0..nCredit Note LineTax TotalTax Total - - - - - ASBIECredit Note Line. ItemAn association to Item0..1Credit Note LineItemItem - - - - - ASBIECredit Note Line. PriceAn association to Price.0..1Credit Note LinePricePrice - - - - - - - ABIECustomer Party. DetailsInformation about the Customer Party.Customer Party - - - - - BBIECustomer Party. Customer Assigned_ Account Identifier. IdentifierAn identifier for the Customer's account, assigned by the Customer itself.0..1Customer PartyCustomer AssignedAccount IdentifierIdentifierIdentifier. Type - - - - - BBIECustomer Party. Supplier Assigned_ Account Identifier. IdentifierAn identifier for the Customer's account, assigned by the Supplier.0..1Customer PartySupplier AssignedAccount IdentifierIdentifierIdentifier. Type - - - - - BBIECustomer Party. Additional_ Account Identifier. IdentifierAn identifier for the Customer's account, assigned by a third party.0..nCustomer PartyAdditionalAccount IdentifierIdentifierIdentifier. Type - - - - - ASBIECustomer Party. PartyAn association to Party.0..1Customer PartyPartyParty - - - - - ASBIECustomer Party. Delivery_ Contact. ContactAn association to Delivery Contact.0..1Customer PartyDeliveryContactContact - - - - - ASBIECustomer Party. Accounting_ Contact. ContactAn association to Accounting Contact (Customer).0..1Customer PartyAccountingContactContact - - - - - ASBIECustomer Party. Buyer_ Contact. ContactAn association to Buyer Contact.0..1Customer PartyBuyerContactContact - - - - - - - ABIEDebit Note Line. DetailsInformation about a Debit Note Line.Debit Note Line - - - - - BBIEDebit Note Line. IdentifierIdentifies the Debit Note Line.1Debit Note LineIdentifierIdentifierIdentifier. Type - - - - - BBIEDebit Note Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Debit Note LineUUIDIdentifierIdentifier. Type - - - - - BBIEDebit Note Line. Note. TextFree-form text applying to the Debit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Debit Note LineNoteTextText. Type - - - - - BBIEDebit Note Line. Debited_ Quantity. QuantityThe quantity of Items debited.0..1Debit Note LineDebitedQuantityQuantityQuantity. Type - - - - - BBIEDebit Note Line. Line Extension Amount. AmountThe total amount for the Debit Note Line, including Allowance Charges but net of taxes.1Debit Note LineLine Extension AmountAmountAmount. Type - - - - - BBIEDebit Note Line. Tax Point Date. DateThe date of the Debit Note Line, used to indicate the point at which tax becomes applicable.0..1Debit Note LineTax Point DateDateDate. Type - - - - - BBIEDebit Note Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Debit Note Line.0..1Debit Note LineAccounting Cost CodeCodeCode. Type - - - - - BBIEDebit Note Line. Accounting Cost. TextThe buyer's accounting code applied to the Debit Note Line, expressed as text.0..1Debit Note LineAccounting CostTextText. Type - - - - - ASBIEDebit Note Line. Discrepancy_ Response. ResponseAn association to Discrepancy Response; the reason for the Debit.0..nDebit Note LineDiscrepancyResponseResponse - - - - - ASBIEDebit Note Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nDebit Note LineDespatchLine ReferenceLine Reference - - - - - ASBIEDebit Note Line. Receipt_ Line Reference. Line ReferenceAn associative reference to Receipt Line.0..nDebit Note LineReceiptLine ReferenceLine Reference - - - - - ASBIEDebit Note Line. Billing ReferenceAn association to Billing Reference.0..nDebit Note LineBilling ReferenceBilling Reference - - - - - ASBIEDebit Note Line. Document ReferenceAn association to Document Reference.0..nDebit Note LineDocument ReferenceDocument Reference - - - - - ASBIEDebit Note Line. Pricing ReferenceAn association to Pricing Reference.0..1Debit Note LinePricing ReferencePricing Reference - - - - - ASBIEDebit Note Line. DeliveryAn association to Delivery.0..nDebit Note LineDeliveryDelivery - - - - - ASBIEDebit Note Line. Tax TotalAn association to Tax Total.0..nDebit Note LineTax TotalTax Total - - - - - ASBIEDebit Note Line. ItemAn association to Item0..1Debit Note LineItemItem - - - - - ASBIEDebit Note Line. PriceAn association to Price.0..1Debit Note LinePricePrice - - - - - - - ABIEDelivery. DetailsInformation about Delivery.Delivery - - - - - BBIEDelivery. IdentifierIdentifies the Delivery.0..1DeliveryIdentifierIdentifierIdentifier. Type - - - - - BBIEDelivery. QuantityThe quantity in a Delivery.0..1DeliveryQuantityQuantityQuantity. Type - - - - - BBIEDelivery. Minimum_ Quantity. QuantityThe minimum quantity in a Delivery.0..1DeliveryMinimumQuantityQuantityQuantity. Type - - - - - BBIEDelivery. Maximum_ Quantity. QuantityThe maximum quantity in a Delivery.0..1DeliveryMaximumQuantityQuantityQuantity. Type - - - - - BBIEDelivery. Actual_ Delivery Date. DateThe actual Delivery date.0..1DeliveryActualDelivery DateDateDate. Type - - - - - BBIEDelivery. Actual_ Delivery Time. TimeThe actual Delivery time.0..1DeliveryActualDelivery TimeTimeTime. Type - - - - - BBIEDelivery. Latest_ Delivery Date. DateThe latest delivery date allowed by the buyer.0..1DeliveryLatestDelivery DateDateDate. Type - - - - - BBIEDelivery. Latest_ Delivery Time. TimeThe latest delivery time allowed by the buyer.0..1DeliveryLatestDelivery TimeTimeTime. Type - - - - - BBIEDelivery. Tracking Identifier. IdentifierThe delivery Tracking ID (for transport tracking).0..1DeliveryTracking IdentifierIdentifierIdentifier. Type - - - - - ASBIEDelivery. Delivery_ Address. AddressAn association to Delivery Address.0..1DeliveryDeliveryAddressAddress - - - - - ASBIEDelivery. Delivery_ Location. LocationAn association to Location.0..1DeliveryDeliveryLocationLocation - - - - - ASBIEDelivery. Requested Delivery_ Period. PeriodThe requested Period for Delivery.0..1DeliveryRequested DeliveryPeriodPeriod - - - - - ASBIEDelivery. Promised Delivery_ Period. PeriodThe promised Period for Delivery.0..1DeliveryPromised DeliveryPeriodPeriod - - - - - ASBIEDelivery. Estimated Delivery_ Period. PeriodThe estimated Period for Delivery.0..1DeliveryEstimated DeliveryPeriodPeriod - - - - - ASBIEDelivery. Delivery_ Party. PartyThe party to whom the goods/services are delivered.0..1DeliveryDeliveryPartyParty - - - - - ASBIEDelivery. DespatchAn association to the Despatch.0..1DeliveryDespatchDespatch - - - - - - - ABIEDelivery Terms. DetailsInformation about Delivery Terms.Delivery Terms - - - - - BBIEDelivery Terms. IdentifierIdentifies the Delivery Terms.0..1Delivery TermsIdentifierIdentifierIdentifier. TypeCIF, FOB, or EXW from the INCOTERMS Terms of Delivery. (2000 version preferred.) - - - - - BBIEDelivery Terms. Special_ Terms. TextA description of special conditions relating to the Delivery Terms.0..1Delivery TermsSpecialTermsTextText. Type - - - - - BBIEDelivery Terms. Loss Risk Responsibility Code. CodeAn identifier for the responsibility for loss risk in the context of the Delivery Terms, expressed as a code.0..1Delivery TermsLoss Risk Responsibility CodeCodeCode. Type - - - - - BBIEDelivery Terms. Loss Risk. TextA description of the loss risk in the context of the Delivery Terms.0..1Delivery TermsLoss RiskTextText. Type - - - - - ASBIEDelivery Terms. Delivery_ Location. LocationAn association to Location, e.g., a port.0..1Delivery TermsDeliveryLocationLocation - - - - - ASBIEDelivery Terms. Allowance ChargeAn association to Allowance Charge.0..1Delivery TermsAllowance ChargeAllowance Charge - - - - - - - ABIEDelivery Unit. DetailsInformation about a Delivery Unit.Delivery Unit - - - - - BBIEDelivery Unit. Batch Quantity. QuantityThe quantity of ordered Items that constitutes a batch for delivery purposes.1Delivery UnitBatch QuantityQuantityQuantity. Type"100 units", "by the dozen" - - - - - BBIEDelivery Unit. Consumer_ Unit. QuantityThe quantity of consumer units in the Delivery Unit.0..1Delivery UnitConsumerUnitQuantityQuantity. Type"packs of 10" - - - - - BBIEDelivery Unit. Hazardous Risk_ Indicator. IndicatorIndicates whether the Item as delivered is hazardous.0..1Delivery UnitHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - - - ABIEDespatch. DetailsInformation about Despatch.Despatch - - - - - BBIEDespatch. IdentifierThe identifier for the Delivery.0..1DespatchIdentifierIdentifierIdentifier. Type - - - - - BBIEDespatch. Requested_ Despatch Date. DateThe despatch (pick-up) date requested by the buyer.0..1DespatchRequestedDespatch DateDateDate. Type - - - - - BBIEDespatch. Requested_ Despatch Time. TimeThe despatch (pick-up) time requested by the buyer.0..1DespatchRequestedDespatch TimeTimeTime. Type - - - - - BBIEDespatch. Estimated_ Despatch Date. DateThe despatch (pick-up) date estimated by the seller or Despatch.0..1DespatchEstimatedDespatch DateDateDate. Type - - - - - BBIEDespatch. Estimated_ Despatch Time. TimeThe despatch (pick-up) time estimated by the seller or Despatch.0..1DespatchEstimatedDespatch TimeTimeTime. Type - - - - - BBIEDespatch. Actual_ Despatch Date. DateThe actual despatch (pick-up) date.0..1DespatchActualDespatch DateDateDate. Type - - - - - BBIEDespatch. Actual_ Despatch Time. TimeThe actual despatch (pick-up) time.0..1DespatchActualDespatch TimeTimeTime. Type - - - - - ASBIEDespatch. Despatch_ Address. AddressAn association to Despatch Address.0..1DespatchDespatchAddressAddress - - - - - ASBIEDespatch. Despatch_ Party. PartyThe party who despatched the delivery.0..1DespatchDespatchPartyParty - - - - - ASBIEDespatch. ContactAn association to Contact.0..1DespatchContactContact - - - - - - - ABIEDespatch Line. DetailsInformation about a Despatch Line.Despatch Line - - - - - BBIEDespatch Line. IdentifierIdentifies the Despatch Line.1Despatch LineIdentifierIdentifierIdentifier. Type - - - - - BBIEDespatch Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Despatch LineUUIDIdentifierIdentifier. Type - - - - - BBIEDespatch Line. Note. TextFree-form text applying to the Despatch Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Despatch LineNoteTextText. Type - - - - - BBIEDespatch Line. Line Status Code. CodeIdentifies the status of the Despatch Line with respect to its original state.0..1Despatch LineLine Status CodeCodeLine Status_ Code. Type - - - - - BBIEDespatch Line. Delivered_ Quantity. QuantityThe quantity despatched.0..1Despatch LineDeliveredQuantityQuantityQuantity. Type - - - - - BBIEDespatch Line. Backorder_ Quantity. QuantityThe quantity on Back Order at the Supplier.0..1Despatch LineBackorderQuantityQuantityQuantity. Type - - - - - BBIEDespatch Line. Backorder_ Reason. TextThe reason for the Back Order.0..1Despatch LineBackorderReasonTextText. Type - - - - - BBIEDespatch Line. Outstanding_ Quantity. QuantityThe quantity outstanding (which will follow in a later despatch).0..1Despatch LineOutstandingQuantityQuantityQuantity. Type - - - - - BBIEDespatch Line. Outstanding_ Reason. TextThe reason for the Outstanding Quantity.0..1Despatch LineOutstandingReasonTextText. Type - - - - - BBIEDespatch Line. Oversupply_ Quantity. QuantityThe quantity over-supplied.0..1Despatch LineOversupplyQuantityQuantityQuantity. Type - - - - - ASBIEDespatch Line. Order Line ReferenceAn association to Order Line Reference.1..nDespatch LineOrder Line ReferenceOrder Line Reference - - - - - ASBIEDespatch Line. Document ReferenceAn association to Document Reference.0..nDespatch LineDocument ReferenceDocument Reference - - - - - ASBIEDespatch Line. ItemAn association to Item.1Despatch LineItemItem - - - - - ASBIEDespatch Line. ShipmentAn association to Shipment.0..nDespatch LineShipmentShipment - - - - - - - ABIEDimension. DetailsInformation about a measurable dimension of an item.Dimension - - - - - BBIEDimension. Attribute Identifier. IdentifierAn identifier for the attribute to which the measure applies.1DimensionAttribute IdentifierIdentifierIdentifier. Type - - - - - BBIEDimension. MeasureThe measurement value.0..1DimensionMeasureMeasureMeasure. Type - - - - - BBIEDimension. Description. TextA description of the attribute or measurement of the attribute.0..nDimensionDescriptionTextText. Type - - - - - BBIEDimension. Minimum_ Measure. MeasureThe minimum value in a range of measurement.0..1DimensionMinimumMeasureMeasureMeasure. Type - - - - - BBIEDimension. Maximum_ Measure. MeasureThe maximum value in a range of measurement.0..1DimensionMaximumMeasureMeasureMeasure. Type - - - - - - - ABIEDocument Distribution. DetailsThe details of the distribution of the document among business partners.Document Distribution - - - - - BBIEDocument Distribution. Print_ Qualifier. TextThe access right for a Party to distribute the document.1Document DistributionPrintQualifierTextText. Type - - - - - BBIEDocument Distribution. Maximum_ Copies. NumericSpecifies the maximum number of copies of the document that the user can print.1Document DistributionMaximumCopiesNumericNumeric. Type - - - - - ASBIEDocument Distribution. PartyDetails of the Party who can access the document.1Document DistributionPartyParty - - - - - - - ABIEDocument Reference. DetailsInformation about a document referred to in another document.Document Reference - - - - - BBIEDocument Reference. IdentifierIdentifies the document being referred to.1Document ReferenceIdentifierIdentifierIdentifier. Type"PO-001" "3333-44-123" - - - - - BBIEDocument Reference. Copy_ Indicator. IndicatorIndicates whether the referenced document is a copy (true) or the original (false).0..1Document ReferenceCopyIndicatorIndicatorIndicator. Type - - - - - BBIEDocument Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Document ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIEDocument Reference. Issue Date. DateThe date, assigned by the sender of the referenced document, on which the referenced document was issued.0..1Document ReferenceIssue DateDateDate. Type - - - - - BBIEDocument Reference. Document Type Code. CodeThe document type, expressed as a code.0..1Document ReferenceDocument Type CodeCodeCode. Type - - - - - BBIEDocument Reference. Document Type. TextThe document type, expressed as text.0..1Document ReferenceDocument TypeTextText. Type - - - - - BBIEDocument Reference. XPath. TextRefers to another part of the same document instance.0..nDocument ReferenceXPathTextText. Type - - - - - ASBIEDocument Reference. AttachmentAn attached document, externally referred to, referred to in the MIME location, or embedded.0..1Document ReferenceAttachmentAttachment - - - - - - - ABIEDocument Response. DetailsInformation about responses to a document (at the application level).Document Response - - - - - ASBIEDocument Response. ResponseThe response to the document.1Document ResponseResponseResponse - - - - - ASBIEDocument Response. Document ReferenceAn association to Document Reference.1Document ResponseDocument ReferenceDocument Reference - - - - - ASBIEDocument Response. Issuer_ Party. PartyThe party who issued a document.0..1Document ResponseIssuerPartyParty - - - - - ASBIEDocument Response. Recipient_ Party. PartyThe party for whom the document is intended.0..1Document ResponseRecipientPartyParty - - - - - ASBIEDocument Response. Line ResponseResponse to various lines in the document.0..nDocument ResponseLine ResponseLine Response - - - - - - - ABIEEndorsement. DetailsDetails of an endorsement on the document.Endorsement - - - - - BBIEEndorsement. Document. IdentifierIdentifies the endorsement.1EndorsementDocumentIdentifierIdentifier. Type - - - - - BBIEEndorsement. Approval Status. TextSpecifies the status of the endorsement.1EndorsementApproval StatusTextText. TypeAuthentication Code - - - - - BBIEEndorsement. Remarks. TextRemarks by the endorsing party.0..nEndorsementRemarksTextText. Type - - - - - ASBIEEndorsement. Endorser PartyThe type of party providing the endorsement.1EndorsementEndorser PartyEndorser Party - - - - - ASBIEEndorsement. SignatureOne or more signatures applied to the endorsement.0..nEndorsementSignatureSignature - - - - - - - ABIEEndorser Party. DetailsThe party endorsing a document.Endorser Party - - - - - BBIEEndorser Party. Role Code. CodeThe role of the party providing the endorsement, e.g., Issuer, Embassy, Insurance, etc.1Endorser PartyRole CodeCodeCode. Type - - - - - BBIEEndorser Party. Sequence. NumericThe sequence in which the endorsements are to be applied.1Endorser PartySequenceNumericNumeric. Type - - - - - ASBIEEndorser Party. PartyDetails of the party endorsing the application.1Endorser PartyPartyParty - - - - - ASBIEEndorser Party. Signatory_ Contact. ContactDetails of the individual representing the exporter who signs the Certificate of Origin application before submitting it to the Issuer Party.1Endorser PartySignatoryContactContact - - - - - - - ABIEExchange Rate. DetailsInformation about Exchange Rate.Exchange Rate - - - - - BBIEExchange Rate. Source_ Currency Code. CodeThe reference currency for the Exchange Rate; the currency from which the exchange is being made (CC Definition).1Exchange RateSourceCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEExchange Rate. Source_ Currency Base Rate. RateThe unit base of the source currency for currencies with small denominations.0..1Exchange RateSourceCurrency Base RateRateRate. Type - - - - - BBIEExchange Rate. Target_ Currency Code. CodeThe target currency for the Exchange Rate; the currency to which the exchange is being made (CC Definition).1Exchange RateTargetCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEExchange Rate. Target_ Currency Base Rate. RateThe unit base of the target currency for currencies with small denominations.0..1Exchange RateTargetCurrency Base RateRateRate. Type - - - - - BBIEExchange Rate. Exchange Market Identifier. IdentifierIdentifies the currency exchange market used as the source of the Exchange Rate.0..1Exchange RateExchange Market IdentifierIdentifierIdentifier. Type - - - - - BBIEExchange Rate. Calculation Rate. RateThe factor applied to the source currency to calculate the target currency.0..1Exchange RateCalculation RateRateRate. Type - - - - - BBIEExchange Rate. Mathematic Operator Code. CodeAn identifier for whether the Calculation Rate should be used to multiply or to divide, expressed as a code.0..1Exchange RateMathematic Operator CodeCodeOperator_ Code. Type - - - - - BBIEExchange Rate. DateThe date of the Exchange.0..1Exchange RateDateDateDate. Type - - - - - ASBIEExchange Rate. Foreign Exchange_ Contract. ContractAn association to Foreign Exchange Contract.0..1Exchange RateForeign ExchangeContractContract - - - - - - - ABIEExternal Reference. DetailsInformation directly relating to an external reference i.e. a document stored at a remote location.External Reference - - - - - BBIEExternal Reference. URI. IdentifierThe Uniform Resource Identifier (URI) that identifies where the external document is located.0..1External ReferenceURIIdentifierIdentifier. Type - - - - - BBIEExternal Reference. Document Hash. TextSpecifies the hash code for the externally stored document.0..1External ReferenceDocument HashTextText. Type - - - - - BBIEExternal Reference. Expiry Date. DateThe date on which the document can no longer be found on the URI.0..1External ReferenceExpiry DateDateDate. Type - - - - - BBIEExternal Reference. Expiry Time. TimeThe time on which the document can no longer be found on the URI.0..1External ReferenceExpiry TimeTimeTime. Type - - - - - - - ABIEFinancial Account. DetailsInformation about a Financial Account.Financial Account - - - - - BBIEFinancial Account. IdentifierThe identifier for the Financial Account; the Bank Account Number.0..1Financial AccountIdentifierIdentifierIdentifier. TypeSWIFT(BIC) and IBAN are defined in ISO 9362 and ISO 13616. - - - - - BBIEFinancial Account. NameThe name of the Financial Account.0..1Financial AccountNameNameName. Type - - - - - BBIEFinancial Account. Account Type Code. CodeThe type of Financial Account, expressed as a code.0..1Financial AccountAccount Type CodeCodeCode. Type - - - - - BBIEFinancial Account. Currency Code. CodeThe currency in which the Financial Account is held, expressed as a code.0..1Financial AccountCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEFinancial Account. Payment_ Note. TextFree-form text applying to the Payment to the owner of this account.0..nFinancial AccountPaymentNoteTextText. Type - - - - - ASBIEFinancial Account. Financial Institution_ Branch. BranchAn association to Financial Institution Branch.0..1Financial AccountFinancial InstitutionBranchBranch - - - - - ASBIEFinancial Account. CountryAn association to Country.0..1Financial AccountCountryCountry - - - - - - - ABIEFinancial Institution. DetailsInformation about a Financial Institution.Financial Institution - - - - - BBIEFinancial Institution. IdentifierThe identifier for the Financial Institution expressed as a code; ISO 9362 BIC (Bank Identification Code) is recommended.0..1Financial InstitutionIdentifierIdentifierIdentifier. Type - - - - - BBIEFinancial Institution. NameThe name of the Financial Institution.0..1Financial InstitutionNameNameName. Type - - - - - ASBIEFinancial Institution. AddressAn association to Address.0..1Financial InstitutionAddressAddress - - - - - - - ABIEGoods Item. DetailsA separately identifiable quantity of products of a single product type.Goods Item - - - - - BBIEGoods Item. IdentifierAn identifier for the goods item.1Goods ItemIdentifierIdentifierIdentifier. Type - - - - - BBIEGoods Item. Sequence Number. IdentifierSequence number differentiating a specific goods item within a consignment.0..1Goods ItemSequence NumberIdentifierIdentifier. TypeCustoms item number (WCO ID 021), Sequence Position - - - - - BBIEGoods Item. Description. TextPlain language description of a goods item sufficient to identify it for customs, statistical, or transport purposes.0..nGoods ItemDescriptionTextText. TypeDescription of goods (WCO ID 137) - - - - - BBIEGoods Item. Hazardous Risk_ Indicator. IndicatorIndicates whether the goods item includes hazardous items (dangerous goods).0..1Goods ItemHazardous RiskIndicatorIndicatorIndicator. Typedefault is negative - - - - - BBIEGoods Item. Declared Customs_ Value. AmountAmount declared for Customs purposes of those goods in a consignment which are subject to the same Customs procedure and have the same tariff/statistical heading, country information, and duty regime.0..1Goods ItemDeclared CustomsValueAmountAmount. TypeFor Customs Value (WCO ID 108) - - - - - BBIEGoods Item. Declared For Carriage_ Value. AmountValue declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery.0..1Goods ItemDeclared For CarriageValueAmountAmount. TypeInterest in delivery, declared value for carriage - - - - - BBIEGoods Item. Declared Statistics_ Value. AmountValue declared for statistical purposes of those goods in a consignment which have the same statistical heading.0..1Goods ItemDeclared StatisticsValueAmountAmount. TypeStatistical Value (WCO ID 114) - - - - - BBIEGoods Item. Free On Board_ Value. AmountMonetary amount that has to be or has been paid as calculated under the applicable trade delivery.0..1Goods ItemFree On BoardValueAmountAmount. TypeFOB Value - - - - - BBIEGoods Item. Insurance_ Value. AmountThe amount covered by an insurance for a particular goods item.0..1Goods ItemInsuranceValueAmountAmount. TypeValue Insured - - - - - BBIEGoods Item. Value. AmountSpecifies the amount on which a duty, tax, or fee will be assessed.0..1Goods ItemValueAmountAmount. TypeDuty/tax/fee assessment basis in value (WCO ID 116) - - - - - BBIEGoods Item. Gross_ Weight. MeasureWeight (mass) of goods, including packaging but excluding the carrier's equipment.0..1Goods ItemGrossWeightMeasureMeasure. TypeActual Gross Weight - - - - - BBIEGoods Item. Net_ Weight. MeasureWeight (mass) of goods item, excluding all packing but including any packaging that normally goes with the goods.0..1Goods ItemNetWeightMeasureMeasure. Type - - - - - BBIEGoods Item. Net Net_ Weight. MeasureWeight (mass) of goods without any packaging.0..1Goods ItemNet NetWeightMeasureMeasure. TypeCustoms Weight (WCO ID 128) - - - - - BBIEGoods Item. Chargeable_ Weight. MeasureGross weight (mass) on which a charge is to be based.0..1Goods ItemChargeableWeightMeasureMeasure. Type - - - - - BBIEGoods Item. Gross_ Volume. MeasureMeasurement normally arrived at by multiplying the maximum length, width, and height of the goods item.0..1Goods ItemGrossVolumeMeasureMeasure. TypeVolume, Gross Measurement Cube (GMC), Cube (WCO ID 134) - - - - - BBIEGoods Item. Net_ Volume. MeasureThe volume contained by a goods item, excluding the volume of any packaging material.0..1Goods ItemNetVolumeMeasureMeasure. Type - - - - - BBIEGoods Item. QuantityNumber of goods items.0..1Goods ItemQuantityQuantityQuantity. Type - - - - - BBIEGoods Item. Preference Criterion. CodeSpecifies the treatment preference for this good according to international trading agreements.0..1Goods ItemPreference CriterionCodeCode. Type"Preference Criterion" is used in the following manner in the paper CO of another country (e.g.): -"A" - The good is "wholly obtained or produced entirely" in the territory of one or more of the NAFTA countries as reference in Article 415. Note: The purchase of a good in the territory does not necessarily render it "wholly obtained or produced". If the good is an agricultural good, see also criterion F and Annex 703.2. (Reference: Article 401(a), 415). -"B" - ... -"C" - ... -"D" - ... -"E" - ... -"F" - The good is an originating agricultural good under preference criterion A,B, or C above and is not subjected to quantitative restriction in the importing NAFTA country because.... -Thus, the column "Preference Criterion" will indicate either A, B, C,... - - - - - BBIEGoods Item. Required_ Customs Identifier. IdentifierAdditional tariff codes required to specify a type of goods for Customs, transport, statistical, or other regulatory purposes.0..1Goods ItemRequiredCustoms IdentifierIdentifierIdentifier. TypeTariff code extensions (WCO ID 255) - - - - - BBIEGoods Item. Customs Status Code. CodeStatus of goods as identified by customs for regulation purposes.0..1Goods ItemCustoms Status CodeCodeCode. TypeCustoms status of goods (WCO ID 094) - - - - - BBIEGoods Item. Customs Tariff Quantity. QuantityQuantity of the goods in the unit as required by Customs for tariff, statistical, or fiscal purposes.0..1Goods ItemCustoms Tariff QuantityQuantityQuantity. Type - - - - - BBIEGoods Item. Customs Import_ Classified Indicator. IndicatorIndicates whether the goods have been customs classified for import.0..1Goods ItemCustoms ImportClassified IndicatorIndicatorIndicator. Type - - - - - ASBIEGoods Item. ItemAssociation to a description of the good or service.0..nGoods ItemItemItem - - - - - ASBIEGoods Item. Goods Item ContainerAssociation to describe the transporting of a goods item in a unit of transport equipment (e.g., container).0..nGoods ItemGoods Item ContainerGoods Item Container - - - - - ASBIEGoods Item. Freight_ Allowance Charge. Allowance ChargeCosts incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs).0..nGoods ItemFreightAllowance ChargeAllowance Charge - - - - - ASBIEGoods Item. Invoice LineAssociation to information directly relating to a line item of an invoice.0..nGoods ItemInvoice LineInvoice Line - - - - - ASBIEGoods Item. TemperatureAny temperatures associated with the goods.0..nGoods ItemTemperatureTemperature - - - - - ASBIEGoods Item. Contained_ Goods Item. Goods ItemAssociates with any other goods items contained in this goods item.0..nGoods ItemContainedGoods ItemGoods Item - - - - - ASBIEGoods Item. Origin_ Address. AddressRegion in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or any other measure related to trade.0..1Goods ItemOriginAddressAddress - - - - - - - ABIEGoods Item Container. DetailsHow goods items are split across transport equipment.Goods Item Container - - - - - BBIEGoods Item Container. IdentifierIdentifies goods items split across transport equipment.1Goods Item ContainerIdentifierIdentifierIdentifier. Type - - - - - BBIEGoods Item Container. QuantityNumber of goods items loaded into or onto one piece of transport equipment as a total consignment or part of a consignment.0..1Goods Item ContainerQuantityQuantityQuantity. TypeNumber of packages stuffed - - - - - ASBIEGoods Item Container. Transport EquipmentAssociates the containers for a single goods item.0..nGoods Item ContainerTransport EquipmentTransport Equipment - - - - - - - ABIEHazardous Goods Transit. DetailsInformation about Hazardous Goods Transit.Hazardous Goods Transit - - - - - BBIEHazardous Goods Transit. Transport Emergency Card Code. CodeThe identifier for a transport emergency card, describing the actions to be taken in an emergency in transporting the Hazardous Goods. May be the identity number of a hazardous emergency response plan assigned by the appropriate authority.0..1Hazardous Goods TransitTransport Emergency Card CodeCodeCode. TypeTREM card - - - - - BBIEHazardous Goods Transit. Packing Criteria Code. CodeA code identifying the packaging requirement for the transportation of the Hazardous Goods as assigned by IATA/IMDB/ADR/RID etc.0..1Hazardous Goods TransitPacking Criteria CodeCodeCode. TypePacking Group - - - - - BBIEHazardous Goods Transit. Hazardous Regulation Code. CodeThe identifier for a set of legal regulations that govern the transportation of the Hazardous Goods, expressed as a code.0..1Hazardous Goods TransitHazardous Regulation CodeCodeCode. Type - - - - - BBIEHazardous Goods Transit. Inhalation Toxicity Zone Code. CodeAn identifier for the Inhalation Toxicity Hazard Zone for the Hazardous Goods, as defined by the US Department of Transportation, expressed as a code.0..1Hazardous Goods TransitInhalation Toxicity Zone CodeCodeCode. Type - - - - - BBIEHazardous Goods Transit. Transport Authorization Code. CodeCode specifying the authorization for the transportation of hazardous cargo.0..1Hazardous Goods TransitTransport Authorization CodeCodeCode. TypePermission for Transport - - - - - ASBIEHazardous Goods Transit. Maximum_ Temperature. TemperatureAn association to Maximum Temperature (at which the Hazardous Goods can be safely transported).0..1Hazardous Goods TransitMaximumTemperatureTemperature - - - - - ASBIEHazardous Goods Transit. Minimum_ Temperature. TemperatureAn association to Minimum Temperature (at which the Hazardous Goods can be safely transported).0..1Hazardous Goods TransitMinimumTemperatureTemperature - - - - - - - ABIEHazardous Item. DetailsInformation about a Hazardous Item.Hazardous Item - - - - - BBIEHazardous Item. IdentifierThe identifier for a Hazardous Item.0..1Hazardous ItemIdentifierIdentifierIdentifier. Type"Round Up" - - - - - BBIEHazardous Item. Placard Notation. TextThe placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport.0..1Hazardous ItemPlacard NotationTextText. Type"5.1" - - - - - BBIEHazardous Item. Placard Endorsement. TextThe placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport.0..1Hazardous ItemPlacard EndorsementTextText. Type"2" - - - - - BBIEHazardous Item. Additional_ Information. TextAdditional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description.0..1Hazardous ItemAdditionalInformationTextText. Type"Must be stored away from flammable materials" "N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" - - - - - BBIEHazardous Item. UNDG Code. CodeThe identifier assigned to transportable hazardous goods by the United Nations, expressed as a code.0..1Hazardous ItemUNDG CodeCodeCode. TypeUN Code - - - - - BBIEHazardous Item. Emergency Procedures Code. CodeThe emergency procedures for the Hazardous Item, expressed as a code.0..1Hazardous ItemEmergency Procedures CodeCodeCode. TypeEMG code, EMS Page Number - - - - - BBIEHazardous Item. Medical First Aid Guide Code. CodeThe identifier of a medical first aid guide that is relevant to specific hazardous goods, expressed as a code.0..1Hazardous ItemMedical First Aid Guide CodeCodeCode. TypeMFAG page number - - - - - BBIEHazardous Item. Technical_ Name. NameThe full technical name of the specific hazardous substance.0..1Hazardous ItemTechnicalNameNameName. Type"Granular Sodium Chlorate WeedKiller" - - - - - BBIEHazardous Item. Category. NameThe name of the category of hazard that applies to the Item.0..1Hazardous ItemCategoryNameName. Type - - - - - BBIEHazardous Item. Hazardous Category Code. CodeCode specifying a kind of hazard for a material.0..1Hazardous ItemHazardous Category CodeCodeCode. TypeHazardous material class code - - - - - BBIEHazardous Item. Upper_ Orange Hazard Placard Identifier. IdentifierSpecifies the identity number for the upper part of the orange hazard placard required on the means of transport.0..1Hazardous ItemUpperOrange Hazard Placard IdentifierIdentifierIdentifier. TypeHazard identification number (upper part) - - - - - BBIEHazardous Item. Lower_ Orange Hazard Placard Identifier. IdentifierSpecifies the identity number for the lower part of the orange hazard placard required on the means of transport.0..1Hazardous ItemLowerOrange Hazard Placard IdentifierIdentifierIdentifier. TypeSubstance identification number (lower part) - - - - - BBIEHazardous Item. Marking Identifier. IdentifierIdentifies the marking of dangerous goods.0..1Hazardous ItemMarking IdentifierIdentifierIdentifier. TypeDangerous goods label marking - - - - - BBIEHazardous Item. Hazard Class Identifier. IdentifierIdentifies a hazard class applicable to dangerous goods as defined by the relevant regulation authority, such as the IMDG Class Number of the SOLAS Convention of IMO and the ADR/RID Class Number for the road/rail environment.0..1Hazardous ItemHazard Class IdentifierIdentifierIdentifier. TypeIMDG Class Number, ADR/RID Class Number - - - - - BBIEHazardous Item. Net_ Weight. MeasureThe total net weight of hazardous goods; the weight of the goods plus packaging.0..1Hazardous ItemNetWeightMeasureMeasure. Type - - - - - BBIEHazardous Item. Net_ Volume. MeasureThe volume of hazardous goods net of packaging and transport equipment.0..1Hazardous ItemNetVolumeMeasureMeasure. Type - - - - - BBIEHazardous Item. QuantityThe quantity of goods that are hazardous.0..1Hazardous ItemQuantityQuantityQuantity. Type - - - - - ASBIEHazardous Item. Contact_ Party. PartyAssociates the Hazardous Item with details of an individual, group, or body that is the contact in case of hazard incident.0..1Hazardous ItemContactPartyParty - - - - - ASBIEHazardous Item. Secondary HazardAssociates the Hazardous Item with information about secondary hazards.0..nHazardous ItemSecondary HazardSecondary Hazard - - - - - ASBIEHazardous Item. Hazardous Goods TransitAssociates the Hazardous Item with information about the transportation of hazardous goods.0..nHazardous ItemHazardous Goods TransitHazardous Goods Transit - - - - - ASBIEHazardous Item. Emergency_ Temperature. TemperatureAssociates the Hazardous Item with the temperature at which emergency procedures apply during the handling of temperature-controlled hazardous goods.0..1Hazardous ItemEmergencyTemperatureTemperature - - - - - ASBIEHazardous Item. Flashpoint_ Temperature. TemperatureAssociates the Hazardous Item with the lowest temperature at which the vapor of a combustible liquid can be made to ignite momentarily in air, known in hazardous goods procedures as the flashpoint.0..1Hazardous ItemFlashpointTemperatureTemperature - - - - - ASBIEHazardous Item. Additional_ Temperature. TemperatureInformation providing details of temperatures relevant to the handling of hazardous goods.0..nHazardous ItemAdditionalTemperatureTemperature - - - - - - - ABIEInvoice Line. DetailsInformation about an Invoice Line.Invoice Line - - - - - BBIEInvoice Line. IdentifierIdentifies the Invoice Line.1Invoice LineIdentifierIdentifierIdentifier. Type - - - - - BBIEInvoice Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Invoice LineUUIDIdentifierIdentifier. Type - - - - - BBIEInvoice Line. Note. TextFree-form text applying to the Invoice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Invoice LineNoteTextText. Type - - - - - BBIEInvoice Line. Invoiced_ Quantity. QuantityThe quantity (of Items) on the Invoice Line.0..1Invoice LineInvoicedQuantityQuantityQuantity. Type - - - - - BBIEInvoice Line. Line Extension Amount. AmountThe total amount for the Invoice Line, including Allowance Charges but net of taxes.1Invoice LineLine Extension AmountAmountAmount. Type - - - - - BBIEInvoice Line. Tax Point Date. DateThe date of the Invoice Line, used to indicate the point at which tax becomes applicable.0..1Invoice LineTax Point DateDateDate. Type - - - - - BBIEInvoice Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Invoice Line.0..1Invoice LineAccounting Cost CodeCodeCode. Type - - - - - BBIEInvoice Line. Accounting Cost. TextThe buyer's accounting code applied to the Invoice Line, expressed as text.0..1Invoice LineAccounting CostTextText. Type - - - - - BBIEInvoice Line. Free Of Charge_ Indicator. IndicatorIndicates whether the Invoice Line is Free Of Charge (default = false).0..1Invoice LineFree Of ChargeIndicatorIndicatorIndicator. Type - - - - - ASBIEInvoice Line. Order Line ReferenceAn association to Order Line Reference.0..nInvoice LineOrder Line ReferenceOrder Line Reference - - - - - ASBIEInvoice Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nInvoice LineDespatchLine ReferenceLine Reference - - - - - ASBIEInvoice Line. Receipt_ Line Reference. Line ReferenceAn associative reference to Receipt Line.0..nInvoice LineReceiptLine ReferenceLine Reference - - - - - ASBIEInvoice Line. Billing ReferenceAn association to Billing Reference.0..nInvoice LineBilling ReferenceBilling Reference - - - - - ASBIEInvoice Line. Document ReferenceAn association to Document Reference.0..nInvoice LineDocument ReferenceDocument Reference - - - - - ASBIEInvoice Line. Pricing ReferenceAn association to Pricing Reference.0..1Invoice LinePricing ReferencePricing Reference - - - - - ASBIEInvoice Line. Originator_ Party. PartyThe party who originated the Order to which the Invoice is related.0..1Invoice LineOriginatorPartyParty - - - - - ASBIEInvoice Line. DeliveryAn association to Delivery.0..nInvoice LineDeliveryDelivery - - - - - ASBIEInvoice Line. Payment TermsAn association to Payment Terms.0..nInvoice LinePayment TermsPayment Terms - - - - - ASBIEInvoice Line. Allowance ChargeAn association to Allowance Charge.0..nInvoice LineAllowance ChargeAllowance Charge - - - - - ASBIEInvoice Line. Tax TotalAn association to Tax Total.0..nInvoice LineTax TotalTax Total - - - - - ASBIEInvoice Line. ItemAn association to Item.1Invoice LineItemItem - - - - - ASBIEInvoice Line. PriceAn association to Price.0..1Invoice LinePricePrice - - - - - ASBIEInvoice Line. Delivery TermsAn association to Delivery Terms.0..1Invoice LineDelivery TermsDelivery Terms - - - - - - - ABIEItem. DetailsInformation directly relating to an item.Itemarticle, product, goods item - - - - - BBIEItem. Description. TextFree-form field that can be used to give a text description of the item.0..nItemDescriptionTextText. Type - - - - - BBIEItem. Pack Quantity. QuantityThe unit packaging quantity.0..1ItemPack QuantityQuantityQuantity. Type - - - - - BBIEItem. Pack Size. NumericThe number of items in a pack.0..1ItemPack SizeNumericNumeric. Type - - - - - BBIEItem. Catalogue_ Indicator. IndicatorIndicates whether the item was ordered from a Catalogue (true) or not (false).0..1ItemCatalogueIndicatorIndicatorIndicator. Type - - - - - BBIEItem. NameA short name optionally given to an item, such as a name from a Catalogue, as distinct from a description.0..1ItemNameNameName. Type - - - - - BBIEItem. Hazardous Risk_ Indicator. IndicatorIndicates whether the item as delivered is hazardous.0..1ItemHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - BBIEItem. Additional_ Information. TextProvides more details of the item (e.g., the URL of a relevant web page).0..1ItemAdditionalInformationTextText. Type - - - - - BBIEItem. Keyword. TextA Seller Party-defined search string for the item. Also could be synonyms for identifying the item.0..nItemKeywordTextText. Type - - - - - BBIEItem. Brand Name. NameBrand name for the item.0..nItemBrand NameNameName. TypeCoca-Cola - - - - - BBIEItem. Model Name. NameModel name for the item.0..nItemModel NameNameName. Type"VW Beetle" - - - - - ASBIEItem. Buyers_ Item Identification. Item IdentificationAssociates the item with its identification according to the buyer's system.0..1ItemBuyersItem IdentificationItem Identification - - - - - ASBIEItem. Sellers_ Item Identification. Item IdentificationAssociates the item with its identification according to the seller's system.0..1ItemSellersItem IdentificationItem Identification - - - - - ASBIEItem. Manufacturers_ Item Identification. Item IdentificationAssociates the item with its identification according to the manufacturer's system.0..nItemManufacturersItem IdentificationItem Identification - - - - - ASBIEItem. Standard_ Item Identification. Item IdentificationAssociates the item with its identification according to a standard system.0..1ItemStandardItem IdentificationItem Identification - - - - - ASBIEItem. Catalogue_ Item Identification. Item IdentificationAssociates the item with its identification according to a cataloguing system.0..1ItemCatalogueItem IdentificationItem Identification - - - - - ASBIEItem. Additional_ Item Identification. Item IdentificationAssociates the item with other identification means.0..nItemAdditionalItem IdentificationItem Identification - - - - - ASBIEItem. Catalogue_ Document Reference. Document ReferenceAn associative reference to Catalogue.0..1ItemCatalogueDocument ReferenceDocument Reference - - - - - ASBIEItem. Item Specification_ Document Reference. Document ReferenceAn associative reference to a document providing Item specification.0..nItemItem SpecificationDocument ReferenceDocument Reference - - - - - ASBIEItem. Origin_ Country. CountryAssociates the item with its country of origin.0..1ItemOriginCountryCountry - - - - - ASBIEItem. Commodity ClassificationAssociates the item with its classification(s) according to a commodity classifying system.0..nItemCommodity ClassificationCommodity Classification - - - - - ASBIEItem. Transaction ConditionsAssociates the item with sales conditions appertaining to it.0..nItemTransaction ConditionsTransaction Conditions - - - - - ASBIEItem. Hazardous ItemAssociates the item with its hazardous item information.0..nItemHazardous ItemHazardous Item - - - - - ASBIEItem. Classified_ Tax Category. Tax CategoryClassifies the item using one or more categories of taxes.0..nItemClassifiedTax CategoryTax Category - - - - - ASBIEItem. Additional_ Item Property. Item PropertyAssociates the item with a set of additional properties.0..nItemAdditionalItem PropertyItem Property - - - - - ASBIEItem. Manufacturer_ Party. PartyAssociates the item with its manufacturer.0..nItemManufacturerPartyParty - - - - - ASBIEItem. Information Content Provider_ Party. PartyAssociates the item with the party responsible for the its specification.0..1ItemInformation Content ProviderPartyParty - - - - - ASBIEItem. Origin_ Address. AddressAssociates the item with the region of origin (not the country).0..nItemOriginAddressAddress - - - - - ASBIEItem. Item InstanceAn association to Item Instance.0..nItemItem InstanceItem Instance - - - - - - - ABIEItem Comparison. DetailsUsed to compare different items based on cost, quantity, or measurements.Item Comparison - - - - - BBIEItem Comparison. Price. AmountThe price for the comparison quantity of the item.0..1Item ComparisonPriceAmountAmount. Type - - - - - BBIEItem Comparison. QuantityThe quantity used for price comparison with other items.0..1Item ComparisonQuantityQuantityQuantity. Type"per unit" - - - - - - - ABIEItem Identification. DetailsInformation about item identification.Item Identification - - - - - BBIEItem Identification. IdentifierAn identifier for an item.1Item IdentificationIdentifierIdentifierIdentifier. Type"CUST001" "3333-44-123" - - - - - BBIEItem Identification. Extended_ Identifier. IdentifierAn extended identifier for the item that identifies the item with specific properties, e.g., Item 123 = Chair / Item 123 Ext 45 = brown chair.0..1Item IdentificationExtendedIdentifierIdentifierIdentifier. Type - - - - - ASBIEItem Identification. Physical AttributeAn association to Physical Attribute.0..nItem IdentificationPhysical AttributePhysical Attribute - - - - - ASBIEItem Identification. Measurement_ Dimension. DimensionAn association to Measurement Dimension.0..nItem IdentificationMeasurementDimensionDimension - - - - - ASBIEItem Identification. Issuer_ Party. PartyAn association to Issuer Party i.e. the Party that issued the Item Identification.0..1Item IdentificationIssuerPartyParty - - - - - - - ABIEItem Instance. DetailsInformation about a specific instance of an item.Item Instance - - - - - BBIEItem Instance. Product Trace_ Identifier. IdentifierAn identifier used for tracing the item, such as the EPC number used in RFID.0..1Item InstanceProduct TraceIdentifierIdentifierIdentifier. Type - - - - - BBIEItem Instance. Manufacture Date. DateThe date of manufacture of the Item Instance.0..1Item InstanceManufacture DateDateDate. Type - - - - - BBIEItem Instance. Manufacture Time. TimeThe time of manufacture of the Item Instance.0..1Item InstanceManufacture TimeTimeTime. Type - - - - - BBIEItem Instance. Registration Identifier. IdentifierThe registration identifier of the Item Instance.0..1Item InstanceRegistration IdentifierIdentifierIdentifier. Typecar registration or licensing number - - - - - BBIEItem Instance. Serial Identifier. IdentifierThe serial number of the Item Instance.0..1Item InstanceSerial IdentifierIdentifierIdentifier. Typechassis number of a car - - - - - ASBIEItem Instance. Additional_ Item Property. Item PropertyAn association to Additional Item Property.0..nItem InstanceAdditionalItem PropertyItem Property - - - - - ASBIEItem Instance. Lot IdentificationAssociates the item instance with its lot identification (the identification that allows recall of the item if necessary).0..1Item InstanceLot IdentificationLot Identification - - - - - - - ABIEItem Location Quantity. DetailsInformation about the properties of an item as they relate to specific quantities and/or specific locations.Item Location Quantity - - - - - BBIEItem Location Quantity. Lead Time. MeasureThe time taken from the time of order to the time of delivery for an item.0..1Item Location QuantityLead TimeMeasureMeasure. Type"2 days", "24 hours" - - - - - BBIEItem Location Quantity. Minimum_ Quantity. QuantityThe minimum quantity that can be ordered to qualify for a specific price.0..1Item Location QuantityMinimumQuantityQuantityQuantity. Type"10 boxes", "1 carton", "1000 sheets" - - - - - BBIEItem Location Quantity. Maximum_ Quantity. QuantityThe maximum quantity that can be ordered to qualify for a specific price.0..1Item Location QuantityMaximumQuantityQuantityQuantity. Type"10 boxes", "1 carton", "1000 sheets" - - - - - BBIEItem Location Quantity. Hazardous Risk_ Indicator. IndicatorIndicates whether the item as delivered, in the stated quantity to the stated location, is hazardous.0..1Item Location QuantityHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - BBIEItem Location Quantity. Trading Restrictions. TextA description of trade restrictions that apply to the item or quantities of the item.0..nItem Location QuantityTrading RestrictionsTextText. Type"not for export" - - - - - ASBIEItem Location Quantity. Applicable Territory_ Address. AddressAn association to Territory (Address).0..nItem Location QuantityApplicable TerritoryAddressAddress - - - - - ASBIEItem Location Quantity. PriceAn association to Price.0..1Item Location QuantityPricePrice - - - - - ASBIEItem Location Quantity. Delivery UnitAn association to Delivery Unit.0..nItem Location QuantityDelivery UnitDelivery Unit - - - - - ASBIEItem Location Quantity. Applicable_ Tax Category. Tax CategoryAn association to Tax Category.0..nItem Location QuantityApplicableTax CategoryTax Category - - - - - - - ABIEItem Property. DetailsInformation about specific Item Properties.Item Property - - - - - BBIEItem Property. NameThe name of the Item Property.1Item PropertyNameNameName. Type"Energy Rating", "Collar Size", "Fat Content" - - - - - BBIEItem Property. Value. TextThe Item Property value.1Item PropertyValueTextText. Type"100 watts", "15 European", "20% +/- 5%" - - - - - ASBIEItem Property. Usability_ Period. PeriodThe period for which the Item Property is valid.0..1Item PropertyUsabilityPeriodPeriod - - - - - ASBIEItem Property. Item Property GroupAn association to Item Property Group.0..nItem PropertyItem Property GroupItem Property Group - - - - - - - ABIEItem Property Group. DetailsInformation about sets of classifications (or groups) of Item Properties.Item Property Group - - - - - BBIEItem Property Group. IdentifierAn identifier for the Item Property Group.1Item Property GroupIdentifierIdentifierIdentifier. Type"233-004" - - - - - BBIEItem Property Group. NameThe name of the Item Property Group.0..1Item Property GroupNameNameName. Type"Electrical Specifications", "Dietary Content" - - - - - - - ABIELanguage. DetailsInformation about Language.Language - - - - - BBIELanguage. IdentifierAn identifier for a language, expressed as a code.0..1LanguageIdentifierIdentifierIdentifier. Type - - - - - BBIELanguage. NameThe name of the language.0..1LanguageNameNameName. Type - - - - - BBIELanguage. Locale Code. CodeThe locale where the language is used, expressed as a code.0..1LanguageLocale CodeCodeCode. Type - - - - - - - ABIELine Item. DetailsInformation about a Line Item.Line Item - - - - - BBIELine Item. IdentifierIdentifies the Line Item assigned by the buyer.1Line ItemIdentifierIdentifierIdentifier. Type - - - - - BBIELine Item. Sales_ Order Identifier. IdentifierThe identification given to a Line by the seller.0..1Line ItemSalesOrder IdentifierIdentifierIdentifier. Type - - - - - BBIELine Item. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Line ItemUUIDIdentifierIdentifier. Type - - - - - BBIELine Item. Note. TextFree-form text applying to the Line Item. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Line ItemNoteTextText. Type - - - - - BBIELine Item. Line Status Code. CodeIdentifies the status of the Line with respect to its original state.0..1Line ItemLine Status CodeCodeLine Status_ Code. Type - - - - - BBIELine Item. QuantityThe quantity of Items for the Line Item.0..1Line ItemQuantityQuantityQuantity. Type - - - - - BBIELine Item. Line Extension Amount. AmountThe total amount for the Line Item, including Allowance Charges but net of taxes.0..1Line ItemLine Extension AmountAmountAmount. Type - - - - - BBIELine Item. Total_ Tax Amount. AmountThe total tax amount for the Line Item.0..1Line ItemTotalTax AmountAmountAmount. Type - - - - - BBIELine Item. Minimum_ Quantity. QuantityThe minimum quantity for the Item on the Line.0..1Line ItemMinimumQuantityQuantityQuantity. Type - - - - - BBIELine Item. Maximum_ Quantity. QuantityThe maximum quantity for the Item on the Line.0..1Line ItemMaximumQuantityQuantityQuantity. Type - - - - - BBIELine Item. Minimum_ Backorder. QuantityThe minimum back order quantity (where back order is allowed).0..1Line ItemMinimumBackorderQuantityQuantity. Type - - - - - BBIELine Item. Maximum_ Backorder. QuantityThe maximum back order quantity (where back order is allowed).0..1Line ItemMaximumBackorderQuantityQuantity. Type - - - - - BBIELine Item. Inspection Method. CodeInspection requirements for a Line Item, expressed as a code.0..1Line ItemInspection MethodCodeCode. Type - - - - - BBIELine Item. Partial Delivery Indicator. IndicatorIndicates whether a partial delivery is allowed.0..1Line ItemPartial Delivery IndicatorIndicatorIndicator. Type - - - - - BBIELine Item. Back Order Allowed Indicator. IndicatorIndicates whether back order is allowed.0..1Line ItemBack Order Allowed IndicatorIndicatorIndicator. Type - - - - - BBIELine Item. Accounting Cost Code. CodeThe buyer's accounting code applied to the Line Item.0..1Line ItemAccounting Cost CodeCodeCode. Type - - - - - BBIELine Item. Accounting Cost. TextThe buyer's accounting code applied to the Line Item, expressed as text.0..1Line ItemAccounting CostTextText. Type - - - - - ASBIELine Item. DeliveryAn association to Delivery.0..nLine ItemDeliveryDelivery - - - - - ASBIELine Item. Delivery TermsAn association to Delivery Terms.0..1Line ItemDelivery TermsDelivery Terms - - - - - ASBIELine Item. Originator_ Party. PartyThe party who originated Order.0..1Line ItemOriginatorPartyParty - - - - - ASBIELine Item. Ordered ShipmentAn association to Ordered Shipment.0..nLine ItemOrdered ShipmentOrdered Shipment - - - - - ASBIELine Item. Pricing ReferenceAn association to Pricing Reference.0..1Line ItemPricing ReferencePricing Reference - - - - - ASBIELine Item. Allowance ChargeAn association to Allowance Charge.0..nLine ItemAllowance ChargeAllowance Charge - - - - - ASBIELine Item. PriceAn association to Price.0..1Line ItemPricePrice - - - - - ASBIELine Item. ItemAn association to Item.1Line ItemItemItem - - - - - - - ABIELine Reference. DetailsReference to a Line on a document.Line Reference - - - - - BBIELine Reference. Line Identifier. IdentifierIdentifies the Line on the referenced document.1Line ReferenceLine IdentifierIdentifierIdentifier. Type - - - - - BBIELine Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Line ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIELine Reference. Line Status Code. CodeIdentifies the status of the referenced Line with respect to its original state.0..1Line ReferenceLine Status CodeCodeLine Status_ Code. Type - - - - - ASBIELine Reference. Document ReferenceAn association to Document Reference.0..1Line ReferenceDocument ReferenceDocument Reference - - - - - - - ABIELine Response. DetailsA response to a Line in a Document.Line Response - - - - - ASBIELine Response. Line ReferenceAn association to Line Reference.1Line ResponseLine ReferenceLine Reference - - - - - ASBIELine Response. ResponseAn association to Response.1..nLine ResponseResponseResponse - - - - - - - ABIELocation. DetailsInformation about a location.Location - - - - - BBIELocation. IdentifierThe unique identifier for the location, e.g., the EAN Location Number, GLN.0..1LocationIdentifierIdentifierIdentifier. Type5790002221134 - - - - - BBIELocation. Description. TextThe description or name of the location.0..1LocationDescriptionTextText. Type - - - - - BBIELocation. Conditions. TextConditions describing the location.0..1LocationConditionsTextText. Type - - - - - BBIELocation. Country Subentity. TextA territorial division of a country, such as a county or state.0..1LocationCountry SubentityTextText. TypeAdministrativeArea, State, Country, Shire, Canton"Florida","Tamilnadu" - - - - - BBIELocation. Country Subentity Code. CodeThe territorial division of a country, such as a county or state, expressed as a code.0..1LocationCountry Subentity CodeCodeCode. TypeAdministrativeAreaCode, State Code - - - - - ASBIELocation. Validity_ Period. PeriodPeriod(s) in which the location can be used, e.g., for delivery.0..nLocationValidityPeriodPeriod - - - - - ASBIELocation. AddressAssociation to the address of the location.0..1LocationAddressAddress - - - - - - - ABIELocation Coordinate. DetailsInformation about physical (geographical) location.Location Coordinate - - - - - BBIELocation Coordinate. Coordinate System Code. CodeAn identifier for the location system used.0..1Location CoordinateCoordinate System CodeCodeCode. Type - - - - - BBIELocation Coordinate. Latitude_ Degrees. MeasureThe measure of latitude in degrees.0..1Location CoordinateLatitudeDegreesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Latitude_ Minutes. MeasureThe measure of latitude in minutes.0..1Location CoordinateLatitudeMinutesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Latitude Direction Code. CodeThe direction of latitude measurement from the equator.0..1Location CoordinateLatitude Direction CodeCodeLatitude Direction_ Code. Type - - - - - BBIELocation Coordinate. Longitude_ Degrees. MeasureThe measure of longitude in degrees.0..1Location CoordinateLongitudeDegreesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Longitude_ Minutes. MeasureThe measure of longitude in minutes.0..1Location CoordinateLongitudeMinutesMeasureMeasure. Type - - - - - BBIELocation Coordinate. Longitude Direction Code. CodeThe direction of longitude measurement from the meridian.0..1Location CoordinateLongitude Direction CodeCodeLongitude Direction_ Code. Type - - - - - - - ABIELot Identification. DetailsInformation about a lot (of Item Instances).Lot Identification - - - - - BBIELot Identification. Lot Number. IdentifierIdentifies the lot.0..1Lot IdentificationLot NumberIdentifierIdentifier. Type - - - - - BBIELot Identification. Expiry Date. DateThe expiry date of the lot.0..1Lot IdentificationExpiry DateDateDate. Type - - - - - ASBIELot Identification. Additional_ Item Property. Item PropertyAn association to Additional Item Property.0..nLot IdentificationAdditionalItem PropertyItem Property - - - - - - - ABIEMaritime Transport. DetailsDescribes a water (including sea, river, and canal) transport vessel.Maritime Transport - - - - - BBIEMaritime Transport. Vessel Identifier. IdentifierIdentifies a specific vessel.0..1Maritime TransportVessel IdentifierIdentifierIdentifier. TypeLloyds Number, Registration Number (WCO ID 167)International Maritime Organisation number of a vessel - - - - - BBIEMaritime Transport. Vessel Name. NameThe name of the vessel.0..1Maritime TransportVessel NameNameName. TypeShips Name - - - - - - - ABIEMonetary Total. DetailsInformation about Monetary Totals.Monetary Total - - - - - BBIEMonetary Total. Line Extension Amount. AmountThe total of Line Extension Amounts net of tax and settlement discounts, but inclusive of any applicable rounding amount.0..1Monetary TotalLine Extension AmountAmountAmount. Type - - - - - BBIEMonetary Total. Tax Exclusive Amount. AmountThe total amount exclusive of taxes.0..1Monetary TotalTax Exclusive AmountAmountAmount. Type - - - - - BBIEMonetary Total. Tax Inclusive Amount. AmountThe total amount inclusive of taxes.0..1Monetary TotalTax Inclusive AmountAmountAmount. Type - - - - - BBIEMonetary Total. Allowance Total Amount. AmountThe total amount of all allowances.0..1Monetary TotalAllowance Total AmountAmountAmount. Type - - - - - BBIEMonetary Total. Charge Total Amount. AmountThe total amount of all charges.0..1Monetary TotalCharge Total AmountAmountAmount. Type - - - - - BBIEMonetary Total. Prepaid Amount. AmountThe total prepaid amount.0..1Monetary TotalPrepaid AmountAmountAmount. Type - - - - - BBIEMonetary Total. Payable_ Rounding Amount. AmountThe rounding amount (positive or negative) added to the calculated Line Extension Total Amount to produce the rounded Line Extension Total Amount.0..1Monetary TotalPayableRounding AmountAmountAmount. Type - - - - - BBIEMonetary Total. Payable_ Amount. AmountThe total amount to be paid.1Monetary TotalPayableAmountAmountAmount. Type - - - - - - - ABIEOrdered Shipment. DetailsInformation about an Ordered Shipment.Ordered Shipment - - - - - ASBIEOrdered Shipment. ShipmentAn association to Shipment.1Ordered ShipmentShipmentShipment - - - - - ASBIEOrdered Shipment. PackageAn association to Package.0..nOrdered ShipmentPackagePackage - - - - - - - ABIEOrder Line. DetailsInformation about an Order Line.Order Line - - - - - BBIEOrder Line. Substitution Status Code. CodeA code indicating the substitution status of the Order Line. Order Line may indicate that a substitute is proposed by the buyer or by the seller (in Order Response) or that a substitution has been made by the seller (in Order Response).0..1Order LineSubstitution Status CodeCodeSubstitution Status_ Code. Type - - - - - BBIEOrder Line. Note. TextFree-form text applying to the Order Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Order LineNoteTextText. Type - - - - - ASBIEOrder Line. Line ItemAn association to Line Item.1Order LineLine ItemLine Item - - - - - ASBIEOrder Line. Seller Proposed Substitute_ Line Item. Line ItemSubstitute Line Items proposed by the seller (in Order Response).0..nOrder LineSeller Proposed SubstituteLine ItemLine Item - - - - - ASBIEOrder Line. Seller Substituted_ Line Item. Line ItemItem(s) replaced by the seller. The original ordered quantity and pricing may be different from the substituted item. However, when an item is substituted by the seller, it is assumed that other information, such as shipment details, will be the same.0..nOrder LineSeller SubstitutedLine ItemLine Item - - - - - ASBIEOrder Line. Buyer Proposed Substitute_ Line Item. Line ItemPossible alternatives, proposed by the buyer, to the Line Item.0..nOrder LineBuyer Proposed SubstituteLine ItemLine Item - - - - - ASBIEOrder Line. Catalogue_ Line Reference. Line ReferenceAn associative reference to Catalogue Line.0..1Order LineCatalogueLine ReferenceLine Reference - - - - - ASBIEOrder Line. Quotation_ Line Reference. Line Referencean associative reference to Quotation Line.0..1Order LineQuotationLine ReferenceLine Reference - - - - - ASBIEOrder Line. Document ReferenceAn association to Document Reference.0..nOrder LineDocument ReferenceDocument Reference - - - - - - - ABIEOrder Line Reference. DetailsInformation about an Order Line Reference.Order Line Reference - - - - - BBIEOrder Line Reference. Line Identifier. IdentifierIdentifies the referenced Order Line assigned by the buyer.1Order Line ReferenceLine IdentifierIdentifierIdentifier. Type - - - - - BBIEOrder Line Reference. Sales Order_ Line Identifier. IdentifierIdentifies the referenced Order Line assigned by the seller.0..1Order Line ReferenceSales OrderLine IdentifierIdentifierIdentifier. Type - - - - - BBIEOrder Line Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Order Line ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIEOrder Line Reference. Line Status Code. CodeIdentifies the status of the referenced Order Line with respect to its original state.0..1Order Line ReferenceLine Status CodeCodeLine Status_ Code. Type - - - - - ASBIEOrder Line Reference. Order ReferenceAn association to Order Reference.0..1Order Line ReferenceOrder ReferenceOrder Reference - - - - - - - ABIEOrder Reference. DetailsInformation about an Order Reference.Order Reference - - - - - BBIEOrder Reference. IdentifierIdentifies the referenced Order assigned by the buyer.1Order ReferenceIdentifierIdentifierIdentifier. Type"PO-001" "3333-44-123" - - - - - BBIEOrder Reference. Sales Order Identifier. IdentifierIdentifies the referenced Order assigned by the seller.0..1Order ReferenceSales Order IdentifierIdentifierIdentifier. Type - - - - - BBIEOrder Reference. Copy_ Indicator. IndicatorIndicates whether the referenced Order is a copy (true) or the original (false).0..1Order ReferenceCopyIndicatorIndicatorIndicator. Type - - - - - BBIEOrder Reference. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Order ReferenceUUIDIdentifierIdentifier. Type - - - - - BBIEOrder Reference. Issue Date. DateThe date on which the referenced Order was issued.0..1Order ReferenceIssue DateDateDate. Type - - - - - BBIEOrder Reference. Issue Time. TimeThe time at which the referenced Order was issued.0..1Order ReferenceIssue TimeTimeTime. Type - - - - - BBIEOrder Reference. Customer_ Reference. TextA reference used (CRI) for tagging purchasing card transactions.0..1Order ReferenceCustomerReferenceTextText. TypeCustomer Reference Identifier (CRI) when using a puchasing card - - - - - ASBIEOrder Reference. Document ReferenceAn association to Document Reference.0..1Order ReferenceDocument ReferenceDocument Reference - - - - - - - ABIEPackage. DetailsInformation about a package.Package - - - - - BBIEPackage. IdentifierIdentifies the package.0..1PackageIdentifierIdentifierIdentifier. Type - - - - - BBIEPackage. QuantityThe quantity (of items) contained in the package.0..1PackageQuantityQuantityQuantity. Type - - - - - BBIEPackage. Returnable Material_ Indicator. IndicatorIndicates whether the packaging material is returnable (true) or not (false).0..1PackageReturnable MaterialIndicatorIndicatorIndicator. Type - - - - - BBIEPackage. Package Level Code. CodeCode specifying a level of packaging.0..1PackagePackage Level CodeCodeCode. Type - - - - - BBIEPackage. Packaging Type Code. CodeCode specifying the type of packaging of an item.0..1PackagePackaging Type CodeCodePackaging Type_ Code. TypePackage classification code - - - - - BBIEPackage. Packing Material. TextDescription of the type of packaging of an item.0..nPackagePacking MaterialTextText. Type - - - - - ASBIEPackage. Contained_ Package. PackageAn association to Contained Package; used to describe a package within a package.0..nPackageContainedPackagePackage - - - - - ASBIEPackage. Goods ItemAn association to Goods Item.0..nPackageGoods ItemGoods Item - - - - - ASBIEPackage. Measurement_ Dimension. DimensionAn association to describe the measurement dimensions of the package.0..nPackageMeasurementDimensionDimension - - - - - ASBIEPackage. Delivery UnitAn association to Delivery Units in the package.0..nPackageDelivery UnitDelivery Unit - - - - - - - ABIEParty. DetailsInformation about an organization, sub-organization, or individual fulfilling a role in a business process.Party - - - - - BBIEParty. Mark Care_ Indicator. IndicatorIndicates whether a party is C/O (care of).0..1PartyMark CareIndicatorIndicatorIndicator. Type - - - - - BBIEParty. Mark Attention_ Indicator. IndicatorIndicates whether a party is 'FAO' (for the attention of).0..1PartyMark AttentionIndicatorIndicatorIndicator. Type - - - - - BBIEParty. Website_ URI. IdentifierThe Uniform Resource Identifier (URI) of the party.0..1PartyWebsiteURIIdentifierIdentifier. Type - - - - - BBIEParty. Logo Reference. IdentifierA party's logo.0..1PartyLogo ReferenceIdentifierIdentifier. Typehttp://www2.coca-cola.com/images/logo.gif - - - - - BBIEParty. Endpoint Identifier. IdentifierIdentifies the end point of the routing service, e.g., EAN Location Number, GLN.0..1PartyEndpoint IdentifierIdentifierIdentifier. Type5790002221134 - - - - - ASBIEParty. Party IdentificationAn association to Party Identification.0..nPartyParty IdentificationParty Identification - - - - - ASBIEParty. Party NameAn association to Party Name.0..nPartyParty NameParty Name - - - - - ASBIEParty. LanguageAn association to Language.0..1PartyLanguageLanguage - - - - - ASBIEParty. Postal_ Address. AddressThe party's postal address.0..1PartyPostalAddressAddress - - - - - ASBIEParty. Physical_ Location. LocationThe party's physical location.0..1PartyPhysicalLocationLocation - - - - - ASBIEParty. Party Tax SchemeAn association to Party Tax Scheme.0..nPartyParty Tax SchemeParty Tax Scheme - - - - - ASBIEParty. Party Legal EntityAn association to Party Legal Entity.0..nPartyParty Legal EntityParty Legal Entity - - - - - ASBIEParty. ContactAn association to Contact.0..1PartyContactContact - - - - - ASBIEParty. PersonAn association to a person.0..1PartyPersonPerson - - - - - ASBIEParty. Agent_ Party. PartyAn association to another party who acts as an agent for this party.0..1PartyAgentPartyParty - - - - - - - ABIEParty Identification. DetailsInformation about a party's identification.Party Identification - - - - - BBIEParty Identification. IdentifierIdentifies a party.1Party IdentificationIdentifierIdentifierIdentifier. Type - - - - - - - ABIEParty Legal Entity. DetailsInformation directly relating to the legal registration that is applicable to a party.Party Legal Entity - - - - - BBIEParty Legal Entity. Registration_ Name. NameThe name of a party as registered with the legal authority.0..1Party Legal EntityRegistrationNameNameName. Type"Microsoft Corporation" - - - - - BBIEParty Legal Entity. Company Identifier. IdentifierIdentifies a company as registered with the company registration scheme.0..1Party Legal EntityCompany IdentifierIdentifierIdentifier. TypeBusiness Registration Number, Company Number"3556625" - - - - - ASBIEParty Legal Entity. Registration_ Address. AddressAssociates with the registered address of the party within a Corporate Registration Scheme.0..1Party Legal EntityRegistrationAddressAddress - - - - - ASBIEParty Legal Entity. Corporate Registration SchemeAssociates the party with a Corporate Registration Scheme.0..1Party Legal EntityCorporate Registration SchemeCorporate Registration Scheme - - - - - - - ABIEParty Name. DetailsInformation about a party's name.Party Name - - - - - BBIEParty Name. NameThe name of the party.1Party NameNameNameName. Type"Microsoft" - - - - - - - ABIEParty Tax Scheme. DetailsInformation about a party's Tax Scheme.Party Tax Scheme - - - - - BBIEParty Tax Scheme. Registration_ Name. NameThe official name of the party as registered with the relevant fiscal authority.0..1Party Tax SchemeRegistrationNameNameName. Type"Microsoft Corporation" - - - - - BBIEParty Tax Scheme. Company Identifier. IdentifierThe identifier assigned for tax purposes to a party by the taxation authority.0..1Party Tax SchemeCompany IdentifierIdentifierIdentifier. TypeVAT Number"3556625" - - - - - BBIEParty Tax Scheme. Tax Level Code. CodeThe section or role within the tax scheme that applies to the party.0..1Party Tax SchemeTax Level CodeCodeCode. Type - - - - - BBIEParty Tax Scheme. Exemption Reason Code. CodeA reason for a party's exemption from tax, expressed as a code.0..1Party Tax SchemeExemption Reason CodeCodeCode. Type - - - - - BBIEParty Tax Scheme. Exemption_ Reason. TextA reason for a party's exemption from tax, expressed as text.0..1Party Tax SchemeExemptionReasonTextText. Type - - - - - ASBIEParty Tax Scheme. Registration_ Address. AddressAn association to Registered Address (for tax purposes).0..1Party Tax SchemeRegistrationAddressAddress - - - - - ASBIEParty Tax Scheme. Tax SchemeAn association to Tax Scheme.1Party Tax SchemeTax SchemeTax Scheme - - - - - - - ABIEPayment. DetailsInformation directly relating to a specific payment.Payment - - - - - BBIEPayment. IdentifierIdentifies the payment.0..1PaymentIdentifierIdentifierIdentifier. Type - - - - - BBIEPayment. Paid_ Amount. AmountThe amount paid.0..1PaymentPaidAmountAmountAmount. Type - - - - - BBIEPayment. Received_ Date. DateThe date on which the payment was received.0..1PaymentReceivedDateDateDate. Type - - - - - BBIEPayment. Paid_ Date. DateThe date at which the payment was made.0..1PaymentPaidDateDateDate. Type - - - - - BBIEPayment. Paid_ Time. TimeThe time at which the payment was made.0..1PaymentPaidTimeTimeTime. Type - - - - - BBIEPayment. Instruction Identifier. IdentifierIdentifies the Payment Instruction.0..1PaymentInstruction IdentifierIdentifierIdentifier. Type - - - - - - - ABIEPayment Means. DetailsInformation about Payment Means.Payment Means - - - - - BBIEPayment Means. IdentifierIdentifies the Payment Means.0..1Payment MeansIdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Means. Payment Means Code. CodeThe Payment Means expressed as a code1Payment MeansPayment Means CodeCodePayment Means_ Code. Type - - - - - BBIEPayment Means. Payment Due Date. DateThe date on which payment is due for the Payment Means.0..1Payment MeansPayment Due DateDateDate. Type - - - - - BBIEPayment Means. Payment Channel Code. CodeThe Payment Channel, expressed as a code.0..1Payment MeansPayment Channel CodeCodeCode. Type - - - - - BBIEPayment Means. Instruction Identifier. IdentifierIdentifies the Payment Instruction.0..1Payment MeansInstruction IdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Means. Instruction_ Note. TextFree-form text applying to the Payment.0..nPayment MeansInstructionNoteTextText. Type - - - - - BBIEPayment Means. Payment Identifier. IdentifierIdentifies the Payment(s).0..nPayment MeansPayment IdentifierIdentifierIdentifier. Type - - - - - ASBIEPayment Means. Card AccountAn association to Card Account.0..1Payment MeansCard AccountCard Account - - - - - ASBIEPayment Means. Payer_ Financial Account. Financial AccountAn association to the payer's Financial Account.0..1Payment MeansPayerFinancial AccountFinancial Account - - - - - ASBIEPayment Means. Payee_ Financial Account. Financial AccountAn association to the payee's Financial Account.0..1Payment MeansPayeeFinancial AccountFinancial Account - - - - - ASBIEPayment Means. Credit AccountAn association to Credit Account.0..1Payment MeansCredit AccountCredit Account - - - - - - - ABIEPayment Terms. DetailsInformation about Payment Terms.Payment Terms - - - - - BBIEPayment Terms. IdentifierIdentifies the Payment Terms.0..1Payment TermsIdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Terms. Payment Means Identifier. IdentifierIdentifies the applicable Payment Means.0..1Payment TermsPayment Means IdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Terms. Prepaid Payment Reference Identifier. IdentifierIdentifies prepaid payment.0..1Payment TermsPrepaid Payment Reference IdentifierIdentifierIdentifier. Type - - - - - BBIEPayment Terms. Note. TextFree-form text applying to the Payment Terms. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..nPayment TermsNoteTextText. Type - - - - - BBIEPayment Terms. Reference_ Event Code. CodeThe event from which terms are offered for a length of time, identified by a standard code.0..1Payment TermsReferenceEvent CodeCodeCode. Type - - - - - BBIEPayment Terms. Settlement_ Discount Percent. PercentThe settlement discount rate (percentage) offered for payment within the settlement period.0..1Payment TermsSettlementDiscount PercentPercentPercent. Type - - - - - BBIEPayment Terms. Penalty_ Surcharge Percent. PercentThe penalty rate (percentage) charged for late payment.0..1Payment TermsPenaltySurcharge PercentPercentPercent. Type - - - - - BBIEPayment Terms. AmountThe payment amount for the Payment Terms.0..1Payment TermsAmountAmountAmount. Type - - - - - ASBIEPayment Terms. Settlement_ Period. PeriodAn association to Settlement Period.0..1Payment TermsSettlementPeriodPeriod - - - - - ASBIEPayment Terms. Penalty_ Period. PeriodAn association to Penalty Period.0..1Payment TermsPenaltyPeriodPeriod - - - - - - - ABIEPeriod. DetailsInformation about a period of time.Period - - - - - BBIEPeriod. Start Date. DateThe start date of the period.0..1PeriodStart DateDateDate. Type - - - - - BBIEPeriod. Start Time. TimeThe start time of the period.0..1PeriodStart TimeTimeTime. Type - - - - - BBIEPeriod. End Date. DateThe end date of the period.0..1PeriodEnd DateDateDate. Type - - - - - BBIEPeriod. End Time. TimeThe end time of the period.0..1PeriodEnd TimeTimeTime. Type - - - - - BBIEPeriod. Duration. MeasureThe duration of a period, expressed as a code; ISO 8601.0..1PeriodDurationMeasureMeasure. Type - - - - - BBIEPeriod. Description Code. CodeA description of the period, expressed as a code.0..nPeriodDescription CodeCodeCode. Type - - - - - BBIEPeriod. Description. TextA description of the period.0..nPeriodDescriptionTextText. Type - - - - - - - ABIEPerson. DetailsInformation about a person.Person - - - - - BBIEPerson. First_ Name. NameA person's forename or first name.0..1PersonFirstNameNameName. Type - - - - - BBIEPerson. Family_ Name. NameA person's surname or family name.0..1PersonFamilyNameNameName. Type - - - - - BBIEPerson. Title. TextA person's title of address, e.g., Mr, Ms, Dr, Sir.0..1PersonTitleTextText. Type - - - - - BBIEPerson. Middle_ Name. NameA person's middle name(s) and/or initial(s).0..1PersonMiddleNameNameName. Type - - - - - BBIEPerson. Name Suffix. TextA suffix to a person's name, e.g., PhD, OBE, Jnr.0..1PersonName SuffixTextText. Type - - - - - BBIEPerson. Job Title. TextA person's job title within an organization (for a particular role).0..1PersonJob TitleTextText. Type - - - - - BBIEPerson. Organization_ Department. TextThe department or subdivision of an organization that the person belongs to (for a particular role).0..1PersonOrganizationDepartmentTextText. Type - - - - - - - ABIEPhysical Attribute. DetailsInformation about physical attributes.Physical Attribute - - - - - BBIEPhysical Attribute. Attribute Identifier. IdentifierIdentifies the physical attribute.1Physical AttributeAttribute IdentifierIdentifierIdentifier. Type"colour" "style" - - - - - BBIEPhysical Attribute. Position Code. CodeThe position of the physical attribute, expressed as a code.0..1Physical AttributePosition CodeCodeCode. Type - - - - - BBIEPhysical Attribute. Description Code. CodeThe description of the physical attribute, expressed as a code.0..1Physical AttributeDescription CodeCodeCode. Type"XXL","Small" - - - - - BBIEPhysical Attribute. Description. TextThe description of the physical attribute, expressed as text.0..nPhysical AttributeDescriptionTextText. Type - - - - - - - ABIEPrice. DetailsInformation about the price.Price - - - - - BBIEPrice. Price Amount. AmountThe price amount.1PricePrice AmountAmountAmount. Typeunit price23.45 - - - - - BBIEPrice. Base_ Quantity. QuantityThe actual quantity to which the price applies.0..1PriceBaseQuantityQuantityQuantity. Type - - - - - BBIEPrice. Price Change_ Reason. TextThe reason for the price change, expressed as text.0..nPricePrice ChangeReasonTextText. Type"Clearance of old stock", "New contract applies" - - - - - BBIEPrice. Price Type Code. CodeThe price type, expressed as a code.0..1PricePrice Type CodeCodeCode. Type - - - - - BBIEPrice. Price Type. TextThe price type, expressed as text.0..1PricePrice TypeTextText. Typeretail, wholesale, discount, contract - - - - - BBIEPrice. Orderable Unit Factor. RateThe factor by which the base price unit can be converted to the orderable unit.0..1PriceOrderable Unit FactorRateRate. TypeNails are priced by weight but ordered by quantity. So this would say how many nails per kilo - - - - - ASBIEPrice. Validity_ Period. PeriodAn association to Validity Period.0..nPriceValidityPeriodPeriod - - - - - ASBIEPrice. Price ListA reference to a Price List.0..1PricePrice ListPrice List - - - - - ASBIEPrice. Allowance ChargeAn association to Allowance Charge.0..nPriceAllowance ChargeAllowance Charge - - - - - - - ABIEPrice List. DetailsInformation about a Price List.Price List - - - - - BBIEPrice List. IdentifierIdentifies the Price List.0..1Price ListIdentifierIdentifierIdentifier. Type - - - - - BBIEPrice List. Status Code. CodeIdentifies whether the price list is an 'original', 'copy', 'revision', or 'cancellation'.0..1Price ListStatus CodeCodeCode. Type"new - announcement only", "new and available", "deleted - announcement only" - - - - - ASBIEPrice List. Validity_ Period. PeriodAn association to Validity Period.0..nPrice ListValidityPeriodPeriod - - - - - ASBIEPrice List. Previous_ Price List. Price ListAn association to Previous Price List.0..1Price ListPreviousPrice ListPrice List - - - - - - - ABIEPricing Reference. DetailsA reference to Pricing Information.Pricing Reference - - - - - ASBIEPricing Reference. Original_ Item Location Quantity. Item Location QuantityAn association to the original Item Location Quantity.0..1Pricing ReferenceOriginalItem Location QuantityItem Location Quantity - - - - - ASBIEPricing Reference. Alternative Condition_ Price. PriceThe price expressed in terms other than the actual price, e.g., the list price v. the contracted price, or the price in bags v. the price in kilos, or the list price in bags v. the contracted price in kilos.0..nPricing ReferenceAlternative ConditionPricePrice - - - - - - - ABIEQuotation Line. DetailsInformation about a Quotation Line.Quotation Line - - - - - BBIEQuotation Line. IdentifierIdentifies the Quotation Line Item.0..1Quotation LineIdentifierIdentifierIdentifier. Type - - - - - BBIEQuotation Line. Note. TextFree-form text applying to the Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Quotation LineNoteTextText. Type - - - - - BBIEQuotation Line. QuantityThe quantity of the item quoted.0..1Quotation LineQuantityQuantityQuantity. Type - - - - - BBIEQuotation Line. Line Extension Amount. AmountThe total amount for the Quotation Line, including Allowance Charges but net of taxes.0..1Quotation LineLine Extension AmountAmountAmount. Type - - - - - BBIEQuotation Line. Total_ Tax Amount. AmountThe total tax amount for the Quotation Line.0..1Quotation LineTotalTax AmountAmountAmount. Type - - - - - ASBIEQuotation Line. Document ReferenceAn association to Document Reference.0..nQuotation LineDocument ReferenceDocument Reference - - - - - ASBIEQuotation Line. Line ItemAn association to Line Item.1Quotation LineLine ItemLine Item - - - - - ASBIEQuotation Line. Seller Proposed Substitute_ Line Item. Line ItemAn association to a proposed substitute Line Item.0..nQuotation LineSeller Proposed SubstituteLine ItemLine Item - - - - - - - ABIERail Transport. DetailsDescribes a train.Rail Transport - - - - - BBIERail Transport. Train Identifier. IdentifierIdentifies a train.1Rail TransportTrain IdentifierIdentifierIdentifier. TypeTrain Number (WCO ID 167) - - - - - BBIERail Transport. Rail Car Identifier. IdentifierIdentifies the rail car on the train used for the means of transport.0..1Rail TransportRail Car IdentifierIdentifierIdentifier. Type - - - - - - - ABIEReceipt Line. DetailsInformation about a Receipt Line.Receipt Line - - - - - BBIEReceipt Line. IdentifierIdentifies the Receipt Line.1Receipt LineIdentifierIdentifierIdentifier. Type - - - - - BBIEReceipt Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Receipt LineUUIDIdentifierIdentifier. Type - - - - - BBIEReceipt Line. Note. TextFree-form text applying to the Receipt Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Receipt LineNoteTextText. Type - - - - - BBIEReceipt Line. Received_ Quantity. QuantityThe quantity received.0..1Receipt LineReceivedQuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Short_ Quantity. QuantityThe quantity received short; the difference between the quantity reported despatched and the quantity actually received.0..1Receipt LineShortQuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Shortage Action Code. CodeThe action that the Delivery Party wishes the Despatch Party to take as a result of the shortage, expressed as a code.0..1Receipt LineShortage Action CodeCodeCode. Type - - - - - BBIEReceipt Line. Rejected_ Quantity. QuantityThe quantity rejected.0..1Receipt LineRejectedQuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Reject Reason Code. CodeThe reason for rejection, expressed as a code.0..1Receipt LineReject Reason CodeCodeCode. Type - - - - - BBIEReceipt Line. Reject_ Reason. TextThe reason for rejection.0..1Receipt LineRejectReasonTextText. Type - - - - - BBIEReceipt Line. Reject Action Code. CodeThe action that the Delivery Party wishes the Despatch Party to take as a result of the rejection, expressed as a code.0..1Receipt LineReject Action CodeCodeCode. Type - - - - - BBIEReceipt Line. Oversupply Quantity. QuantityThe quanitity over-supplied i.e. the quantity over and above that ordered.0..1Receipt LineOversupply QuantityQuantityQuantity. Type - - - - - BBIEReceipt Line. Received_ Date. DateThe date on which the good/services are received.0..1Receipt LineReceivedDateDateDate. Type - - - - - BBIEReceipt Line. Timing Complaint Code. CodeA complaint about the timing of delivery, expressed as a code.0..1Receipt LineTiming Complaint CodeCodeCode. Type - - - - - BBIEReceipt Line. Timing Complaint. TextA complaint about the timing of delivery.0..1Receipt LineTiming ComplaintTextText. Type - - - - - ASBIEReceipt Line. Order Line ReferenceAn association to Order Line Reference.0..1Receipt LineOrder Line ReferenceOrder Line Reference - - - - - ASBIEReceipt Line. Despatch_ Line Reference. Line ReferenceAn associative reference to Despatch Line.0..nReceipt LineDespatchLine ReferenceLine Reference - - - - - ASBIEReceipt Line. Document ReferenceAn association to Document Reference.0..nReceipt LineDocument ReferenceDocument Reference - - - - - ASBIEReceipt Line. ItemAn association to Item.0..nReceipt LineItemItem - - - - - ASBIEReceipt Line. ShipmentAn association to Shipment.0..nReceipt LineShipmentShipment - - - - - - - ABIERelated Item. DetailsInformation about the relationship between two items.Related Item - - - - - BBIERelated Item. IdentifierAn identifier for the related item.0..1Related ItemIdentifierIdentifierIdentifier. Type"First", "Second" - - - - - BBIERelated Item. QuantityThe quantity that applies to the relationship.0..1Related ItemQuantityQuantityQuantity. Type"6", "10mg per Kilo" - - - - - BBIERelated Item. Description. TextA description for the relationship.0..nRelated ItemDescriptionTextText. Type"If used in wet conditions or extreme environments" - - - - - - - ABIEReminder Line. DetailsInformation about a Line on a Reminder document.Reminder Line - - - - - BBIEReminder Line. IdentifierIdentifies the Reminder Line.1Reminder LineIdentifierIdentifierIdentifier. Type - - - - - BBIEReminder Line. Note. TextFree-form text applying to the Reminder Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Reminder LineNoteTextText. Type - - - - - BBIEReminder Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Reminder LineUUIDIdentifierIdentifier. Type - - - - - BBIEReminder Line. Balance Brought Forward_ Indicator. IndicatorIf true, indicates that the Remonder Line contains a balance brought forward.0..1Reminder LineBalance Brought ForwardIndicatorIndicatorIndicator. Type - - - - - BBIEReminder Line. Debit_ Line Amount. AmountThe amount debited on the Reminder Line.0..1Reminder LineDebitLine AmountAmountAmount. Type - - - - - BBIEReminder Line. Credit_ Line Amount. AmountThe amount credited on the Reminder Line.0..1Reminder LineCreditLine AmountAmountAmount. Type - - - - - BBIEReminder Line. Accounting Cost Code. CodeThe buyer's accounting code applied to the Reminder Line.0..1Reminder LineAccounting Cost CodeCodeCode. Type - - - - - BBIEReminder Line. Accounting Cost. TextThe buyer's accounting code applied to the Reminder Line, expressed as text.0..1Reminder LineAccounting CostTextText. Type - - - - - ASBIEReminder Line. Reminder_ Period. PeriodAn association to Period.0..nReminder LineReminderPeriodPeriod - - - - - ASBIEReminder Line. Billing ReferenceAn association to Billing Reference0..nReminder LineBilling ReferenceBilling Reference - - - - - ASBIEReminder Line. Exchange RateAn association to Exchange Rate (between the Reminder Line Currency and the Related Document currency).0..1Reminder LineExchange RateExchange Rate - - - - - - - ABIERemittance Advice Line. DetailsInformation about a Line on a Remittance Advice.Remittance Advice Line - - - - - BBIERemittance Advice Line. IdentifierIdentifies the Remittance Advice Line.1Remittance Advice LineIdentifierIdentifierIdentifier. Type - - - - - BBIERemittance Advice Line. Note. TextFree-form text applying to the Remittance Advice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Remittance Advice LineNoteTextText. Type - - - - - BBIERemittance Advice Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Remittance Advice LineUUIDIdentifierIdentifier. Type - - - - - BBIERemittance Advice Line. Debit_ Line Amount. AmountThe amount debited on the Remittance Advice Line.0..1Remittance Advice LineDebitLine AmountAmountAmount. Type - - - - - BBIERemittance Advice Line. Credit_ Line Amount. AmountThe amount credited on the Remittance Advice Line.0..1Remittance Advice LineCreditLine AmountAmountAmount. Type - - - - - BBIERemittance Advice Line. Balance Amount. AmountThe balance amount on the Remittance Advice Line.0..1Remittance Advice LineBalance AmountAmountAmount. Type - - - - - ASBIERemittance Advice Line. Accounting_ Supplier Party. Supplier PartyAn association to Supplier Accounting Party.0..1Remittance Advice LineAccountingSupplier PartySupplier Party - - - - - ASBIERemittance Advice Line. Accounting_ Customer Party. Customer PartyAn association to Customer Accounting Party.0..1Remittance Advice LineAccountingCustomer PartyCustomer Party - - - - - ASBIERemittance Advice Line. Buyer_ Customer Party. Customer PartyAn association to Buyer.0..1Remittance Advice LineBuyerCustomer PartyCustomer Party - - - - - ASBIERemittance Advice Line. Seller_ Supplier Party. Supplier PartyAn association to Seller.0..1Remittance Advice LineSellerSupplier PartySupplier Party - - - - - ASBIERemittance Advice Line. Originator_ Customer Party. Customer PartyAn association to Originator.0..1Remittance Advice LineOriginatorCustomer PartyCustomer Party - - - - - ASBIERemittance Advice Line. Payee_ Party. PartyAn association to Payee.0..1Remittance Advice LinePayeePartyParty - - - - - ASBIERemittance Advice Line. Invoice_ Period. PeriodAn association to Invoice Period.0..nRemittance Advice LineInvoicePeriodPeriod - - - - - ASBIERemittance Advice Line. Billing ReferenceAn association to Billing Reference.0..nRemittance Advice LineBilling ReferenceBilling Reference - - - - - ASBIERemittance Advice Line. Document ReferenceAn association to Document Reference.0..nRemittance Advice LineDocument ReferenceDocument Reference - - - - - ASBIERemittance Advice Line. Exchange RateAn association to Exchange Rate (between the Remittance Advice Line currency and the Related Document currency).0..1Remittance Advice LineExchange RateExchange Rate - - - - - - - ABIERequest For Quotation Line. DetailsInformation about a Line on a Request For Quotation.Request For Quotation Line - - - - - BBIERequest For Quotation Line. IdentifierIdentifies the Request For Quotation Line.0..1Request For Quotation LineIdentifierIdentifierIdentifier. Type - - - - - BBIERequest For Quotation Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Request For Quotation LineUUIDIdentifierIdentifier. Type - - - - - BBIERequest For Quotation Line. Note. TextFree-form text applying to the Request For Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Request For Quotation LineNoteTextText. Type - - - - - ASBIERequest For Quotation Line. Document ReferenceAn association to Document Reference.0..nRequest For Quotation LineDocument ReferenceDocument Reference - - - - - ASBIERequest For Quotation Line. Line ItemAn association to Line Item.1Request For Quotation LineLine ItemLine Item - - - - - - - ABIEResponse. DetailsInformation about responses to a document (at the application level).Response - - - - - BBIEResponse. Reference. IdentifierIdentifies the section (or line) of the document to which the response applies.1ResponseReferenceIdentifierIdentifier. Type - - - - - BBIEResponse. Response Code. CodeA code for the description of the response to the transaction document.0..1ResponseResponse CodeCodeCode. Type - - - - - BBIEResponse. Description. TextThe description of the response to the transaction document.0..nResponseDescriptionTextText. Type - - - - - - - ABIERoad Transport. DetailsDescribes a road transport vehicle.Road Transport - - - - - BBIERoad Transport. License Plate Identifier. IdentifierIdentifies a specific vehicle.1Road TransportLicense Plate IdentifierIdentifierIdentifier. TypeVehicle registration number (WCO ID 167) - - - - - - - ABIESecondary Hazard. DetailsInformation about Secondary Hazard (related to a Hazardous Item).Secondary Hazard - - - - - BBIESecondary Hazard. IdentifierIdentifies the Secondary Hazard.0..1Secondary HazardIdentifierIdentifierIdentifier. Type - - - - - BBIESecondary Hazard. Placard Notation. TextThe placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport.0..1Secondary HazardPlacard NotationTextText. Type"5.1" - - - - - BBIESecondary Hazard. Placard Endorsement. TextThe placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport.0..1Secondary HazardPlacard EndorsementTextText. Type"2" - - - - - BBIESecondary Hazard. Emergency Procedures Code. CodeEmergency procedures for hazardous goods, expressed as a code.0..1Secondary HazardEmergency Procedures CodeCodeCode. TypeEMG code, EMS Page Number - - - - - BBIESecondary Hazard. Extension. TextAdditional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description.0..1Secondary HazardExtensionTextText. Type"N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" - - - - - - - ABIEShipment. DetailsInformation about a shipment.ShipmentConsignment - - - - - BBIEShipment. IdentifierIdentifies a shipment.1ShipmentIdentifierIdentifierIdentifier. TypeWaybill Number - - - - - BBIEShipment. Shipping Priority Level. CodeThe priority or level of service required for a shipment, expressed as a code.0..1ShipmentShipping Priority LevelCodeCode. TypeService Level, Service Priority - - - - - BBIEShipment. Handling Code. CodeThe handling required for a shipment, expressed as a code.0..1ShipmentHandling CodeCodeCode. TypeSpecial Handling - - - - - BBIEShipment. Handling_ Instructions. TextFree-form text describing Handling Instructions for a shipment.0..1ShipmentHandlingInstructionsTextText. Type - - - - - BBIEShipment. Information. TextFree-form text applying to a shipment. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1ShipmentInformationTextText. Type - - - - - BBIEShipment. Gross_ Weight. MeasureThe total gross weight of a shipment; the weight of the goods plus packaging plus transport equipment.0..1ShipmentGrossWeightMeasureMeasure. Type - - - - - BBIEShipment. Net_ Weight. MeasureThe total net weight of a shipment; the weight of the goods plus packaging.0..1ShipmentNetWeightMeasureMeasure. Type - - - - - BBIEShipment. Net Net_ Weight. MeasureThe weight of the goods net of packaging and transport equipment.0..1ShipmentNet NetWeightMeasureMeasure. Type - - - - - BBIEShipment. Gross_ Volume. MeasureThe total volume of the goods in a shipment plus packaging.0..1ShipmentGrossVolumeMeasureMeasure. Type - - - - - BBIEShipment. Net_ Volume. MeasureThe volume of a shipment net of packaging and transport equipment.0..1ShipmentNetVolumeMeasureMeasure. Type - - - - - BBIEShipment. Total_ Goods Item Quantity. QuantityCount of the total number of goods items within a shipment.0..1ShipmentTotalGoods Item QuantityQuantityQuantity. Type - - - - - BBIEShipment. Total_ Transport Handling Unit Quantity. QuantityCount of the number of pieces of transport handling equipment in a shipment, such as pallets, boxes, and cases.0..1ShipmentTotalTransport Handling Unit QuantityQuantityQuantity. TypeNumber of THUs - - - - - BBIEShipment. Insurance_ Value. AmountThe total sum covered by an insurance for the shipment.0..1ShipmentInsuranceValueAmountAmount. TypeValue Insured - - - - - BBIEShipment. Declared Customs_ Value. AmountAmount declared for customs purposes of those goods in a shipment which are subject to the same customs procedure, and have the same tariff/statistical heading, country information, and duty regime.0..1ShipmentDeclared CustomsValueAmountAmount. Type - - - - - BBIEShipment. Declared For Carriage_ Value. AmountValue, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery.0..1ShipmentDeclared For CarriageValueAmountAmount. TypeDeclared value for carriage, Interest in delivery - - - - - BBIEShipment. Declared Statistics_ Value. AmountValue declared for statistical purposes of those goods in a consignment which have the same statistical heading.0..1ShipmentDeclared StatisticsValueAmountAmount. TypeStatistical Value - - - - - BBIEShipment. Free On Board_ Value. AmountMonetary amount that has to be or has been paid as calculated under the applicable trade delivery.0..1ShipmentFree On BoardValueAmountAmount. TypeFOB Value - - - - - BBIEShipment. Special_ Instructions. TextSpecial instructions relating to a shipment.0..nShipmentSpecialInstructionsTextText. Type - - - - - BBIEShipment. Delivery_ Instructions. TextDelivery instructions relating to a shipment.0..nShipmentDeliveryInstructionsTextText. Type - - - - - BBIEShipment. Split Consignment_ Indicator. IndicatorIndicates whether the consignment has been split in transit.0..1ShipmentSplit ConsignmentIndicatorIndicatorIndicator. Type - - - - - ASBIEShipment. ConsignmentAn association to Consignment covering the shipment.1ShipmentConsignmentConsignment - - - - - ASBIEShipment. Goods ItemAn association to Goods Item (for Bulk Goods).0..nShipmentGoods ItemGoods Item - - - - - ASBIEShipment. Shipment StageAn association to Shipment Stage.0..nShipmentShipment StageShipment Stage - - - - - ASBIEShipment. DeliveryAn association to Delivery.0..1ShipmentDeliveryDelivery - - - - - ASBIEShipment. Transport Handling UnitAn association to Transport Handling Unit used for loose and containerized goods.0..nShipmentTransport Handling UnitTransport Handling Unit - - - - - ASBIEShipment. Origin_ Address. AddressAn association to the region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or of any other measure related to trade.0..1ShipmentOriginAddressAddress - - - - - ASBIEShipment. First Arrival Port_ Location. LocationIdentifies the first arrival location. This would be a port for sea, airport for air, and border post for land crossing.0..1ShipmentFirst Arrival PortLocationLocation - - - - - ASBIEShipment. Last Exit Port_ Location. LocationIdentifies the final exporting location. This would be a port for sea, airport for air, and border post for land crossing.0..1ShipmentLast Exit PortLocationLocation - - - - - ASBIEShipment. Export_ Country. CountryIdentifies the country from which the goods are originally exported without any commercial transaction taking place in intermediate countries.0..1ShipmentExportCountryCountry - - - - - ASBIEShipment. Freight_ Allowance Charge. Allowance ChargeCosts incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs).0..nShipmentFreightAllowance ChargeAllowance Charge - - - - - - - ABIEShipment Stage. DetailsInformation about a shipment stage.Shipment Stage - - - - - BBIEShipment Stage. IdentifierIdentifies a shipment stage.0..1Shipment StageIdentifierIdentifierIdentifier. Type"1","2", etc.. - - - - - BBIEShipment Stage. Transport Mode Code. CodeThe method of transport used for a shipment stage.0..1Shipment StageTransport Mode CodeCodeTransport Mode_ Code. Type - - - - - BBIEShipment Stage. Transport Means Type Code. CodeThe type of vehicle used for a shipment stage.0..1Shipment StageTransport Means Type CodeCodeCode. Type - - - - - BBIEShipment Stage. Transit_ Direction Code. CodeThe direction of transit for a shipment stage.0..1Shipment StageTransitDirection CodeCodeCode. Type - - - - - BBIEShipment Stage. Pre Carriage_ Indicator. IndicatorIndicates whether the stage is before the main carriage of the shipment.1Shipment StagePre CarriageIndicatorIndicatorIndicator. TypeTruck delivery to wharf - - - - - BBIEShipment Stage. On Carriage_ Indicator. IndicatorIndicates whether the stage is after the main carriage of the shipment.1Shipment StageOn CarriageIndicatorIndicatorIndicator. TypeTruck delivery from wharf - - - - - ASBIEShipment Stage. Transit_ Period. PeriodAn association to Transit Period.0..1Shipment StageTransitPeriodPeriod - - - - - ASBIEShipment Stage. Carrier_ Party. PartyAn association to Carrier.0..nShipment StageCarrierPartyParty - - - - - ASBIEShipment Stage. Transport MeansAn association to the means of transport.0..1Shipment StageTransport MeansTransport Means - - - - - ASBIEShipment Stage. Loading Port_ Location. LocationAn association to the port location of loading.0..1Shipment StageLoading PortLocationLocation - - - - - ASBIEShipment Stage. Unloading Port_ Location. LocationAn association to the port location of unloading.0..1Shipment StageUnloading PortLocationLocation - - - - - ASBIEShipment Stage. Transship Port_ Location. LocationAn association to the port location of transshipment.0..1Shipment StageTransship PortLocationLocation - - - - - - - ABIESignature. DetailsInformation about signature. A placeholder for signature.Signature - - - - - BBIESignature. IdentifierAn identifier for the Signature.1SignatureIdentifierIdentifierIdentifier. Type - - - - - BBIESignature. Note. TextFree form text about the signature or the circumstances where the signature has been used.0..1SignatureNoteTextText. Type - - - - - BBIESignature. Validation Date. DateSpecifies the date when the signature was approved.0..1SignatureValidation DateDateDate. Type - - - - - BBIESignature. Validation Time. TimeSpecifies the time when the signature was approved.0..1SignatureValidation TimeTimeTime. Type - - - - - BBIESignature. Validator Identifier. IdentifierIdentifies the organization, person, service or server that has validated the signature.0..1SignatureValidator IdentifierIdentifierIdentifier. Type - - - - - BBIESignature. Canonicalization Method. TextThe mathematical logic method used by the Signature.0..1SignatureCanonicalization MethodTextText. Type - - - - - BBIESignature. Signature Method. TextThe method of signature.0..1SignatureSignature MethodTextText. Type - - - - - ASBIESignature. Signatory_ Party. PartyAn association to the signing Party.1SignatureSignatoryPartyParty - - - - - ASBIESignature. Digital Signature_ Attachment. AttachmentRefers to the actual encoded signature (e.g., in XMLDSIG format).0..1SignatureDigital SignatureAttachmentAttachment - - - - - ASBIESignature. Original_ Document Reference. Document ReferenceA reference to the actual document that the signature applies to. For evidentiary purposes, this may be the document image that the signatory party saw when applying their signature.0..1SignatureOriginalDocument ReferenceDocument Reference - - - - - - - ABIEStatement Line. DetailsInformation about a Line on a Statement of Account.Statement Line - - - - - BBIEStatement Line. IdentifierIdentifies the Statement Line.1Statement LineIdentifierIdentifierIdentifier. Type - - - - - BBIEStatement Line. Note. TextFree-form text applying to the Statement Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..1Statement LineNoteTextText. Type - - - - - BBIEStatement Line. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1Statement LineUUIDIdentifierIdentifier. Type - - - - - BBIEStatement Line. Balance Brought Forward_ Indicator. IndicatorIf true, indicates that the Statement Line contains a balance brought forward.0..1Statement LineBalance Brought ForwardIndicatorIndicatorIndicator. Type - - - - - BBIEStatement Line. Debit_ Line Amount. AmountThe amount debited on the Statement Line.0..1Statement LineDebitLine AmountAmountAmount. Type - - - - - BBIEStatement Line. Credit_ Line Amount. AmountThe amount credited on the Statement Line.0..1Statement LineCreditLine AmountAmountAmount. Type - - - - - BBIEStatement Line. Balance Amount. AmountThe balance amount on the Statement Line.0..1Statement LineBalance AmountAmountAmount. Type - - - - - ASBIEStatement Line. Payment MeansAn association to Payment Means.0..1Statement LinePayment MeansPayment Means - - - - - ASBIEStatement Line. Payment TermsAn association to Payment Terms.0..nStatement LinePayment TermsPayment Terms - - - - - ASBIEStatement Line. Buyer_ Customer Party. Customer PartyAn association to Buyer.0..1Statement LineBuyerCustomer PartyCustomer Party - - - - - ASBIEStatement Line. Seller_ Supplier Party. Supplier PartyAn association to Seller.0..1Statement LineSellerSupplier PartySupplier Party - - - - - ASBIEStatement Line. Originator_ Customer Party. Customer PartyAn association to Originator.0..1Statement LineOriginatorCustomer PartyCustomer Party - - - - - ASBIEStatement Line. Accounting_ Customer Party. Customer PartyAn association to Accounting Customer Party.0..1Statement LineAccountingCustomer PartyCustomer Party - - - - - ASBIEStatement Line. Accounting_ Supplier Party. Supplier PartyAn association to Accounting Supplier Party.0..1Statement LineAccountingSupplier PartySupplier Party - - - - - ASBIEStatement Line. Payee_ Party. PartyAn association to Payee.0..1Statement LinePayeePartyParty - - - - - ASBIEStatement Line. Invoice_ Period. PeriodAn association to Invoice Period.0..nStatement LineInvoicePeriodPeriod - - - - - ASBIEStatement Line. Billing ReferenceAn association to Billing Reference.0..nStatement LineBilling ReferenceBilling Reference - - - - - ASBIEStatement Line. Document ReferenceAn association to Document Reference.0..nStatement LineDocument ReferenceDocument Reference - - - - - ASBIEStatement Line. Exchange RateAn association to Exchange Rate (between the Statement Line currency and the Related Document Currency).0..1Statement LineExchange RateExchange Rate - - - - - - - ABIEStatus. DetailsThe information relevant to a condition or a position of an object.Status - - - - - BBIEStatus. Condition Code. CodeA code specifying the status condition of the related object.0..1StatusCondition CodeCodeTransportation Status_ Code. TypeUN/ECE Rec 24 - - - - - BBIEStatus. Reference_ Date. DateA reference date value for this status.0..1StatusReferenceDateDateDate. Type - - - - - BBIEStatus. Reference_ Time. TimeA reference time value for this status.0..1StatusReferenceTimeTimeTime. Type - - - - - BBIEStatus. Description. TextA textual description of this status.0..1StatusDescriptionTextText. Type - - - - - BBIEStatus. Status Reason Code. CodeA code specifying a reason for a status condition.0..1StatusStatus Reason CodeCodeCode. Type - - - - - BBIEStatus. Status_ Reason. TextThe reason, expressed as text, for this status condition or position.0..1StatusStatusReasonTextText. Type - - - - - BBIEStatus. Sequence. IdentifierA unique identifier of the sequence of this status.0..1StatusSequenceIdentifierIdentifier. Type - - - - - BBIEStatus. TextProvides any textual information related to this status.0..1StatusTextTextText. Type - - - - - BBIEStatus. Indication_ Indicator. IndicatorSpecifies an indicator relevant to a specific status.0..1StatusIndicationIndicatorIndicatorIndicator. Type - - - - - BBIEStatus. PercentSpecifies a percentage relevant to a specific status.0..1StatusPercentPercentPercent. Type - - - - - - - ABIEStowage. DetailsA location on board a means of transport where specified goods or transport equipment have been or are to be stowed.Stowage - - - - - BBIEStowage. Location Identifier. IdentifierIdentifies a location on board a means of transport where specified goods or transport equipment have been or are to be stowed.0..1StowageLocation IdentifierIdentifierIdentifier. TypeCell Location, coded - - - - - BBIEStowage. Location. TextDescribes a location on board a means of transport where specified goods or transport equipment have been or are to be stowed.0..nStowageLocationTextText. TypeCell Location - - - - - ASBIEStowage. Measurement_ Dimension. DimensionAssociates any measurements (including lengths, mass, and volume) for this stowage.0..nStowageMeasurementDimensionDimension - - - - - - - ABIESupplier Party. DetailsInformation about the Supplier Party.Supplier Party - - - - - BBIESupplier Party. Customer Assigned_ Account Identifier. IdentifierThe customer's internal identifier for the supplier.0..1Supplier PartyCustomer AssignedAccount IdentifierIdentifierIdentifier. Type - - - - - BBIESupplier Party. Additional_ Account Identifier. IdentifierThe customer's internal identifier for the supplier.0..nSupplier PartyAdditionalAccount IdentifierIdentifierIdentifier. Type - - - - - BBIESupplier Party. Data Sending Capability. TextCapability to send invoice data via the purchase card provider (VISA/MasterCard/American Express).0..1Supplier PartyData Sending CapabilityTextText. TypeThe customer's internal identifier for the supplier. - - - - - ASBIESupplier Party. PartyAn association to Party.0..1Supplier PartyPartyParty - - - - - ASBIESupplier Party. Despatch_ Contact. ContactAn association to Despatch Contact.0..1Supplier PartyDespatchContactContact - - - - - ASBIESupplier Party. Accounting_ Contact. ContactAn association to Supplier Accounting Contact.0..1Supplier PartyAccountingContactContact - - - - - ASBIESupplier Party. Seller_ Contact. ContactAn association to Seller.0..1Supplier PartySellerContactContact - - - - - - - ABIETax Category. DetailsInformation about a tax category.Tax Category - - - - - BBIETax Category. IdentifierIdentifies the tax category.0..1Tax CategoryIdentifierIdentifierIdentifier. Type"ZeroRatedGoods" "NotTaxable" "Standard Rate" - - - - - BBIETax Category. NameThe name of the tax category.0..1Tax CategoryNameNameName. Type"Luxury Goods","Wine Equalization", "Exempt" - - - - - BBIETax Category. PercentThe tax rate for the category, expressed as a percentage.0..1Tax CategoryPercentPercentPercent. Type - - - - - BBIETax Category. Base Unit Measure. MeasureWhere a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based.0..1Tax CategoryBase Unit MeasureMeasureMeasure. Type - - - - - BBIETax Category. Per Unit_ Amount. AmountWhere a tax is applied at a certain rate per unit, the rate per unit applied.0..1Tax CategoryPer UnitAmountAmountAmount. Type - - - - - BBIETax Category. Tax Exemption Reason Code. CodeThe reason for tax being exempted expressed as a code.0..1Tax CategoryTax Exemption Reason CodeCodeCode. Type - - - - - BBIETax Category. Tax Exemption Reason. TextThe reason for tax being exempted.0..1Tax CategoryTax Exemption ReasonTextText. Type - - - - - BBIETax Category. Tier Range. TextWhere a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category.0..1Tax CategoryTier RangeTextText. Type - - - - - BBIETax Category. Tier Rate. PercentWhere a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category.0..1Tax CategoryTier RatePercentPercent. Type - - - - - ASBIETax Category. Tax SchemeAn association to Tax Scheme.1Tax CategoryTax SchemeTax Scheme - - - - - - - ABIETax Scheme. DetailsInformation about a tax scheme.Tax Scheme - - - - - BBIETax Scheme. IdentifierIdentifies the tax scheme.0..1Tax SchemeIdentifierIdentifierIdentifier. Type"VAT", "GST" - - - - - BBIETax Scheme. NameThe name of the tax scheme.0..1Tax SchemeNameNameName. Type"Value Added Tax", "Wholesale Tax", "Sales Tax", "State Tax" - - - - - BBIETax Scheme. Tax Type Code. CodeAn identifier for the tax type.0..1Tax SchemeTax Type CodeCodeCode. Type"Consumption", "Sales" - - - - - BBIETax Scheme. Currency Code. CodeThe currency in which the tax is collected and reported, expressed as a code.0..1Tax SchemeCurrency CodeCodeCurrency_ Code. Type - - - - - ASBIETax Scheme. Jurisdiction Region_ Address. AddressAn association with Address (of taxation jurisdiction).0..nTax SchemeJurisdiction RegionAddressAddress - - - - - - - ABIETax Subtotal. DetailsInformation about the subtotal for a particular tax category within a tax scheme, such as standard rate within VAT.Tax Subtotal - - - - - BBIETax Subtotal. Taxable_ Amount. AmountThe net amount to which the tax percent (rate) is applied to calculate the tax amount.0..1Tax SubtotalTaxableAmountAmountAmount. Type - - - - - BBIETax Subtotal. Tax Amount. AmountThe amount of tax stated explicitly.1Tax SubtotalTax AmountAmountAmount. Type - - - - - BBIETax Subtotal. Calculation Sequence. NumericIdentifies the numerical order sequence in which taxes are applied when multiple taxes are attracted. If all taxes apply to the same taxable amount, CalculationSequenceNumeric will be '1' for all taxes.0..1Tax SubtotalCalculation SequenceNumericNumeric. Type - - - - - BBIETax Subtotal. Transaction Currency_ Tax Amount. AmountThe tax amount, expressed in the currency used for invoicing.0..1Tax SubtotalTransaction CurrencyTax AmountAmountAmount. Type - - - - - BBIETax Subtotal. PercentThe tax rate for the category, expressed as a percentage.0..1Tax SubtotalPercentPercentPercent. Type - - - - - BBIETax Subtotal. Base Unit Measure. MeasureWhere a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based.0..1Tax SubtotalBase Unit MeasureMeasureMeasure. Type - - - - - BBIETax Subtotal. Per Unit_ Amount. AmountWhere a tax is applied at a certain rate per unit, the rate per unit applied.0..1Tax SubtotalPer UnitAmountAmountAmount. Type - - - - - BBIETax Subtotal. Tier Range. TextWhere a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category.0..1Tax SubtotalTier RangeTextText. Type - - - - - BBIETax Subtotal. Tier Rate. PercentWhere a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category.0..1Tax SubtotalTier RatePercentPercent. Type - - - - - ASBIETax Subtotal. Tax CategoryAn association to Tax Category.1Tax SubtotalTax CategoryTax Category - - - - - - - ABIETax Total. DetailsInformation about a total amount of a particular type of tax.Tax Total - - - - - BBIETax Total. Tax Amount. AmountThe total tax amount for particular tax scheme e.g. VAT; the sum of each of the tax subtotals for each tax category within the tax scheme.1Tax TotalTax AmountAmountAmount. Type - - - - - BBIETax Total. Rounding Amount. AmountThe rounding amount (positive or negative) added to the calculated tax total to produce the rounded TotalTaxAmount.0..1Tax TotalRounding AmountAmountAmount. Type - - - - - BBIETax Total. Tax Evidence_ Indicator. IndicatorAn indicator as to whether these totals are recognized as legal evidence for taxation purposes.0..1Tax TotalTax EvidenceIndicatorIndicatorIndicator. Typedefault is negative - - - - - ASBIETax Total. Tax SubtotalAn association to Tax Subtotal.0..nTax TotalTax SubtotalTax Subtotal - - - - - - - ABIETemperature. DetailsInformation about temperature.Temperature - - - - - BBIETemperature. Attribute Identifier. IdentifierAn identifier for temperature.1TemperatureAttribute IdentifierIdentifierIdentifier. Type - - - - - BBIETemperature. MeasureThe temperature measurement value.1TemperatureMeasureMeasureMeasure. Type - - - - - BBIETemperature. Description. TextA description of the temperature measurement.0..nTemperatureDescriptionTextText. Type"at sea level" - - - - - - - ABIETrading Terms. DetailsInformation about the terms of a trade agreement.Trading Terms - - - - - BBIETrading Terms. Information. TextThe terms in text.0..nTrading TermsInformationTextText. Type"Unless credit terms have been expressly agreed by Dell, payment for the products or services shall be made in full before physical delivery of products or services. Customer shall pay for all shipping and handling charges." - - - - - BBIETrading Terms. Reference. TextA reference to the terms.0..1Trading TermsReferenceTextText. Typehttp://www1.ap.dell.com/content/topics/topic.aspx/ap/policy/en/au/sales_terms_au?c=au&l=en&s=gen - - - - - ASBIETrading Terms. Applicable_ Address. AddressAn association to Address.0..1Trading TermsApplicableAddressAddress - - - - - - - ABIETransaction Conditions. DetailsInformation about purchasing, sales, or payment conditions.Transaction ConditionsPayment Conditions, Sales Conditions - - - - - BBIETransaction Conditions. IdentifierIdentifies conditions of the transaction, typically Purchase/Sales Conditions.0..1Transaction ConditionsIdentifierIdentifierIdentifier. Type - - - - - BBIETransaction Conditions. Action Code. CodeAn action relating to sales or payment conditions, expressed as a code.0..1Transaction ConditionsAction CodeCodeCode. Type - - - - - BBIETransaction Conditions. Description. TextThe description of the transaction conditions.0..nTransaction ConditionsDescriptionTextText. Type - - - - - ASBIETransaction Conditions. Document ReferenceAn association to Document Reference.0..nTransaction ConditionsDocument ReferenceDocument Reference - - - - - - - ABIETransportation Service. DetailsTransport service details.Transportation Service - - - - - BBIETransportation Service. Transport Service Code. CodeA code which describes the general type of service required for the transportation of goods. Specifically, it identifies the extent of the transportation service, e.g., door-to-door, port-to-port.1Transportation ServiceTransport Service CodeCodeCode. Type - - - - - BBIETransportation Service. Tariff Class Code. CodeSpecification of a tariff class applicable to a transportation service.0..1Transportation ServiceTariff Class CodeCodeCode. TypeTariff Class Specifier - - - - - BBIETransportation Service. Priority. TextStatement indicating priority of requested transportation service.0..1Transportation ServicePriorityTextText. Type - - - - - BBIETransportation Service. Freight Rate Class Code. CodeCode to indicate applicable rate class for freight.0..1Transportation ServiceFreight Rate Class CodeCodeCode. TypeCharge Basis - - - - - - - ABIETransport Equipment. DetailsInformation about Transport Equipment; a piece of equipment used to transport goods.Transport EquipmentShipping Container, Sea Container, Rail Wagon, Pallet, Trailer, Unit Load Device, ULD - - - - - BBIETransport Equipment. IdentifierIdentifies the transport equipment.0..1Transport EquipmentIdentifierIdentifierIdentifier. Type"OCLU 1234567" - - - - - BBIETransport Equipment. Transport Equipment Type Code. CodeIdentifies the type of provider of the transport equipment.0..1Transport EquipmentTransport Equipment Type CodeCodeTransport Equipment Type_ Code. Type - - - - - BBIETransport Equipment. Provider Type Code. CodeIdentifies the type of provider of the transport equipment.0..1Transport EquipmentProvider Type CodeCodeCode. Type - - - - - BBIETransport Equipment. Owner Type Code. CodeIdentifies the type of owner of a piece of transport equipment.0..1Transport EquipmentOwner Type CodeCodeCode. Type - - - - - BBIETransport Equipment. Size Type Code. CodeThe size and type of a piece of transport equipment, expressed as a code. When the transport equipment is a shipping container, it is recommended to use ContainerSizeTypeCode for validation.0..1Transport EquipmentSize Type CodeCodeCode. TypeContainer Size Type Code - - - - - BBIETransport Equipment. Disposition Code. CodeThe current disposition of the transport equipment, expressed as a code.0..1Transport EquipmentDisposition CodeCodeCode. TypeStatus - - - - - BBIETransport Equipment. Fullness Indication Code. CodeA code indicating whether a piece of transport equipment is full, partially full, or empty.0..1Transport EquipmentFullness Indication CodeCodeCode. Type - - - - - BBIETransport Equipment. Refrigeration On_ Indicator. IndicatorIndicates whether the transport equipment's refrigeration is on (true) or off (false).0..1Transport EquipmentRefrigeration OnIndicatorIndicatorIndicator. Type - - - - - BBIETransport Equipment. Information. TextAdditional information about the transport equipment.0..1Transport EquipmentInformationTextText. Type - - - - - BBIETransport Equipment. Returnability_ Indicator. IndicatorIndicates whether a particular item of transport equipment is returnable.0..1Transport EquipmentReturnabilityIndicatorIndicatorIndicator. Type - - - - - BBIETransport Equipment. Legal Status_ Indicator. IndicatorLegal status of the transport equipment with respect to the Container Convention code.0..1Transport EquipmentLegal StatusIndicatorIndicatorIndicator. Type - - - - - ASBIETransport Equipment. Measurement_ Dimension. DimensionAn association to Dimension.0..nTransport EquipmentMeasurementDimensionDimension - - - - - ASBIETransport Equipment. Transport Equipment SealAn association to Transport Equipment Seal.0..nTransport EquipmentTransport Equipment SealTransport Equipment Seal - - - - - ASBIETransport Equipment. Minimum_ Temperature. TemperatureThe minimum required operating temperature for the container (reefer).0..1Transport EquipmentMinimumTemperatureTemperature - - - - - ASBIETransport Equipment. Maximum_ Temperature. TemperatureThe maximum required operating temperature for the container (reefer).0..1Transport EquipmentMaximumTemperatureTemperature - - - - - ASBIETransport Equipment. Provider_ Party. PartyThe party that provides the transport equipment.0..1Transport EquipmentProviderPartyParty - - - - - ASBIETransport Equipment. Loading Proof_ Party. PartyThe authorized party responsible for certifying that the goods were loaded into the transport equipment.0..1Transport EquipmentLoading ProofPartyParty - - - - - ASBIETransport Equipment. Loading_ Location. LocationIdentifies the location where the goods are loaded into the transport equipment.0..1Transport EquipmentLoadingLocationLocation - - - - - - - ABIETransport Equipment Seal. DetailsInformation about a transport equipment seal (a security device attached to the doors of a shipping container).Transport Equipment SealContainer Seal - - - - - BBIETransport Equipment Seal. IdentifierIdentifies the seal.1Transport Equipment SealIdentifierIdentifierIdentifier. Type"ACS1234" - - - - - BBIETransport Equipment Seal. Seal Issuer Type Code. CodeThe type of party that issues and is responsible for a seal, expressed as a code.0..1Transport Equipment SealSeal Issuer Type CodeCodeCode. Type - - - - - BBIETransport Equipment Seal. Condition. TextInformation about the condition of a seal.0..1Transport Equipment SealConditionTextText. Type - - - - - BBIETransport Equipment Seal. Seal Status Code. CodeThe status of a seal, expressed as a code.0..1Transport Equipment SealSeal Status CodeCodeCode. Type - - - - - BBIETransport Equipment Seal. Sealing Party Type. TextTextual description of the role of a sealing party.0..1Transport Equipment SealSealing Party TypeTextText. TypeSealing Party - - - - - - - ABIETransport Event. DetailsA significant occurrence or happening related to the transportation of goods.Transport Event - - - - - BBIETransport Event. Identification. IdentifierAn identifier for the event.0..1Transport EventIdentificationIdentifierIdentifier. Type - - - - - BBIETransport Event. Occurrence Date. DateThe date of an occurrence of the event.0..1Transport EventOccurrence DateDateDate. Type - - - - - BBIETransport Event. Occurrence Time. TimeThe time of an occurrence of the event.0..1Transport EventOccurrence TimeTimeTime. Type - - - - - BBIETransport Event. Transport Event Type Code. CodeA code specifying the type of event.0..1Transport EventTransport Event Type CodeCodeCode. Type - - - - - BBIETransport Event. Description. TextA textual description of the event.0..1Transport EventDescriptionTextText. Type - - - - - BBIETransport Event. Completion_ Indicator. IndicatorIndicates if this event is completed.0..1Transport EventCompletionIndicatorIndicatorIndicator. Type - - - - - ASBIETransport Event. Reported_ Shipment. ShipmentInformation about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.0..1Transport EventReportedShipmentShipment - - - - - ASBIETransport Event. Current_ Status. StatusThe status of the event.1..nTransport EventCurrentStatusStatus - - - - - ASBIETransport Event. ContactAny contacts for the event.0..nTransport EventContactContact - - - - - - - ABIETransport Handling Unit. DetailsA uniquely identifiable physical unit consisting of one or more packages (not necessarily containing the same articles) for enabling physical handling during the transport process.Transport Handling UnitLogistics Unit, Handling Unit, THU - - - - - BBIETransport Handling Unit. IdentifierIdentifies the transport handling unit.0..1Transport Handling UnitIdentifierIdentifierIdentifier. Type - - - - - BBIETransport Handling Unit. Transport Handling Unit Type Code. CodeThe type of transport handling unit, expressed as a code.0..1Transport Handling UnitTransport Handling Unit Type CodeCodeCode. Type - - - - - BBIETransport Handling Unit. Handling Code. CodeThe handling required for a shipment, expressed as a code.0..1Transport Handling UnitHandling CodeCodeCode. TypeSpecial Handling - - - - - BBIETransport Handling Unit. Handling_ Instructions. TextFree-form text describing handling instructions for a shipment.0..1Transport Handling UnitHandlingInstructionsTextText. Type - - - - - BBIETransport Handling Unit. Hazardous Risk_ Indicator. IndicatorIndicates whether the shipment contains hazardous materials.0..1Transport Handling UnitHazardous RiskIndicatorIndicatorIndicator. TypeDefault is negative - - - - - BBIETransport Handling Unit. Total_ Goods Item Quantity. QuantityThe total number of goods items in the transport handling unit.0..1Transport Handling UnitTotalGoods Item QuantityQuantityQuantity. Type - - - - - BBIETransport Handling Unit. Total_ Package Quantity. QuantityThe total number of packages in the transport handling unit.0..1Transport Handling UnitTotalPackage QuantityQuantityQuantity. Type - - - - - BBIETransport Handling Unit. Damage_ Remarks. TextDescription of a type of damage.0..nTransport Handling UnitDamageRemarksTextText. Type - - - - - BBIETransport Handling Unit. Shipping_ Marks. TextFree-form description of the marks and numbers on a transport unit or package.0..nTransport Handling UnitShippingMarksTextText. TypeMarks and Numbers, Shipping Marks - - - - - ASBIETransport Handling Unit. Handling Unit_ Despatch Line. Despatch LineAn association to Handling Unit Despatch Line.0..nTransport Handling UnitHandling UnitDespatch LineDespatch Line - - - - - ASBIETransport Handling Unit. Actual_ Package. PackageAn association to Actual Package.0..nTransport Handling UnitActualPackagePackage - - - - - ASBIETransport Handling Unit. Received Handling Unit_ Receipt Line. Receipt LineAn association to Receipt Line.0..nTransport Handling UnitReceived Handling UnitReceipt LineReceipt Line - - - - - ASBIETransport Handling Unit. Transport EquipmentAn association to Transport Equipment.0..nTransport Handling UnitTransport EquipmentTransport Equipment - - - - - ASBIETransport Handling Unit. Hazardous Goods TransitAn association to information about the transportation of hazardous goods.0..nTransport Handling UnitHazardous Goods TransitHazardous Goods Transit - - - - - ASBIETransport Handling Unit. Measurement_ Dimension. DimensionAn association to Dimension.0..nTransport Handling UnitMeasurementDimensionDimension - - - - - ASBIETransport Handling Unit. Minimum_ Temperature. TemperatureThe minimum required operating temperature.0..1Transport Handling UnitMinimumTemperatureTemperature - - - - - ASBIETransport Handling Unit. Maximum_ Temperature. TemperatureThe maximum required operating temperature.0..1Transport Handling UnitMaximumTemperatureTemperature - - - - - - - ABIETransport Means. DetailsThe particular vehicle used for the transport of goods or persons.Transport MeansConveyance - - - - - BBIETransport Means. Journey Identifier. IdentifierAn identifier assigned to a regularly scheduled service of a means of transport.0..1Transport MeansJourney IdentifierIdentifierIdentifier. TypeVoyage Number, Scheduled Conveyance Identifier (WCO ID 205), Flight Number - - - - - BBIETransport Means. Registration_ Nationality Identifier. IdentifierFormal identification of the country in which a means of transport is registered.0..1Transport MeansRegistrationNationality IdentifierIdentifierIdentifier. TypeNationality of Means of Transport (WCO 175, 178 and 179)"LIB" - - - - - BBIETransport Means. Registration_ Nationality. TextName of the country in which a means of transport is registered.0..nTransport MeansRegistrationNationalityTextText. TypeFlag of Vessel, Nationality of ShipLiberia - - - - - BBIETransport Means. Direction Code. CodeThe direction of the transport means.0..1Transport MeansDirection CodeCodeCode. TypeTransit Direction"North","East" - - - - - ASBIETransport Means. StowageAssociation to a location on board a means of transport where specified goods or transport equipment have been or are to be stowed.0..1Transport MeansStowageStowage - - - - - ASBIETransport Means. Air TransportAssociation to identify an aircraft.0..1Transport MeansAir TransportAir Transport - - - - - ASBIETransport Means. Road TransportAssociation to identify a road vehicle.0..1Transport MeansRoad TransportRoad Transport - - - - - ASBIETransport Means. Rail TransportAssociation to identify a train.0..1Transport MeansRail TransportRail Transport - - - - - ASBIETransport Means. Maritime TransportAssociation to identify a ship.0..1Transport MeansMaritime TransportMaritime Transport - - - - - ASBIETransport Means. Owner_ Party. PartyAssociation to the party owning the means of transport.0..1Transport MeansOwnerPartyParty - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UDT000001UDTAmount. Type1.0A number of monetary units specified in a currency where the unit of the currency is explicit or implied.Amountdecimaldecimal - - - - - - UDT000001-SC2SCAmount Currency. IdentifierThe currency of the amount.Amount CurrencyIdentificationIdentifierstringnormalisedString - - - - - - - - UDT000002UDTBinary Object. Type1.0A set of finite-length sequences of binary octets.Binary Objectbinarybase64Binary - - - - - - UDT000002-SC2SCBinary Object. Format. TextThe format of the binary content.Binary ObjectFormatTextstringstring - - - - - UDT000002-SC3SCBinary Object. Mime. CodeThe mime type of the binary object.Binary ObjectMimeCodestringnormalizedString - - - - - UDT000002-SC4SCBinary Object. Encoding. CodeSpecifies the decoding algorithm of the binary object.Binary ObjectEncodingCodestringnormalizedString - - - - - UDT000002-SC5SCBinary Object. Character Set. CodeThe character set of the binary object if the mime type is text.Binary ObjectCharacter SetCodestringnormalizedString - - - - - UDT000002-SC6SCBinary Object. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the binary object is located.Binary ObjectUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000002-SC7SCBinary Object. Filename.TextThe filename of the binary object.Binary ObjectFilenameTextstringstring - - - - - - - - UDT000003UDTGraphic. Type1.0A diagram, graph, mathematical curves, or similar representation.Graphicbinarybase64Binary - - - - - - UDT000003-SC2SCGraphic. Format. TextThe format of the graphic content.GraphicFormatTextstringstring - - - - - UDT000003-SC3SCGraphic. Mime. CodeThe mime type of the graphic object.GraphicMimeCodestringnormalizedString - - - - - UDT000003-SC4SCGraphic. Encoding. CodeSpecifies the decoding algorithm of the graphic object.GraphicEncodingCodestringnormalizedString - - - - - UDT000003-SC6SCGraphic. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the graphic object is located.GraphicUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000003-SC7SCGraphic. Filename.TextThe filename of the graphic object.GraphicFilenameTextstringstring - - - - - - - - UDT000004UDTPicture. Type1.0A diagram, graph, mathematical curves, or similar representation.Picturebinarybase64Binary - - - - - - UDT000004-SC2SCPicture. Format. TextThe format of the picture content.PictureFormatTextstringstring - - - - - UDT000004-SC3SCPicture. Mime. CodeThe mime type of the picture object.PictureMimeCodestringnormalizedString - - - - - UDT000004-SC4SCPicture. Encoding. CodeSpecifies the decoding algorithm of the picture object.PictureEncodingCodestringnormalizedString - - - - - UDT000004-SC6SCPicture. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the picture object is located.PictureUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000004-SC7SCPicture. Filename.TextThe filename of the picture object.PictureFilenameTextstringstring - - - - - - - - UDT000005UDTSound. Type1.0A diagram, graph, mathematical curves, or similar representation.Soundbinarybase64Binary - - - - - - UDT000005-SC2SCSound. Format. TextThe format of the sound content.SoundFormatTextstringstring - - - - - UDT000005-SC3SCSound. Mime. CodeThe mime type of the sound object.SoundMimeCodestringnormalizedString - - - - - UDT000005-SC4SCSound. Encoding. CodeSpecifies the decoding algorithm of the sound object.SoundEncodingCodestringnormalizedString - - - - - UDT000005-SC6SCSound. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the sound object is located.SoundUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000005-SC7SCSound. Filename.TextThe filename of the sound object.SoundFilenameTextstringstring - - - - - - - - UDT000006UDTVideo. Type1.0A diagram, graph, mathematical curves, or similar representation.Graphicbinarybas64Binary - - - - - - UDT000006-SC2SCVideo. Format. TextThe format of the video content.VideoFormatTextstringstring - - - - - UDT000006-SC3SCVideo. Mime. CodeThe mime type of the video object.VideoMimeCodestringnormalizedString - - - - - UDT000006-SC4SCVideo. Encoding. CodeSpecifies the decoding algorithm of the video object.VideoEncodingCodestringnormalizedString - - - - - UDT000006-SC6SCVideo. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the video object is located.VideoUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000006-SC7SCVideo. Filename.TextThe filename of the video object.VideoFilenameTextstringstring - - - - - - - - UDT000007UDTCode. Type1.0A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.CodestringnormalizedStringOther supplementary components in the CCT are captured as part of the token and name for the schema module containing the code list and thus, are not declared as attributes. - - - - - - UDT000007-SC2SCCode List. IdentifierThe identification of a list of codes.Code ListIdentificationIdentifierstring - - - - - UDT000007-SC3SCCode List. Agency. IdentifierAn agency that maintains one or more lists of codes.Code ListAgencyIdentifierstringDefaults to the UN/EDIFACT data element 3055 code list. - - - - - UDT000007-SC4SCCode List. Agency Name. TextThe name of the agency that maintains the list of codes.Code ListAgency NameTextstring - - - - - UDT000007-SC5SCCode List. Name. TextThe name of a list of codes.Code ListNameTextstring - - - - - UDT000007-SC6SCCode List. IdentifierThe identification of a list of codes.Code ListIdentificationIdentifierstringstring - - - - - UDT000007-SC7SCCode. Name. TextThe textual equivalent of the code content component.CodeNameTextstringstring - - - - - UDT000007-SC8SCLanguage. IdentifierThe identifier of the language used in the code name.LanguageIdentificationIdentifierstringlanguage - - - - - UDT000007-SC9SCCode List. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the code list is located.Code ListUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT000007-SC10SCCode List Scheme. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the code list scheme is located.Code List SchemeUniform Resource IdentifierIdentifierstringanyURI - - - - - - - - UDT0000011UDTIdentifier. Type1.0A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information.IdentifierstringnormalizedStringOther supplementary components in the CCT are captured as part of the token and name for the schema module containing the identifer list and thus, are not declared as attributes. - - - - - - UDT000011-SC2SCIdentification Scheme. IdentifierThe identification of the identification scheme.Identification SchemeIdentificationIdentifierstring - - - - - UDT000011-SC3SCIdentification Scheme. Name. TextThe name of the identification scheme.Identification SchemeNameTextstring - - - - - UDT000011-SC4SCIdentification Scheme Agency. IdentifierThe identification of the agency that maintains the identification scheme.Identification Scheme AgencyIdentificationIdentifierstringDefaults to the UN/EDIFACT data element 3055 code list. - - - - - UDT000011-SC5SCIdentification Scheme Agency. Name. TextThe name of the agency that maintains the identification scheme.Identification Scheme AgencyAgency NameTextstring - - - - - UDT000011-SC6SCIdentification Scheme. Version. IdentifierThe version of the identification scheme.Identification SchemeVersionIdentifierstringnormalizedString - - - - - UDT0000011-SC7SCIdentification Scheme Data. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the identification scheme data is located.Identification Scheme DataUniform Resource IdentifierIdentifierstringanyURI - - - - - UDT0000011-SC8SCIdentification Scheme. Uniform Resource. IdentifierThe Uniform Resource Identifier that identifies where the identification scheme is located.Identification SchemeUniform Resource IdentifierIdentifierstringanyURI - - - - - - - - UDT0000013UDTMeasure. Type1.0A numeric value determined by measuring an object along with the specified unit of measure.MeasureTypedecimaldecimal - - - - - - UDT0000013-SC2SCMeasure Unit. CodeThe type of unit of measure.Measure UnitCodeCodestringnormalizedStringReference UN/ECE Rec 20 and X12 355. - - - - - - - - UDT0000018UDTQuantity. Type1.0A counted number of non-monetary units possibly including fractions.Quantitydecimaldecimal - - - - - - UDT0000018-SC2SCQuantity. Unit. CodeThe unit of the quantityQuantityUnit CodeCodestringnormalizedString - - - - - - - - UDT0000019UDTText. Type1.0A character string (i.e. a finite set of characters) generally in the form of words of a language.Textstringstring - - - - - - UDT0000019-SC2SCLanguage. IdentifierThe identifier of the language used in the content component.LanguageIdentificationIdentifierstringlanguage - - - - - - - - UDT0000020UDTName. Type1.0A character string that consititues the distinctive designation of a person, place, thing or concept.Namestringstring - - - - - - UDT0000020-SC2SCLanguage. IdentifierThe identifier of the language used in the content component.LanguageIdentificationIdentifierstringlanguage - - - - - - - - - - - The definition of the extension content. - - - - - - - - - A container for all extensions present in the document. - - - - - - - A single extension for private use. - - - - - - - - - A single extension for private use. - - - - - - BBIEExtension. IdentifierAn identifier for the Extension assigned by the creator of the extension.0..1ExtensionIdentifierIdentifierIdentifier. Type - - - - - BBIEExtension. NameA name for the Extension assigned by the creator of the extension.0..1ExtensionNameNameName. Type - - - - - - An agency that maintains one or more Extensions. - - - - - - - The name of the agency that maintains the Extension. - - - - - - - The version of the Extension. - - - - - - - A URI for the Agency that maintains the Extension. - - - - - - - A URI for the Extension. - - - - - - - A code for reason the Extension is being included. - - - - - - - A description of the reason for the Extension. - - - - - - - The definition of the extension content. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Allowance Charge Reason_ Code. Type2.0The set of possible reasons for an allowance or charge.CodeAllowance Charge ReasonUsed under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - Allowance Charge Reason_ Code List. IdentifierString - - - - - Allowance Charge Reason_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Allowance Charge Reason_ Code List. Agency Name. TextString - - - - - Allowance Charge Reason_ Code List. Name. TextString - - - - - Allowance Charge Reason_ Code List. Version. IdentifierIdentifies the Directory of the UN/EDIFACT code list.String - - - - - Allowance Charge Reason_ Code. Name. TextString - - - - - Allowance Charge Reason_ Language. IdentifierString - - - - - Allowance Charge Reason_ Code List. Uniform Resource. IdentifierString - - - - - Allowance Charge Reason_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Channel_ Code. Type2.0The set of possible ways in which communication can be made (eg. Phone, email, etc).CodeChannelUsed under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - Channel_ Code List. IdentifierString - - - - - Channel_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Channel_ Code List. Agency Name. TextString - - - - - Channel_ Code List. Name. TextString - - - - - Channel_ Code List. Version. IdentifierIdentifies the Directory of the UN/EDIFACT code list.String - - - - - Channel_ Code. Name. TextString - - - - - Channel_ Language. IdentifierString - - - - - Channel_ Code List. Uniform Resource. IdentifierString - - - - - Channel_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Chip_ Code. Type2.0Distinction between CHIP and MAG STRIPE cardsCodeChip - - - - - - Chip_ Code List. IdentifierString - - - - - Chip_ Code List. Agency. IdentifierString - - - - - Chip_ Code List. Agency Name. TextString - - - - - Chip_ Code List. Name. TextString - - - - - Chip_ Code List. Version. IdentifierString - - - - - Chip_ Code. Name. TextString - - - - - Chip_ Language. IdentifierString - - - - - Chip_ Code List. Uniform Resource. IdentifierString - - - - - Chip_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Container Size Type_ Code. Type2.0The set of code values for classifying series 1 freight containers based on external dimensions and specifies the assoziated ratings and, where appropriate, the minimum internal and door opening dimensions for certain types of containers.CodeContainer Size Type - - - - - - Container Size Type_ Code List. IdentifierString - - - - - Container Size Type_ Code List. Agency. IdentifierString - - - - - Container Size Type_ Code List. Agency Name. TextString - - - - - Container Size Type_ Code List. Name. TextString - - - - - Container Size Type_ Code List. Version. IdentifierString - - - - - Container Size Type_ Code. Name. TextString - - - - - Container Size Type_ Language. IdentifierString - - - - - Container Size Type_ Code List. Uniform Resource. IdentifierString - - - - - Container Size Type_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Country Identification_ Code. Type2.0The set of countries of the world.CodeCountry IdentificationDerived from the ISO 3166-1-alpha-2 code elements used under the terms of the ISO policy stated at http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html. - - - - - - Country Identification_ Code List. IdentifierString - - - - - Country Identification_ Code List. Agency. IdentifierDefaults to the UN/ECE rec 3 (Code for the Representation of Names of Countries)String - - - - - Country Identification_ Code List. Agency Name. TextString - - - - - Country Identification_ Code List. Name. TextString - - - - - Country Identification_ Code List. Version. IdentifierString - - - - - Country Identification_ Code. Name. TextString - - - - - Country Identification_ Language. IdentifierString - - - - - Country Identification_ Code List. Uniform Resource. IdentifierString - - - - - Country Identification_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Currency_ Code. Type2.0The set of world currencies.CodeCurrencyDerived from the ISO 4217 currency code list and used under the terms of the ISO policy stated at -http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html - - - - - - Currency_ Code List. IdentifierString - - - - - Currency_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Currency_ Code List. Agency Name. TextString - - - - - Currency_ Code List. Name. TextString - - - - - Currency_ Code List. Version. IdentifierString - - - - - Currency_ Code. Name. TextString - - - - - Currency_ Language. IdentifierString - - - - - Currency_ Code List. Uniform Resource. IdentifierString - - - - - Currency_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Document Status_ Code. Type2.0The set of possible statuses of a document with regard to its original state.CodeDocument Status - - - - - - Document Status_ Code List. IdentifierString - - - - - Document Status_ Code List. Agency. IdentifierString - - - - - Document Status_ Code List. Agency Name. TextString - - - - - Document Status_ Code List. Name. TextString - - - - - Document Status_ Code List. Version. IdentifierString - - - - - Document Status_ Code. Name. TextString - - - - - Document Status_ Language. IdentifierString - - - - - Document Status_ Code List. Uniform Resource. IdentifierString - - - - - Document Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Latitude Direction_ Code. Type2.0The possible directions of latitudeCodeLatitude Direction - - - - - - Latitude Direction_ Code List. IdentifierString - - - - - Latitude Direction_ Code List. Agency. IdentifierString - - - - - Latitude Direction_ Code List. Agency Name. TextString - - - - - Latitude Direction_ Code List. Name. TextString - - - - - Latitude Direction_ Code List. Version. IdentifierString - - - - - Latitude Direction_ Code. Name. TextString - - - - - Latitude Direction_ Language. IdentifierString - - - - - Latitude Direction_ Code List. Uniform Resource. IdentifierString - - - - - Latitude Direction_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Line Status_ Code. Type2.0The set of possible statuses of a line in a transaction with regard to its original state.CodeLine Status - - - - - - Line Status_ Code List. IdentifierString - - - - - Line Status_ Code List. Agency. IdentifierString - - - - - Line Status_ Code List. Agency Name. TextString - - - - - Line Status_ Code List. Name. TextString - - - - - Line Status_ Code List. Version. IdentifierString - - - - - Line Status_ Code. Name. TextString - - - - - Line Status_ Language. IdentifierString - - - - - Line Status_ Code List. Uniform Resource. IdentifierString - - - - - Line Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Longitude Direction_ Code. Type2.0The possible directions of longitudeCodeLongitude Direction - - - - - - Longitude Direction_ Code List. IdentifierString - - - - - Longitude Direction_ Code List. Agency. IdentifierString - - - - - Longitude Direction_ Code List. Agency Name. TextString - - - - - Longitude Direction_ Code List. Name. TextString - - - - - Longitude Direction_ Code List. Version. IdentifierString - - - - - Longitude Direction_ Code. Name. TextString - - - - - Longitude Direction_ Language. IdentifierString - - - - - Longitude Direction_ Code List. Uniform Resource. IdentifierString - - - - - Longitude Direction_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Operator_ Code. Type2.0The set of valid arithmetic operatorsCodeOperator - - - - - - Operator_ Code List. IdentifierString - - - - - Operator_ Code List. Agency. IdentifierString - - - - - Operator_ Code List. Agency Name. TextString - - - - - Operator_ Code List. Name. TextString - - - - - Operator_ Code List. Version. IdentifierString - - - - - Operator_ Code. Name. TextString - - - - - Operator_ Language. IdentifierString - - - - - Operator_ Code List. Uniform Resource. IdentifierString - - - - - Operator_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Packaging Type_ Code. Type2.0The set of code values for Passengers, Types of Cargo, Packages and Packaging Materials (with Complementary Codes for Package Names)CodePackaging Type - - - - - - Packaging Type_ Code List. IdentifierString - - - - - Packaging Type_ Code List. Agency. IdentifierString - - - - - Packaging Type_ Code List. Agency Name. TextString - - - - - Packaging Type_ Code List. Name. TextString - - - - - Packaging Type_ Code List. Version. IdentifierString - - - - - Packaging Type_ Code. Name. TextString - - - - - Packaging Type_ Language. IdentifierString - - - - - Packaging Type_ Code List. Uniform Resource. IdentifierString - - - - - Packaging Type_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Payment Means_ Code. Type2.0The set of valid means of paying the debt incurred.CodePayment MeansUsed under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. - - - - - - Payment Means_ Code List. IdentifierString - - - - - Payment Means_ Code List. Agency. IdentifierDefaults to the UN/EDIFACT data element 3055 code list.String - - - - - Payment Means_ Code List. Agency Name. TextString - - - - - Payment Means_ Code List. Name. TextString - - - - - Payment Means_ Code List. Version. IdentifierIdentifies the Directory of the UN/EDIFACT code list.String - - - - - Payment Means_ Code. Name. TextString - - - - - Payment Means_ Language. IdentifierString - - - - - Payment Means_ Code List. Uniform Resource. IdentifierString - - - - - Payment Means_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Port_ Code. Type2.0The set of code values for Trade and Transport LocationsCodePort - - - - - - Port_ Code List. IdentifierString - - - - - Port_ Code List. Agency. IdentifierString - - - - - Port_ Code List. Agency Name. TextString - - - - - Port_ Code List. Name. TextString - - - - - Port_ Code List. Version. IdentifierString - - - - - Port_ Code. Name. TextString - - - - - Port_ Language. IdentifierString - - - - - Port_ Code List. Uniform Resource. IdentifierString - - - - - Port_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Substitution Status_ Code. Type2.0The set of values that indicate the status of an OrderItem in relation to substitution, denoting an acceptable substitute in the Order, an original for which an alternative is offered in the Order Confirmation, or an original for which an actual replacement is advised in the Despatch Advice.CodeSubstitution Status - - - - - - Substitution Status_ Code List. IdentifierString - - - - - Substitution Status_ Code List. Agency. IdentifierString - - - - - Substitution Status_ Code List. Agency Name. TextString - - - - - Substitution Status_ Code List. Name. TextString - - - - - Substitution Status_ Code List. Version. IdentifierString - - - - - Substitution Status_ Code. Name. TextString - - - - - Substitution Status_ Language. IdentifierString - - - - - Substitution Status_ Code List. Uniform Resource. IdentifierString - - - - - Substitution Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Transportation Status_ Code. Type2.0The set of code values for Trade and Transport StatusCodeTransportation Status - - - - - - Transportation Status_ Code List. IdentifierString - - - - - Transportation Status_ Code List. Agency. IdentifierString - - - - - Transportation Status_ Code List. Agency Name. TextString - - - - - Transportation Status_ Code List. Name. TextString - - - - - Transportation Status_ Code List. Version. IdentifierString - - - - - Transportation Status_ Code. Name. TextString - - - - - Transportation Status_ Language. IdentifierString - - - - - Transportation Status_ Code List. Uniform Resource. IdentifierString - - - - - Transportation Status_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Transport Equipment Type_ Code. Type2.0The set of code values for qualifying a type of equipment used in the transportation of goods.CodeTransport Equipment Type - - - - - - Transport Equipment Type_ Code List. IdentifierString - - - - - Transport Equipment Type_ Code List. Agency. IdentifierString - - - - - Transport Equipment Type_ Code List. Agency Name. TextString - - - - - Transport Equipment Type_ Code List. Name. TextString - - - - - Transport Equipment Type_ Code List. Version. IdentifierString - - - - - Transport Equipment Type_ Code. Name. TextString - - - - - Transport Equipment Type_ Language. IdentifierString - - - - - Transport Equipment Type_ Code List. Uniform Resource. IdentifierString - - - - - Transport Equipment Type_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Transport Mode_ Code. Type2.0The set of code values for modes of transportCodeTransport Mode - - - - - - Transport Mode_ Code List. IdentifierString - - - - - Transport Mode_ Code List. Agency. IdentifierString - - - - - Transport Mode_ Code List. Agency Name. TextString - - - - - Transport Mode_ Code List. Name. TextString - - - - - Transport Mode_ Code List. Version. IdentifierString - - - - - Transport Mode_ Code. Name. TextString - - - - - Transport Mode_ Language. IdentifierString - - - - - Transport Mode_ Code List. Uniform Resource. IdentifierString - - - - - Transport Mode_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - Unit Of Measure_ Code. Type2.0The set of code values for Units of Measure Used in International TradeCodeUnit Of Measure - - - - - - Unit Of Measure_ Code List. IdentifierString - - - - - Unit Of Measure_ Code List. Agency. IdentifierString - - - - - Unit Of Measure_ Code List. Agency Name. TextString - - - - - Unit Of Measure_ Code List. Name. TextString - - - - - Unit Of Measure_ Code List. Version. IdentifierString - - - - - Unit Of Measure_ Code. Name. TextString - - - - - Unit Of Measure_ Language. IdentifierString - - - - - Unit Of Measure_ Code List. Uniform Resource. IdentifierString - - - - - Unit Of Measure_ Code List Scheme. Uniform Resource. IdentifierString - - - - - - - - ABIEOrder. DetailsThe document used to order goods and services.OrderPurchase Order - - - - - A container for all extensions present in the document. - - - - - BBIEOrder. UBL Version Identifier. IdentifierThe earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.0..1OrderUBL Version IdentifierIdentifierIdentifier. Type2.0.5 - - - - - BBIEOrder. Customization Identifier. IdentifierIdentifies a user-defined customization of UBL for a specific use.0..1OrderCustomization IdentifierIdentifierIdentifier. TypeNES - - - - - BBIEOrder. Profile Identifier. IdentifierIdentifies a user-defined profile of the customization of UBL being used.0..1OrderProfile IdentifierIdentifierIdentifier. TypeBasicProcurementProcess - - - - - BBIEOrder. IdentifierAn identifier for the Order assigned by the Buyer.1OrderIdentifierIdentifierIdentifier. TypePurchase Order Number, Order Number - - - - - BBIEOrder. Sales Order Identifier. IdentifierAn identifier for the Order assigned by the Seller.0..1OrderSales Order IdentifierIdentifierIdentifier. TypeSales Order Number - - - - - BBIEOrder. Copy_ Indicator. IndicatorIndicates whether the Order is a copy (true) or not (false).0..1OrderCopyIndicatorIndicatorIndicator. Type - - - - - BBIEOrder. UUID. IdentifierA universally unique identifier for an instance of this ABIE.0..1OrderUUIDIdentifierIdentifier. Type - - - - - BBIEOrder. Issue Date. DateThe date assigned by the Buyer on which the Order was issued.1OrderIssue DateDateDate. TypeOrder Date - - - - - BBIEOrder. Issue Time. TimeThe time assigned by the Buyer on which the Order was issued.0..1OrderIssue TimeTimeTime. Type - - - - - BBIEOrder. Note. TextFree-form text applying to the Order. This element may contain notes or any other similar information that is not contained explicitly in another structure.0..nOrderNoteTextText. Type - - - - - BBIEOrder. Requested Invoice_ Currency Code. CodeThe currency requested for amount totals in Invoices related to this Order.0..1OrderRequested InvoiceCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEOrder. Document_ Currency Code. CodeThe default currency for the Order.0..1OrderDocumentCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEOrder. Pricing_ Currency Code. CodeThe currency that is used for all prices in the Order.0..1OrderPricingCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEOrder. Tax_ Currency Code. CodeThe currency requested for tax amounts in Invoices related to this Order.0..1OrderTaxCurrency CodeCodeCurrency_ Code. Type - - - - - BBIEOrder. Customer Reference. TextA supplementary reference for the Order.0..1OrderCustomer ReferenceTextText. TypeCRI in a purchasing card transaction - - - - - BBIEOrder. Accounting Cost Code. CodeThe Buyer's accounting code applied to the Order as a whole.0..1OrderAccounting Cost CodeCodeCode. Type - - - - - BBIEOrder. Accounting Cost. TextThe Buyer's accounting code applied to the Order as a whole, expressed as text.0..1OrderAccounting CostTextText. Type - - - - - BBIEOrder. Line Count. NumericThe number of lines in the document.0..1OrderLine CountNumericNumeric. Type - - - - - ASBIEOrder. Validity_ Period. PeriodThe period for which the Order is valid.0..nOrderValidityPeriodPeriod - - - - - ASBIEOrder. Quotation_ Document Reference. Document ReferenceAn associative reference to Quotation.0..1OrderQuotationDocument ReferenceDocument Reference - - - - - ASBIEOrder. Order_ Document Reference. Document ReferenceAn associative reference to [another] Order.0..nOrderOrderDocument ReferenceDocument Reference - - - - - ASBIEOrder. Originator_ Document Reference. Document ReferenceAn associative reference to Originator Document.0..1OrderOriginatorDocument ReferenceDocument Reference - - - - - ASBIEOrder. Additional_ Document Reference. Document ReferenceAn associative reference to Additional Document.0..nOrderAdditionalDocument ReferenceDocument Reference - - - - - ASBIEOrder. ContractAn association to Contract.0..nOrderContractContract - - - - - ASBIEOrder. SignatureAn association to Signature.0..nOrderSignatureSignature - - - - - ASBIEOrder. Buyer_ Customer Party. Customer PartyAn association to the Buyer.1OrderBuyerCustomer PartyCustomer Party - - - - - ASBIEOrder. Seller_ Supplier Party. Supplier PartyAn association to the Seller.1OrderSellerSupplier PartySupplier Party - - - - - ASBIEOrder. Originator_ Customer Party. Customer PartyAn association to the Originator.0..1OrderOriginatorCustomer PartyCustomer Party - - - - - ASBIEOrder. Freight Forwarder_ Party. PartyAn association to a Freight Forwarder or Carrier.0..1OrderFreight ForwarderPartyParty - - - - - ASBIEOrder. Accounting_ Customer Party. Customer PartyAn association to the Accounting Customer Party. The party that Invoice is expected to be sent to if not the buyer party.0..1OrderAccountingCustomer PartyCustomer Party - - - - - ASBIEOrder. DeliveryAn association to Delivery.0..nOrderDeliveryDelivery - - - - - ASBIEOrder. Delivery TermsAn association to Delivery Terms.0..1OrderDelivery TermsDelivery Terms - - - - - ASBIEOrder. Payment MeansAn association to Payment Means.0..1OrderPayment MeansPayment Means - - - - - ASBIEOrder. Transaction ConditionsAn association with any purchasing or sales conditions applying to the whole order.0..1OrderTransaction ConditionsTransaction Conditions - - - - - ASBIEOrder. Allowance ChargeAn association to Allowances and Charges that apply to the Order as a whole.0..nOrderAllowance ChargeAllowance Charge - - - - - ASBIEOrder. Destination_ Country. CountryAn association to the country of destination (for customs purposes).0..1OrderDestinationCountryCountry - - - - - ASBIEOrder. Tax TotalAn association to the total tax amount of the Order (as calculated by the Buyer).0..nOrderTax TotalTax Total - - - - - ASBIEOrder. Anticipated_ Monetary Total. Monetary TotalAn association to the total amounts for the Order anticipated by the Buyer.0..1OrderAnticipatedMonetary TotalMonetary Total - - - - - ASBIEOrder. Order LineAn association to one or more Order Lines.1..nOrderOrder LineOrder Line - - - - - - - - - - - UDT000008UDTDate Time. Type1.0A particular point in the progression of time together with the relevant supplementary information.Date TimestringdateTimeCan be used for a date and/or time. - - - - - UDT000009UDTDate. Type1.0One calendar day according the Gregorian calendar.Datestringdate - - - - - UDT0000010UDTTime. Type1.0The instance of time that occurs every day.Timestringtime - - - - - UDT0000012UDTIndicator. Type1.0A list of two mutually exclusive Boolean values that express the only possible states of a property.Indicatorstringboolean - - - - - UDT0000014UDTNumeric. Type1.0Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.Numericstringdecimal - - - - - UDT0000015UDT1.0Value. TypeNumeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.Valuestringdecimal - - - - - UDT0000016UDT1.0Percent. TypeNumeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.Percentstringdecimal - - - - - UDT0000017UDT1.0Rate. TypeNumeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measuret.Ratestringdecimal - - - - diff --git a/src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php b/src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php deleted file mode 100644 index 21b8d2a9..00000000 --- a/src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AccessoryRelatedItem.php +++ /dev/null @@ -1,12 +0,0 @@ - - - - BindTest.php - Php2XmlTest.php - Xsd2PhpTest.php - - - Xsd2Php/MavenXsdTest.php - - - \ No newline at end of file diff --git a/src/XSD2PHP/website/README b/src/XSD2PHP/website/README deleted file mode 100644 index 8cf21a34..00000000 --- a/src/XSD2PHP/website/README +++ /dev/null @@ -1,3 +0,0 @@ -LegkoXML website - - diff --git a/src/xsd2php.php b/src/xsd2php.php index c2209a09..b1c49730 100644 --- a/src/xsd2php.php +++ b/src/xsd2php.php @@ -2,7 +2,7 @@ require('./config.php'); -use QuickBooksOnline\API\XSD2PHP\src\com\mikebevz\xsd2php\Xsd2Php; +use com\mikebevz\xsd2php\Xsd2Php; $xml = new Xsd2Php('IPP', './XSD/IntuitBaseTypes.xsd', true); $xml->overrideAsSingleNamespace = 'http://schema.intuit.com/finance/v3'; $xml->saveClasses('./Data', true); From bdc78708913d7a7555605556e6cb5e4778d961c8 Mon Sep 17 00:00:00 2001 From: Jody Terrill Date: Fri, 23 Oct 2020 18:20:45 -0600 Subject: [PATCH 2/2] Fix composer require. --- composer.json | 2 +- composer.lock | 48 ++++++++---------------------------------------- 2 files changed, 9 insertions(+), 41 deletions(-) diff --git a/composer.json b/composer.json index 4d12abd0..80c07288 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "php": ">=5.6.0", "ext-mbstring": "*", "ext-dom": "*", - "elliotchance/intuit-quickbooks":"^v2.0.5-alpha" + "elliotchance/xsd2php":"^v0.0.5" }, "require-dev": { "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0" diff --git a/composer.lock b/composer.lock index 84aa6c3b..f4c1eaf0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,38 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "beb1d5f700147d7bd190ec1ea8c9fee5", + "content-hash": "103f85c4cf52e4cc7a3df76d205399f7", "packages": [ - { - "name": "elliotchance/intuit-quickbooks", - "version": "v2.0.5-alpha.2", - "source": { - "type": "git", - "url": "https://github.com/elliotchance/intuit-quickbooks.git", - "reference": "58ff6f7090d4aa84f62214b349b5d5e591460390" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/elliotchance/intuit-quickbooks/zipball/58ff6f7090d4aa84f62214b349b5d5e591460390", - "reference": "58ff6f7090d4aa84f62214b349b5d5e591460390", - "shasum": "" - }, - "require": { - "elliotchance/xsd2php": "0.0.5" - }, - "type": "library", - "autoload": { - "classmap": [ - "IntuitQuickbooks.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "The PHP SDK for QuickBooks v3 is set of PHP classes that make it easier to call QuickBooks APIs.", - "time": "2015-02-13T04:33:14+00:00" - }, { "name": "elliotchance/xsd2php", "version": "v0.0.5", @@ -1408,16 +1378,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.18.1", + "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" + "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", - "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b", + "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b", "shasum": "" }, "require": { @@ -1429,7 +1399,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" + "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1480,7 +1450,7 @@ "type": "tidelift" } ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2020-10-23T09:01:57+00:00" }, { "name": "theseer/tokenizer", @@ -1580,9 +1550,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "elliotchance/intuit-quickbooks": 15 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {