├── .gitignore ├── LICENSE ├── README ├── docs ├── blank.html ├── classtrees_default.html ├── default │ ├── AbstractWsdl.html │ ├── AbstractWsdlFactory.html │ ├── Bind.html │ ├── Common.html │ ├── IWsdl.html │ ├── LegkoTool.html │ ├── LegkoXML.html │ ├── NullLogger.html │ ├── PHPClass.html │ ├── Php2Xml.html │ ├── SoapServer.html │ ├── Wsdl.html │ ├── WsdlFactory.html │ ├── Wsdl_1_1.html │ ├── Wsdl_2_0.html │ ├── Xsd2Php.html │ ├── _legko.php.html │ ├── _mikebevz---xsd2php---Bind.php.html │ ├── _mikebevz---xsd2php---Common.php.html │ ├── _mikebevz---xsd2php---LegkoXML.php.html │ ├── _mikebevz---xsd2php---NullLogger.php.html │ ├── _mikebevz---xsd2php---PHPClass.php.html │ ├── _mikebevz---xsd2php---Php2Xml.php.html │ ├── _mikebevz---xsd2php---SoapServer.php.html │ ├── _mikebevz---xsd2php---Wsdl.php.html │ ├── _mikebevz---xsd2php---Xsd2Php.php.html │ ├── _mikebevz---xsd2php---wsdl---AbstractWsdl.php.html │ ├── _mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html │ ├── _mikebevz---xsd2php---wsdl---IWsdl.php.html │ ├── _mikebevz---xsd2php---wsdl---WsdlFactory.php.html │ ├── _mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html │ └── _mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html ├── elementindex.html ├── elementindex_default.html ├── errors.html ├── index.html ├── li_default.html ├── media │ ├── background.png │ ├── banner.css │ ├── bg_left.png │ ├── empty.png │ ├── style.css │ └── stylesheet.css ├── packages.html └── todolist.html ├── lib └── ZF │ └── 1.10.7 │ └── Zend │ ├── Console │ ├── Getopt.php │ └── Getopt │ │ └── Exception.php │ ├── Exception.php │ └── Soap │ ├── AutoDiscover.php │ ├── AutoDiscover │ └── Exception.php │ ├── Client.php │ ├── Client │ ├── Common.php │ ├── DotNet.php │ ├── Exception.php │ └── Local.php │ ├── Server.php │ ├── Server │ └── Exception.php │ ├── Wsdl.php │ └── Wsdl │ ├── Exception.php │ └── Strategy │ ├── Abstract.php │ ├── AnyType.php │ ├── ArrayOfTypeComplex.php │ ├── ArrayOfTypeSequence.php │ ├── Composite.php │ ├── DefaultComplexType.php │ └── Interface.php ├── resources ├── ContactCompany │ └── ContactCompany.xsd ├── ContactPerson1 │ └── ContactPerson.xsd ├── ContactWsdl │ ├── ContactCompany.xsd │ └── ContactPerson.xsd ├── MultiLevelImport │ ├── ContactPerson.xsd │ └── common │ │ ├── CAC.xsd │ │ ├── CAC_include1.xsd │ │ ├── CAC_include2.xsd │ │ ├── CommonSchema1.xsd │ │ └── UDT.xsd ├── maven │ └── maven-v4_0_0.xsd ├── mets │ └── mets.xsd ├── rss20 │ └── rss-2_0.xsd ├── simple1 │ └── simple.xsd └── ubl2.0 │ ├── common │ ├── CCTS_CCT_SchemaModule-2.0.xsd │ ├── CodeList_CurrencyCode_ISO_7_04.xsd │ ├── CodeList_LanguageCode_ISO_7_04.xsd │ ├── CodeList_MIMEMediaTypeCode_IANA_7_04.xsd │ ├── CodeList_UnitCode_UNECE_7_04.xsd │ ├── UBL-CommonAggregateComponents-2.0.xsd │ ├── UBL-CommonBasicComponents-2.0.xsd │ ├── UBL-CommonExtensionComponents-2.0.xsd │ ├── UBL-CoreComponentParameters-2.0.xsd │ ├── UBL-ExtensionContentDatatype-2.0.xsd │ ├── UBL-QualifiedDatatypes-2.0.xsd │ └── UnqualifiedDataTypeSchemaModule-2.0.xsd │ └── maindoc │ ├── UBL-ApplicationResponse-2.0.xsd │ ├── UBL-AttachedDocument-2.0.xsd │ ├── UBL-BillOfLading-2.0.xsd │ ├── UBL-Catalogue-2.0.xsd │ ├── UBL-CatalogueDeletion-2.0.xsd │ ├── UBL-CatalogueItemSpecificationUpdate-2.0.xsd │ ├── UBL-CataloguePricingUpdate-2.0.xsd │ ├── UBL-CatalogueRequest-2.0.xsd │ ├── UBL-CertificateOfOrigin-2.0.xsd │ ├── UBL-CreditNote-2.0.xsd │ ├── UBL-DebitNote-2.0.xsd │ ├── UBL-DespatchAdvice-2.0.xsd │ ├── UBL-ForwardingInstructions-2.0.xsd │ ├── UBL-FreightInvoice-2.0.xsd │ ├── UBL-Invoice-2.0.xsd │ ├── UBL-Order-2.0.xsd │ ├── UBL-OrderCancellation-2.0.xsd │ ├── UBL-OrderChange-2.0.xsd │ ├── UBL-OrderResponse-2.0.xsd │ ├── UBL-OrderResponseSimple-2.0.xsd │ ├── UBL-PackingList-2.0.xsd │ ├── UBL-Quotation-2.0.xsd │ ├── UBL-ReceiptAdvice-2.0.xsd │ ├── UBL-Reminder-2.0.xsd │ ├── UBL-RemittanceAdvice-2.0.xsd │ ├── UBL-RequestForQuotation-2.0.xsd │ ├── UBL-SelfBilledCreditNote-2.0.xsd │ ├── UBL-SelfBilledInvoice-2.0.xsd │ ├── UBL-Statement-2.0.xsd │ ├── UBL-TransportationStatus-2.0.xsd │ └── UBL-Waybill-2.0.xsd ├── src ├── com │ └── mikebevz │ │ └── xsd2php │ │ ├── Bind.php │ │ ├── Common.php │ │ ├── LegkoXML.php │ │ ├── NullLogger.php │ │ ├── PHPClass.php │ │ ├── Php2Xml.php │ │ ├── SoapServer.php │ │ ├── Wsdl.php │ │ ├── Xsd2Php.php │ │ ├── wsdl │ │ ├── AbstractWsdl.php │ │ ├── AbstractWsdlFactory.php │ │ ├── IWsdl.php │ │ ├── WsdlFactory.php │ │ ├── Wsdl_1_1.php │ │ └── Wsdl_2_0.php │ │ └── xsd2php2.xsl └── tools │ └── legko.php ├── test ├── BindTest.php ├── Bootstrap.php ├── LegkoXMLTestCase.php ├── Php2XmlTest.php ├── SoapServerTest.php ├── WsdlTest.php ├── Xsd2Php │ └── MavenXsdTest.php ├── Xsd2PhpTest.php ├── data │ ├── expected │ │ ├── ContactCompany │ │ │ ├── BindTest.xml │ │ │ ├── ContactCompany.xml │ │ │ ├── dk │ │ │ │ └── nordsign │ │ │ │ │ └── schema │ │ │ │ │ ├── ContactCompany │ │ │ │ │ ├── AddressType.php │ │ │ │ │ └── ContactCompany.php │ │ │ │ │ └── ContactPerson │ │ │ │ │ ├── ContactPerson.php │ │ │ │ │ └── ContactPersonType.php │ │ │ ├── generated.xml │ │ │ ├── oasis │ │ │ │ └── names │ │ │ │ │ └── specification │ │ │ │ │ └── ubl │ │ │ │ │ └── schema │ │ │ │ │ └── xsd │ │ │ │ │ ├── CommonAggregateComponents_2 │ │ │ │ │ ├── AccessoryRelatedItem.php │ │ │ │ │ ├── AccountingContact.php │ │ │ │ │ ├── AccountingCustomerParty.php │ │ │ │ │ ├── AccountingSupplierParty.php │ │ │ │ │ ├── ActualPackage.php │ │ │ │ │ ├── AdditionalDocumentReference.php │ │ │ │ │ ├── AdditionalItemIdentification.php │ │ │ │ │ ├── AdditionalItemProperty.php │ │ │ │ │ ├── AdditionalTemperature.php │ │ │ │ │ ├── Address.php │ │ │ │ │ ├── AddressLine.php │ │ │ │ │ ├── AddressLineType.php │ │ │ │ │ ├── AddressType.php │ │ │ │ │ ├── AgentParty.php │ │ │ │ │ ├── AirTransport.php │ │ │ │ │ ├── AirTransportType.php │ │ │ │ │ ├── AllowanceCharge.php │ │ │ │ │ ├── AllowanceChargeType.php │ │ │ │ │ ├── AlternativeConditionPrice.php │ │ │ │ │ ├── AnticipatedMonetaryTotal.php │ │ │ │ │ ├── ApplicableAddress.php │ │ │ │ │ ├── ApplicableTaxCategory.php │ │ │ │ │ ├── ApplicableTerritoryAddress.php │ │ │ │ │ ├── Attachment.php │ │ │ │ │ ├── AttachmentType.php │ │ │ │ │ ├── BillingReference.php │ │ │ │ │ ├── BillingReferenceLine.php │ │ │ │ │ ├── BillingReferenceLineType.php │ │ │ │ │ ├── BillingReferenceType.php │ │ │ │ │ ├── Branch.php │ │ │ │ │ ├── BranchType.php │ │ │ │ │ ├── BuyerContact.php │ │ │ │ │ ├── BuyerCustomerParty.php │ │ │ │ │ ├── BuyerProposedSubstituteLineItem.php │ │ │ │ │ ├── BuyersItemIdentification.php │ │ │ │ │ ├── CardAccount.php │ │ │ │ │ ├── CardAccountType.php │ │ │ │ │ ├── CarrierParty.php │ │ │ │ │ ├── CatalogueDocumentReference.php │ │ │ │ │ ├── CatalogueItemIdentification.php │ │ │ │ │ ├── CatalogueItemSpecificationUpdateLine.php │ │ │ │ │ ├── CatalogueItemSpecificationUpdateLineType.php │ │ │ │ │ ├── CatalogueLine.php │ │ │ │ │ ├── CatalogueLineReference.php │ │ │ │ │ ├── CatalogueLineType.php │ │ │ │ │ ├── CataloguePricingUpdateLine.php │ │ │ │ │ ├── CataloguePricingUpdateLineType.php │ │ │ │ │ ├── CatalogueReference.php │ │ │ │ │ ├── CatalogueReferenceType.php │ │ │ │ │ ├── CatalogueRequestLine.php │ │ │ │ │ ├── CatalogueRequestLineType.php │ │ │ │ │ ├── CategorizesClassificationCategory.php │ │ │ │ │ ├── CertificateOfOriginApplication.php │ │ │ │ │ ├── CertificateOfOriginApplicationType.php │ │ │ │ │ ├── ClassificationCategory.php │ │ │ │ │ ├── ClassificationCategoryType.php │ │ │ │ │ ├── ClassificationScheme.php │ │ │ │ │ ├── ClassificationSchemeType.php │ │ │ │ │ ├── ClassifiedTaxCategory.php │ │ │ │ │ ├── CommodityClassification.php │ │ │ │ │ ├── CommodityClassificationType.php │ │ │ │ │ ├── Communication.php │ │ │ │ │ ├── CommunicationType.php │ │ │ │ │ ├── ComplementaryRelatedItem.php │ │ │ │ │ ├── ComponentRelatedItem.php │ │ │ │ │ ├── ConsigneeParty.php │ │ │ │ │ ├── Consignment.php │ │ │ │ │ ├── ConsignmentType.php │ │ │ │ │ ├── ConsignorParty.php │ │ │ │ │ ├── Contact.php │ │ │ │ │ ├── ContactParty.php │ │ │ │ │ ├── ContactType.php │ │ │ │ │ ├── ContainedGoodsItem.php │ │ │ │ │ ├── ContainedPackage.php │ │ │ │ │ ├── Contract.php │ │ │ │ │ ├── ContractDocumentReference.php │ │ │ │ │ ├── ContractType.php │ │ │ │ │ ├── ContractorCustomerParty.php │ │ │ │ │ ├── CorporateRegistrationScheme.php │ │ │ │ │ ├── CorporateRegistrationSchemeType.php │ │ │ │ │ ├── Country.php │ │ │ │ │ ├── CountryType.php │ │ │ │ │ ├── CreditAccount.php │ │ │ │ │ ├── CreditAccountType.php │ │ │ │ │ ├── CreditNoteDocumentReference.php │ │ │ │ │ ├── CreditNoteLine.php │ │ │ │ │ ├── CreditNoteLineType.php │ │ │ │ │ ├── CurrentStatus.php │ │ │ │ │ ├── CustomerParty.php │ │ │ │ │ ├── CustomerPartyType.php │ │ │ │ │ ├── DebitNoteDocumentReference.php │ │ │ │ │ ├── DebitNoteLine.php │ │ │ │ │ ├── DebitNoteLineType.php │ │ │ │ │ ├── DefaultLanguage.php │ │ │ │ │ ├── DeletedCatalogueReference.php │ │ │ │ │ ├── Delivery.php │ │ │ │ │ ├── DeliveryAddress.php │ │ │ │ │ ├── DeliveryContact.php │ │ │ │ │ ├── DeliveryCustomerParty.php │ │ │ │ │ ├── DeliveryLocation.php │ │ │ │ │ ├── DeliveryParty.php │ │ │ │ │ ├── DeliveryTerms.php │ │ │ │ │ ├── DeliveryTermsType.php │ │ │ │ │ ├── DeliveryType.php │ │ │ │ │ ├── DeliveryUnit.php │ │ │ │ │ ├── DeliveryUnitType.php │ │ │ │ │ ├── Despatch.php │ │ │ │ │ ├── DespatchAddress.php │ │ │ │ │ ├── DespatchContact.php │ │ │ │ │ ├── DespatchDocumentReference.php │ │ │ │ │ ├── DespatchLine.php │ │ │ │ │ ├── DespatchLineReference.php │ │ │ │ │ ├── DespatchLineType.php │ │ │ │ │ ├── DespatchParty.php │ │ │ │ │ ├── DespatchSupplierParty.php │ │ │ │ │ ├── DespatchType.php │ │ │ │ │ ├── DestinationCountry.php │ │ │ │ │ ├── DigitalSignatureAttachment.php │ │ │ │ │ ├── Dimension.php │ │ │ │ │ ├── DimensionType.php │ │ │ │ │ ├── DiscrepancyResponse.php │ │ │ │ │ ├── DocumentDistribution.php │ │ │ │ │ ├── DocumentDistributionType.php │ │ │ │ │ ├── DocumentReference.php │ │ │ │ │ ├── DocumentReferenceType.php │ │ │ │ │ ├── DocumentResponse.php │ │ │ │ │ ├── DocumentResponseType.php │ │ │ │ │ ├── EmbassyEndorsement.php │ │ │ │ │ ├── EmergencyTemperature.php │ │ │ │ │ ├── Endorsement.php │ │ │ │ │ ├── EndorsementType.php │ │ │ │ │ ├── EndorserParty.php │ │ │ │ │ ├── EndorserPartyType.php │ │ │ │ │ ├── EstimatedDeliveryPeriod.php │ │ │ │ │ ├── ExchangeRate.php │ │ │ │ │ ├── ExchangeRateType.php │ │ │ │ │ ├── ExportCountry.php │ │ │ │ │ ├── ExporterParty.php │ │ │ │ │ ├── ExternalReference.php │ │ │ │ │ ├── ExternalReferenceType.php │ │ │ │ │ ├── FinalDeliveryParty.php │ │ │ │ │ ├── FinalDeliveryTransportationService.php │ │ │ │ │ ├── FinalDestinationCountry.php │ │ │ │ │ ├── FinancialAccount.php │ │ │ │ │ ├── FinancialAccountType.php │ │ │ │ │ ├── FinancialInstitution.php │ │ │ │ │ ├── FinancialInstitutionBranch.php │ │ │ │ │ ├── FinancialInstitutionType.php │ │ │ │ │ ├── FirstArrivalPortLocation.php │ │ │ │ │ ├── FlashpointTemperature.php │ │ │ │ │ ├── ForeignExchangeContract.php │ │ │ │ │ ├── FreightAllowanceCharge.php │ │ │ │ │ ├── FreightForwarderParty.php │ │ │ │ │ ├── GoodsItem.php │ │ │ │ │ ├── GoodsItemContainer.php │ │ │ │ │ ├── GoodsItemContainerType.php │ │ │ │ │ ├── GoodsItemType.php │ │ │ │ │ ├── HandlingUnitDespatchLine.php │ │ │ │ │ ├── HazardousGoodsTransit.php │ │ │ │ │ ├── HazardousGoodsTransitType.php │ │ │ │ │ ├── HazardousItem.php │ │ │ │ │ ├── HazardousItemType.php │ │ │ │ │ ├── ImporterParty.php │ │ │ │ │ ├── InformationContentProviderParty.php │ │ │ │ │ ├── InsuranceEndorsement.php │ │ │ │ │ ├── InvoiceDocumentReference.php │ │ │ │ │ ├── InvoiceLine.php │ │ │ │ │ ├── InvoiceLineType.php │ │ │ │ │ ├── InvoicePeriod.php │ │ │ │ │ ├── IssuerEndorsement.php │ │ │ │ │ ├── IssuerParty.php │ │ │ │ │ ├── IssuingCountry.php │ │ │ │ │ ├── Item.php │ │ │ │ │ ├── ItemComparison.php │ │ │ │ │ ├── ItemComparisonType.php │ │ │ │ │ ├── ItemIdentification.php │ │ │ │ │ ├── ItemIdentificationType.php │ │ │ │ │ ├── ItemInstance.php │ │ │ │ │ ├── ItemInstanceType.php │ │ │ │ │ ├── ItemLocationQuantity.php │ │ │ │ │ ├── ItemLocationQuantityType.php │ │ │ │ │ ├── ItemProperty.php │ │ │ │ │ ├── ItemPropertyGroup.php │ │ │ │ │ ├── ItemPropertyGroupType.php │ │ │ │ │ ├── ItemPropertyType.php │ │ │ │ │ ├── ItemSpecificationDocumentReference.php │ │ │ │ │ ├── ItemType.php │ │ │ │ │ ├── JurisdictionRegionAddress.php │ │ │ │ │ ├── Language.php │ │ │ │ │ ├── LanguageType.php │ │ │ │ │ ├── LastExitPortLocation.php │ │ │ │ │ ├── LegalMonetaryTotal.php │ │ │ │ │ ├── LineItem.php │ │ │ │ │ ├── LineItemType.php │ │ │ │ │ ├── LineReference.php │ │ │ │ │ ├── LineReferenceType.php │ │ │ │ │ ├── LineResponse.php │ │ │ │ │ ├── LineResponseType.php │ │ │ │ │ ├── LineValidityPeriod.php │ │ │ │ │ ├── LoadingLocation.php │ │ │ │ │ ├── LoadingPortLocation.php │ │ │ │ │ ├── LoadingProofParty.php │ │ │ │ │ ├── Location.php │ │ │ │ │ ├── LocationCoordinate.php │ │ │ │ │ ├── LocationCoordinateType.php │ │ │ │ │ ├── LocationType.php │ │ │ │ │ ├── LotIdentification.php │ │ │ │ │ ├── LotIdentificationType.php │ │ │ │ │ ├── ManufacturerParty.php │ │ │ │ │ ├── ManufacturersItemIdentification.php │ │ │ │ │ ├── MaritimeTransport.php │ │ │ │ │ ├── MaritimeTransportType.php │ │ │ │ │ ├── MaximumTemperature.php │ │ │ │ │ ├── MeasurementDimension.php │ │ │ │ │ ├── MinimumTemperature.php │ │ │ │ │ ├── MonetaryTotal.php │ │ │ │ │ ├── MonetaryTotalType.php │ │ │ │ │ ├── NotifyParty.php │ │ │ │ │ ├── OrderDocumentReference.php │ │ │ │ │ ├── OrderLine.php │ │ │ │ │ ├── OrderLineReference.php │ │ │ │ │ ├── OrderLineReferenceType.php │ │ │ │ │ ├── OrderLineType.php │ │ │ │ │ ├── OrderReference.php │ │ │ │ │ ├── OrderReferenceType.php │ │ │ │ │ ├── OrderedShipment.php │ │ │ │ │ ├── OrderedShipmentType.php │ │ │ │ │ ├── OriginAddress.php │ │ │ │ │ ├── OriginCountry.php │ │ │ │ │ ├── OriginalDepartureCountry.php │ │ │ │ │ ├── OriginalDespatchParty.php │ │ │ │ │ ├── OriginalDespatchTransportationService.php │ │ │ │ │ ├── OriginalDocumentReference.php │ │ │ │ │ ├── OriginalItemLocationQuantity.php │ │ │ │ │ ├── OriginatorCustomerParty.php │ │ │ │ │ ├── OriginatorDocumentReference.php │ │ │ │ │ ├── OriginatorParty.php │ │ │ │ │ ├── OtherCommunication.php │ │ │ │ │ ├── OwnerParty.php │ │ │ │ │ ├── Package.php │ │ │ │ │ ├── PackageType.php │ │ │ │ │ ├── Party.php │ │ │ │ │ ├── PartyIdentification.php │ │ │ │ │ ├── PartyIdentificationType.php │ │ │ │ │ ├── PartyLegalEntity.php │ │ │ │ │ ├── PartyLegalEntityType.php │ │ │ │ │ ├── PartyName.php │ │ │ │ │ ├── PartyNameType.php │ │ │ │ │ ├── PartyTaxScheme.php │ │ │ │ │ ├── PartyTaxSchemeType.php │ │ │ │ │ ├── PartyType.php │ │ │ │ │ ├── PayeeFinancialAccount.php │ │ │ │ │ ├── PayeeParty.php │ │ │ │ │ ├── PayerFinancialAccount.php │ │ │ │ │ ├── Payment.php │ │ │ │ │ ├── PaymentAlternativeExchangeRate.php │ │ │ │ │ ├── PaymentExchangeRate.php │ │ │ │ │ ├── PaymentMeans.php │ │ │ │ │ ├── PaymentMeansType.php │ │ │ │ │ ├── PaymentTerms.php │ │ │ │ │ ├── PaymentTermsType.php │ │ │ │ │ ├── PaymentType.php │ │ │ │ │ ├── PenaltyPeriod.php │ │ │ │ │ ├── Period.php │ │ │ │ │ ├── PeriodType.php │ │ │ │ │ ├── Person.php │ │ │ │ │ ├── PersonType.php │ │ │ │ │ ├── PhysicalAttribute.php │ │ │ │ │ ├── PhysicalAttributeType.php │ │ │ │ │ ├── PhysicalLocation.php │ │ │ │ │ ├── PostalAddress.php │ │ │ │ │ ├── PrepaidPayment.php │ │ │ │ │ ├── PreparationParty.php │ │ │ │ │ ├── PreviousPriceList.php │ │ │ │ │ ├── Price.php │ │ │ │ │ ├── PriceList.php │ │ │ │ │ ├── PriceListType.php │ │ │ │ │ ├── PriceType.php │ │ │ │ │ ├── PricingExchangeRate.php │ │ │ │ │ ├── PricingReference.php │ │ │ │ │ ├── PricingReferenceType.php │ │ │ │ │ ├── PromisedDeliveryPeriod.php │ │ │ │ │ ├── ProviderParty.php │ │ │ │ │ ├── QuotationDocumentReference.php │ │ │ │ │ ├── QuotationLine.php │ │ │ │ │ ├── QuotationLineReference.php │ │ │ │ │ ├── QuotationLineType.php │ │ │ │ │ ├── QuotedMonetaryTotal.php │ │ │ │ │ ├── RailTransport.php │ │ │ │ │ ├── RailTransportType.php │ │ │ │ │ ├── ReceiptDocumentReference.php │ │ │ │ │ ├── ReceiptLine.php │ │ │ │ │ ├── ReceiptLineReference.php │ │ │ │ │ ├── ReceiptLineType.php │ │ │ │ │ ├── ReceivedHandlingUnitReceiptLine.php │ │ │ │ │ ├── ReceiverParty.php │ │ │ │ │ ├── RecipientParty.php │ │ │ │ │ ├── ReferencedContract.php │ │ │ │ │ ├── RegistrationAddress.php │ │ │ │ │ ├── RelatedCatalogueReference.php │ │ │ │ │ ├── RelatedItem.php │ │ │ │ │ ├── RelatedItemType.php │ │ │ │ │ ├── ReminderDocumentReference.php │ │ │ │ │ ├── ReminderLine.php │ │ │ │ │ ├── ReminderLineType.php │ │ │ │ │ ├── ReminderPeriod.php │ │ │ │ │ ├── RemittanceAdviceLine.php │ │ │ │ │ ├── RemittanceAdviceLineType.php │ │ │ │ │ ├── ReplacementRelatedItem.php │ │ │ │ │ ├── ReportedShipment.php │ │ │ │ │ ├── RequestForQuotationDocumentReference.php │ │ │ │ │ ├── RequestForQuotationLine.php │ │ │ │ │ ├── RequestForQuotationLineType.php │ │ │ │ │ ├── RequestedCatalogueReference.php │ │ │ │ │ ├── RequestedClassificationScheme.php │ │ │ │ │ ├── RequestedDeliveryPeriod.php │ │ │ │ │ ├── RequestedLanguage.php │ │ │ │ │ ├── RequestedMonetaryTotal.php │ │ │ │ │ ├── RequiredItemLocationQuantity.php │ │ │ │ │ ├── RequiredRelatedItem.php │ │ │ │ │ ├── Response.php │ │ │ │ │ ├── ResponseType.php │ │ │ │ │ ├── RoadTransport.php │ │ │ │ │ ├── RoadTransportType.php │ │ │ │ │ ├── SecondaryHazard.php │ │ │ │ │ ├── SecondaryHazardType.php │ │ │ │ │ ├── SelfBilledCreditNoteDocumentReference.php │ │ │ │ │ ├── SelfBilledInvoiceDocumentReference.php │ │ │ │ │ ├── SellerContact.php │ │ │ │ │ ├── SellerProposedSubstituteLineItem.php │ │ │ │ │ ├── SellerSubstitutedLineItem.php │ │ │ │ │ ├── SellerSupplierParty.php │ │ │ │ │ ├── SellersItemIdentification.php │ │ │ │ │ ├── SenderParty.php │ │ │ │ │ ├── SettlementPeriod.php │ │ │ │ │ ├── Shipment.php │ │ │ │ │ ├── ShipmentStage.php │ │ │ │ │ ├── ShipmentStageType.php │ │ │ │ │ ├── ShipmentType.php │ │ │ │ │ ├── SignatoryContact.php │ │ │ │ │ ├── SignatoryParty.php │ │ │ │ │ ├── Signature.php │ │ │ │ │ ├── SignatureType.php │ │ │ │ │ ├── StandardItemIdentification.php │ │ │ │ │ ├── StatementDocumentReference.php │ │ │ │ │ ├── StatementLine.php │ │ │ │ │ ├── StatementLineType.php │ │ │ │ │ ├── StatementPeriod.php │ │ │ │ │ ├── Status.php │ │ │ │ │ ├── StatusType.php │ │ │ │ │ ├── Stowage.php │ │ │ │ │ ├── StowageType.php │ │ │ │ │ ├── SupplierParty.php │ │ │ │ │ ├── SupplierPartyType.php │ │ │ │ │ ├── SupportingDocumentReference.php │ │ │ │ │ ├── TaxCategory.php │ │ │ │ │ ├── TaxCategoryType.php │ │ │ │ │ ├── TaxExchangeRate.php │ │ │ │ │ ├── TaxRepresentativeParty.php │ │ │ │ │ ├── TaxScheme.php │ │ │ │ │ ├── TaxSchemeType.php │ │ │ │ │ ├── TaxSubtotal.php │ │ │ │ │ ├── TaxSubtotalType.php │ │ │ │ │ ├── TaxTotal.php │ │ │ │ │ ├── TaxTotalType.php │ │ │ │ │ ├── Temperature.php │ │ │ │ │ ├── TemperatureType.php │ │ │ │ │ ├── TradingTerms.php │ │ │ │ │ ├── TradingTermsType.php │ │ │ │ │ ├── TransactionConditions.php │ │ │ │ │ ├── TransactionConditionsType.php │ │ │ │ │ ├── TransitCountry.php │ │ │ │ │ ├── TransitPeriod.php │ │ │ │ │ ├── TransportContract.php │ │ │ │ │ ├── TransportEquipment.php │ │ │ │ │ ├── TransportEquipmentSeal.php │ │ │ │ │ ├── TransportEquipmentSealType.php │ │ │ │ │ ├── TransportEquipmentType.php │ │ │ │ │ ├── TransportEvent.php │ │ │ │ │ ├── TransportEventType.php │ │ │ │ │ ├── TransportHandlingUnit.php │ │ │ │ │ ├── TransportHandlingUnitType.php │ │ │ │ │ ├── TransportMeans.php │ │ │ │ │ ├── TransportMeansType.php │ │ │ │ │ ├── TransportationService.php │ │ │ │ │ ├── TransportationServiceType.php │ │ │ │ │ ├── TransshipPortLocation.php │ │ │ │ │ ├── UnloadingPortLocation.php │ │ │ │ │ ├── UsabilityPeriod.php │ │ │ │ │ ├── ValidityPeriod.php │ │ │ │ │ ├── WarrantyParty.php │ │ │ │ │ └── WarrantyValidityPeriod.php │ │ │ │ │ ├── CommonBasicComponents_2 │ │ │ │ │ ├── AcceptedIndicator.php │ │ │ │ │ ├── AcceptedIndicatorType.php │ │ │ │ │ ├── AccountID.php │ │ │ │ │ ├── AccountIDType.php │ │ │ │ │ ├── AccountNumberID.php │ │ │ │ │ ├── AccountNumberIDType.php │ │ │ │ │ ├── AccountTypeCode.php │ │ │ │ │ ├── AccountTypeCodeType.php │ │ │ │ │ ├── AccountingCost.php │ │ │ │ │ ├── AccountingCostCode.php │ │ │ │ │ ├── AccountingCostCodeType.php │ │ │ │ │ ├── AccountingCostType.php │ │ │ │ │ ├── ActionCode.php │ │ │ │ │ ├── ActionCodeType.php │ │ │ │ │ ├── ActualDeliveryDate.php │ │ │ │ │ ├── ActualDeliveryDateType.php │ │ │ │ │ ├── ActualDeliveryTime.php │ │ │ │ │ ├── ActualDeliveryTimeType.php │ │ │ │ │ ├── ActualDespatchDate.php │ │ │ │ │ ├── ActualDespatchDateType.php │ │ │ │ │ ├── ActualDespatchTime.php │ │ │ │ │ ├── ActualDespatchTimeType.php │ │ │ │ │ ├── AdValoremIndicator.php │ │ │ │ │ ├── AdValoremIndicatorType.php │ │ │ │ │ ├── AdditionalAccountID.php │ │ │ │ │ ├── AdditionalAccountIDType.php │ │ │ │ │ ├── AdditionalInformation.php │ │ │ │ │ ├── AdditionalInformationType.php │ │ │ │ │ ├── AdditionalStreetName.php │ │ │ │ │ ├── AdditionalStreetNameType.php │ │ │ │ │ ├── AddressFormatCode.php │ │ │ │ │ ├── AddressFormatCodeType.php │ │ │ │ │ ├── AddressTypeCode.php │ │ │ │ │ ├── AddressTypeCodeType.php │ │ │ │ │ ├── AgencyID.php │ │ │ │ │ ├── AgencyIDType.php │ │ │ │ │ ├── AgencyName.php │ │ │ │ │ ├── AgencyNameType.php │ │ │ │ │ ├── AircraftID.php │ │ │ │ │ ├── AircraftIDType.php │ │ │ │ │ ├── AllowanceChargeReason.php │ │ │ │ │ ├── AllowanceChargeReasonCode.php │ │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ │ ├── AllowanceChargeReasonType.php │ │ │ │ │ ├── AllowanceTotalAmount.php │ │ │ │ │ ├── AllowanceTotalAmountType.php │ │ │ │ │ ├── Amount.php │ │ │ │ │ ├── AmountType.php │ │ │ │ │ ├── ApplicationID.php │ │ │ │ │ ├── ApplicationIDType.php │ │ │ │ │ ├── ApplicationStatusCode.php │ │ │ │ │ ├── ApplicationStatusCodeType.php │ │ │ │ │ ├── ApprovalStatus.php │ │ │ │ │ ├── ApprovalStatusType.php │ │ │ │ │ ├── AttributeID.php │ │ │ │ │ ├── AttributeIDType.php │ │ │ │ │ ├── BackOrderAllowedIndicator.php │ │ │ │ │ ├── BackOrderAllowedIndicatorType.php │ │ │ │ │ ├── BackorderQuantity.php │ │ │ │ │ ├── BackorderQuantityType.php │ │ │ │ │ ├── BackorderReason.php │ │ │ │ │ ├── BackorderReasonType.php │ │ │ │ │ ├── BalanceAmount.php │ │ │ │ │ ├── BalanceAmountType.php │ │ │ │ │ ├── BalanceBroughtForwardIndicator.php │ │ │ │ │ ├── BalanceBroughtForwardIndicatorType.php │ │ │ │ │ ├── BaseAmount.php │ │ │ │ │ ├── BaseAmountType.php │ │ │ │ │ ├── BaseQuantity.php │ │ │ │ │ ├── BaseQuantityType.php │ │ │ │ │ ├── BaseUnitMeasure.php │ │ │ │ │ ├── BaseUnitMeasureType.php │ │ │ │ │ ├── BatchQuantity.php │ │ │ │ │ ├── BatchQuantityType.php │ │ │ │ │ ├── BlockName.php │ │ │ │ │ ├── BlockNameType.php │ │ │ │ │ ├── BrandName.php │ │ │ │ │ ├── BrandNameType.php │ │ │ │ │ ├── BuildingName.php │ │ │ │ │ ├── BuildingNameType.php │ │ │ │ │ ├── BuildingNumber.php │ │ │ │ │ ├── BuildingNumberType.php │ │ │ │ │ ├── CV2ID.php │ │ │ │ │ ├── CV2IDType.php │ │ │ │ │ ├── CalculationRate.php │ │ │ │ │ ├── CalculationRateType.php │ │ │ │ │ ├── CalculationSequenceNumeric.php │ │ │ │ │ ├── CalculationSequenceNumericType.php │ │ │ │ │ ├── CancellationNote.php │ │ │ │ │ ├── CancellationNoteType.php │ │ │ │ │ ├── CanonicalizationMethod.php │ │ │ │ │ ├── CanonicalizationMethodType.php │ │ │ │ │ ├── CardChipCode.php │ │ │ │ │ ├── CardChipCodeType.php │ │ │ │ │ ├── CardTypeCode.php │ │ │ │ │ ├── CardTypeCodeType.php │ │ │ │ │ ├── CargoTypeCode.php │ │ │ │ │ ├── CargoTypeCodeType.php │ │ │ │ │ ├── CarrierAssignedID.php │ │ │ │ │ ├── CarrierAssignedIDType.php │ │ │ │ │ ├── CatalogueIndicator.php │ │ │ │ │ ├── CatalogueIndicatorType.php │ │ │ │ │ ├── CategoryName.php │ │ │ │ │ ├── CategoryNameType.php │ │ │ │ │ ├── CertificateType.php │ │ │ │ │ ├── CertificateTypeType.php │ │ │ │ │ ├── Channel.php │ │ │ │ │ ├── ChannelCode.php │ │ │ │ │ ├── ChannelCodeType.php │ │ │ │ │ ├── ChannelType.php │ │ │ │ │ ├── ChargeIndicator.php │ │ │ │ │ ├── ChargeIndicatorType.php │ │ │ │ │ ├── ChargeTotalAmount.php │ │ │ │ │ ├── ChargeTotalAmountType.php │ │ │ │ │ ├── ChargeableWeightMeasure.php │ │ │ │ │ ├── ChargeableWeightMeasureType.php │ │ │ │ │ ├── ChipApplicationID.php │ │ │ │ │ ├── ChipApplicationIDType.php │ │ │ │ │ ├── CityName.php │ │ │ │ │ ├── CityNameType.php │ │ │ │ │ ├── CitySubdivisionName.php │ │ │ │ │ ├── CitySubdivisionNameType.php │ │ │ │ │ ├── ClassifiedIndicator.php │ │ │ │ │ ├── ClassifiedIndicatorType.php │ │ │ │ │ ├── CodeValue.php │ │ │ │ │ ├── CodeValueType.php │ │ │ │ │ ├── CommodityCode.php │ │ │ │ │ ├── CommodityCodeType.php │ │ │ │ │ ├── CompanyID.php │ │ │ │ │ ├── CompanyIDType.php │ │ │ │ │ ├── CompletionIndicator.php │ │ │ │ │ ├── CompletionIndicatorType.php │ │ │ │ │ ├── Condition.php │ │ │ │ │ ├── ConditionCode.php │ │ │ │ │ ├── ConditionCodeType.php │ │ │ │ │ ├── ConditionType.php │ │ │ │ │ ├── Conditions.php │ │ │ │ │ ├── ConditionsType.php │ │ │ │ │ ├── ConsumerUnitQuantity.php │ │ │ │ │ ├── ConsumerUnitQuantityType.php │ │ │ │ │ ├── ContentUnitQuantity.php │ │ │ │ │ ├── ContentUnitQuantityType.php │ │ │ │ │ ├── ContractSubdivision.php │ │ │ │ │ ├── ContractSubdivisionType.php │ │ │ │ │ ├── ContractType.php │ │ │ │ │ ├── ContractTypeCode.php │ │ │ │ │ ├── ContractTypeCodeType.php │ │ │ │ │ ├── ContractTypeType.php │ │ │ │ │ ├── CoordinateSystemCode.php │ │ │ │ │ ├── CoordinateSystemCodeType.php │ │ │ │ │ ├── CopiesNumeric.php │ │ │ │ │ ├── CopiesNumericType.php │ │ │ │ │ ├── CopyIndicator.php │ │ │ │ │ ├── CopyIndicatorType.php │ │ │ │ │ ├── CorporateRegistrationTypeCode.php │ │ │ │ │ ├── CorporateRegistrationTypeCodeType.php │ │ │ │ │ ├── CountrySubentity.php │ │ │ │ │ ├── CountrySubentityCode.php │ │ │ │ │ ├── CountrySubentityCodeType.php │ │ │ │ │ ├── CountrySubentityType.php │ │ │ │ │ ├── CreditAmount.php │ │ │ │ │ ├── CreditAmountType.php │ │ │ │ │ ├── CreditLineAmount.php │ │ │ │ │ ├── CreditLineAmountType.php │ │ │ │ │ ├── CreditedQuantity.php │ │ │ │ │ ├── CreditedQuantityType.php │ │ │ │ │ ├── CurrencyBaseRate.php │ │ │ │ │ ├── CurrencyBaseRateType.php │ │ │ │ │ ├── CurrencyCode.php │ │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ │ ├── CustomerAssignedAccountID.php │ │ │ │ │ ├── CustomerAssignedAccountIDType.php │ │ │ │ │ ├── CustomerReference.php │ │ │ │ │ ├── CustomerReferenceType.php │ │ │ │ │ ├── CustomizationID.php │ │ │ │ │ ├── CustomizationIDType.php │ │ │ │ │ ├── CustomsID.php │ │ │ │ │ ├── CustomsIDType.php │ │ │ │ │ ├── CustomsImportClassifiedIndicator.php │ │ │ │ │ ├── CustomsImportClassifiedIndicatorType.php │ │ │ │ │ ├── CustomsStatusCode.php │ │ │ │ │ ├── CustomsStatusCodeType.php │ │ │ │ │ ├── CustomsTariffQuantity.php │ │ │ │ │ ├── CustomsTariffQuantityType.php │ │ │ │ │ ├── DamageRemarks.php │ │ │ │ │ ├── DamageRemarksType.php │ │ │ │ │ ├── DataSendingCapability.php │ │ │ │ │ ├── DataSendingCapabilityType.php │ │ │ │ │ ├── Date.php │ │ │ │ │ ├── DateType.php │ │ │ │ │ ├── DebitAmount.php │ │ │ │ │ ├── DebitAmountType.php │ │ │ │ │ ├── DebitLineAmount.php │ │ │ │ │ ├── DebitLineAmountType.php │ │ │ │ │ ├── DebitedQuantity.php │ │ │ │ │ ├── DebitedQuantityType.php │ │ │ │ │ ├── DeclaredCarriageValueAmount.php │ │ │ │ │ ├── DeclaredCarriageValueAmountType.php │ │ │ │ │ ├── DeclaredCustomsValueAmount.php │ │ │ │ │ ├── DeclaredCustomsValueAmountType.php │ │ │ │ │ ├── DeclaredForCarriageValueAmount.php │ │ │ │ │ ├── DeclaredForCarriageValueAmountType.php │ │ │ │ │ ├── DeclaredStatisticsValueAmount.php │ │ │ │ │ ├── DeclaredStatisticsValueAmountType.php │ │ │ │ │ ├── DegreesMeasure.php │ │ │ │ │ ├── DegreesMeasureType.php │ │ │ │ │ ├── DeliveredQuantity.php │ │ │ │ │ ├── DeliveredQuantityType.php │ │ │ │ │ ├── DeliveryDate.php │ │ │ │ │ ├── DeliveryDateType.php │ │ │ │ │ ├── DeliveryInstructions.php │ │ │ │ │ ├── DeliveryInstructionsType.php │ │ │ │ │ ├── DeliveryTime.php │ │ │ │ │ ├── DeliveryTimeType.php │ │ │ │ │ ├── Department.php │ │ │ │ │ ├── DepartmentType.php │ │ │ │ │ ├── Description.php │ │ │ │ │ ├── DescriptionCode.php │ │ │ │ │ ├── DescriptionCodeType.php │ │ │ │ │ ├── DescriptionType.php │ │ │ │ │ ├── DespatchAdviceTypeCode.php │ │ │ │ │ ├── DespatchAdviceTypeCodeType.php │ │ │ │ │ ├── DespatchDate.php │ │ │ │ │ ├── DespatchDateType.php │ │ │ │ │ ├── DespatchTime.php │ │ │ │ │ ├── DespatchTimeType.php │ │ │ │ │ ├── DirectionCode.php │ │ │ │ │ ├── DirectionCodeType.php │ │ │ │ │ ├── DiscountPercent.php │ │ │ │ │ ├── DiscountPercentType.php │ │ │ │ │ ├── DispositionCode.php │ │ │ │ │ ├── DispositionCodeType.php │ │ │ │ │ ├── District.php │ │ │ │ │ ├── DistrictType.php │ │ │ │ │ ├── DocumentBinaryObject.php │ │ │ │ │ ├── DocumentBinaryObjectType.php │ │ │ │ │ ├── DocumentCurrencyCode.php │ │ │ │ │ ├── DocumentCurrencyCodeType.php │ │ │ │ │ ├── DocumentHash.php │ │ │ │ │ ├── DocumentHashType.php │ │ │ │ │ ├── DocumentID.php │ │ │ │ │ ├── DocumentIDType.php │ │ │ │ │ ├── DocumentStatusCode.php │ │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ │ ├── DocumentType.php │ │ │ │ │ ├── DocumentTypeCode.php │ │ │ │ │ ├── DocumentTypeCodeType.php │ │ │ │ │ ├── DocumentTypeType.php │ │ │ │ │ ├── DurationMeasure.php │ │ │ │ │ ├── DurationMeasureType.php │ │ │ │ │ ├── ElectronicMail.php │ │ │ │ │ ├── ElectronicMailType.php │ │ │ │ │ ├── EmbeddedDocumentBinaryObject.php │ │ │ │ │ ├── EmbeddedDocumentBinaryObjectType.php │ │ │ │ │ ├── EmergencyProceduresCode.php │ │ │ │ │ ├── EmergencyProceduresCodeType.php │ │ │ │ │ ├── EndDate.php │ │ │ │ │ ├── EndDateType.php │ │ │ │ │ ├── EndTime.php │ │ │ │ │ ├── EndTimeType.php │ │ │ │ │ ├── EndpointID.php │ │ │ │ │ ├── EndpointIDType.php │ │ │ │ │ ├── EstimatedDespatchDate.php │ │ │ │ │ ├── EstimatedDespatchDateType.php │ │ │ │ │ ├── EstimatedDespatchTime.php │ │ │ │ │ ├── EstimatedDespatchTimeType.php │ │ │ │ │ ├── EventCode.php │ │ │ │ │ ├── EventCodeType.php │ │ │ │ │ ├── ExchangeMarketID.php │ │ │ │ │ ├── ExchangeMarketIDType.php │ │ │ │ │ ├── ExemptionReason.php │ │ │ │ │ ├── ExemptionReasonCode.php │ │ │ │ │ ├── ExemptionReasonCodeType.php │ │ │ │ │ ├── ExemptionReasonType.php │ │ │ │ │ ├── ExpiryDate.php │ │ │ │ │ ├── ExpiryDateType.php │ │ │ │ │ ├── ExpiryTime.php │ │ │ │ │ ├── ExpiryTimeType.php │ │ │ │ │ ├── ExtendedID.php │ │ │ │ │ ├── ExtendedIDType.php │ │ │ │ │ ├── Extension.php │ │ │ │ │ ├── ExtensionType.php │ │ │ │ │ ├── FactorNumeric.php │ │ │ │ │ ├── FactorNumericType.php │ │ │ │ │ ├── FamilyName.php │ │ │ │ │ ├── FamilyNameType.php │ │ │ │ │ ├── FirstName.php │ │ │ │ │ ├── FirstNameType.php │ │ │ │ │ ├── Floor.php │ │ │ │ │ ├── FloorType.php │ │ │ │ │ ├── FreeOfChargeIndicator.php │ │ │ │ │ ├── FreeOfChargeIndicatorType.php │ │ │ │ │ ├── FreeOnBoardValueAmount.php │ │ │ │ │ ├── FreeOnBoardValueAmountType.php │ │ │ │ │ ├── FreightRateClassCode.php │ │ │ │ │ ├── FreightRateClassCodeType.php │ │ │ │ │ ├── FullnessIndicationCode.php │ │ │ │ │ ├── FullnessIndicationCodeType.php │ │ │ │ │ ├── GoodsItemQuantity.php │ │ │ │ │ ├── GoodsItemQuantityType.php │ │ │ │ │ ├── GrossVolumeMeasure.php │ │ │ │ │ ├── GrossVolumeMeasureType.php │ │ │ │ │ ├── GrossWeightMeasure.php │ │ │ │ │ ├── GrossWeightMeasureType.php │ │ │ │ │ ├── HandlingCode.php │ │ │ │ │ ├── HandlingCodeType.php │ │ │ │ │ ├── HandlingInstructions.php │ │ │ │ │ ├── HandlingInstructionsType.php │ │ │ │ │ ├── HazardClassID.php │ │ │ │ │ ├── HazardClassIDType.php │ │ │ │ │ ├── HazardousCategoryCode.php │ │ │ │ │ ├── HazardousCategoryCodeType.php │ │ │ │ │ ├── HazardousRegulationCode.php │ │ │ │ │ ├── HazardousRegulationCodeType.php │ │ │ │ │ ├── HazardousRiskIndicator.php │ │ │ │ │ ├── HazardousRiskIndicatorType.php │ │ │ │ │ ├── HolderName.php │ │ │ │ │ ├── HolderNameType.php │ │ │ │ │ ├── ID.php │ │ │ │ │ ├── IDType.php │ │ │ │ │ ├── IdentificationCode.php │ │ │ │ │ ├── IdentificationCodeType.php │ │ │ │ │ ├── IdentificationID.php │ │ │ │ │ ├── IdentificationIDType.php │ │ │ │ │ ├── IndicationIndicator.php │ │ │ │ │ ├── IndicationIndicatorType.php │ │ │ │ │ ├── Indicator.php │ │ │ │ │ ├── IndicatorType.php │ │ │ │ │ ├── Information.php │ │ │ │ │ ├── InformationType.php │ │ │ │ │ ├── InhalationToxicityZoneCode.php │ │ │ │ │ ├── InhalationToxicityZoneCodeType.php │ │ │ │ │ ├── InhouseMail.php │ │ │ │ │ ├── InhouseMailType.php │ │ │ │ │ ├── InspectionMethodCode.php │ │ │ │ │ ├── InspectionMethodCodeType.php │ │ │ │ │ ├── Instruction.php │ │ │ │ │ ├── InstructionID.php │ │ │ │ │ ├── InstructionIDType.php │ │ │ │ │ ├── InstructionNote.php │ │ │ │ │ ├── InstructionNoteType.php │ │ │ │ │ ├── InstructionType.php │ │ │ │ │ ├── Instructions.php │ │ │ │ │ ├── InstructionsType.php │ │ │ │ │ ├── InsurancePremiumAmount.php │ │ │ │ │ ├── InsurancePremiumAmountType.php │ │ │ │ │ ├── InsuranceValueAmount.php │ │ │ │ │ ├── InsuranceValueAmountType.php │ │ │ │ │ ├── InvoiceAmount.php │ │ │ │ │ ├── InvoiceAmountType.php │ │ │ │ │ ├── InvoiceTypeCode.php │ │ │ │ │ ├── InvoiceTypeCodeType.php │ │ │ │ │ ├── InvoicedQuantity.php │ │ │ │ │ ├── InvoicedQuantityType.php │ │ │ │ │ ├── InvoicingPartyReference.php │ │ │ │ │ ├── InvoicingPartyReferenceType.php │ │ │ │ │ ├── IssueDate.php │ │ │ │ │ ├── IssueDateType.php │ │ │ │ │ ├── IssueNumberID.php │ │ │ │ │ ├── IssueNumberIDType.php │ │ │ │ │ ├── IssueTime.php │ │ │ │ │ ├── IssueTimeType.php │ │ │ │ │ ├── IssuerID.php │ │ │ │ │ ├── IssuerIDType.php │ │ │ │ │ ├── ItemClassificationCode.php │ │ │ │ │ ├── ItemClassificationCodeType.php │ │ │ │ │ ├── ItemUpdateRequestIndicator.php │ │ │ │ │ ├── ItemUpdateRequestIndicatorType.php │ │ │ │ │ ├── JobID.php │ │ │ │ │ ├── JobIDType.php │ │ │ │ │ ├── JobTitle.php │ │ │ │ │ ├── JobTitleType.php │ │ │ │ │ ├── JourneyID.php │ │ │ │ │ ├── JourneyIDType.php │ │ │ │ │ ├── Keyword.php │ │ │ │ │ ├── KeywordType.php │ │ │ │ │ ├── LanguageID.php │ │ │ │ │ ├── LanguageIDType.php │ │ │ │ │ ├── LastRevisionDate.php │ │ │ │ │ ├── LastRevisionDateType.php │ │ │ │ │ ├── LastRevisionTime.php │ │ │ │ │ ├── LastRevisionTimeType.php │ │ │ │ │ ├── LatestDeliveryDate.php │ │ │ │ │ ├── LatestDeliveryDateType.php │ │ │ │ │ ├── LatestDeliveryTime.php │ │ │ │ │ ├── LatestDeliveryTimeType.php │ │ │ │ │ ├── LatitudeDegreesMeasure.php │ │ │ │ │ ├── LatitudeDegreesMeasureType.php │ │ │ │ │ ├── LatitudeDirectionCode.php │ │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ │ ├── LatitudeMinutesMeasure.php │ │ │ │ │ ├── LatitudeMinutesMeasureType.php │ │ │ │ │ ├── LeadTimeMeasure.php │ │ │ │ │ ├── LeadTimeMeasureType.php │ │ │ │ │ ├── LegalStatusIndicator.php │ │ │ │ │ ├── LegalStatusIndicatorType.php │ │ │ │ │ ├── LengthMeasure.php │ │ │ │ │ ├── LengthMeasureType.php │ │ │ │ │ ├── LicensePlateID.php │ │ │ │ │ ├── LicensePlateIDType.php │ │ │ │ │ ├── LifeCycleStatusCode.php │ │ │ │ │ ├── LifeCycleStatusCodeType.php │ │ │ │ │ ├── Line.php │ │ │ │ │ ├── LineAmount.php │ │ │ │ │ ├── LineAmountType.php │ │ │ │ │ ├── LineCountNumeric.php │ │ │ │ │ ├── LineCountNumericType.php │ │ │ │ │ ├── LineExtensionAmount.php │ │ │ │ │ ├── LineExtensionAmountType.php │ │ │ │ │ ├── LineID.php │ │ │ │ │ ├── LineIDType.php │ │ │ │ │ ├── LineStatusCode.php │ │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ │ ├── LineType.php │ │ │ │ │ ├── LoadingLengthMeasure.php │ │ │ │ │ ├── LoadingLengthMeasureType.php │ │ │ │ │ ├── LocaleCode.php │ │ │ │ │ ├── LocaleCodeType.php │ │ │ │ │ ├── Location.php │ │ │ │ │ ├── LocationID.php │ │ │ │ │ ├── LocationIDType.php │ │ │ │ │ ├── LocationType.php │ │ │ │ │ ├── LogoReferenceID.php │ │ │ │ │ ├── LogoReferenceIDType.php │ │ │ │ │ ├── LongitudeDegreesMeasure.php │ │ │ │ │ ├── LongitudeDegreesMeasureType.php │ │ │ │ │ ├── LongitudeDirectionCode.php │ │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ │ ├── LongitudeMinutesMeasure.php │ │ │ │ │ ├── LongitudeMinutesMeasureType.php │ │ │ │ │ ├── LossRisk.php │ │ │ │ │ ├── LossRiskResponsibilityCode.php │ │ │ │ │ ├── LossRiskResponsibilityCodeType.php │ │ │ │ │ ├── LossRiskType.php │ │ │ │ │ ├── LotNumberID.php │ │ │ │ │ ├── LotNumberIDType.php │ │ │ │ │ ├── LowerOrangeHazardPlacardID.php │ │ │ │ │ ├── LowerOrangeHazardPlacardIDType.php │ │ │ │ │ ├── Mail.php │ │ │ │ │ ├── MailType.php │ │ │ │ │ ├── ManufactureDate.php │ │ │ │ │ ├── ManufactureDateType.php │ │ │ │ │ ├── ManufactureTime.php │ │ │ │ │ ├── ManufactureTimeType.php │ │ │ │ │ ├── MarkAttention.php │ │ │ │ │ ├── MarkAttentionIndicator.php │ │ │ │ │ ├── MarkAttentionIndicatorType.php │ │ │ │ │ ├── MarkAttentionType.php │ │ │ │ │ ├── MarkCare.php │ │ │ │ │ ├── MarkCareIndicator.php │ │ │ │ │ ├── MarkCareIndicatorType.php │ │ │ │ │ ├── MarkCareType.php │ │ │ │ │ ├── MarkingID.php │ │ │ │ │ ├── MarkingIDType.php │ │ │ │ │ ├── Marks.php │ │ │ │ │ ├── MarksType.php │ │ │ │ │ ├── MathematicOperatorCode.php │ │ │ │ │ ├── MathematicOperatorCodeType.php │ │ │ │ │ ├── MaximumBackorderQuantity.php │ │ │ │ │ ├── MaximumBackorderQuantityType.php │ │ │ │ │ ├── MaximumCopiesNumeric.php │ │ │ │ │ ├── MaximumCopiesNumericType.php │ │ │ │ │ ├── MaximumMeasure.php │ │ │ │ │ ├── MaximumMeasureType.php │ │ │ │ │ ├── MaximumOrderQuantity.php │ │ │ │ │ ├── MaximumOrderQuantityType.php │ │ │ │ │ ├── MaximumQuantity.php │ │ │ │ │ ├── MaximumQuantityType.php │ │ │ │ │ ├── Measure.php │ │ │ │ │ ├── MeasureType.php │ │ │ │ │ ├── MedicalFirstAidGuideCode.php │ │ │ │ │ ├── MedicalFirstAidGuideCodeType.php │ │ │ │ │ ├── MiddleName.php │ │ │ │ │ ├── MiddleNameType.php │ │ │ │ │ ├── MinimumBackorderQuantity.php │ │ │ │ │ ├── MinimumBackorderQuantityType.php │ │ │ │ │ ├── MinimumMeasure.php │ │ │ │ │ ├── MinimumMeasureType.php │ │ │ │ │ ├── MinimumOrderQuantity.php │ │ │ │ │ ├── MinimumOrderQuantityType.php │ │ │ │ │ ├── MinimumQuantity.php │ │ │ │ │ ├── MinimumQuantityType.php │ │ │ │ │ ├── MinutesMeasure.php │ │ │ │ │ ├── MinutesMeasureType.php │ │ │ │ │ ├── ModelName.php │ │ │ │ │ ├── ModelNameType.php │ │ │ │ │ ├── MultiplierFactorNumeric.php │ │ │ │ │ ├── MultiplierFactorNumericType.php │ │ │ │ │ ├── Name.php │ │ │ │ │ ├── NameSuffix.php │ │ │ │ │ ├── NameSuffixType.php │ │ │ │ │ ├── NameType.php │ │ │ │ │ ├── Nationality.php │ │ │ │ │ ├── NationalityID.php │ │ │ │ │ ├── NationalityIDType.php │ │ │ │ │ ├── NationalityType.php │ │ │ │ │ ├── NatureCode.php │ │ │ │ │ ├── NatureCodeType.php │ │ │ │ │ ├── NetNetWeightMeasure.php │ │ │ │ │ ├── NetNetWeightMeasureType.php │ │ │ │ │ ├── NetVolumeMeasure.php │ │ │ │ │ ├── NetVolumeMeasureType.php │ │ │ │ │ ├── NetWeightMeasure.php │ │ │ │ │ ├── NetWeightMeasureType.php │ │ │ │ │ ├── NetworkID.php │ │ │ │ │ ├── NetworkIDType.php │ │ │ │ │ ├── Note.php │ │ │ │ │ ├── NoteType.php │ │ │ │ │ ├── NumberID.php │ │ │ │ │ ├── NumberIDType.php │ │ │ │ │ ├── OccurrenceDate.php │ │ │ │ │ ├── OccurrenceDateType.php │ │ │ │ │ ├── OccurrenceTime.php │ │ │ │ │ ├── OccurrenceTimeType.php │ │ │ │ │ ├── OnCarriageIndicator.php │ │ │ │ │ ├── OnCarriageIndicatorType.php │ │ │ │ │ ├── OrangeHazardPlacardID.php │ │ │ │ │ ├── OrangeHazardPlacardIDType.php │ │ │ │ │ ├── OrderID.php │ │ │ │ │ ├── OrderIDType.php │ │ │ │ │ ├── OrderQuantity.php │ │ │ │ │ ├── OrderQuantityIncrementNumeric.php │ │ │ │ │ ├── OrderQuantityIncrementNumericType.php │ │ │ │ │ ├── OrderQuantityType.php │ │ │ │ │ ├── OrderableIndicator.php │ │ │ │ │ ├── OrderableIndicatorType.php │ │ │ │ │ ├── OrderableUnit.php │ │ │ │ │ ├── OrderableUnitFactorRate.php │ │ │ │ │ ├── OrderableUnitFactorRateType.php │ │ │ │ │ ├── OrderableUnitType.php │ │ │ │ │ ├── OrganizationDepartment.php │ │ │ │ │ ├── OrganizationDepartmentType.php │ │ │ │ │ ├── OriginalJobID.php │ │ │ │ │ ├── OriginalJobIDType.php │ │ │ │ │ ├── OtherInstruction.php │ │ │ │ │ ├── OtherInstructionType.php │ │ │ │ │ ├── OutstandingQuantity.php │ │ │ │ │ ├── OutstandingQuantityType.php │ │ │ │ │ ├── OutstandingReason.php │ │ │ │ │ ├── OutstandingReasonType.php │ │ │ │ │ ├── OversupplyQuantity.php │ │ │ │ │ ├── OversupplyQuantityType.php │ │ │ │ │ ├── OwnerTypeCode.php │ │ │ │ │ ├── OwnerTypeCodeType.php │ │ │ │ │ ├── PackLevelCode.php │ │ │ │ │ ├── PackLevelCodeType.php │ │ │ │ │ ├── PackQuantity.php │ │ │ │ │ ├── PackQuantityType.php │ │ │ │ │ ├── PackSizeNumeric.php │ │ │ │ │ ├── PackSizeNumericType.php │ │ │ │ │ ├── PackageLevelCode.php │ │ │ │ │ ├── PackageLevelCodeType.php │ │ │ │ │ ├── PackageQuantity.php │ │ │ │ │ ├── PackageQuantityType.php │ │ │ │ │ ├── PackagesQuantity.php │ │ │ │ │ ├── PackagesQuantityType.php │ │ │ │ │ ├── PackagingTypeCode.php │ │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ │ ├── PackingCriteriaCode.php │ │ │ │ │ ├── PackingCriteriaCodeType.php │ │ │ │ │ ├── PackingMaterial.php │ │ │ │ │ ├── PackingMaterialType.php │ │ │ │ │ ├── PaidAmount.php │ │ │ │ │ ├── PaidAmountType.php │ │ │ │ │ ├── PaidDate.php │ │ │ │ │ ├── PaidDateType.php │ │ │ │ │ ├── PaidTime.php │ │ │ │ │ ├── PaidTimeType.php │ │ │ │ │ ├── ParentDocumentID.php │ │ │ │ │ ├── ParentDocumentIDType.php │ │ │ │ │ ├── ParentDocumentTypeCode.php │ │ │ │ │ ├── ParentDocumentTypeCodeType.php │ │ │ │ │ ├── PartialDeliveryIndicator.php │ │ │ │ │ ├── PartialDeliveryIndicatorType.php │ │ │ │ │ ├── PayableAmount.php │ │ │ │ │ ├── PayableAmountType.php │ │ │ │ │ ├── PayableRoundingAmount.php │ │ │ │ │ ├── PayableRoundingAmountType.php │ │ │ │ │ ├── PayerReference.php │ │ │ │ │ ├── PayerReferenceType.php │ │ │ │ │ ├── PaymentAlternativeCurrencyCode.php │ │ │ │ │ ├── PaymentAlternativeCurrencyCodeType.php │ │ │ │ │ ├── PaymentAmount.php │ │ │ │ │ ├── PaymentAmountType.php │ │ │ │ │ ├── PaymentChannelCode.php │ │ │ │ │ ├── PaymentChannelCodeType.php │ │ │ │ │ ├── PaymentCurrencyCode.php │ │ │ │ │ ├── PaymentCurrencyCodeType.php │ │ │ │ │ ├── PaymentDueDate.php │ │ │ │ │ ├── PaymentDueDateType.php │ │ │ │ │ ├── PaymentID.php │ │ │ │ │ ├── PaymentIDType.php │ │ │ │ │ ├── PaymentMeansCode.php │ │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ │ ├── PaymentMeansID.php │ │ │ │ │ ├── PaymentMeansIDType.php │ │ │ │ │ ├── PaymentNote.php │ │ │ │ │ ├── PaymentNoteType.php │ │ │ │ │ ├── PaymentOrderReference.php │ │ │ │ │ ├── PaymentOrderReferenceType.php │ │ │ │ │ ├── PenaltySurchargePercent.php │ │ │ │ │ ├── PenaltySurchargePercentType.php │ │ │ │ │ ├── PerUnitAmount.php │ │ │ │ │ ├── PerUnitAmountType.php │ │ │ │ │ ├── Percent.php │ │ │ │ │ ├── PercentType.php │ │ │ │ │ ├── PlacardEndorsement.php │ │ │ │ │ ├── PlacardEndorsementType.php │ │ │ │ │ ├── PlacardNotation.php │ │ │ │ │ ├── PlacardNotationType.php │ │ │ │ │ ├── PlotIdentification.php │ │ │ │ │ ├── PlotIdentificationType.php │ │ │ │ │ ├── PositionCode.php │ │ │ │ │ ├── PositionCodeType.php │ │ │ │ │ ├── PostalZone.php │ │ │ │ │ ├── PostalZoneType.php │ │ │ │ │ ├── Postbox.php │ │ │ │ │ ├── PostboxType.php │ │ │ │ │ ├── PreCarriageIndicator.php │ │ │ │ │ ├── PreCarriageIndicatorType.php │ │ │ │ │ ├── PreferenceCriterionCode.php │ │ │ │ │ ├── PreferenceCriterionCodeType.php │ │ │ │ │ ├── PrepaidAmount.php │ │ │ │ │ ├── PrepaidAmountType.php │ │ │ │ │ ├── PrepaidIndicator.php │ │ │ │ │ ├── PrepaidIndicatorType.php │ │ │ │ │ ├── PrepaidPaymentReferenceID.php │ │ │ │ │ ├── PrepaidPaymentReferenceIDType.php │ │ │ │ │ ├── PreviousJobID.php │ │ │ │ │ ├── PreviousJobIDType.php │ │ │ │ │ ├── PreviousVersionID.php │ │ │ │ │ ├── PreviousVersionIDType.php │ │ │ │ │ ├── PriceAmount.php │ │ │ │ │ ├── PriceAmountType.php │ │ │ │ │ ├── PriceChangeReason.php │ │ │ │ │ ├── PriceChangeReasonType.php │ │ │ │ │ ├── PriceType.php │ │ │ │ │ ├── PriceTypeCode.php │ │ │ │ │ ├── PriceTypeCodeType.php │ │ │ │ │ ├── PriceTypeType.php │ │ │ │ │ ├── PricingCurrencyCode.php │ │ │ │ │ ├── PricingCurrencyCodeType.php │ │ │ │ │ ├── PricingUpdateRequestIndicator.php │ │ │ │ │ ├── PricingUpdateRequestIndicatorType.php │ │ │ │ │ ├── PrimaryAccountNumberID.php │ │ │ │ │ ├── PrimaryAccountNumberIDType.php │ │ │ │ │ ├── PrintQualifier.php │ │ │ │ │ ├── PrintQualifierType.php │ │ │ │ │ ├── Priority.php │ │ │ │ │ ├── PriorityType.php │ │ │ │ │ ├── ProductTraceID.php │ │ │ │ │ ├── ProductTraceIDType.php │ │ │ │ │ ├── ProfileID.php │ │ │ │ │ ├── ProfileIDType.php │ │ │ │ │ ├── ProviderTypeCode.php │ │ │ │ │ ├── ProviderTypeCodeType.php │ │ │ │ │ ├── Qualifier.php │ │ │ │ │ ├── QualifierType.php │ │ │ │ │ ├── Quantity.php │ │ │ │ │ ├── QuantityType.php │ │ │ │ │ ├── RailCarID.php │ │ │ │ │ ├── RailCarIDType.php │ │ │ │ │ ├── Reason.php │ │ │ │ │ ├── ReasonType.php │ │ │ │ │ ├── ReceivedDate.php │ │ │ │ │ ├── ReceivedDateType.php │ │ │ │ │ ├── ReceivedQuantity.php │ │ │ │ │ ├── ReceivedQuantityType.php │ │ │ │ │ ├── Reference.php │ │ │ │ │ ├── ReferenceDate.php │ │ │ │ │ ├── ReferenceDateType.php │ │ │ │ │ ├── ReferenceEventCode.php │ │ │ │ │ ├── ReferenceEventCodeType.php │ │ │ │ │ ├── ReferenceID.php │ │ │ │ │ ├── ReferenceIDType.php │ │ │ │ │ ├── ReferenceTime.php │ │ │ │ │ ├── ReferenceTimeType.php │ │ │ │ │ ├── ReferenceType.php │ │ │ │ │ ├── RefrigerationOnIndicator.php │ │ │ │ │ ├── RefrigerationOnIndicatorType.php │ │ │ │ │ ├── Region.php │ │ │ │ │ ├── RegionType.php │ │ │ │ │ ├── RegistrationID.php │ │ │ │ │ ├── RegistrationIDType.php │ │ │ │ │ ├── RegistrationName.php │ │ │ │ │ ├── RegistrationNameType.php │ │ │ │ │ ├── RegistrationNationality.php │ │ │ │ │ ├── RegistrationNationalityID.php │ │ │ │ │ ├── RegistrationNationalityIDType.php │ │ │ │ │ ├── RegistrationNationalityType.php │ │ │ │ │ ├── RejectActionCode.php │ │ │ │ │ ├── RejectActionCodeType.php │ │ │ │ │ ├── RejectReason.php │ │ │ │ │ ├── RejectReasonCode.php │ │ │ │ │ ├── RejectReasonCodeType.php │ │ │ │ │ ├── RejectReasonType.php │ │ │ │ │ ├── RejectedQuantity.php │ │ │ │ │ ├── RejectedQuantityType.php │ │ │ │ │ ├── RejectionNote.php │ │ │ │ │ ├── RejectionNoteType.php │ │ │ │ │ ├── Remarks.php │ │ │ │ │ ├── RemarksType.php │ │ │ │ │ ├── ReminderSequenceNumeric.php │ │ │ │ │ ├── ReminderSequenceNumericType.php │ │ │ │ │ ├── ReminderTypeCode.php │ │ │ │ │ ├── ReminderTypeCodeType.php │ │ │ │ │ ├── RequestedDespatchDate.php │ │ │ │ │ ├── RequestedDespatchDateType.php │ │ │ │ │ ├── RequestedDespatchTime.php │ │ │ │ │ ├── RequestedDespatchTimeType.php │ │ │ │ │ ├── RequestedInvoiceCurrencyCode.php │ │ │ │ │ ├── RequestedInvoiceCurrencyCodeType.php │ │ │ │ │ ├── RequiredCustomsID.php │ │ │ │ │ ├── RequiredCustomsIDType.php │ │ │ │ │ ├── ResponseCode.php │ │ │ │ │ ├── ResponseCodeType.php │ │ │ │ │ ├── ResponseDate.php │ │ │ │ │ ├── ResponseDateType.php │ │ │ │ │ ├── ResponseTime.php │ │ │ │ │ ├── ResponseTimeType.php │ │ │ │ │ ├── ReturnabilityIndicator.php │ │ │ │ │ ├── ReturnabilityIndicatorType.php │ │ │ │ │ ├── ReturnableMaterialIndicator.php │ │ │ │ │ ├── ReturnableMaterialIndicatorType.php │ │ │ │ │ ├── RevisionDate.php │ │ │ │ │ ├── RevisionDateType.php │ │ │ │ │ ├── RevisionTime.php │ │ │ │ │ ├── RevisionTimeType.php │ │ │ │ │ ├── RoleCode.php │ │ │ │ │ ├── RoleCodeType.php │ │ │ │ │ ├── Room.php │ │ │ │ │ ├── RoomType.php │ │ │ │ │ ├── RoundingAmount.php │ │ │ │ │ ├── RoundingAmountType.php │ │ │ │ │ ├── SalesOrderID.php │ │ │ │ │ ├── SalesOrderIDType.php │ │ │ │ │ ├── SalesOrderLineID.php │ │ │ │ │ ├── SalesOrderLineIDType.php │ │ │ │ │ ├── SchemeURI.php │ │ │ │ │ ├── SchemeURIType.php │ │ │ │ │ ├── SealIssuerTypeCode.php │ │ │ │ │ ├── SealIssuerTypeCodeType.php │ │ │ │ │ ├── SealStatusCode.php │ │ │ │ │ ├── SealStatusCodeType.php │ │ │ │ │ ├── SealingPartyType.php │ │ │ │ │ ├── SealingPartyTypeType.php │ │ │ │ │ ├── SequenceID.php │ │ │ │ │ ├── SequenceIDType.php │ │ │ │ │ ├── SequenceNumberID.php │ │ │ │ │ ├── SequenceNumberIDType.php │ │ │ │ │ ├── SequenceNumeric.php │ │ │ │ │ ├── SequenceNumericType.php │ │ │ │ │ ├── SerialID.php │ │ │ │ │ ├── SerialIDType.php │ │ │ │ │ ├── SettlementDiscountPercent.php │ │ │ │ │ ├── SettlementDiscountPercentType.php │ │ │ │ │ ├── ShippingMarks.php │ │ │ │ │ ├── ShippingMarksType.php │ │ │ │ │ ├── ShippingOrderID.php │ │ │ │ │ ├── ShippingOrderIDType.php │ │ │ │ │ ├── ShippingPriorityLevelCode.php │ │ │ │ │ ├── ShippingPriorityLevelCodeType.php │ │ │ │ │ ├── ShortQuantity.php │ │ │ │ │ ├── ShortQuantityType.php │ │ │ │ │ ├── ShortageActionCode.php │ │ │ │ │ ├── ShortageActionCodeType.php │ │ │ │ │ ├── SignatureMethod.php │ │ │ │ │ ├── SignatureMethodType.php │ │ │ │ │ ├── SizeTypeCode.php │ │ │ │ │ ├── SizeTypeCodeType.php │ │ │ │ │ ├── SourceCurrencyBaseRate.php │ │ │ │ │ ├── SourceCurrencyBaseRateType.php │ │ │ │ │ ├── SourceCurrencyCode.php │ │ │ │ │ ├── SourceCurrencyCodeType.php │ │ │ │ │ ├── SpecialInstructions.php │ │ │ │ │ ├── SpecialInstructionsType.php │ │ │ │ │ ├── SpecialTerms.php │ │ │ │ │ ├── SpecialTermsType.php │ │ │ │ │ ├── SplitConsignmentIndicator.php │ │ │ │ │ ├── SplitConsignmentIndicatorType.php │ │ │ │ │ ├── StartDate.php │ │ │ │ │ ├── StartDateType.php │ │ │ │ │ ├── StartTime.php │ │ │ │ │ ├── StartTimeType.php │ │ │ │ │ ├── StatusCode.php │ │ │ │ │ ├── StatusCodeType.php │ │ │ │ │ ├── StatusReason.php │ │ │ │ │ ├── StatusReasonCode.php │ │ │ │ │ ├── StatusReasonCodeType.php │ │ │ │ │ ├── StatusReasonType.php │ │ │ │ │ ├── StreetName.php │ │ │ │ │ ├── StreetNameType.php │ │ │ │ │ ├── SubstitutionStatusCode.php │ │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ │ ├── SummaryDescription.php │ │ │ │ │ ├── SummaryDescriptionType.php │ │ │ │ │ ├── SupplierAssignedAccountID.php │ │ │ │ │ ├── SupplierAssignedAccountIDType.php │ │ │ │ │ ├── SurchargePercent.php │ │ │ │ │ ├── SurchargePercentType.php │ │ │ │ │ ├── TargetCurrencyBaseRate.php │ │ │ │ │ ├── TargetCurrencyBaseRateType.php │ │ │ │ │ ├── TargetCurrencyCode.php │ │ │ │ │ ├── TargetCurrencyCodeType.php │ │ │ │ │ ├── TariffClassCode.php │ │ │ │ │ ├── TariffClassCodeType.php │ │ │ │ │ ├── TariffCode.php │ │ │ │ │ ├── TariffCodeType.php │ │ │ │ │ ├── TariffDescription.php │ │ │ │ │ ├── TariffDescriptionType.php │ │ │ │ │ ├── TaxAmount.php │ │ │ │ │ ├── TaxAmountType.php │ │ │ │ │ ├── TaxCurrencyCode.php │ │ │ │ │ ├── TaxCurrencyCodeType.php │ │ │ │ │ ├── TaxEvidenceIndicator.php │ │ │ │ │ ├── TaxEvidenceIndicatorType.php │ │ │ │ │ ├── TaxExclusiveAmount.php │ │ │ │ │ ├── TaxExclusiveAmountType.php │ │ │ │ │ ├── TaxExemptionReason.php │ │ │ │ │ ├── TaxExemptionReasonCode.php │ │ │ │ │ ├── TaxExemptionReasonCodeType.php │ │ │ │ │ ├── TaxExemptionReasonType.php │ │ │ │ │ ├── TaxInclusiveAmount.php │ │ │ │ │ ├── TaxInclusiveAmountType.php │ │ │ │ │ ├── TaxLevelCode.php │ │ │ │ │ ├── TaxLevelCodeType.php │ │ │ │ │ ├── TaxPointDate.php │ │ │ │ │ ├── TaxPointDateType.php │ │ │ │ │ ├── TaxTypeCode.php │ │ │ │ │ ├── TaxTypeCodeType.php │ │ │ │ │ ├── TaxableAmount.php │ │ │ │ │ ├── TaxableAmountType.php │ │ │ │ │ ├── TechnicalName.php │ │ │ │ │ ├── TechnicalNameType.php │ │ │ │ │ ├── Telefax.php │ │ │ │ │ ├── TelefaxType.php │ │ │ │ │ ├── Telephone.php │ │ │ │ │ ├── TelephoneType.php │ │ │ │ │ ├── Terms.php │ │ │ │ │ ├── TermsType.php │ │ │ │ │ ├── Text.php │ │ │ │ │ ├── TextType.php │ │ │ │ │ ├── TierRange.php │ │ │ │ │ ├── TierRangeType.php │ │ │ │ │ ├── TierRatePercent.php │ │ │ │ │ ├── TierRatePercentType.php │ │ │ │ │ ├── Time.php │ │ │ │ │ ├── TimeType.php │ │ │ │ │ ├── TimezoneOffset.php │ │ │ │ │ ├── TimezoneOffsetType.php │ │ │ │ │ ├── TimingComplaint.php │ │ │ │ │ ├── TimingComplaintCode.php │ │ │ │ │ ├── TimingComplaintCodeType.php │ │ │ │ │ ├── TimingComplaintType.php │ │ │ │ │ ├── Title.php │ │ │ │ │ ├── TitleType.php │ │ │ │ │ ├── ToOrderIndicator.php │ │ │ │ │ ├── ToOrderIndicatorType.php │ │ │ │ │ ├── TotalBalanceAmount.php │ │ │ │ │ ├── TotalBalanceAmountType.php │ │ │ │ │ ├── TotalCreditAmount.php │ │ │ │ │ ├── TotalCreditAmountType.php │ │ │ │ │ ├── TotalDebitAmount.php │ │ │ │ │ ├── TotalDebitAmountType.php │ │ │ │ │ ├── TotalGoodsItemQuantity.php │ │ │ │ │ ├── TotalGoodsItemQuantityType.php │ │ │ │ │ ├── TotalInvoiceAmount.php │ │ │ │ │ ├── TotalInvoiceAmountType.php │ │ │ │ │ ├── TotalPackageQuantity.php │ │ │ │ │ ├── TotalPackageQuantityType.php │ │ │ │ │ ├── TotalPackagesQuantity.php │ │ │ │ │ ├── TotalPackagesQuantityType.php │ │ │ │ │ ├── TotalPaymentAmount.php │ │ │ │ │ ├── TotalPaymentAmountType.php │ │ │ │ │ ├── TotalTaxAmount.php │ │ │ │ │ ├── TotalTaxAmountType.php │ │ │ │ │ ├── TotalTransportHandlingUnitQuantity.php │ │ │ │ │ ├── TotalTransportHandlingUnitQuantityType.php │ │ │ │ │ ├── TrackingID.php │ │ │ │ │ ├── TrackingIDType.php │ │ │ │ │ ├── TradingRestrictions.php │ │ │ │ │ ├── TradingRestrictionsType.php │ │ │ │ │ ├── TrainID.php │ │ │ │ │ ├── TrainIDType.php │ │ │ │ │ ├── TransactionCurrencyTaxAmount.php │ │ │ │ │ ├── TransactionCurrencyTaxAmountType.php │ │ │ │ │ ├── TransitDirectionCode.php │ │ │ │ │ ├── TransitDirectionCodeType.php │ │ │ │ │ ├── TransportAuthorizationCode.php │ │ │ │ │ ├── TransportAuthorizationCodeType.php │ │ │ │ │ ├── TransportEmergencyCardCode.php │ │ │ │ │ ├── TransportEmergencyCardCodeType.php │ │ │ │ │ ├── TransportEquipmentTypeCode.php │ │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ │ ├── TransportEventTypeCode.php │ │ │ │ │ ├── TransportEventTypeCodeType.php │ │ │ │ │ ├── TransportHandlingUnitQuantity.php │ │ │ │ │ ├── TransportHandlingUnitQuantityType.php │ │ │ │ │ ├── TransportHandlingUnitTypeCode.php │ │ │ │ │ ├── TransportHandlingUnitTypeCodeType.php │ │ │ │ │ ├── TransportMeansTypeCode.php │ │ │ │ │ ├── TransportMeansTypeCodeType.php │ │ │ │ │ ├── TransportModeCode.php │ │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ │ ├── TransportServiceCode.php │ │ │ │ │ ├── TransportServiceCodeType.php │ │ │ │ │ ├── UBLVersionID.php │ │ │ │ │ ├── UBLVersionIDType.php │ │ │ │ │ ├── UNDGCode.php │ │ │ │ │ ├── UNDGCodeType.php │ │ │ │ │ ├── URI.php │ │ │ │ │ ├── URIType.php │ │ │ │ │ ├── UUID.php │ │ │ │ │ ├── UUIDType.php │ │ │ │ │ ├── Unit.php │ │ │ │ │ ├── UnitQuantity.php │ │ │ │ │ ├── UnitQuantityType.php │ │ │ │ │ ├── UnitType.php │ │ │ │ │ ├── UpperOrangeHazardPlacardID.php │ │ │ │ │ ├── UpperOrangeHazardPlacardIDType.php │ │ │ │ │ ├── ValidationDate.php │ │ │ │ │ ├── ValidationDateType.php │ │ │ │ │ ├── ValidationTime.php │ │ │ │ │ ├── ValidationTimeType.php │ │ │ │ │ ├── ValidatorID.php │ │ │ │ │ ├── ValidatorIDType.php │ │ │ │ │ ├── ValidityStartDate.php │ │ │ │ │ ├── ValidityStartDateType.php │ │ │ │ │ ├── Value.php │ │ │ │ │ ├── ValueAmount.php │ │ │ │ │ ├── ValueAmountType.php │ │ │ │ │ ├── ValueType.php │ │ │ │ │ ├── VersionID.php │ │ │ │ │ ├── VersionIDType.php │ │ │ │ │ ├── VesselID.php │ │ │ │ │ ├── VesselIDType.php │ │ │ │ │ ├── VesselName.php │ │ │ │ │ ├── VesselNameType.php │ │ │ │ │ ├── VolumeMeasure.php │ │ │ │ │ ├── VolumeMeasureType.php │ │ │ │ │ ├── WarrantyInformation.php │ │ │ │ │ ├── WarrantyInformationType.php │ │ │ │ │ ├── WebsiteURI.php │ │ │ │ │ ├── WebsiteURIType.php │ │ │ │ │ ├── WeightMeasure.php │ │ │ │ │ ├── WeightMeasureType.php │ │ │ │ │ ├── XPath.php │ │ │ │ │ ├── XPathType.php │ │ │ │ │ ├── Zone.php │ │ │ │ │ └── ZoneType.php │ │ │ │ │ └── QualifiedDatatypes_2 │ │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ │ ├── ChannelCodeType.php │ │ │ │ │ ├── ChipCodeType.php │ │ │ │ │ ├── ContainerSizeTypeCodeType.php │ │ │ │ │ ├── CountryIdentificationCodeType.php │ │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ │ ├── OperatorCodeType.php │ │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ │ ├── PortCodeType.php │ │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ │ ├── TransportationStatusCodeType.php │ │ │ │ │ └── UnitOfMeasureCodeType.php │ │ │ └── un │ │ │ │ └── unece │ │ │ │ └── uncefact │ │ │ │ ├── codelist │ │ │ │ └── specification │ │ │ │ │ ├── IANAMIMEMediaType │ │ │ │ │ ├── 2003 │ │ │ │ │ │ └── BinaryObjectMimeCodeContentType.php │ │ │ │ │ └── _2003 │ │ │ │ │ │ └── BinaryObjectMimeCodeContentType.php │ │ │ │ │ ├── _54217 │ │ │ │ │ └── _2001 │ │ │ │ │ │ └── CurrencyCodeContentType.php │ │ │ │ │ ├── _5639 │ │ │ │ │ └── _1988 │ │ │ │ │ │ └── LanguageCodeContentType.php │ │ │ │ │ └── _66411 │ │ │ │ │ └── _2001 │ │ │ │ │ └── UnitCodeContentType.php │ │ │ │ └── data │ │ │ │ └── specification │ │ │ │ └── UnqualifiedDataTypesSchemaModule │ │ │ │ └── _2 │ │ │ │ ├── AmountType.php │ │ │ │ ├── BinaryObjectType.php │ │ │ │ ├── CodeType.php │ │ │ │ ├── DateTimeType.php │ │ │ │ ├── DateType.php │ │ │ │ ├── GraphicType.php │ │ │ │ ├── IdentifierType.php │ │ │ │ ├── IndicatorType.php │ │ │ │ ├── MeasureType.php │ │ │ │ ├── NameType.php │ │ │ │ ├── NumericType.php │ │ │ │ ├── PercentType.php │ │ │ │ ├── PictureType.php │ │ │ │ ├── QuantityType.php │ │ │ │ ├── RateType.php │ │ │ │ ├── SoundType.php │ │ │ │ ├── TextType.php │ │ │ │ ├── TimeType.php │ │ │ │ ├── ValueType.php │ │ │ │ └── VideoType.php │ │ ├── ContactPerson1 │ │ │ ├── dk │ │ │ │ └── nordsign │ │ │ │ │ └── schema │ │ │ │ │ └── ContactPerson │ │ │ │ │ ├── ContactPerson.php │ │ │ │ │ └── ContactPersonType.php │ │ │ ├── generated.xml │ │ │ ├── oasis │ │ │ │ └── names │ │ │ │ │ └── specification │ │ │ │ │ └── ubl │ │ │ │ │ └── schema │ │ │ │ │ └── xsd │ │ │ │ │ ├── CommonAggregateComponents_2 │ │ │ │ │ ├── AccessoryRelatedItem.php │ │ │ │ │ ├── AccountingContact.php │ │ │ │ │ ├── AccountingCustomerParty.php │ │ │ │ │ ├── AccountingSupplierParty.php │ │ │ │ │ ├── ActualPackage.php │ │ │ │ │ ├── AdditionalDocumentReference.php │ │ │ │ │ ├── AdditionalItemIdentification.php │ │ │ │ │ ├── AdditionalItemProperty.php │ │ │ │ │ ├── AdditionalTemperature.php │ │ │ │ │ ├── Address.php │ │ │ │ │ ├── AddressLine.php │ │ │ │ │ ├── AddressLineType.php │ │ │ │ │ ├── AddressType.php │ │ │ │ │ ├── AgentParty.php │ │ │ │ │ ├── AirTransport.php │ │ │ │ │ ├── AirTransportType.php │ │ │ │ │ ├── AllowanceCharge.php │ │ │ │ │ ├── AllowanceChargeType.php │ │ │ │ │ ├── AlternativeConditionPrice.php │ │ │ │ │ ├── AnticipatedMonetaryTotal.php │ │ │ │ │ ├── ApplicableAddress.php │ │ │ │ │ ├── ApplicableTaxCategory.php │ │ │ │ │ ├── ApplicableTerritoryAddress.php │ │ │ │ │ ├── Attachment.php │ │ │ │ │ ├── AttachmentType.php │ │ │ │ │ ├── BillingReference.php │ │ │ │ │ ├── BillingReferenceLine.php │ │ │ │ │ ├── BillingReferenceLineType.php │ │ │ │ │ ├── BillingReferenceType.php │ │ │ │ │ ├── Branch.php │ │ │ │ │ ├── BranchType.php │ │ │ │ │ ├── BuyerContact.php │ │ │ │ │ ├── BuyerCustomerParty.php │ │ │ │ │ ├── BuyerProposedSubstituteLineItem.php │ │ │ │ │ ├── BuyersItemIdentification.php │ │ │ │ │ ├── CardAccount.php │ │ │ │ │ ├── CardAccountType.php │ │ │ │ │ ├── CarrierParty.php │ │ │ │ │ ├── CatalogueDocumentReference.php │ │ │ │ │ ├── CatalogueItemIdentification.php │ │ │ │ │ ├── CatalogueItemSpecificationUpdateLine.php │ │ │ │ │ ├── CatalogueItemSpecificationUpdateLineType.php │ │ │ │ │ ├── CatalogueLine.php │ │ │ │ │ ├── CatalogueLineReference.php │ │ │ │ │ ├── CatalogueLineType.php │ │ │ │ │ ├── CataloguePricingUpdateLine.php │ │ │ │ │ ├── CataloguePricingUpdateLineType.php │ │ │ │ │ ├── CatalogueReference.php │ │ │ │ │ ├── CatalogueReferenceType.php │ │ │ │ │ ├── CatalogueRequestLine.php │ │ │ │ │ ├── CatalogueRequestLineType.php │ │ │ │ │ ├── CategorizesClassificationCategory.php │ │ │ │ │ ├── CertificateOfOriginApplication.php │ │ │ │ │ ├── CertificateOfOriginApplicationType.php │ │ │ │ │ ├── ClassificationCategory.php │ │ │ │ │ ├── ClassificationCategoryType.php │ │ │ │ │ ├── ClassificationScheme.php │ │ │ │ │ ├── ClassificationSchemeType.php │ │ │ │ │ ├── ClassifiedTaxCategory.php │ │ │ │ │ ├── CommodityClassification.php │ │ │ │ │ ├── CommodityClassificationType.php │ │ │ │ │ ├── Communication.php │ │ │ │ │ ├── CommunicationType.php │ │ │ │ │ ├── ComplementaryRelatedItem.php │ │ │ │ │ ├── ComponentRelatedItem.php │ │ │ │ │ ├── ConsigneeParty.php │ │ │ │ │ ├── Consignment.php │ │ │ │ │ ├── ConsignmentType.php │ │ │ │ │ ├── ConsignorParty.php │ │ │ │ │ ├── Contact.php │ │ │ │ │ ├── ContactParty.php │ │ │ │ │ ├── ContactType.php │ │ │ │ │ ├── ContainedGoodsItem.php │ │ │ │ │ ├── ContainedPackage.php │ │ │ │ │ ├── Contract.php │ │ │ │ │ ├── ContractDocumentReference.php │ │ │ │ │ ├── ContractType.php │ │ │ │ │ ├── ContractorCustomerParty.php │ │ │ │ │ ├── CorporateRegistrationScheme.php │ │ │ │ │ ├── CorporateRegistrationSchemeType.php │ │ │ │ │ ├── Country.php │ │ │ │ │ ├── CountryType.php │ │ │ │ │ ├── CreditAccount.php │ │ │ │ │ ├── CreditAccountType.php │ │ │ │ │ ├── CreditNoteDocumentReference.php │ │ │ │ │ ├── CreditNoteLine.php │ │ │ │ │ ├── CreditNoteLineType.php │ │ │ │ │ ├── CurrentStatus.php │ │ │ │ │ ├── CustomerParty.php │ │ │ │ │ ├── CustomerPartyType.php │ │ │ │ │ ├── DebitNoteDocumentReference.php │ │ │ │ │ ├── DebitNoteLine.php │ │ │ │ │ ├── DebitNoteLineType.php │ │ │ │ │ ├── DefaultLanguage.php │ │ │ │ │ ├── DeletedCatalogueReference.php │ │ │ │ │ ├── Delivery.php │ │ │ │ │ ├── DeliveryAddress.php │ │ │ │ │ ├── DeliveryContact.php │ │ │ │ │ ├── DeliveryCustomerParty.php │ │ │ │ │ ├── DeliveryLocation.php │ │ │ │ │ ├── DeliveryParty.php │ │ │ │ │ ├── DeliveryTerms.php │ │ │ │ │ ├── DeliveryTermsType.php │ │ │ │ │ ├── DeliveryType.php │ │ │ │ │ ├── DeliveryUnit.php │ │ │ │ │ ├── DeliveryUnitType.php │ │ │ │ │ ├── Despatch.php │ │ │ │ │ ├── DespatchAddress.php │ │ │ │ │ ├── DespatchContact.php │ │ │ │ │ ├── DespatchDocumentReference.php │ │ │ │ │ ├── DespatchLine.php │ │ │ │ │ ├── DespatchLineReference.php │ │ │ │ │ ├── DespatchLineType.php │ │ │ │ │ ├── DespatchParty.php │ │ │ │ │ ├── DespatchSupplierParty.php │ │ │ │ │ ├── DespatchType.php │ │ │ │ │ ├── DestinationCountry.php │ │ │ │ │ ├── DigitalSignatureAttachment.php │ │ │ │ │ ├── Dimension.php │ │ │ │ │ ├── DimensionType.php │ │ │ │ │ ├── DiscrepancyResponse.php │ │ │ │ │ ├── DocumentDistribution.php │ │ │ │ │ ├── DocumentDistributionType.php │ │ │ │ │ ├── DocumentReference.php │ │ │ │ │ ├── DocumentReferenceType.php │ │ │ │ │ ├── DocumentResponse.php │ │ │ │ │ ├── DocumentResponseType.php │ │ │ │ │ ├── EmbassyEndorsement.php │ │ │ │ │ ├── EmergencyTemperature.php │ │ │ │ │ ├── Endorsement.php │ │ │ │ │ ├── EndorsementType.php │ │ │ │ │ ├── EndorserParty.php │ │ │ │ │ ├── EndorserPartyType.php │ │ │ │ │ ├── EstimatedDeliveryPeriod.php │ │ │ │ │ ├── ExchangeRate.php │ │ │ │ │ ├── ExchangeRateType.php │ │ │ │ │ ├── ExportCountry.php │ │ │ │ │ ├── ExporterParty.php │ │ │ │ │ ├── ExternalReference.php │ │ │ │ │ ├── ExternalReferenceType.php │ │ │ │ │ ├── FinalDeliveryParty.php │ │ │ │ │ ├── FinalDeliveryTransportationService.php │ │ │ │ │ ├── FinalDestinationCountry.php │ │ │ │ │ ├── FinancialAccount.php │ │ │ │ │ ├── FinancialAccountType.php │ │ │ │ │ ├── FinancialInstitution.php │ │ │ │ │ ├── FinancialInstitutionBranch.php │ │ │ │ │ ├── FinancialInstitutionType.php │ │ │ │ │ ├── FirstArrivalPortLocation.php │ │ │ │ │ ├── FlashpointTemperature.php │ │ │ │ │ ├── ForeignExchangeContract.php │ │ │ │ │ ├── FreightAllowanceCharge.php │ │ │ │ │ ├── FreightForwarderParty.php │ │ │ │ │ ├── GoodsItem.php │ │ │ │ │ ├── GoodsItemContainer.php │ │ │ │ │ ├── GoodsItemContainerType.php │ │ │ │ │ ├── GoodsItemType.php │ │ │ │ │ ├── HandlingUnitDespatchLine.php │ │ │ │ │ ├── HazardousGoodsTransit.php │ │ │ │ │ ├── HazardousGoodsTransitType.php │ │ │ │ │ ├── HazardousItem.php │ │ │ │ │ ├── HazardousItemType.php │ │ │ │ │ ├── ImporterParty.php │ │ │ │ │ ├── InformationContentProviderParty.php │ │ │ │ │ ├── InsuranceEndorsement.php │ │ │ │ │ ├── InvoiceDocumentReference.php │ │ │ │ │ ├── InvoiceLine.php │ │ │ │ │ ├── InvoiceLineType.php │ │ │ │ │ ├── InvoicePeriod.php │ │ │ │ │ ├── IssuerEndorsement.php │ │ │ │ │ ├── IssuerParty.php │ │ │ │ │ ├── IssuingCountry.php │ │ │ │ │ ├── Item.php │ │ │ │ │ ├── ItemComparison.php │ │ │ │ │ ├── ItemComparisonType.php │ │ │ │ │ ├── ItemIdentification.php │ │ │ │ │ ├── ItemIdentificationType.php │ │ │ │ │ ├── ItemInstance.php │ │ │ │ │ ├── ItemInstanceType.php │ │ │ │ │ ├── ItemLocationQuantity.php │ │ │ │ │ ├── ItemLocationQuantityType.php │ │ │ │ │ ├── ItemProperty.php │ │ │ │ │ ├── ItemPropertyGroup.php │ │ │ │ │ ├── ItemPropertyGroupType.php │ │ │ │ │ ├── ItemPropertyType.php │ │ │ │ │ ├── ItemSpecificationDocumentReference.php │ │ │ │ │ ├── ItemType.php │ │ │ │ │ ├── JurisdictionRegionAddress.php │ │ │ │ │ ├── Language.php │ │ │ │ │ ├── LanguageType.php │ │ │ │ │ ├── LastExitPortLocation.php │ │ │ │ │ ├── LegalMonetaryTotal.php │ │ │ │ │ ├── LineItem.php │ │ │ │ │ ├── LineItemType.php │ │ │ │ │ ├── LineReference.php │ │ │ │ │ ├── LineReferenceType.php │ │ │ │ │ ├── LineResponse.php │ │ │ │ │ ├── LineResponseType.php │ │ │ │ │ ├── LineValidityPeriod.php │ │ │ │ │ ├── LoadingLocation.php │ │ │ │ │ ├── LoadingPortLocation.php │ │ │ │ │ ├── LoadingProofParty.php │ │ │ │ │ ├── Location.php │ │ │ │ │ ├── LocationCoordinate.php │ │ │ │ │ ├── LocationCoordinateType.php │ │ │ │ │ ├── LocationType.php │ │ │ │ │ ├── LotIdentification.php │ │ │ │ │ ├── LotIdentificationType.php │ │ │ │ │ ├── ManufacturerParty.php │ │ │ │ │ ├── ManufacturersItemIdentification.php │ │ │ │ │ ├── MaritimeTransport.php │ │ │ │ │ ├── MaritimeTransportType.php │ │ │ │ │ ├── MaximumTemperature.php │ │ │ │ │ ├── MeasurementDimension.php │ │ │ │ │ ├── MinimumTemperature.php │ │ │ │ │ ├── MonetaryTotal.php │ │ │ │ │ ├── MonetaryTotalType.php │ │ │ │ │ ├── NotifyParty.php │ │ │ │ │ ├── OrderDocumentReference.php │ │ │ │ │ ├── OrderLine.php │ │ │ │ │ ├── OrderLineReference.php │ │ │ │ │ ├── OrderLineReferenceType.php │ │ │ │ │ ├── OrderLineType.php │ │ │ │ │ ├── OrderReference.php │ │ │ │ │ ├── OrderReferenceType.php │ │ │ │ │ ├── OrderedShipment.php │ │ │ │ │ ├── OrderedShipmentType.php │ │ │ │ │ ├── OriginAddress.php │ │ │ │ │ ├── OriginCountry.php │ │ │ │ │ ├── OriginalDepartureCountry.php │ │ │ │ │ ├── OriginalDespatchParty.php │ │ │ │ │ ├── OriginalDespatchTransportationService.php │ │ │ │ │ ├── OriginalDocumentReference.php │ │ │ │ │ ├── OriginalItemLocationQuantity.php │ │ │ │ │ ├── OriginatorCustomerParty.php │ │ │ │ │ ├── OriginatorDocumentReference.php │ │ │ │ │ ├── OriginatorParty.php │ │ │ │ │ ├── OtherCommunication.php │ │ │ │ │ ├── OwnerParty.php │ │ │ │ │ ├── Package.php │ │ │ │ │ ├── PackageType.php │ │ │ │ │ ├── Party.php │ │ │ │ │ ├── PartyIdentification.php │ │ │ │ │ ├── PartyIdentificationType.php │ │ │ │ │ ├── PartyLegalEntity.php │ │ │ │ │ ├── PartyLegalEntityType.php │ │ │ │ │ ├── PartyName.php │ │ │ │ │ ├── PartyNameType.php │ │ │ │ │ ├── PartyTaxScheme.php │ │ │ │ │ ├── PartyTaxSchemeType.php │ │ │ │ │ ├── PartyType.php │ │ │ │ │ ├── PayeeFinancialAccount.php │ │ │ │ │ ├── PayeeParty.php │ │ │ │ │ ├── PayerFinancialAccount.php │ │ │ │ │ ├── Payment.php │ │ │ │ │ ├── PaymentAlternativeExchangeRate.php │ │ │ │ │ ├── PaymentExchangeRate.php │ │ │ │ │ ├── PaymentMeans.php │ │ │ │ │ ├── PaymentMeansType.php │ │ │ │ │ ├── PaymentTerms.php │ │ │ │ │ ├── PaymentTermsType.php │ │ │ │ │ ├── PaymentType.php │ │ │ │ │ ├── PenaltyPeriod.php │ │ │ │ │ ├── Period.php │ │ │ │ │ ├── PeriodType.php │ │ │ │ │ ├── Person.php │ │ │ │ │ ├── PersonType.php │ │ │ │ │ ├── PhysicalAttribute.php │ │ │ │ │ ├── PhysicalAttributeType.php │ │ │ │ │ ├── PhysicalLocation.php │ │ │ │ │ ├── PostalAddress.php │ │ │ │ │ ├── PrepaidPayment.php │ │ │ │ │ ├── PreparationParty.php │ │ │ │ │ ├── PreviousPriceList.php │ │ │ │ │ ├── Price.php │ │ │ │ │ ├── PriceList.php │ │ │ │ │ ├── PriceListType.php │ │ │ │ │ ├── PriceType.php │ │ │ │ │ ├── PricingExchangeRate.php │ │ │ │ │ ├── PricingReference.php │ │ │ │ │ ├── PricingReferenceType.php │ │ │ │ │ ├── PromisedDeliveryPeriod.php │ │ │ │ │ ├── ProviderParty.php │ │ │ │ │ ├── QuotationDocumentReference.php │ │ │ │ │ ├── QuotationLine.php │ │ │ │ │ ├── QuotationLineReference.php │ │ │ │ │ ├── QuotationLineType.php │ │ │ │ │ ├── QuotedMonetaryTotal.php │ │ │ │ │ ├── RailTransport.php │ │ │ │ │ ├── RailTransportType.php │ │ │ │ │ ├── ReceiptDocumentReference.php │ │ │ │ │ ├── ReceiptLine.php │ │ │ │ │ ├── ReceiptLineReference.php │ │ │ │ │ ├── ReceiptLineType.php │ │ │ │ │ ├── ReceivedHandlingUnitReceiptLine.php │ │ │ │ │ ├── ReceiverParty.php │ │ │ │ │ ├── RecipientParty.php │ │ │ │ │ ├── ReferencedContract.php │ │ │ │ │ ├── RegistrationAddress.php │ │ │ │ │ ├── RelatedCatalogueReference.php │ │ │ │ │ ├── RelatedItem.php │ │ │ │ │ ├── RelatedItemType.php │ │ │ │ │ ├── ReminderDocumentReference.php │ │ │ │ │ ├── ReminderLine.php │ │ │ │ │ ├── ReminderLineType.php │ │ │ │ │ ├── ReminderPeriod.php │ │ │ │ │ ├── RemittanceAdviceLine.php │ │ │ │ │ ├── RemittanceAdviceLineType.php │ │ │ │ │ ├── ReplacementRelatedItem.php │ │ │ │ │ ├── ReportedShipment.php │ │ │ │ │ ├── RequestForQuotationDocumentReference.php │ │ │ │ │ ├── RequestForQuotationLine.php │ │ │ │ │ ├── RequestForQuotationLineType.php │ │ │ │ │ ├── RequestedCatalogueReference.php │ │ │ │ │ ├── RequestedClassificationScheme.php │ │ │ │ │ ├── RequestedDeliveryPeriod.php │ │ │ │ │ ├── RequestedLanguage.php │ │ │ │ │ ├── RequestedMonetaryTotal.php │ │ │ │ │ ├── RequiredItemLocationQuantity.php │ │ │ │ │ ├── RequiredRelatedItem.php │ │ │ │ │ ├── Response.php │ │ │ │ │ ├── ResponseType.php │ │ │ │ │ ├── RoadTransport.php │ │ │ │ │ ├── RoadTransportType.php │ │ │ │ │ ├── SecondaryHazard.php │ │ │ │ │ ├── SecondaryHazardType.php │ │ │ │ │ ├── SelfBilledCreditNoteDocumentReference.php │ │ │ │ │ ├── SelfBilledInvoiceDocumentReference.php │ │ │ │ │ ├── SellerContact.php │ │ │ │ │ ├── SellerProposedSubstituteLineItem.php │ │ │ │ │ ├── SellerSubstitutedLineItem.php │ │ │ │ │ ├── SellerSupplierParty.php │ │ │ │ │ ├── SellersItemIdentification.php │ │ │ │ │ ├── SenderParty.php │ │ │ │ │ ├── SettlementPeriod.php │ │ │ │ │ ├── Shipment.php │ │ │ │ │ ├── ShipmentStage.php │ │ │ │ │ ├── ShipmentStageType.php │ │ │ │ │ ├── ShipmentType.php │ │ │ │ │ ├── SignatoryContact.php │ │ │ │ │ ├── SignatoryParty.php │ │ │ │ │ ├── Signature.php │ │ │ │ │ ├── SignatureType.php │ │ │ │ │ ├── StandardItemIdentification.php │ │ │ │ │ ├── StatementDocumentReference.php │ │ │ │ │ ├── StatementLine.php │ │ │ │ │ ├── StatementLineType.php │ │ │ │ │ ├── StatementPeriod.php │ │ │ │ │ ├── Status.php │ │ │ │ │ ├── StatusType.php │ │ │ │ │ ├── Stowage.php │ │ │ │ │ ├── StowageType.php │ │ │ │ │ ├── SupplierParty.php │ │ │ │ │ ├── SupplierPartyType.php │ │ │ │ │ ├── SupportingDocumentReference.php │ │ │ │ │ ├── TaxCategory.php │ │ │ │ │ ├── TaxCategoryType.php │ │ │ │ │ ├── TaxExchangeRate.php │ │ │ │ │ ├── TaxRepresentativeParty.php │ │ │ │ │ ├── TaxScheme.php │ │ │ │ │ ├── TaxSchemeType.php │ │ │ │ │ ├── TaxSubtotal.php │ │ │ │ │ ├── TaxSubtotalType.php │ │ │ │ │ ├── TaxTotal.php │ │ │ │ │ ├── TaxTotalType.php │ │ │ │ │ ├── Temperature.php │ │ │ │ │ ├── TemperatureType.php │ │ │ │ │ ├── TradingTerms.php │ │ │ │ │ ├── TradingTermsType.php │ │ │ │ │ ├── TransactionConditions.php │ │ │ │ │ ├── TransactionConditionsType.php │ │ │ │ │ ├── TransitCountry.php │ │ │ │ │ ├── TransitPeriod.php │ │ │ │ │ ├── TransportContract.php │ │ │ │ │ ├── TransportEquipment.php │ │ │ │ │ ├── TransportEquipmentSeal.php │ │ │ │ │ ├── TransportEquipmentSealType.php │ │ │ │ │ ├── TransportEquipmentType.php │ │ │ │ │ ├── TransportEvent.php │ │ │ │ │ ├── TransportEventType.php │ │ │ │ │ ├── TransportHandlingUnit.php │ │ │ │ │ ├── TransportHandlingUnitType.php │ │ │ │ │ ├── TransportMeans.php │ │ │ │ │ ├── TransportMeansType.php │ │ │ │ │ ├── TransportationService.php │ │ │ │ │ ├── TransportationServiceType.php │ │ │ │ │ ├── TransshipPortLocation.php │ │ │ │ │ ├── UnloadingPortLocation.php │ │ │ │ │ ├── UsabilityPeriod.php │ │ │ │ │ ├── ValidityPeriod.php │ │ │ │ │ ├── WarrantyParty.php │ │ │ │ │ └── WarrantyValidityPeriod.php │ │ │ │ │ ├── CommonBasicComponents_2 │ │ │ │ │ ├── AcceptedIndicator.php │ │ │ │ │ ├── AcceptedIndicatorType.php │ │ │ │ │ ├── AccountID.php │ │ │ │ │ ├── AccountIDType.php │ │ │ │ │ ├── AccountNumberID.php │ │ │ │ │ ├── AccountNumberIDType.php │ │ │ │ │ ├── AccountTypeCode.php │ │ │ │ │ ├── AccountTypeCodeType.php │ │ │ │ │ ├── AccountingCost.php │ │ │ │ │ ├── AccountingCostCode.php │ │ │ │ │ ├── AccountingCostCodeType.php │ │ │ │ │ ├── AccountingCostType.php │ │ │ │ │ ├── ActionCode.php │ │ │ │ │ ├── ActionCodeType.php │ │ │ │ │ ├── ActualDeliveryDate.php │ │ │ │ │ ├── ActualDeliveryDateType.php │ │ │ │ │ ├── ActualDeliveryTime.php │ │ │ │ │ ├── ActualDeliveryTimeType.php │ │ │ │ │ ├── ActualDespatchDate.php │ │ │ │ │ ├── ActualDespatchDateType.php │ │ │ │ │ ├── ActualDespatchTime.php │ │ │ │ │ ├── ActualDespatchTimeType.php │ │ │ │ │ ├── AdValoremIndicator.php │ │ │ │ │ ├── AdValoremIndicatorType.php │ │ │ │ │ ├── AdditionalAccountID.php │ │ │ │ │ ├── AdditionalAccountIDType.php │ │ │ │ │ ├── AdditionalInformation.php │ │ │ │ │ ├── AdditionalInformationType.php │ │ │ │ │ ├── AdditionalStreetName.php │ │ │ │ │ ├── AdditionalStreetNameType.php │ │ │ │ │ ├── AddressFormatCode.php │ │ │ │ │ ├── AddressFormatCodeType.php │ │ │ │ │ ├── AddressTypeCode.php │ │ │ │ │ ├── AddressTypeCodeType.php │ │ │ │ │ ├── AgencyID.php │ │ │ │ │ ├── AgencyIDType.php │ │ │ │ │ ├── AgencyName.php │ │ │ │ │ ├── AgencyNameType.php │ │ │ │ │ ├── AircraftID.php │ │ │ │ │ ├── AircraftIDType.php │ │ │ │ │ ├── AllowanceChargeReason.php │ │ │ │ │ ├── AllowanceChargeReasonCode.php │ │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ │ ├── AllowanceChargeReasonType.php │ │ │ │ │ ├── AllowanceTotalAmount.php │ │ │ │ │ ├── AllowanceTotalAmountType.php │ │ │ │ │ ├── Amount.php │ │ │ │ │ ├── AmountType.php │ │ │ │ │ ├── ApplicationID.php │ │ │ │ │ ├── ApplicationIDType.php │ │ │ │ │ ├── ApplicationStatusCode.php │ │ │ │ │ ├── ApplicationStatusCodeType.php │ │ │ │ │ ├── ApprovalStatus.php │ │ │ │ │ ├── ApprovalStatusType.php │ │ │ │ │ ├── AttributeID.php │ │ │ │ │ ├── AttributeIDType.php │ │ │ │ │ ├── BackOrderAllowedIndicator.php │ │ │ │ │ ├── BackOrderAllowedIndicatorType.php │ │ │ │ │ ├── BackorderQuantity.php │ │ │ │ │ ├── BackorderQuantityType.php │ │ │ │ │ ├── BackorderReason.php │ │ │ │ │ ├── BackorderReasonType.php │ │ │ │ │ ├── BalanceAmount.php │ │ │ │ │ ├── BalanceAmountType.php │ │ │ │ │ ├── BalanceBroughtForwardIndicator.php │ │ │ │ │ ├── BalanceBroughtForwardIndicatorType.php │ │ │ │ │ ├── BaseAmount.php │ │ │ │ │ ├── BaseAmountType.php │ │ │ │ │ ├── BaseQuantity.php │ │ │ │ │ ├── BaseQuantityType.php │ │ │ │ │ ├── BaseUnitMeasure.php │ │ │ │ │ ├── BaseUnitMeasureType.php │ │ │ │ │ ├── BatchQuantity.php │ │ │ │ │ ├── BatchQuantityType.php │ │ │ │ │ ├── BlockName.php │ │ │ │ │ ├── BlockNameType.php │ │ │ │ │ ├── BrandName.php │ │ │ │ │ ├── BrandNameType.php │ │ │ │ │ ├── BuildingName.php │ │ │ │ │ ├── BuildingNameType.php │ │ │ │ │ ├── BuildingNumber.php │ │ │ │ │ ├── BuildingNumberType.php │ │ │ │ │ ├── CV2ID.php │ │ │ │ │ ├── CV2IDType.php │ │ │ │ │ ├── CalculationRate.php │ │ │ │ │ ├── CalculationRateType.php │ │ │ │ │ ├── CalculationSequenceNumeric.php │ │ │ │ │ ├── CalculationSequenceNumericType.php │ │ │ │ │ ├── CancellationNote.php │ │ │ │ │ ├── CancellationNoteType.php │ │ │ │ │ ├── CanonicalizationMethod.php │ │ │ │ │ ├── CanonicalizationMethodType.php │ │ │ │ │ ├── CardChipCode.php │ │ │ │ │ ├── CardChipCodeType.php │ │ │ │ │ ├── CardTypeCode.php │ │ │ │ │ ├── CardTypeCodeType.php │ │ │ │ │ ├── CargoTypeCode.php │ │ │ │ │ ├── CargoTypeCodeType.php │ │ │ │ │ ├── CarrierAssignedID.php │ │ │ │ │ ├── CarrierAssignedIDType.php │ │ │ │ │ ├── CatalogueIndicator.php │ │ │ │ │ ├── CatalogueIndicatorType.php │ │ │ │ │ ├── CategoryName.php │ │ │ │ │ ├── CategoryNameType.php │ │ │ │ │ ├── CertificateType.php │ │ │ │ │ ├── CertificateTypeType.php │ │ │ │ │ ├── Channel.php │ │ │ │ │ ├── ChannelCode.php │ │ │ │ │ ├── ChannelCodeType.php │ │ │ │ │ ├── ChannelType.php │ │ │ │ │ ├── ChargeIndicator.php │ │ │ │ │ ├── ChargeIndicatorType.php │ │ │ │ │ ├── ChargeTotalAmount.php │ │ │ │ │ ├── ChargeTotalAmountType.php │ │ │ │ │ ├── ChargeableWeightMeasure.php │ │ │ │ │ ├── ChargeableWeightMeasureType.php │ │ │ │ │ ├── ChipApplicationID.php │ │ │ │ │ ├── ChipApplicationIDType.php │ │ │ │ │ ├── CityName.php │ │ │ │ │ ├── CityNameType.php │ │ │ │ │ ├── CitySubdivisionName.php │ │ │ │ │ ├── CitySubdivisionNameType.php │ │ │ │ │ ├── ClassifiedIndicator.php │ │ │ │ │ ├── ClassifiedIndicatorType.php │ │ │ │ │ ├── CodeValue.php │ │ │ │ │ ├── CodeValueType.php │ │ │ │ │ ├── CommodityCode.php │ │ │ │ │ ├── CommodityCodeType.php │ │ │ │ │ ├── CompanyID.php │ │ │ │ │ ├── CompanyIDType.php │ │ │ │ │ ├── CompletionIndicator.php │ │ │ │ │ ├── CompletionIndicatorType.php │ │ │ │ │ ├── Condition.php │ │ │ │ │ ├── ConditionCode.php │ │ │ │ │ ├── ConditionCodeType.php │ │ │ │ │ ├── ConditionType.php │ │ │ │ │ ├── Conditions.php │ │ │ │ │ ├── ConditionsType.php │ │ │ │ │ ├── ConsumerUnitQuantity.php │ │ │ │ │ ├── ConsumerUnitQuantityType.php │ │ │ │ │ ├── ContentUnitQuantity.php │ │ │ │ │ ├── ContentUnitQuantityType.php │ │ │ │ │ ├── ContractSubdivision.php │ │ │ │ │ ├── ContractSubdivisionType.php │ │ │ │ │ ├── ContractType.php │ │ │ │ │ ├── ContractTypeCode.php │ │ │ │ │ ├── ContractTypeCodeType.php │ │ │ │ │ ├── ContractTypeType.php │ │ │ │ │ ├── CoordinateSystemCode.php │ │ │ │ │ ├── CoordinateSystemCodeType.php │ │ │ │ │ ├── CopiesNumeric.php │ │ │ │ │ ├── CopiesNumericType.php │ │ │ │ │ ├── CopyIndicator.php │ │ │ │ │ ├── CopyIndicatorType.php │ │ │ │ │ ├── CorporateRegistrationTypeCode.php │ │ │ │ │ ├── CorporateRegistrationTypeCodeType.php │ │ │ │ │ ├── CountrySubentity.php │ │ │ │ │ ├── CountrySubentityCode.php │ │ │ │ │ ├── CountrySubentityCodeType.php │ │ │ │ │ ├── CountrySubentityType.php │ │ │ │ │ ├── CreditAmount.php │ │ │ │ │ ├── CreditAmountType.php │ │ │ │ │ ├── CreditLineAmount.php │ │ │ │ │ ├── CreditLineAmountType.php │ │ │ │ │ ├── CreditedQuantity.php │ │ │ │ │ ├── CreditedQuantityType.php │ │ │ │ │ ├── CurrencyBaseRate.php │ │ │ │ │ ├── CurrencyBaseRateType.php │ │ │ │ │ ├── CurrencyCode.php │ │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ │ ├── CustomerAssignedAccountID.php │ │ │ │ │ ├── CustomerAssignedAccountIDType.php │ │ │ │ │ ├── CustomerReference.php │ │ │ │ │ ├── CustomerReferenceType.php │ │ │ │ │ ├── CustomizationID.php │ │ │ │ │ ├── CustomizationIDType.php │ │ │ │ │ ├── CustomsID.php │ │ │ │ │ ├── CustomsIDType.php │ │ │ │ │ ├── CustomsImportClassifiedIndicator.php │ │ │ │ │ ├── CustomsImportClassifiedIndicatorType.php │ │ │ │ │ ├── CustomsStatusCode.php │ │ │ │ │ ├── CustomsStatusCodeType.php │ │ │ │ │ ├── CustomsTariffQuantity.php │ │ │ │ │ ├── CustomsTariffQuantityType.php │ │ │ │ │ ├── DamageRemarks.php │ │ │ │ │ ├── DamageRemarksType.php │ │ │ │ │ ├── DataSendingCapability.php │ │ │ │ │ ├── DataSendingCapabilityType.php │ │ │ │ │ ├── Date.php │ │ │ │ │ ├── DateType.php │ │ │ │ │ ├── DebitAmount.php │ │ │ │ │ ├── DebitAmountType.php │ │ │ │ │ ├── DebitLineAmount.php │ │ │ │ │ ├── DebitLineAmountType.php │ │ │ │ │ ├── DebitedQuantity.php │ │ │ │ │ ├── DebitedQuantityType.php │ │ │ │ │ ├── DeclaredCarriageValueAmount.php │ │ │ │ │ ├── DeclaredCarriageValueAmountType.php │ │ │ │ │ ├── DeclaredCustomsValueAmount.php │ │ │ │ │ ├── DeclaredCustomsValueAmountType.php │ │ │ │ │ ├── DeclaredForCarriageValueAmount.php │ │ │ │ │ ├── DeclaredForCarriageValueAmountType.php │ │ │ │ │ ├── DeclaredStatisticsValueAmount.php │ │ │ │ │ ├── DeclaredStatisticsValueAmountType.php │ │ │ │ │ ├── DegreesMeasure.php │ │ │ │ │ ├── DegreesMeasureType.php │ │ │ │ │ ├── DeliveredQuantity.php │ │ │ │ │ ├── DeliveredQuantityType.php │ │ │ │ │ ├── DeliveryDate.php │ │ │ │ │ ├── DeliveryDateType.php │ │ │ │ │ ├── DeliveryInstructions.php │ │ │ │ │ ├── DeliveryInstructionsType.php │ │ │ │ │ ├── DeliveryTime.php │ │ │ │ │ ├── DeliveryTimeType.php │ │ │ │ │ ├── Department.php │ │ │ │ │ ├── DepartmentType.php │ │ │ │ │ ├── Description.php │ │ │ │ │ ├── DescriptionCode.php │ │ │ │ │ ├── DescriptionCodeType.php │ │ │ │ │ ├── DescriptionType.php │ │ │ │ │ ├── DespatchAdviceTypeCode.php │ │ │ │ │ ├── DespatchAdviceTypeCodeType.php │ │ │ │ │ ├── DespatchDate.php │ │ │ │ │ ├── DespatchDateType.php │ │ │ │ │ ├── DespatchTime.php │ │ │ │ │ ├── DespatchTimeType.php │ │ │ │ │ ├── DirectionCode.php │ │ │ │ │ ├── DirectionCodeType.php │ │ │ │ │ ├── DiscountPercent.php │ │ │ │ │ ├── DiscountPercentType.php │ │ │ │ │ ├── DispositionCode.php │ │ │ │ │ ├── DispositionCodeType.php │ │ │ │ │ ├── District.php │ │ │ │ │ ├── DistrictType.php │ │ │ │ │ ├── DocumentBinaryObject.php │ │ │ │ │ ├── DocumentBinaryObjectType.php │ │ │ │ │ ├── DocumentCurrencyCode.php │ │ │ │ │ ├── DocumentCurrencyCodeType.php │ │ │ │ │ ├── DocumentHash.php │ │ │ │ │ ├── DocumentHashType.php │ │ │ │ │ ├── DocumentID.php │ │ │ │ │ ├── DocumentIDType.php │ │ │ │ │ ├── DocumentStatusCode.php │ │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ │ ├── DocumentType.php │ │ │ │ │ ├── DocumentTypeCode.php │ │ │ │ │ ├── DocumentTypeCodeType.php │ │ │ │ │ ├── DocumentTypeType.php │ │ │ │ │ ├── DurationMeasure.php │ │ │ │ │ ├── DurationMeasureType.php │ │ │ │ │ ├── ElectronicMail.php │ │ │ │ │ ├── ElectronicMailType.php │ │ │ │ │ ├── EmbeddedDocumentBinaryObject.php │ │ │ │ │ ├── EmbeddedDocumentBinaryObjectType.php │ │ │ │ │ ├── EmergencyProceduresCode.php │ │ │ │ │ ├── EmergencyProceduresCodeType.php │ │ │ │ │ ├── EndDate.php │ │ │ │ │ ├── EndDateType.php │ │ │ │ │ ├── EndTime.php │ │ │ │ │ ├── EndTimeType.php │ │ │ │ │ ├── EndpointID.php │ │ │ │ │ ├── EndpointIDType.php │ │ │ │ │ ├── EstimatedDespatchDate.php │ │ │ │ │ ├── EstimatedDespatchDateType.php │ │ │ │ │ ├── EstimatedDespatchTime.php │ │ │ │ │ ├── EstimatedDespatchTimeType.php │ │ │ │ │ ├── EventCode.php │ │ │ │ │ ├── EventCodeType.php │ │ │ │ │ ├── ExchangeMarketID.php │ │ │ │ │ ├── ExchangeMarketIDType.php │ │ │ │ │ ├── ExemptionReason.php │ │ │ │ │ ├── ExemptionReasonCode.php │ │ │ │ │ ├── ExemptionReasonCodeType.php │ │ │ │ │ ├── ExemptionReasonType.php │ │ │ │ │ ├── ExpiryDate.php │ │ │ │ │ ├── ExpiryDateType.php │ │ │ │ │ ├── ExpiryTime.php │ │ │ │ │ ├── ExpiryTimeType.php │ │ │ │ │ ├── ExtendedID.php │ │ │ │ │ ├── ExtendedIDType.php │ │ │ │ │ ├── Extension.php │ │ │ │ │ ├── ExtensionType.php │ │ │ │ │ ├── FactorNumeric.php │ │ │ │ │ ├── FactorNumericType.php │ │ │ │ │ ├── FamilyName.php │ │ │ │ │ ├── FamilyNameType.php │ │ │ │ │ ├── FirstName.php │ │ │ │ │ ├── FirstNameType.php │ │ │ │ │ ├── Floor.php │ │ │ │ │ ├── FloorType.php │ │ │ │ │ ├── FreeOfChargeIndicator.php │ │ │ │ │ ├── FreeOfChargeIndicatorType.php │ │ │ │ │ ├── FreeOnBoardValueAmount.php │ │ │ │ │ ├── FreeOnBoardValueAmountType.php │ │ │ │ │ ├── FreightRateClassCode.php │ │ │ │ │ ├── FreightRateClassCodeType.php │ │ │ │ │ ├── FullnessIndicationCode.php │ │ │ │ │ ├── FullnessIndicationCodeType.php │ │ │ │ │ ├── GoodsItemQuantity.php │ │ │ │ │ ├── GoodsItemQuantityType.php │ │ │ │ │ ├── GrossVolumeMeasure.php │ │ │ │ │ ├── GrossVolumeMeasureType.php │ │ │ │ │ ├── GrossWeightMeasure.php │ │ │ │ │ ├── GrossWeightMeasureType.php │ │ │ │ │ ├── HandlingCode.php │ │ │ │ │ ├── HandlingCodeType.php │ │ │ │ │ ├── HandlingInstructions.php │ │ │ │ │ ├── HandlingInstructionsType.php │ │ │ │ │ ├── HazardClassID.php │ │ │ │ │ ├── HazardClassIDType.php │ │ │ │ │ ├── HazardousCategoryCode.php │ │ │ │ │ ├── HazardousCategoryCodeType.php │ │ │ │ │ ├── HazardousRegulationCode.php │ │ │ │ │ ├── HazardousRegulationCodeType.php │ │ │ │ │ ├── HazardousRiskIndicator.php │ │ │ │ │ ├── HazardousRiskIndicatorType.php │ │ │ │ │ ├── HolderName.php │ │ │ │ │ ├── HolderNameType.php │ │ │ │ │ ├── ID.php │ │ │ │ │ ├── IDType.php │ │ │ │ │ ├── IdentificationCode.php │ │ │ │ │ ├── IdentificationCodeType.php │ │ │ │ │ ├── IdentificationID.php │ │ │ │ │ ├── IdentificationIDType.php │ │ │ │ │ ├── IndicationIndicator.php │ │ │ │ │ ├── IndicationIndicatorType.php │ │ │ │ │ ├── Indicator.php │ │ │ │ │ ├── IndicatorType.php │ │ │ │ │ ├── Information.php │ │ │ │ │ ├── InformationType.php │ │ │ │ │ ├── InhalationToxicityZoneCode.php │ │ │ │ │ ├── InhalationToxicityZoneCodeType.php │ │ │ │ │ ├── InhouseMail.php │ │ │ │ │ ├── InhouseMailType.php │ │ │ │ │ ├── InspectionMethodCode.php │ │ │ │ │ ├── InspectionMethodCodeType.php │ │ │ │ │ ├── Instruction.php │ │ │ │ │ ├── InstructionID.php │ │ │ │ │ ├── InstructionIDType.php │ │ │ │ │ ├── InstructionNote.php │ │ │ │ │ ├── InstructionNoteType.php │ │ │ │ │ ├── InstructionType.php │ │ │ │ │ ├── Instructions.php │ │ │ │ │ ├── InstructionsType.php │ │ │ │ │ ├── InsurancePremiumAmount.php │ │ │ │ │ ├── InsurancePremiumAmountType.php │ │ │ │ │ ├── InsuranceValueAmount.php │ │ │ │ │ ├── InsuranceValueAmountType.php │ │ │ │ │ ├── InvoiceAmount.php │ │ │ │ │ ├── InvoiceAmountType.php │ │ │ │ │ ├── InvoiceTypeCode.php │ │ │ │ │ ├── InvoiceTypeCodeType.php │ │ │ │ │ ├── InvoicedQuantity.php │ │ │ │ │ ├── InvoicedQuantityType.php │ │ │ │ │ ├── InvoicingPartyReference.php │ │ │ │ │ ├── InvoicingPartyReferenceType.php │ │ │ │ │ ├── IssueDate.php │ │ │ │ │ ├── IssueDateType.php │ │ │ │ │ ├── IssueNumberID.php │ │ │ │ │ ├── IssueNumberIDType.php │ │ │ │ │ ├── IssueTime.php │ │ │ │ │ ├── IssueTimeType.php │ │ │ │ │ ├── IssuerID.php │ │ │ │ │ ├── IssuerIDType.php │ │ │ │ │ ├── ItemClassificationCode.php │ │ │ │ │ ├── ItemClassificationCodeType.php │ │ │ │ │ ├── ItemUpdateRequestIndicator.php │ │ │ │ │ ├── ItemUpdateRequestIndicatorType.php │ │ │ │ │ ├── JobID.php │ │ │ │ │ ├── JobIDType.php │ │ │ │ │ ├── JobTitle.php │ │ │ │ │ ├── JobTitleType.php │ │ │ │ │ ├── JourneyID.php │ │ │ │ │ ├── JourneyIDType.php │ │ │ │ │ ├── Keyword.php │ │ │ │ │ ├── KeywordType.php │ │ │ │ │ ├── LanguageID.php │ │ │ │ │ ├── LanguageIDType.php │ │ │ │ │ ├── LastRevisionDate.php │ │ │ │ │ ├── LastRevisionDateType.php │ │ │ │ │ ├── LastRevisionTime.php │ │ │ │ │ ├── LastRevisionTimeType.php │ │ │ │ │ ├── LatestDeliveryDate.php │ │ │ │ │ ├── LatestDeliveryDateType.php │ │ │ │ │ ├── LatestDeliveryTime.php │ │ │ │ │ ├── LatestDeliveryTimeType.php │ │ │ │ │ ├── LatitudeDegreesMeasure.php │ │ │ │ │ ├── LatitudeDegreesMeasureType.php │ │ │ │ │ ├── LatitudeDirectionCode.php │ │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ │ ├── LatitudeMinutesMeasure.php │ │ │ │ │ ├── LatitudeMinutesMeasureType.php │ │ │ │ │ ├── LeadTimeMeasure.php │ │ │ │ │ ├── LeadTimeMeasureType.php │ │ │ │ │ ├── LegalStatusIndicator.php │ │ │ │ │ ├── LegalStatusIndicatorType.php │ │ │ │ │ ├── LengthMeasure.php │ │ │ │ │ ├── LengthMeasureType.php │ │ │ │ │ ├── LicensePlateID.php │ │ │ │ │ ├── LicensePlateIDType.php │ │ │ │ │ ├── LifeCycleStatusCode.php │ │ │ │ │ ├── LifeCycleStatusCodeType.php │ │ │ │ │ ├── Line.php │ │ │ │ │ ├── LineAmount.php │ │ │ │ │ ├── LineAmountType.php │ │ │ │ │ ├── LineCountNumeric.php │ │ │ │ │ ├── LineCountNumericType.php │ │ │ │ │ ├── LineExtensionAmount.php │ │ │ │ │ ├── LineExtensionAmountType.php │ │ │ │ │ ├── LineID.php │ │ │ │ │ ├── LineIDType.php │ │ │ │ │ ├── LineStatusCode.php │ │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ │ ├── LineType.php │ │ │ │ │ ├── LoadingLengthMeasure.php │ │ │ │ │ ├── LoadingLengthMeasureType.php │ │ │ │ │ ├── LocaleCode.php │ │ │ │ │ ├── LocaleCodeType.php │ │ │ │ │ ├── Location.php │ │ │ │ │ ├── LocationID.php │ │ │ │ │ ├── LocationIDType.php │ │ │ │ │ ├── LocationType.php │ │ │ │ │ ├── LogoReferenceID.php │ │ │ │ │ ├── LogoReferenceIDType.php │ │ │ │ │ ├── LongitudeDegreesMeasure.php │ │ │ │ │ ├── LongitudeDegreesMeasureType.php │ │ │ │ │ ├── LongitudeDirectionCode.php │ │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ │ ├── LongitudeMinutesMeasure.php │ │ │ │ │ ├── LongitudeMinutesMeasureType.php │ │ │ │ │ ├── LossRisk.php │ │ │ │ │ ├── LossRiskResponsibilityCode.php │ │ │ │ │ ├── LossRiskResponsibilityCodeType.php │ │ │ │ │ ├── LossRiskType.php │ │ │ │ │ ├── LotNumberID.php │ │ │ │ │ ├── LotNumberIDType.php │ │ │ │ │ ├── LowerOrangeHazardPlacardID.php │ │ │ │ │ ├── LowerOrangeHazardPlacardIDType.php │ │ │ │ │ ├── Mail.php │ │ │ │ │ ├── MailType.php │ │ │ │ │ ├── ManufactureDate.php │ │ │ │ │ ├── ManufactureDateType.php │ │ │ │ │ ├── ManufactureTime.php │ │ │ │ │ ├── ManufactureTimeType.php │ │ │ │ │ ├── MarkAttention.php │ │ │ │ │ ├── MarkAttentionIndicator.php │ │ │ │ │ ├── MarkAttentionIndicatorType.php │ │ │ │ │ ├── MarkAttentionType.php │ │ │ │ │ ├── MarkCare.php │ │ │ │ │ ├── MarkCareIndicator.php │ │ │ │ │ ├── MarkCareIndicatorType.php │ │ │ │ │ ├── MarkCareType.php │ │ │ │ │ ├── MarkingID.php │ │ │ │ │ ├── MarkingIDType.php │ │ │ │ │ ├── Marks.php │ │ │ │ │ ├── MarksType.php │ │ │ │ │ ├── MathematicOperatorCode.php │ │ │ │ │ ├── MathematicOperatorCodeType.php │ │ │ │ │ ├── MaximumBackorderQuantity.php │ │ │ │ │ ├── MaximumBackorderQuantityType.php │ │ │ │ │ ├── MaximumCopiesNumeric.php │ │ │ │ │ ├── MaximumCopiesNumericType.php │ │ │ │ │ ├── MaximumMeasure.php │ │ │ │ │ ├── MaximumMeasureType.php │ │ │ │ │ ├── MaximumOrderQuantity.php │ │ │ │ │ ├── MaximumOrderQuantityType.php │ │ │ │ │ ├── MaximumQuantity.php │ │ │ │ │ ├── MaximumQuantityType.php │ │ │ │ │ ├── Measure.php │ │ │ │ │ ├── MeasureType.php │ │ │ │ │ ├── MedicalFirstAidGuideCode.php │ │ │ │ │ ├── MedicalFirstAidGuideCodeType.php │ │ │ │ │ ├── MiddleName.php │ │ │ │ │ ├── MiddleNameType.php │ │ │ │ │ ├── MinimumBackorderQuantity.php │ │ │ │ │ ├── MinimumBackorderQuantityType.php │ │ │ │ │ ├── MinimumMeasure.php │ │ │ │ │ ├── MinimumMeasureType.php │ │ │ │ │ ├── MinimumOrderQuantity.php │ │ │ │ │ ├── MinimumOrderQuantityType.php │ │ │ │ │ ├── MinimumQuantity.php │ │ │ │ │ ├── MinimumQuantityType.php │ │ │ │ │ ├── MinutesMeasure.php │ │ │ │ │ ├── MinutesMeasureType.php │ │ │ │ │ ├── ModelName.php │ │ │ │ │ ├── ModelNameType.php │ │ │ │ │ ├── MultiplierFactorNumeric.php │ │ │ │ │ ├── MultiplierFactorNumericType.php │ │ │ │ │ ├── Name.php │ │ │ │ │ ├── NameSuffix.php │ │ │ │ │ ├── NameSuffixType.php │ │ │ │ │ ├── NameType.php │ │ │ │ │ ├── Nationality.php │ │ │ │ │ ├── NationalityID.php │ │ │ │ │ ├── NationalityIDType.php │ │ │ │ │ ├── NationalityType.php │ │ │ │ │ ├── NatureCode.php │ │ │ │ │ ├── NatureCodeType.php │ │ │ │ │ ├── NetNetWeightMeasure.php │ │ │ │ │ ├── NetNetWeightMeasureType.php │ │ │ │ │ ├── NetVolumeMeasure.php │ │ │ │ │ ├── NetVolumeMeasureType.php │ │ │ │ │ ├── NetWeightMeasure.php │ │ │ │ │ ├── NetWeightMeasureType.php │ │ │ │ │ ├── NetworkID.php │ │ │ │ │ ├── NetworkIDType.php │ │ │ │ │ ├── Note.php │ │ │ │ │ ├── NoteType.php │ │ │ │ │ ├── NumberID.php │ │ │ │ │ ├── NumberIDType.php │ │ │ │ │ ├── OccurrenceDate.php │ │ │ │ │ ├── OccurrenceDateType.php │ │ │ │ │ ├── OccurrenceTime.php │ │ │ │ │ ├── OccurrenceTimeType.php │ │ │ │ │ ├── OnCarriageIndicator.php │ │ │ │ │ ├── OnCarriageIndicatorType.php │ │ │ │ │ ├── OrangeHazardPlacardID.php │ │ │ │ │ ├── OrangeHazardPlacardIDType.php │ │ │ │ │ ├── OrderID.php │ │ │ │ │ ├── OrderIDType.php │ │ │ │ │ ├── OrderQuantity.php │ │ │ │ │ ├── OrderQuantityIncrementNumeric.php │ │ │ │ │ ├── OrderQuantityIncrementNumericType.php │ │ │ │ │ ├── OrderQuantityType.php │ │ │ │ │ ├── OrderableIndicator.php │ │ │ │ │ ├── OrderableIndicatorType.php │ │ │ │ │ ├── OrderableUnit.php │ │ │ │ │ ├── OrderableUnitFactorRate.php │ │ │ │ │ ├── OrderableUnitFactorRateType.php │ │ │ │ │ ├── OrderableUnitType.php │ │ │ │ │ ├── OrganizationDepartment.php │ │ │ │ │ ├── OrganizationDepartmentType.php │ │ │ │ │ ├── OriginalJobID.php │ │ │ │ │ ├── OriginalJobIDType.php │ │ │ │ │ ├── OtherInstruction.php │ │ │ │ │ ├── OtherInstructionType.php │ │ │ │ │ ├── OutstandingQuantity.php │ │ │ │ │ ├── OutstandingQuantityType.php │ │ │ │ │ ├── OutstandingReason.php │ │ │ │ │ ├── OutstandingReasonType.php │ │ │ │ │ ├── OversupplyQuantity.php │ │ │ │ │ ├── OversupplyQuantityType.php │ │ │ │ │ ├── OwnerTypeCode.php │ │ │ │ │ ├── OwnerTypeCodeType.php │ │ │ │ │ ├── PackLevelCode.php │ │ │ │ │ ├── PackLevelCodeType.php │ │ │ │ │ ├── PackQuantity.php │ │ │ │ │ ├── PackQuantityType.php │ │ │ │ │ ├── PackSizeNumeric.php │ │ │ │ │ ├── PackSizeNumericType.php │ │ │ │ │ ├── PackageLevelCode.php │ │ │ │ │ ├── PackageLevelCodeType.php │ │ │ │ │ ├── PackageQuantity.php │ │ │ │ │ ├── PackageQuantityType.php │ │ │ │ │ ├── PackagesQuantity.php │ │ │ │ │ ├── PackagesQuantityType.php │ │ │ │ │ ├── PackagingTypeCode.php │ │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ │ ├── PackingCriteriaCode.php │ │ │ │ │ ├── PackingCriteriaCodeType.php │ │ │ │ │ ├── PackingMaterial.php │ │ │ │ │ ├── PackingMaterialType.php │ │ │ │ │ ├── PaidAmount.php │ │ │ │ │ ├── PaidAmountType.php │ │ │ │ │ ├── PaidDate.php │ │ │ │ │ ├── PaidDateType.php │ │ │ │ │ ├── PaidTime.php │ │ │ │ │ ├── PaidTimeType.php │ │ │ │ │ ├── ParentDocumentID.php │ │ │ │ │ ├── ParentDocumentIDType.php │ │ │ │ │ ├── ParentDocumentTypeCode.php │ │ │ │ │ ├── ParentDocumentTypeCodeType.php │ │ │ │ │ ├── PartialDeliveryIndicator.php │ │ │ │ │ ├── PartialDeliveryIndicatorType.php │ │ │ │ │ ├── PayableAmount.php │ │ │ │ │ ├── PayableAmountType.php │ │ │ │ │ ├── PayableRoundingAmount.php │ │ │ │ │ ├── PayableRoundingAmountType.php │ │ │ │ │ ├── PayerReference.php │ │ │ │ │ ├── PayerReferenceType.php │ │ │ │ │ ├── PaymentAlternativeCurrencyCode.php │ │ │ │ │ ├── PaymentAlternativeCurrencyCodeType.php │ │ │ │ │ ├── PaymentAmount.php │ │ │ │ │ ├── PaymentAmountType.php │ │ │ │ │ ├── PaymentChannelCode.php │ │ │ │ │ ├── PaymentChannelCodeType.php │ │ │ │ │ ├── PaymentCurrencyCode.php │ │ │ │ │ ├── PaymentCurrencyCodeType.php │ │ │ │ │ ├── PaymentDueDate.php │ │ │ │ │ ├── PaymentDueDateType.php │ │ │ │ │ ├── PaymentID.php │ │ │ │ │ ├── PaymentIDType.php │ │ │ │ │ ├── PaymentMeansCode.php │ │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ │ ├── PaymentMeansID.php │ │ │ │ │ ├── PaymentMeansIDType.php │ │ │ │ │ ├── PaymentNote.php │ │ │ │ │ ├── PaymentNoteType.php │ │ │ │ │ ├── PaymentOrderReference.php │ │ │ │ │ ├── PaymentOrderReferenceType.php │ │ │ │ │ ├── PenaltySurchargePercent.php │ │ │ │ │ ├── PenaltySurchargePercentType.php │ │ │ │ │ ├── PerUnitAmount.php │ │ │ │ │ ├── PerUnitAmountType.php │ │ │ │ │ ├── Percent.php │ │ │ │ │ ├── PercentType.php │ │ │ │ │ ├── PlacardEndorsement.php │ │ │ │ │ ├── PlacardEndorsementType.php │ │ │ │ │ ├── PlacardNotation.php │ │ │ │ │ ├── PlacardNotationType.php │ │ │ │ │ ├── PlotIdentification.php │ │ │ │ │ ├── PlotIdentificationType.php │ │ │ │ │ ├── PositionCode.php │ │ │ │ │ ├── PositionCodeType.php │ │ │ │ │ ├── PostalZone.php │ │ │ │ │ ├── PostalZoneType.php │ │ │ │ │ ├── Postbox.php │ │ │ │ │ ├── PostboxType.php │ │ │ │ │ ├── PreCarriageIndicator.php │ │ │ │ │ ├── PreCarriageIndicatorType.php │ │ │ │ │ ├── PreferenceCriterionCode.php │ │ │ │ │ ├── PreferenceCriterionCodeType.php │ │ │ │ │ ├── PrepaidAmount.php │ │ │ │ │ ├── PrepaidAmountType.php │ │ │ │ │ ├── PrepaidIndicator.php │ │ │ │ │ ├── PrepaidIndicatorType.php │ │ │ │ │ ├── PrepaidPaymentReferenceID.php │ │ │ │ │ ├── PrepaidPaymentReferenceIDType.php │ │ │ │ │ ├── PreviousJobID.php │ │ │ │ │ ├── PreviousJobIDType.php │ │ │ │ │ ├── PreviousVersionID.php │ │ │ │ │ ├── PreviousVersionIDType.php │ │ │ │ │ ├── PriceAmount.php │ │ │ │ │ ├── PriceAmountType.php │ │ │ │ │ ├── PriceChangeReason.php │ │ │ │ │ ├── PriceChangeReasonType.php │ │ │ │ │ ├── PriceType.php │ │ │ │ │ ├── PriceTypeCode.php │ │ │ │ │ ├── PriceTypeCodeType.php │ │ │ │ │ ├── PriceTypeType.php │ │ │ │ │ ├── PricingCurrencyCode.php │ │ │ │ │ ├── PricingCurrencyCodeType.php │ │ │ │ │ ├── PricingUpdateRequestIndicator.php │ │ │ │ │ ├── PricingUpdateRequestIndicatorType.php │ │ │ │ │ ├── PrimaryAccountNumberID.php │ │ │ │ │ ├── PrimaryAccountNumberIDType.php │ │ │ │ │ ├── PrintQualifier.php │ │ │ │ │ ├── PrintQualifierType.php │ │ │ │ │ ├── Priority.php │ │ │ │ │ ├── PriorityType.php │ │ │ │ │ ├── ProductTraceID.php │ │ │ │ │ ├── ProductTraceIDType.php │ │ │ │ │ ├── ProfileID.php │ │ │ │ │ ├── ProfileIDType.php │ │ │ │ │ ├── ProviderTypeCode.php │ │ │ │ │ ├── ProviderTypeCodeType.php │ │ │ │ │ ├── Qualifier.php │ │ │ │ │ ├── QualifierType.php │ │ │ │ │ ├── Quantity.php │ │ │ │ │ ├── QuantityType.php │ │ │ │ │ ├── RailCarID.php │ │ │ │ │ ├── RailCarIDType.php │ │ │ │ │ ├── Reason.php │ │ │ │ │ ├── ReasonType.php │ │ │ │ │ ├── ReceivedDate.php │ │ │ │ │ ├── ReceivedDateType.php │ │ │ │ │ ├── ReceivedQuantity.php │ │ │ │ │ ├── ReceivedQuantityType.php │ │ │ │ │ ├── Reference.php │ │ │ │ │ ├── ReferenceDate.php │ │ │ │ │ ├── ReferenceDateType.php │ │ │ │ │ ├── ReferenceEventCode.php │ │ │ │ │ ├── ReferenceEventCodeType.php │ │ │ │ │ ├── ReferenceID.php │ │ │ │ │ ├── ReferenceIDType.php │ │ │ │ │ ├── ReferenceTime.php │ │ │ │ │ ├── ReferenceTimeType.php │ │ │ │ │ ├── ReferenceType.php │ │ │ │ │ ├── RefrigerationOnIndicator.php │ │ │ │ │ ├── RefrigerationOnIndicatorType.php │ │ │ │ │ ├── Region.php │ │ │ │ │ ├── RegionType.php │ │ │ │ │ ├── RegistrationID.php │ │ │ │ │ ├── RegistrationIDType.php │ │ │ │ │ ├── RegistrationName.php │ │ │ │ │ ├── RegistrationNameType.php │ │ │ │ │ ├── RegistrationNationality.php │ │ │ │ │ ├── RegistrationNationalityID.php │ │ │ │ │ ├── RegistrationNationalityIDType.php │ │ │ │ │ ├── RegistrationNationalityType.php │ │ │ │ │ ├── RejectActionCode.php │ │ │ │ │ ├── RejectActionCodeType.php │ │ │ │ │ ├── RejectReason.php │ │ │ │ │ ├── RejectReasonCode.php │ │ │ │ │ ├── RejectReasonCodeType.php │ │ │ │ │ ├── RejectReasonType.php │ │ │ │ │ ├── RejectedQuantity.php │ │ │ │ │ ├── RejectedQuantityType.php │ │ │ │ │ ├── RejectionNote.php │ │ │ │ │ ├── RejectionNoteType.php │ │ │ │ │ ├── Remarks.php │ │ │ │ │ ├── RemarksType.php │ │ │ │ │ ├── ReminderSequenceNumeric.php │ │ │ │ │ ├── ReminderSequenceNumericType.php │ │ │ │ │ ├── ReminderTypeCode.php │ │ │ │ │ ├── ReminderTypeCodeType.php │ │ │ │ │ ├── RequestedDespatchDate.php │ │ │ │ │ ├── RequestedDespatchDateType.php │ │ │ │ │ ├── RequestedDespatchTime.php │ │ │ │ │ ├── RequestedDespatchTimeType.php │ │ │ │ │ ├── RequestedInvoiceCurrencyCode.php │ │ │ │ │ ├── RequestedInvoiceCurrencyCodeType.php │ │ │ │ │ ├── RequiredCustomsID.php │ │ │ │ │ ├── RequiredCustomsIDType.php │ │ │ │ │ ├── ResponseCode.php │ │ │ │ │ ├── ResponseCodeType.php │ │ │ │ │ ├── ResponseDate.php │ │ │ │ │ ├── ResponseDateType.php │ │ │ │ │ ├── ResponseTime.php │ │ │ │ │ ├── ResponseTimeType.php │ │ │ │ │ ├── ReturnabilityIndicator.php │ │ │ │ │ ├── ReturnabilityIndicatorType.php │ │ │ │ │ ├── ReturnableMaterialIndicator.php │ │ │ │ │ ├── ReturnableMaterialIndicatorType.php │ │ │ │ │ ├── RevisionDate.php │ │ │ │ │ ├── RevisionDateType.php │ │ │ │ │ ├── RevisionTime.php │ │ │ │ │ ├── RevisionTimeType.php │ │ │ │ │ ├── RoleCode.php │ │ │ │ │ ├── RoleCodeType.php │ │ │ │ │ ├── Room.php │ │ │ │ │ ├── RoomType.php │ │ │ │ │ ├── RoundingAmount.php │ │ │ │ │ ├── RoundingAmountType.php │ │ │ │ │ ├── SalesOrderID.php │ │ │ │ │ ├── SalesOrderIDType.php │ │ │ │ │ ├── SalesOrderLineID.php │ │ │ │ │ ├── SalesOrderLineIDType.php │ │ │ │ │ ├── SchemeURI.php │ │ │ │ │ ├── SchemeURIType.php │ │ │ │ │ ├── SealIssuerTypeCode.php │ │ │ │ │ ├── SealIssuerTypeCodeType.php │ │ │ │ │ ├── SealStatusCode.php │ │ │ │ │ ├── SealStatusCodeType.php │ │ │ │ │ ├── SealingPartyType.php │ │ │ │ │ ├── SealingPartyTypeType.php │ │ │ │ │ ├── SequenceID.php │ │ │ │ │ ├── SequenceIDType.php │ │ │ │ │ ├── SequenceNumberID.php │ │ │ │ │ ├── SequenceNumberIDType.php │ │ │ │ │ ├── SequenceNumeric.php │ │ │ │ │ ├── SequenceNumericType.php │ │ │ │ │ ├── SerialID.php │ │ │ │ │ ├── SerialIDType.php │ │ │ │ │ ├── SettlementDiscountPercent.php │ │ │ │ │ ├── SettlementDiscountPercentType.php │ │ │ │ │ ├── ShippingMarks.php │ │ │ │ │ ├── ShippingMarksType.php │ │ │ │ │ ├── ShippingOrderID.php │ │ │ │ │ ├── ShippingOrderIDType.php │ │ │ │ │ ├── ShippingPriorityLevelCode.php │ │ │ │ │ ├── ShippingPriorityLevelCodeType.php │ │ │ │ │ ├── ShortQuantity.php │ │ │ │ │ ├── ShortQuantityType.php │ │ │ │ │ ├── ShortageActionCode.php │ │ │ │ │ ├── ShortageActionCodeType.php │ │ │ │ │ ├── SignatureMethod.php │ │ │ │ │ ├── SignatureMethodType.php │ │ │ │ │ ├── SizeTypeCode.php │ │ │ │ │ ├── SizeTypeCodeType.php │ │ │ │ │ ├── SourceCurrencyBaseRate.php │ │ │ │ │ ├── SourceCurrencyBaseRateType.php │ │ │ │ │ ├── SourceCurrencyCode.php │ │ │ │ │ ├── SourceCurrencyCodeType.php │ │ │ │ │ ├── SpecialInstructions.php │ │ │ │ │ ├── SpecialInstructionsType.php │ │ │ │ │ ├── SpecialTerms.php │ │ │ │ │ ├── SpecialTermsType.php │ │ │ │ │ ├── SplitConsignmentIndicator.php │ │ │ │ │ ├── SplitConsignmentIndicatorType.php │ │ │ │ │ ├── StartDate.php │ │ │ │ │ ├── StartDateType.php │ │ │ │ │ ├── StartTime.php │ │ │ │ │ ├── StartTimeType.php │ │ │ │ │ ├── StatusCode.php │ │ │ │ │ ├── StatusCodeType.php │ │ │ │ │ ├── StatusReason.php │ │ │ │ │ ├── StatusReasonCode.php │ │ │ │ │ ├── StatusReasonCodeType.php │ │ │ │ │ ├── StatusReasonType.php │ │ │ │ │ ├── StreetName.php │ │ │ │ │ ├── StreetNameType.php │ │ │ │ │ ├── SubstitutionStatusCode.php │ │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ │ ├── SummaryDescription.php │ │ │ │ │ ├── SummaryDescriptionType.php │ │ │ │ │ ├── SupplierAssignedAccountID.php │ │ │ │ │ ├── SupplierAssignedAccountIDType.php │ │ │ │ │ ├── SurchargePercent.php │ │ │ │ │ ├── SurchargePercentType.php │ │ │ │ │ ├── TargetCurrencyBaseRate.php │ │ │ │ │ ├── TargetCurrencyBaseRateType.php │ │ │ │ │ ├── TargetCurrencyCode.php │ │ │ │ │ ├── TargetCurrencyCodeType.php │ │ │ │ │ ├── TariffClassCode.php │ │ │ │ │ ├── TariffClassCodeType.php │ │ │ │ │ ├── TariffCode.php │ │ │ │ │ ├── TariffCodeType.php │ │ │ │ │ ├── TariffDescription.php │ │ │ │ │ ├── TariffDescriptionType.php │ │ │ │ │ ├── TaxAmount.php │ │ │ │ │ ├── TaxAmountType.php │ │ │ │ │ ├── TaxCurrencyCode.php │ │ │ │ │ ├── TaxCurrencyCodeType.php │ │ │ │ │ ├── TaxEvidenceIndicator.php │ │ │ │ │ ├── TaxEvidenceIndicatorType.php │ │ │ │ │ ├── TaxExclusiveAmount.php │ │ │ │ │ ├── TaxExclusiveAmountType.php │ │ │ │ │ ├── TaxExemptionReason.php │ │ │ │ │ ├── TaxExemptionReasonCode.php │ │ │ │ │ ├── TaxExemptionReasonCodeType.php │ │ │ │ │ ├── TaxExemptionReasonType.php │ │ │ │ │ ├── TaxInclusiveAmount.php │ │ │ │ │ ├── TaxInclusiveAmountType.php │ │ │ │ │ ├── TaxLevelCode.php │ │ │ │ │ ├── TaxLevelCodeType.php │ │ │ │ │ ├── TaxPointDate.php │ │ │ │ │ ├── TaxPointDateType.php │ │ │ │ │ ├── TaxTypeCode.php │ │ │ │ │ ├── TaxTypeCodeType.php │ │ │ │ │ ├── TaxableAmount.php │ │ │ │ │ ├── TaxableAmountType.php │ │ │ │ │ ├── TechnicalName.php │ │ │ │ │ ├── TechnicalNameType.php │ │ │ │ │ ├── Telefax.php │ │ │ │ │ ├── TelefaxType.php │ │ │ │ │ ├── Telephone.php │ │ │ │ │ ├── TelephoneType.php │ │ │ │ │ ├── Terms.php │ │ │ │ │ ├── TermsType.php │ │ │ │ │ ├── Text.php │ │ │ │ │ ├── TextType.php │ │ │ │ │ ├── TierRange.php │ │ │ │ │ ├── TierRangeType.php │ │ │ │ │ ├── TierRatePercent.php │ │ │ │ │ ├── TierRatePercentType.php │ │ │ │ │ ├── Time.php │ │ │ │ │ ├── TimeType.php │ │ │ │ │ ├── TimezoneOffset.php │ │ │ │ │ ├── TimezoneOffsetType.php │ │ │ │ │ ├── TimingComplaint.php │ │ │ │ │ ├── TimingComplaintCode.php │ │ │ │ │ ├── TimingComplaintCodeType.php │ │ │ │ │ ├── TimingComplaintType.php │ │ │ │ │ ├── Title.php │ │ │ │ │ ├── TitleType.php │ │ │ │ │ ├── ToOrderIndicator.php │ │ │ │ │ ├── ToOrderIndicatorType.php │ │ │ │ │ ├── TotalBalanceAmount.php │ │ │ │ │ ├── TotalBalanceAmountType.php │ │ │ │ │ ├── TotalCreditAmount.php │ │ │ │ │ ├── TotalCreditAmountType.php │ │ │ │ │ ├── TotalDebitAmount.php │ │ │ │ │ ├── TotalDebitAmountType.php │ │ │ │ │ ├── TotalGoodsItemQuantity.php │ │ │ │ │ ├── TotalGoodsItemQuantityType.php │ │ │ │ │ ├── TotalInvoiceAmount.php │ │ │ │ │ ├── TotalInvoiceAmountType.php │ │ │ │ │ ├── TotalPackageQuantity.php │ │ │ │ │ ├── TotalPackageQuantityType.php │ │ │ │ │ ├── TotalPackagesQuantity.php │ │ │ │ │ ├── TotalPackagesQuantityType.php │ │ │ │ │ ├── TotalPaymentAmount.php │ │ │ │ │ ├── TotalPaymentAmountType.php │ │ │ │ │ ├── TotalTaxAmount.php │ │ │ │ │ ├── TotalTaxAmountType.php │ │ │ │ │ ├── TotalTransportHandlingUnitQuantity.php │ │ │ │ │ ├── TotalTransportHandlingUnitQuantityType.php │ │ │ │ │ ├── TrackingID.php │ │ │ │ │ ├── TrackingIDType.php │ │ │ │ │ ├── TradingRestrictions.php │ │ │ │ │ ├── TradingRestrictionsType.php │ │ │ │ │ ├── TrainID.php │ │ │ │ │ ├── TrainIDType.php │ │ │ │ │ ├── TransactionCurrencyTaxAmount.php │ │ │ │ │ ├── TransactionCurrencyTaxAmountType.php │ │ │ │ │ ├── TransitDirectionCode.php │ │ │ │ │ ├── TransitDirectionCodeType.php │ │ │ │ │ ├── TransportAuthorizationCode.php │ │ │ │ │ ├── TransportAuthorizationCodeType.php │ │ │ │ │ ├── TransportEmergencyCardCode.php │ │ │ │ │ ├── TransportEmergencyCardCodeType.php │ │ │ │ │ ├── TransportEquipmentTypeCode.php │ │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ │ ├── TransportEventTypeCode.php │ │ │ │ │ ├── TransportEventTypeCodeType.php │ │ │ │ │ ├── TransportHandlingUnitQuantity.php │ │ │ │ │ ├── TransportHandlingUnitQuantityType.php │ │ │ │ │ ├── TransportHandlingUnitTypeCode.php │ │ │ │ │ ├── TransportHandlingUnitTypeCodeType.php │ │ │ │ │ ├── TransportMeansTypeCode.php │ │ │ │ │ ├── TransportMeansTypeCodeType.php │ │ │ │ │ ├── TransportModeCode.php │ │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ │ ├── TransportServiceCode.php │ │ │ │ │ ├── TransportServiceCodeType.php │ │ │ │ │ ├── UBLVersionID.php │ │ │ │ │ ├── UBLVersionIDType.php │ │ │ │ │ ├── UNDGCode.php │ │ │ │ │ ├── UNDGCodeType.php │ │ │ │ │ ├── URI.php │ │ │ │ │ ├── URIType.php │ │ │ │ │ ├── UUID.php │ │ │ │ │ ├── UUIDType.php │ │ │ │ │ ├── Unit.php │ │ │ │ │ ├── UnitQuantity.php │ │ │ │ │ ├── UnitQuantityType.php │ │ │ │ │ ├── UnitType.php │ │ │ │ │ ├── UpperOrangeHazardPlacardID.php │ │ │ │ │ ├── UpperOrangeHazardPlacardIDType.php │ │ │ │ │ ├── ValidationDate.php │ │ │ │ │ ├── ValidationDateType.php │ │ │ │ │ ├── ValidationTime.php │ │ │ │ │ ├── ValidationTimeType.php │ │ │ │ │ ├── ValidatorID.php │ │ │ │ │ ├── ValidatorIDType.php │ │ │ │ │ ├── ValidityStartDate.php │ │ │ │ │ ├── ValidityStartDateType.php │ │ │ │ │ ├── Value.php │ │ │ │ │ ├── ValueAmount.php │ │ │ │ │ ├── ValueAmountType.php │ │ │ │ │ ├── ValueType.php │ │ │ │ │ ├── VersionID.php │ │ │ │ │ ├── VersionIDType.php │ │ │ │ │ ├── VesselID.php │ │ │ │ │ ├── VesselIDType.php │ │ │ │ │ ├── VesselName.php │ │ │ │ │ ├── VesselNameType.php │ │ │ │ │ ├── VolumeMeasure.php │ │ │ │ │ ├── VolumeMeasureType.php │ │ │ │ │ ├── WarrantyInformation.php │ │ │ │ │ ├── WarrantyInformationType.php │ │ │ │ │ ├── WebsiteURI.php │ │ │ │ │ ├── WebsiteURIType.php │ │ │ │ │ ├── WeightMeasure.php │ │ │ │ │ ├── WeightMeasureType.php │ │ │ │ │ ├── XPath.php │ │ │ │ │ ├── XPathType.php │ │ │ │ │ ├── Zone.php │ │ │ │ │ └── ZoneType.php │ │ │ │ │ └── QualifiedDatatypes_2 │ │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ │ ├── ChannelCodeType.php │ │ │ │ │ ├── ChipCodeType.php │ │ │ │ │ ├── ContainerSizeTypeCodeType.php │ │ │ │ │ ├── CountryIdentificationCodeType.php │ │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ │ ├── OperatorCodeType.php │ │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ │ ├── PortCodeType.php │ │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ │ ├── TransportationStatusCodeType.php │ │ │ │ │ └── UnitOfMeasureCodeType.php │ │ │ └── un │ │ │ │ └── unece │ │ │ │ └── uncefact │ │ │ │ ├── codelist │ │ │ │ └── specification │ │ │ │ │ ├── 5639 │ │ │ │ │ └── 1988 │ │ │ │ │ │ └── LanguageCodeContentType.php │ │ │ │ │ ├── 54217 │ │ │ │ │ └── 2001 │ │ │ │ │ │ └── CurrencyCodeContentType.php │ │ │ │ │ ├── 66411 │ │ │ │ │ └── 2001 │ │ │ │ │ │ └── UnitCodeContentType.php │ │ │ │ │ └── IANAMIMEMediaType │ │ │ │ │ └── 2003 │ │ │ │ │ └── BinaryObjectMimeCodeContentType.php │ │ │ │ └── data │ │ │ │ └── specification │ │ │ │ └── UnqualifiedDataTypesSchemaModule │ │ │ │ └── _2 │ │ │ │ ├── AmountType.php │ │ │ │ ├── BinaryObjectType.php │ │ │ │ ├── CodeType.php │ │ │ │ ├── DateTimeType.php │ │ │ │ ├── DateType.php │ │ │ │ ├── GraphicType.php │ │ │ │ ├── IdentifierType.php │ │ │ │ ├── IndicatorType.php │ │ │ │ ├── MeasureType.php │ │ │ │ ├── NameType.php │ │ │ │ ├── NumericType.php │ │ │ │ ├── PercentType.php │ │ │ │ ├── PictureType.php │ │ │ │ ├── QuantityType.php │ │ │ │ ├── RateType.php │ │ │ │ ├── SoundType.php │ │ │ │ ├── TextType.php │ │ │ │ ├── TimeType.php │ │ │ │ ├── ValueType.php │ │ │ │ └── VideoType.php │ │ ├── ContactPersonWsdl │ │ │ ├── NavService.wsdl │ │ │ ├── public │ │ │ │ └── schemas │ │ │ │ │ ├── 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 │ │ │ └── services │ │ │ │ └── NavService.php │ │ ├── MultiLevelImport │ │ │ └── generated.xml │ │ ├── SoapServer │ │ │ ├── NavService.wsdl │ │ │ └── services │ │ │ │ └── NavService.php │ │ ├── Xsd2Php │ │ │ └── MavenTests │ │ │ │ ├── ParsedSchema.xml │ │ │ │ └── bindings │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── maven │ │ │ │ └── POM │ │ │ │ └── _4_0_0 │ │ │ │ ├── Activation.php │ │ │ │ ├── ActivationFile.php │ │ │ │ ├── ActivationOS.php │ │ │ │ ├── ActivationProperty.php │ │ │ │ ├── Build.php │ │ │ │ ├── BuildBase.php │ │ │ │ ├── CiManagement.php │ │ │ │ ├── Contributor.php │ │ │ │ ├── Dependency.php │ │ │ │ ├── DependencyManagement.php │ │ │ │ ├── DeploymentRepository.php │ │ │ │ ├── Developer.php │ │ │ │ ├── DistributionManagement.php │ │ │ │ ├── Exclusion.php │ │ │ │ ├── Extension.php │ │ │ │ ├── IssueManagement.php │ │ │ │ ├── License.php │ │ │ │ ├── MailingList.php │ │ │ │ ├── Model.php │ │ │ │ ├── Notifier.php │ │ │ │ ├── Organization.php │ │ │ │ ├── Parent.php │ │ │ │ ├── Plugin.php │ │ │ │ ├── PluginExecution.php │ │ │ │ ├── PluginManagement.php │ │ │ │ ├── Prerequisites.php │ │ │ │ ├── Profile.php │ │ │ │ ├── Relocation.php │ │ │ │ ├── ReportPlugin.php │ │ │ │ ├── ReportSet.php │ │ │ │ ├── Reporting.php │ │ │ │ ├── Repository.php │ │ │ │ ├── RepositoryPolicy.php │ │ │ │ ├── Resource.php │ │ │ │ ├── Scm.php │ │ │ │ ├── Site.php │ │ │ │ └── project.php │ │ ├── simple1 │ │ │ ├── .php │ │ │ ├── bindings │ │ │ │ ├── address.php │ │ │ │ ├── city.php │ │ │ │ ├── country.php │ │ │ │ ├── item.php │ │ │ │ ├── name.php │ │ │ │ ├── note.php │ │ │ │ ├── orderperson.php │ │ │ │ ├── price.php │ │ │ │ ├── quantity.php │ │ │ │ ├── shiporder.php │ │ │ │ ├── shipto.php │ │ │ │ └── title.php │ │ │ ├── generated.xml │ │ │ └── shiporder.xml │ │ └── ubl2.0 │ │ │ ├── Order.xml │ │ │ ├── XSDConvertertoXML.xml │ │ │ ├── oasis │ │ │ └── names │ │ │ │ └── specification │ │ │ │ └── ubl │ │ │ │ └── schema │ │ │ │ └── xsd │ │ │ │ ├── CommonAggregateComponents_2 │ │ │ │ ├── AccessoryRelatedItem.php │ │ │ │ ├── AccountingContact.php │ │ │ │ ├── AccountingCustomerParty.php │ │ │ │ ├── AccountingSupplierParty.php │ │ │ │ ├── ActualPackage.php │ │ │ │ ├── AdditionalDocumentReference.php │ │ │ │ ├── AdditionalItemIdentification.php │ │ │ │ ├── AdditionalItemProperty.php │ │ │ │ ├── AdditionalTemperature.php │ │ │ │ ├── Address.php │ │ │ │ ├── AddressLine.php │ │ │ │ ├── AddressLineType.php │ │ │ │ ├── AddressType.php │ │ │ │ ├── AgentParty.php │ │ │ │ ├── AirTransport.php │ │ │ │ ├── AirTransportType.php │ │ │ │ ├── AllowanceCharge.php │ │ │ │ ├── AllowanceChargeType.php │ │ │ │ ├── AlternativeConditionPrice.php │ │ │ │ ├── AnticipatedMonetaryTotal.php │ │ │ │ ├── ApplicableAddress.php │ │ │ │ ├── ApplicableTaxCategory.php │ │ │ │ ├── ApplicableTerritoryAddress.php │ │ │ │ ├── Attachment.php │ │ │ │ ├── AttachmentType.php │ │ │ │ ├── BillingReference.php │ │ │ │ ├── BillingReferenceLine.php │ │ │ │ ├── BillingReferenceLineType.php │ │ │ │ ├── BillingReferenceType.php │ │ │ │ ├── Branch.php │ │ │ │ ├── BranchType.php │ │ │ │ ├── BuyerContact.php │ │ │ │ ├── BuyerCustomerParty.php │ │ │ │ ├── BuyerProposedSubstituteLineItem.php │ │ │ │ ├── BuyersItemIdentification.php │ │ │ │ ├── CardAccount.php │ │ │ │ ├── CardAccountType.php │ │ │ │ ├── CarrierParty.php │ │ │ │ ├── CatalogueDocumentReference.php │ │ │ │ ├── CatalogueItemIdentification.php │ │ │ │ ├── CatalogueItemSpecificationUpdateLine.php │ │ │ │ ├── CatalogueItemSpecificationUpdateLineType.php │ │ │ │ ├── CatalogueLine.php │ │ │ │ ├── CatalogueLineReference.php │ │ │ │ ├── CatalogueLineType.php │ │ │ │ ├── CataloguePricingUpdateLine.php │ │ │ │ ├── CataloguePricingUpdateLineType.php │ │ │ │ ├── CatalogueReference.php │ │ │ │ ├── CatalogueReferenceType.php │ │ │ │ ├── CatalogueRequestLine.php │ │ │ │ ├── CatalogueRequestLineType.php │ │ │ │ ├── CategorizesClassificationCategory.php │ │ │ │ ├── CertificateOfOriginApplication.php │ │ │ │ ├── CertificateOfOriginApplicationType.php │ │ │ │ ├── ClassificationCategory.php │ │ │ │ ├── ClassificationCategoryType.php │ │ │ │ ├── ClassificationScheme.php │ │ │ │ ├── ClassificationSchemeType.php │ │ │ │ ├── ClassifiedTaxCategory.php │ │ │ │ ├── CommodityClassification.php │ │ │ │ ├── CommodityClassificationType.php │ │ │ │ ├── Communication.php │ │ │ │ ├── CommunicationType.php │ │ │ │ ├── ComplementaryRelatedItem.php │ │ │ │ ├── ComponentRelatedItem.php │ │ │ │ ├── ConsigneeParty.php │ │ │ │ ├── Consignment.php │ │ │ │ ├── ConsignmentType.php │ │ │ │ ├── ConsignorParty.php │ │ │ │ ├── Contact.php │ │ │ │ ├── ContactParty.php │ │ │ │ ├── ContactType.php │ │ │ │ ├── ContainedGoodsItem.php │ │ │ │ ├── ContainedPackage.php │ │ │ │ ├── Contract.php │ │ │ │ ├── ContractDocumentReference.php │ │ │ │ ├── ContractType.php │ │ │ │ ├── ContractorCustomerParty.php │ │ │ │ ├── CorporateRegistrationScheme.php │ │ │ │ ├── CorporateRegistrationSchemeType.php │ │ │ │ ├── Country.php │ │ │ │ ├── CountryType.php │ │ │ │ ├── CreditAccount.php │ │ │ │ ├── CreditAccountType.php │ │ │ │ ├── CreditNoteDocumentReference.php │ │ │ │ ├── CreditNoteLine.php │ │ │ │ ├── CreditNoteLineType.php │ │ │ │ ├── CurrentStatus.php │ │ │ │ ├── CustomerParty.php │ │ │ │ ├── CustomerPartyType.php │ │ │ │ ├── DebitNoteDocumentReference.php │ │ │ │ ├── DebitNoteLine.php │ │ │ │ ├── DebitNoteLineType.php │ │ │ │ ├── DefaultLanguage.php │ │ │ │ ├── DeletedCatalogueReference.php │ │ │ │ ├── Delivery.php │ │ │ │ ├── DeliveryAddress.php │ │ │ │ ├── DeliveryContact.php │ │ │ │ ├── DeliveryCustomerParty.php │ │ │ │ ├── DeliveryLocation.php │ │ │ │ ├── DeliveryParty.php │ │ │ │ ├── DeliveryTerms.php │ │ │ │ ├── DeliveryTermsType.php │ │ │ │ ├── DeliveryType.php │ │ │ │ ├── DeliveryUnit.php │ │ │ │ ├── DeliveryUnitType.php │ │ │ │ ├── Despatch.php │ │ │ │ ├── DespatchAddress.php │ │ │ │ ├── DespatchContact.php │ │ │ │ ├── DespatchDocumentReference.php │ │ │ │ ├── DespatchLine.php │ │ │ │ ├── DespatchLineReference.php │ │ │ │ ├── DespatchLineType.php │ │ │ │ ├── DespatchParty.php │ │ │ │ ├── DespatchSupplierParty.php │ │ │ │ ├── DespatchType.php │ │ │ │ ├── DestinationCountry.php │ │ │ │ ├── DigitalSignatureAttachment.php │ │ │ │ ├── Dimension.php │ │ │ │ ├── DimensionType.php │ │ │ │ ├── DiscrepancyResponse.php │ │ │ │ ├── DocumentDistribution.php │ │ │ │ ├── DocumentDistributionType.php │ │ │ │ ├── DocumentReference.php │ │ │ │ ├── DocumentReferenceType.php │ │ │ │ ├── DocumentResponse.php │ │ │ │ ├── DocumentResponseType.php │ │ │ │ ├── EmbassyEndorsement.php │ │ │ │ ├── EmergencyTemperature.php │ │ │ │ ├── Endorsement.php │ │ │ │ ├── EndorsementType.php │ │ │ │ ├── EndorserParty.php │ │ │ │ ├── EndorserPartyType.php │ │ │ │ ├── EstimatedDeliveryPeriod.php │ │ │ │ ├── ExchangeRate.php │ │ │ │ ├── ExchangeRateType.php │ │ │ │ ├── ExportCountry.php │ │ │ │ ├── ExporterParty.php │ │ │ │ ├── ExternalReference.php │ │ │ │ ├── ExternalReferenceType.php │ │ │ │ ├── FinalDeliveryParty.php │ │ │ │ ├── FinalDeliveryTransportationService.php │ │ │ │ ├── FinalDestinationCountry.php │ │ │ │ ├── FinancialAccount.php │ │ │ │ ├── FinancialAccountType.php │ │ │ │ ├── FinancialInstitution.php │ │ │ │ ├── FinancialInstitutionBranch.php │ │ │ │ ├── FinancialInstitutionType.php │ │ │ │ ├── FirstArrivalPortLocation.php │ │ │ │ ├── FlashpointTemperature.php │ │ │ │ ├── ForeignExchangeContract.php │ │ │ │ ├── FreightAllowanceCharge.php │ │ │ │ ├── FreightForwarderParty.php │ │ │ │ ├── GoodsItem.php │ │ │ │ ├── GoodsItemContainer.php │ │ │ │ ├── GoodsItemContainerType.php │ │ │ │ ├── GoodsItemType.php │ │ │ │ ├── HandlingUnitDespatchLine.php │ │ │ │ ├── HazardousGoodsTransit.php │ │ │ │ ├── HazardousGoodsTransitType.php │ │ │ │ ├── HazardousItem.php │ │ │ │ ├── HazardousItemType.php │ │ │ │ ├── ImporterParty.php │ │ │ │ ├── InformationContentProviderParty.php │ │ │ │ ├── InsuranceEndorsement.php │ │ │ │ ├── InvoiceDocumentReference.php │ │ │ │ ├── InvoiceLine.php │ │ │ │ ├── InvoiceLineType.php │ │ │ │ ├── InvoicePeriod.php │ │ │ │ ├── IssuerEndorsement.php │ │ │ │ ├── IssuerParty.php │ │ │ │ ├── IssuingCountry.php │ │ │ │ ├── Item.php │ │ │ │ ├── ItemComparison.php │ │ │ │ ├── ItemComparisonType.php │ │ │ │ ├── ItemIdentification.php │ │ │ │ ├── ItemIdentificationType.php │ │ │ │ ├── ItemInstance.php │ │ │ │ ├── ItemInstanceType.php │ │ │ │ ├── ItemLocationQuantity.php │ │ │ │ ├── ItemLocationQuantityType.php │ │ │ │ ├── ItemProperty.php │ │ │ │ ├── ItemPropertyGroup.php │ │ │ │ ├── ItemPropertyGroupType.php │ │ │ │ ├── ItemPropertyType.php │ │ │ │ ├── ItemSpecificationDocumentReference.php │ │ │ │ ├── ItemType.php │ │ │ │ ├── JurisdictionRegionAddress.php │ │ │ │ ├── Language.php │ │ │ │ ├── LanguageType.php │ │ │ │ ├── LastExitPortLocation.php │ │ │ │ ├── LegalMonetaryTotal.php │ │ │ │ ├── LineItem.php │ │ │ │ ├── LineItemType.php │ │ │ │ ├── LineReference.php │ │ │ │ ├── LineReferenceType.php │ │ │ │ ├── LineResponse.php │ │ │ │ ├── LineResponseType.php │ │ │ │ ├── LineValidityPeriod.php │ │ │ │ ├── LoadingLocation.php │ │ │ │ ├── LoadingPortLocation.php │ │ │ │ ├── LoadingProofParty.php │ │ │ │ ├── Location.php │ │ │ │ ├── LocationCoordinate.php │ │ │ │ ├── LocationCoordinateType.php │ │ │ │ ├── LocationType.php │ │ │ │ ├── LotIdentification.php │ │ │ │ ├── LotIdentificationType.php │ │ │ │ ├── ManufacturerParty.php │ │ │ │ ├── ManufacturersItemIdentification.php │ │ │ │ ├── MaritimeTransport.php │ │ │ │ ├── MaritimeTransportType.php │ │ │ │ ├── MaximumTemperature.php │ │ │ │ ├── MeasurementDimension.php │ │ │ │ ├── MinimumTemperature.php │ │ │ │ ├── MonetaryTotal.php │ │ │ │ ├── MonetaryTotalType.php │ │ │ │ ├── NotifyParty.php │ │ │ │ ├── OrderDocumentReference.php │ │ │ │ ├── OrderLine.php │ │ │ │ ├── OrderLineReference.php │ │ │ │ ├── OrderLineReferenceType.php │ │ │ │ ├── OrderLineType.php │ │ │ │ ├── OrderReference.php │ │ │ │ ├── OrderReferenceType.php │ │ │ │ ├── OrderedShipment.php │ │ │ │ ├── OrderedShipmentType.php │ │ │ │ ├── OriginAddress.php │ │ │ │ ├── OriginCountry.php │ │ │ │ ├── OriginalDepartureCountry.php │ │ │ │ ├── OriginalDespatchParty.php │ │ │ │ ├── OriginalDespatchTransportationService.php │ │ │ │ ├── OriginalDocumentReference.php │ │ │ │ ├── OriginalItemLocationQuantity.php │ │ │ │ ├── OriginatorCustomerParty.php │ │ │ │ ├── OriginatorDocumentReference.php │ │ │ │ ├── OriginatorParty.php │ │ │ │ ├── OtherCommunication.php │ │ │ │ ├── OwnerParty.php │ │ │ │ ├── Package.php │ │ │ │ ├── PackageType.php │ │ │ │ ├── Party.php │ │ │ │ ├── PartyIdentification.php │ │ │ │ ├── PartyIdentificationType.php │ │ │ │ ├── PartyLegalEntity.php │ │ │ │ ├── PartyLegalEntityType.php │ │ │ │ ├── PartyName.php │ │ │ │ ├── PartyNameType.php │ │ │ │ ├── PartyTaxScheme.php │ │ │ │ ├── PartyTaxSchemeType.php │ │ │ │ ├── PartyType.php │ │ │ │ ├── PayeeFinancialAccount.php │ │ │ │ ├── PayeeParty.php │ │ │ │ ├── PayerFinancialAccount.php │ │ │ │ ├── Payment.php │ │ │ │ ├── PaymentAlternativeExchangeRate.php │ │ │ │ ├── PaymentExchangeRate.php │ │ │ │ ├── PaymentMeans.php │ │ │ │ ├── PaymentMeansType.php │ │ │ │ ├── PaymentTerms.php │ │ │ │ ├── PaymentTermsType.php │ │ │ │ ├── PaymentType.php │ │ │ │ ├── PenaltyPeriod.php │ │ │ │ ├── Period.php │ │ │ │ ├── PeriodType.php │ │ │ │ ├── Person.php │ │ │ │ ├── PersonType.php │ │ │ │ ├── PhysicalAttribute.php │ │ │ │ ├── PhysicalAttributeType.php │ │ │ │ ├── PhysicalLocation.php │ │ │ │ ├── PostalAddress.php │ │ │ │ ├── PrepaidPayment.php │ │ │ │ ├── PreparationParty.php │ │ │ │ ├── PreviousPriceList.php │ │ │ │ ├── Price.php │ │ │ │ ├── PriceList.php │ │ │ │ ├── PriceListType.php │ │ │ │ ├── PriceType.php │ │ │ │ ├── PricingExchangeRate.php │ │ │ │ ├── PricingReference.php │ │ │ │ ├── PricingReferenceType.php │ │ │ │ ├── PromisedDeliveryPeriod.php │ │ │ │ ├── ProviderParty.php │ │ │ │ ├── QuotationDocumentReference.php │ │ │ │ ├── QuotationLine.php │ │ │ │ ├── QuotationLineReference.php │ │ │ │ ├── QuotationLineType.php │ │ │ │ ├── QuotedMonetaryTotal.php │ │ │ │ ├── RailTransport.php │ │ │ │ ├── RailTransportType.php │ │ │ │ ├── ReceiptDocumentReference.php │ │ │ │ ├── ReceiptLine.php │ │ │ │ ├── ReceiptLineReference.php │ │ │ │ ├── ReceiptLineType.php │ │ │ │ ├── ReceivedHandlingUnitReceiptLine.php │ │ │ │ ├── ReceiverParty.php │ │ │ │ ├── RecipientParty.php │ │ │ │ ├── ReferencedContract.php │ │ │ │ ├── RegistrationAddress.php │ │ │ │ ├── RelatedCatalogueReference.php │ │ │ │ ├── RelatedItem.php │ │ │ │ ├── RelatedItemType.php │ │ │ │ ├── ReminderDocumentReference.php │ │ │ │ ├── ReminderLine.php │ │ │ │ ├── ReminderLineType.php │ │ │ │ ├── ReminderPeriod.php │ │ │ │ ├── RemittanceAdviceLine.php │ │ │ │ ├── RemittanceAdviceLineType.php │ │ │ │ ├── ReplacementRelatedItem.php │ │ │ │ ├── ReportedShipment.php │ │ │ │ ├── RequestForQuotationDocumentReference.php │ │ │ │ ├── RequestForQuotationLine.php │ │ │ │ ├── RequestForQuotationLineType.php │ │ │ │ ├── RequestedCatalogueReference.php │ │ │ │ ├── RequestedClassificationScheme.php │ │ │ │ ├── RequestedDeliveryPeriod.php │ │ │ │ ├── RequestedLanguage.php │ │ │ │ ├── RequestedMonetaryTotal.php │ │ │ │ ├── RequiredItemLocationQuantity.php │ │ │ │ ├── RequiredRelatedItem.php │ │ │ │ ├── Response.php │ │ │ │ ├── ResponseType.php │ │ │ │ ├── RoadTransport.php │ │ │ │ ├── RoadTransportType.php │ │ │ │ ├── SecondaryHazard.php │ │ │ │ ├── SecondaryHazardType.php │ │ │ │ ├── SelfBilledCreditNoteDocumentReference.php │ │ │ │ ├── SelfBilledInvoiceDocumentReference.php │ │ │ │ ├── SellerContact.php │ │ │ │ ├── SellerProposedSubstituteLineItem.php │ │ │ │ ├── SellerSubstitutedLineItem.php │ │ │ │ ├── SellerSupplierParty.php │ │ │ │ ├── SellersItemIdentification.php │ │ │ │ ├── SenderParty.php │ │ │ │ ├── SettlementPeriod.php │ │ │ │ ├── Shipment.php │ │ │ │ ├── ShipmentStage.php │ │ │ │ ├── ShipmentStageType.php │ │ │ │ ├── ShipmentType.php │ │ │ │ ├── SignatoryContact.php │ │ │ │ ├── SignatoryParty.php │ │ │ │ ├── Signature.php │ │ │ │ ├── SignatureType.php │ │ │ │ ├── StandardItemIdentification.php │ │ │ │ ├── StatementDocumentReference.php │ │ │ │ ├── StatementLine.php │ │ │ │ ├── StatementLineType.php │ │ │ │ ├── StatementPeriod.php │ │ │ │ ├── Status.php │ │ │ │ ├── StatusType.php │ │ │ │ ├── Stowage.php │ │ │ │ ├── StowageType.php │ │ │ │ ├── SupplierParty.php │ │ │ │ ├── SupplierPartyType.php │ │ │ │ ├── SupportingDocumentReference.php │ │ │ │ ├── TaxCategory.php │ │ │ │ ├── TaxCategoryType.php │ │ │ │ ├── TaxExchangeRate.php │ │ │ │ ├── TaxRepresentativeParty.php │ │ │ │ ├── TaxScheme.php │ │ │ │ ├── TaxSchemeType.php │ │ │ │ ├── TaxSubtotal.php │ │ │ │ ├── TaxSubtotalType.php │ │ │ │ ├── TaxTotal.php │ │ │ │ ├── TaxTotalType.php │ │ │ │ ├── Temperature.php │ │ │ │ ├── TemperatureType.php │ │ │ │ ├── TradingTerms.php │ │ │ │ ├── TradingTermsType.php │ │ │ │ ├── TransactionConditions.php │ │ │ │ ├── TransactionConditionsType.php │ │ │ │ ├── TransitCountry.php │ │ │ │ ├── TransitPeriod.php │ │ │ │ ├── TransportContract.php │ │ │ │ ├── TransportEquipment.php │ │ │ │ ├── TransportEquipmentSeal.php │ │ │ │ ├── TransportEquipmentSealType.php │ │ │ │ ├── TransportEquipmentType.php │ │ │ │ ├── TransportEvent.php │ │ │ │ ├── TransportEventType.php │ │ │ │ ├── TransportHandlingUnit.php │ │ │ │ ├── TransportHandlingUnitType.php │ │ │ │ ├── TransportMeans.php │ │ │ │ ├── TransportMeansType.php │ │ │ │ ├── TransportationService.php │ │ │ │ ├── TransportationServiceType.php │ │ │ │ ├── TransshipPortLocation.php │ │ │ │ ├── UnloadingPortLocation.php │ │ │ │ ├── UsabilityPeriod.php │ │ │ │ ├── ValidityPeriod.php │ │ │ │ ├── WarrantyParty.php │ │ │ │ └── WarrantyValidityPeriod.php │ │ │ │ ├── CommonBasicComponents_2 │ │ │ │ ├── AcceptedIndicator.php │ │ │ │ ├── AcceptedIndicatorType.php │ │ │ │ ├── AccountID.php │ │ │ │ ├── AccountIDType.php │ │ │ │ ├── AccountNumberID.php │ │ │ │ ├── AccountNumberIDType.php │ │ │ │ ├── AccountTypeCode.php │ │ │ │ ├── AccountTypeCodeType.php │ │ │ │ ├── AccountingCost.php │ │ │ │ ├── AccountingCostCode.php │ │ │ │ ├── AccountingCostCodeType.php │ │ │ │ ├── AccountingCostType.php │ │ │ │ ├── ActionCode.php │ │ │ │ ├── ActionCodeType.php │ │ │ │ ├── ActualDeliveryDate.php │ │ │ │ ├── ActualDeliveryDateType.php │ │ │ │ ├── ActualDeliveryTime.php │ │ │ │ ├── ActualDeliveryTimeType.php │ │ │ │ ├── ActualDespatchDate.php │ │ │ │ ├── ActualDespatchDateType.php │ │ │ │ ├── ActualDespatchTime.php │ │ │ │ ├── ActualDespatchTimeType.php │ │ │ │ ├── AdValoremIndicator.php │ │ │ │ ├── AdValoremIndicatorType.php │ │ │ │ ├── AdditionalAccountID.php │ │ │ │ ├── AdditionalAccountIDType.php │ │ │ │ ├── AdditionalInformation.php │ │ │ │ ├── AdditionalInformationType.php │ │ │ │ ├── AdditionalStreetName.php │ │ │ │ ├── AdditionalStreetNameType.php │ │ │ │ ├── AddressFormatCode.php │ │ │ │ ├── AddressFormatCodeType.php │ │ │ │ ├── AddressTypeCode.php │ │ │ │ ├── AddressTypeCodeType.php │ │ │ │ ├── AgencyID.php │ │ │ │ ├── AgencyIDType.php │ │ │ │ ├── AgencyName.php │ │ │ │ ├── AgencyNameType.php │ │ │ │ ├── AircraftID.php │ │ │ │ ├── AircraftIDType.php │ │ │ │ ├── AllowanceChargeReason.php │ │ │ │ ├── AllowanceChargeReasonCode.php │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ ├── AllowanceChargeReasonType.php │ │ │ │ ├── AllowanceTotalAmount.php │ │ │ │ ├── AllowanceTotalAmountType.php │ │ │ │ ├── Amount.php │ │ │ │ ├── AmountType.php │ │ │ │ ├── ApplicationID.php │ │ │ │ ├── ApplicationIDType.php │ │ │ │ ├── ApplicationStatusCode.php │ │ │ │ ├── ApplicationStatusCodeType.php │ │ │ │ ├── ApprovalStatus.php │ │ │ │ ├── ApprovalStatusType.php │ │ │ │ ├── AttributeID.php │ │ │ │ ├── AttributeIDType.php │ │ │ │ ├── BackOrderAllowedIndicator.php │ │ │ │ ├── BackOrderAllowedIndicatorType.php │ │ │ │ ├── BackorderQuantity.php │ │ │ │ ├── BackorderQuantityType.php │ │ │ │ ├── BackorderReason.php │ │ │ │ ├── BackorderReasonType.php │ │ │ │ ├── BalanceAmount.php │ │ │ │ ├── BalanceAmountType.php │ │ │ │ ├── BalanceBroughtForwardIndicator.php │ │ │ │ ├── BalanceBroughtForwardIndicatorType.php │ │ │ │ ├── BaseAmount.php │ │ │ │ ├── BaseAmountType.php │ │ │ │ ├── BaseQuantity.php │ │ │ │ ├── BaseQuantityType.php │ │ │ │ ├── BaseUnitMeasure.php │ │ │ │ ├── BaseUnitMeasureType.php │ │ │ │ ├── BatchQuantity.php │ │ │ │ ├── BatchQuantityType.php │ │ │ │ ├── BlockName.php │ │ │ │ ├── BlockNameType.php │ │ │ │ ├── BrandName.php │ │ │ │ ├── BrandNameType.php │ │ │ │ ├── BuildingName.php │ │ │ │ ├── BuildingNameType.php │ │ │ │ ├── BuildingNumber.php │ │ │ │ ├── BuildingNumberType.php │ │ │ │ ├── CV2ID.php │ │ │ │ ├── CV2IDType.php │ │ │ │ ├── CalculationRate.php │ │ │ │ ├── CalculationRateType.php │ │ │ │ ├── CalculationSequenceNumeric.php │ │ │ │ ├── CalculationSequenceNumericType.php │ │ │ │ ├── CancellationNote.php │ │ │ │ ├── CancellationNoteType.php │ │ │ │ ├── CanonicalizationMethod.php │ │ │ │ ├── CanonicalizationMethodType.php │ │ │ │ ├── CardChipCode.php │ │ │ │ ├── CardChipCodeType.php │ │ │ │ ├── CardTypeCode.php │ │ │ │ ├── CardTypeCodeType.php │ │ │ │ ├── CargoTypeCode.php │ │ │ │ ├── CargoTypeCodeType.php │ │ │ │ ├── CarrierAssignedID.php │ │ │ │ ├── CarrierAssignedIDType.php │ │ │ │ ├── CatalogueIndicator.php │ │ │ │ ├── CatalogueIndicatorType.php │ │ │ │ ├── CategoryName.php │ │ │ │ ├── CategoryNameType.php │ │ │ │ ├── CertificateType.php │ │ │ │ ├── CertificateTypeType.php │ │ │ │ ├── Channel.php │ │ │ │ ├── ChannelCode.php │ │ │ │ ├── ChannelCodeType.php │ │ │ │ ├── ChannelType.php │ │ │ │ ├── ChargeIndicator.php │ │ │ │ ├── ChargeIndicatorType.php │ │ │ │ ├── ChargeTotalAmount.php │ │ │ │ ├── ChargeTotalAmountType.php │ │ │ │ ├── ChargeableWeightMeasure.php │ │ │ │ ├── ChargeableWeightMeasureType.php │ │ │ │ ├── ChipApplicationID.php │ │ │ │ ├── ChipApplicationIDType.php │ │ │ │ ├── CityName.php │ │ │ │ ├── CityNameType.php │ │ │ │ ├── CitySubdivisionName.php │ │ │ │ ├── CitySubdivisionNameType.php │ │ │ │ ├── ClassifiedIndicator.php │ │ │ │ ├── ClassifiedIndicatorType.php │ │ │ │ ├── CodeValue.php │ │ │ │ ├── CodeValueType.php │ │ │ │ ├── CommodityCode.php │ │ │ │ ├── CommodityCodeType.php │ │ │ │ ├── CompanyID.php │ │ │ │ ├── CompanyIDType.php │ │ │ │ ├── CompletionIndicator.php │ │ │ │ ├── CompletionIndicatorType.php │ │ │ │ ├── Condition.php │ │ │ │ ├── ConditionCode.php │ │ │ │ ├── ConditionCodeType.php │ │ │ │ ├── ConditionType.php │ │ │ │ ├── Conditions.php │ │ │ │ ├── ConditionsType.php │ │ │ │ ├── ConsumerUnitQuantity.php │ │ │ │ ├── ConsumerUnitQuantityType.php │ │ │ │ ├── ContentUnitQuantity.php │ │ │ │ ├── ContentUnitQuantityType.php │ │ │ │ ├── ContractSubdivision.php │ │ │ │ ├── ContractSubdivisionType.php │ │ │ │ ├── ContractType.php │ │ │ │ ├── ContractTypeCode.php │ │ │ │ ├── ContractTypeCodeType.php │ │ │ │ ├── ContractTypeType.php │ │ │ │ ├── CoordinateSystemCode.php │ │ │ │ ├── CoordinateSystemCodeType.php │ │ │ │ ├── CopiesNumeric.php │ │ │ │ ├── CopiesNumericType.php │ │ │ │ ├── CopyIndicator.php │ │ │ │ ├── CopyIndicatorType.php │ │ │ │ ├── CorporateRegistrationTypeCode.php │ │ │ │ ├── CorporateRegistrationTypeCodeType.php │ │ │ │ ├── CountrySubentity.php │ │ │ │ ├── CountrySubentityCode.php │ │ │ │ ├── CountrySubentityCodeType.php │ │ │ │ ├── CountrySubentityType.php │ │ │ │ ├── CreditAmount.php │ │ │ │ ├── CreditAmountType.php │ │ │ │ ├── CreditLineAmount.php │ │ │ │ ├── CreditLineAmountType.php │ │ │ │ ├── CreditedQuantity.php │ │ │ │ ├── CreditedQuantityType.php │ │ │ │ ├── CurrencyBaseRate.php │ │ │ │ ├── CurrencyBaseRateType.php │ │ │ │ ├── CurrencyCode.php │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ ├── CustomerAssignedAccountID.php │ │ │ │ ├── CustomerAssignedAccountIDType.php │ │ │ │ ├── CustomerReference.php │ │ │ │ ├── CustomerReferenceType.php │ │ │ │ ├── CustomizationID.php │ │ │ │ ├── CustomizationIDType.php │ │ │ │ ├── CustomsID.php │ │ │ │ ├── CustomsIDType.php │ │ │ │ ├── CustomsImportClassifiedIndicator.php │ │ │ │ ├── CustomsImportClassifiedIndicatorType.php │ │ │ │ ├── CustomsStatusCode.php │ │ │ │ ├── CustomsStatusCodeType.php │ │ │ │ ├── CustomsTariffQuantity.php │ │ │ │ ├── CustomsTariffQuantityType.php │ │ │ │ ├── DamageRemarks.php │ │ │ │ ├── DamageRemarksType.php │ │ │ │ ├── DataSendingCapability.php │ │ │ │ ├── DataSendingCapabilityType.php │ │ │ │ ├── Date.php │ │ │ │ ├── DateType.php │ │ │ │ ├── DebitAmount.php │ │ │ │ ├── DebitAmountType.php │ │ │ │ ├── DebitLineAmount.php │ │ │ │ ├── DebitLineAmountType.php │ │ │ │ ├── DebitedQuantity.php │ │ │ │ ├── DebitedQuantityType.php │ │ │ │ ├── DeclaredCarriageValueAmount.php │ │ │ │ ├── DeclaredCarriageValueAmountType.php │ │ │ │ ├── DeclaredCustomsValueAmount.php │ │ │ │ ├── DeclaredCustomsValueAmountType.php │ │ │ │ ├── DeclaredForCarriageValueAmount.php │ │ │ │ ├── DeclaredForCarriageValueAmountType.php │ │ │ │ ├── DeclaredStatisticsValueAmount.php │ │ │ │ ├── DeclaredStatisticsValueAmountType.php │ │ │ │ ├── DegreesMeasure.php │ │ │ │ ├── DegreesMeasureType.php │ │ │ │ ├── DeliveredQuantity.php │ │ │ │ ├── DeliveredQuantityType.php │ │ │ │ ├── DeliveryDate.php │ │ │ │ ├── DeliveryDateType.php │ │ │ │ ├── DeliveryInstructions.php │ │ │ │ ├── DeliveryInstructionsType.php │ │ │ │ ├── DeliveryTime.php │ │ │ │ ├── DeliveryTimeType.php │ │ │ │ ├── Department.php │ │ │ │ ├── DepartmentType.php │ │ │ │ ├── Description.php │ │ │ │ ├── DescriptionCode.php │ │ │ │ ├── DescriptionCodeType.php │ │ │ │ ├── DescriptionType.php │ │ │ │ ├── DespatchAdviceTypeCode.php │ │ │ │ ├── DespatchAdviceTypeCodeType.php │ │ │ │ ├── DespatchDate.php │ │ │ │ ├── DespatchDateType.php │ │ │ │ ├── DespatchTime.php │ │ │ │ ├── DespatchTimeType.php │ │ │ │ ├── DirectionCode.php │ │ │ │ ├── DirectionCodeType.php │ │ │ │ ├── DiscountPercent.php │ │ │ │ ├── DiscountPercentType.php │ │ │ │ ├── DispositionCode.php │ │ │ │ ├── DispositionCodeType.php │ │ │ │ ├── District.php │ │ │ │ ├── DistrictType.php │ │ │ │ ├── DocumentBinaryObject.php │ │ │ │ ├── DocumentBinaryObjectType.php │ │ │ │ ├── DocumentCurrencyCode.php │ │ │ │ ├── DocumentCurrencyCodeType.php │ │ │ │ ├── DocumentHash.php │ │ │ │ ├── DocumentHashType.php │ │ │ │ ├── DocumentID.php │ │ │ │ ├── DocumentIDType.php │ │ │ │ ├── DocumentStatusCode.php │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ ├── DocumentType.php │ │ │ │ ├── DocumentTypeCode.php │ │ │ │ ├── DocumentTypeCodeType.php │ │ │ │ ├── DocumentTypeType.php │ │ │ │ ├── DurationMeasure.php │ │ │ │ ├── DurationMeasureType.php │ │ │ │ ├── ElectronicMail.php │ │ │ │ ├── ElectronicMailType.php │ │ │ │ ├── EmbeddedDocumentBinaryObject.php │ │ │ │ ├── EmbeddedDocumentBinaryObjectType.php │ │ │ │ ├── EmergencyProceduresCode.php │ │ │ │ ├── EmergencyProceduresCodeType.php │ │ │ │ ├── EndDate.php │ │ │ │ ├── EndDateType.php │ │ │ │ ├── EndTime.php │ │ │ │ ├── EndTimeType.php │ │ │ │ ├── EndpointID.php │ │ │ │ ├── EndpointIDType.php │ │ │ │ ├── EstimatedDespatchDate.php │ │ │ │ ├── EstimatedDespatchDateType.php │ │ │ │ ├── EstimatedDespatchTime.php │ │ │ │ ├── EstimatedDespatchTimeType.php │ │ │ │ ├── EventCode.php │ │ │ │ ├── EventCodeType.php │ │ │ │ ├── ExchangeMarketID.php │ │ │ │ ├── ExchangeMarketIDType.php │ │ │ │ ├── ExemptionReason.php │ │ │ │ ├── ExemptionReasonCode.php │ │ │ │ ├── ExemptionReasonCodeType.php │ │ │ │ ├── ExemptionReasonType.php │ │ │ │ ├── ExpiryDate.php │ │ │ │ ├── ExpiryDateType.php │ │ │ │ ├── ExpiryTime.php │ │ │ │ ├── ExpiryTimeType.php │ │ │ │ ├── ExtendedID.php │ │ │ │ ├── ExtendedIDType.php │ │ │ │ ├── Extension.php │ │ │ │ ├── ExtensionType.php │ │ │ │ ├── FactorNumeric.php │ │ │ │ ├── FactorNumericType.php │ │ │ │ ├── FamilyName.php │ │ │ │ ├── FamilyNameType.php │ │ │ │ ├── FirstName.php │ │ │ │ ├── FirstNameType.php │ │ │ │ ├── Floor.php │ │ │ │ ├── FloorType.php │ │ │ │ ├── FreeOfChargeIndicator.php │ │ │ │ ├── FreeOfChargeIndicatorType.php │ │ │ │ ├── FreeOnBoardValueAmount.php │ │ │ │ ├── FreeOnBoardValueAmountType.php │ │ │ │ ├── FreightRateClassCode.php │ │ │ │ ├── FreightRateClassCodeType.php │ │ │ │ ├── FullnessIndicationCode.php │ │ │ │ ├── FullnessIndicationCodeType.php │ │ │ │ ├── GoodsItemQuantity.php │ │ │ │ ├── GoodsItemQuantityType.php │ │ │ │ ├── GrossVolumeMeasure.php │ │ │ │ ├── GrossVolumeMeasureType.php │ │ │ │ ├── GrossWeightMeasure.php │ │ │ │ ├── GrossWeightMeasureType.php │ │ │ │ ├── HandlingCode.php │ │ │ │ ├── HandlingCodeType.php │ │ │ │ ├── HandlingInstructions.php │ │ │ │ ├── HandlingInstructionsType.php │ │ │ │ ├── HazardClassID.php │ │ │ │ ├── HazardClassIDType.php │ │ │ │ ├── HazardousCategoryCode.php │ │ │ │ ├── HazardousCategoryCodeType.php │ │ │ │ ├── HazardousRegulationCode.php │ │ │ │ ├── HazardousRegulationCodeType.php │ │ │ │ ├── HazardousRiskIndicator.php │ │ │ │ ├── HazardousRiskIndicatorType.php │ │ │ │ ├── HolderName.php │ │ │ │ ├── HolderNameType.php │ │ │ │ ├── ID.php │ │ │ │ ├── IDType.php │ │ │ │ ├── IdentificationCode.php │ │ │ │ ├── IdentificationCodeType.php │ │ │ │ ├── IdentificationID.php │ │ │ │ ├── IdentificationIDType.php │ │ │ │ ├── IndicationIndicator.php │ │ │ │ ├── IndicationIndicatorType.php │ │ │ │ ├── Indicator.php │ │ │ │ ├── IndicatorType.php │ │ │ │ ├── Information.php │ │ │ │ ├── InformationType.php │ │ │ │ ├── InhalationToxicityZoneCode.php │ │ │ │ ├── InhalationToxicityZoneCodeType.php │ │ │ │ ├── InhouseMail.php │ │ │ │ ├── InhouseMailType.php │ │ │ │ ├── InspectionMethodCode.php │ │ │ │ ├── InspectionMethodCodeType.php │ │ │ │ ├── Instruction.php │ │ │ │ ├── InstructionID.php │ │ │ │ ├── InstructionIDType.php │ │ │ │ ├── InstructionNote.php │ │ │ │ ├── InstructionNoteType.php │ │ │ │ ├── InstructionType.php │ │ │ │ ├── Instructions.php │ │ │ │ ├── InstructionsType.php │ │ │ │ ├── InsurancePremiumAmount.php │ │ │ │ ├── InsurancePremiumAmountType.php │ │ │ │ ├── InsuranceValueAmount.php │ │ │ │ ├── InsuranceValueAmountType.php │ │ │ │ ├── InvoiceAmount.php │ │ │ │ ├── InvoiceAmountType.php │ │ │ │ ├── InvoiceTypeCode.php │ │ │ │ ├── InvoiceTypeCodeType.php │ │ │ │ ├── InvoicedQuantity.php │ │ │ │ ├── InvoicedQuantityType.php │ │ │ │ ├── InvoicingPartyReference.php │ │ │ │ ├── InvoicingPartyReferenceType.php │ │ │ │ ├── IssueDate.php │ │ │ │ ├── IssueDateType.php │ │ │ │ ├── IssueNumberID.php │ │ │ │ ├── IssueNumberIDType.php │ │ │ │ ├── IssueTime.php │ │ │ │ ├── IssueTimeType.php │ │ │ │ ├── IssuerID.php │ │ │ │ ├── IssuerIDType.php │ │ │ │ ├── ItemClassificationCode.php │ │ │ │ ├── ItemClassificationCodeType.php │ │ │ │ ├── ItemUpdateRequestIndicator.php │ │ │ │ ├── ItemUpdateRequestIndicatorType.php │ │ │ │ ├── JobID.php │ │ │ │ ├── JobIDType.php │ │ │ │ ├── JobTitle.php │ │ │ │ ├── JobTitleType.php │ │ │ │ ├── JourneyID.php │ │ │ │ ├── JourneyIDType.php │ │ │ │ ├── Keyword.php │ │ │ │ ├── KeywordType.php │ │ │ │ ├── LanguageID.php │ │ │ │ ├── LanguageIDType.php │ │ │ │ ├── LastRevisionDate.php │ │ │ │ ├── LastRevisionDateType.php │ │ │ │ ├── LastRevisionTime.php │ │ │ │ ├── LastRevisionTimeType.php │ │ │ │ ├── LatestDeliveryDate.php │ │ │ │ ├── LatestDeliveryDateType.php │ │ │ │ ├── LatestDeliveryTime.php │ │ │ │ ├── LatestDeliveryTimeType.php │ │ │ │ ├── LatitudeDegreesMeasure.php │ │ │ │ ├── LatitudeDegreesMeasureType.php │ │ │ │ ├── LatitudeDirectionCode.php │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ ├── LatitudeMinutesMeasure.php │ │ │ │ ├── LatitudeMinutesMeasureType.php │ │ │ │ ├── LeadTimeMeasure.php │ │ │ │ ├── LeadTimeMeasureType.php │ │ │ │ ├── LegalStatusIndicator.php │ │ │ │ ├── LegalStatusIndicatorType.php │ │ │ │ ├── LengthMeasure.php │ │ │ │ ├── LengthMeasureType.php │ │ │ │ ├── LicensePlateID.php │ │ │ │ ├── LicensePlateIDType.php │ │ │ │ ├── LifeCycleStatusCode.php │ │ │ │ ├── LifeCycleStatusCodeType.php │ │ │ │ ├── Line.php │ │ │ │ ├── LineAmount.php │ │ │ │ ├── LineAmountType.php │ │ │ │ ├── LineCountNumeric.php │ │ │ │ ├── LineCountNumericType.php │ │ │ │ ├── LineExtensionAmount.php │ │ │ │ ├── LineExtensionAmountType.php │ │ │ │ ├── LineID.php │ │ │ │ ├── LineIDType.php │ │ │ │ ├── LineStatusCode.php │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ ├── LineType.php │ │ │ │ ├── LoadingLengthMeasure.php │ │ │ │ ├── LoadingLengthMeasureType.php │ │ │ │ ├── LocaleCode.php │ │ │ │ ├── LocaleCodeType.php │ │ │ │ ├── Location.php │ │ │ │ ├── LocationID.php │ │ │ │ ├── LocationIDType.php │ │ │ │ ├── LocationType.php │ │ │ │ ├── LogoReferenceID.php │ │ │ │ ├── LogoReferenceIDType.php │ │ │ │ ├── LongitudeDegreesMeasure.php │ │ │ │ ├── LongitudeDegreesMeasureType.php │ │ │ │ ├── LongitudeDirectionCode.php │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ ├── LongitudeMinutesMeasure.php │ │ │ │ ├── LongitudeMinutesMeasureType.php │ │ │ │ ├── LossRisk.php │ │ │ │ ├── LossRiskResponsibilityCode.php │ │ │ │ ├── LossRiskResponsibilityCodeType.php │ │ │ │ ├── LossRiskType.php │ │ │ │ ├── LotNumberID.php │ │ │ │ ├── LotNumberIDType.php │ │ │ │ ├── LowerOrangeHazardPlacardID.php │ │ │ │ ├── LowerOrangeHazardPlacardIDType.php │ │ │ │ ├── Mail.php │ │ │ │ ├── MailType.php │ │ │ │ ├── ManufactureDate.php │ │ │ │ ├── ManufactureDateType.php │ │ │ │ ├── ManufactureTime.php │ │ │ │ ├── ManufactureTimeType.php │ │ │ │ ├── MarkAttention.php │ │ │ │ ├── MarkAttentionIndicator.php │ │ │ │ ├── MarkAttentionIndicatorType.php │ │ │ │ ├── MarkAttentionType.php │ │ │ │ ├── MarkCare.php │ │ │ │ ├── MarkCareIndicator.php │ │ │ │ ├── MarkCareIndicatorType.php │ │ │ │ ├── MarkCareType.php │ │ │ │ ├── MarkingID.php │ │ │ │ ├── MarkingIDType.php │ │ │ │ ├── Marks.php │ │ │ │ ├── MarksType.php │ │ │ │ ├── MathematicOperatorCode.php │ │ │ │ ├── MathematicOperatorCodeType.php │ │ │ │ ├── MaximumBackorderQuantity.php │ │ │ │ ├── MaximumBackorderQuantityType.php │ │ │ │ ├── MaximumCopiesNumeric.php │ │ │ │ ├── MaximumCopiesNumericType.php │ │ │ │ ├── MaximumMeasure.php │ │ │ │ ├── MaximumMeasureType.php │ │ │ │ ├── MaximumOrderQuantity.php │ │ │ │ ├── MaximumOrderQuantityType.php │ │ │ │ ├── MaximumQuantity.php │ │ │ │ ├── MaximumQuantityType.php │ │ │ │ ├── Measure.php │ │ │ │ ├── MeasureType.php │ │ │ │ ├── MedicalFirstAidGuideCode.php │ │ │ │ ├── MedicalFirstAidGuideCodeType.php │ │ │ │ ├── MiddleName.php │ │ │ │ ├── MiddleNameType.php │ │ │ │ ├── MinimumBackorderQuantity.php │ │ │ │ ├── MinimumBackorderQuantityType.php │ │ │ │ ├── MinimumMeasure.php │ │ │ │ ├── MinimumMeasureType.php │ │ │ │ ├── MinimumOrderQuantity.php │ │ │ │ ├── MinimumOrderQuantityType.php │ │ │ │ ├── MinimumQuantity.php │ │ │ │ ├── MinimumQuantityType.php │ │ │ │ ├── MinutesMeasure.php │ │ │ │ ├── MinutesMeasureType.php │ │ │ │ ├── ModelName.php │ │ │ │ ├── ModelNameType.php │ │ │ │ ├── MultiplierFactorNumeric.php │ │ │ │ ├── MultiplierFactorNumericType.php │ │ │ │ ├── Name.php │ │ │ │ ├── NameSuffix.php │ │ │ │ ├── NameSuffixType.php │ │ │ │ ├── NameType.php │ │ │ │ ├── Nationality.php │ │ │ │ ├── NationalityID.php │ │ │ │ ├── NationalityIDType.php │ │ │ │ ├── NationalityType.php │ │ │ │ ├── NatureCode.php │ │ │ │ ├── NatureCodeType.php │ │ │ │ ├── NetNetWeightMeasure.php │ │ │ │ ├── NetNetWeightMeasureType.php │ │ │ │ ├── NetVolumeMeasure.php │ │ │ │ ├── NetVolumeMeasureType.php │ │ │ │ ├── NetWeightMeasure.php │ │ │ │ ├── NetWeightMeasureType.php │ │ │ │ ├── NetworkID.php │ │ │ │ ├── NetworkIDType.php │ │ │ │ ├── Note.php │ │ │ │ ├── NoteType.php │ │ │ │ ├── NumberID.php │ │ │ │ ├── NumberIDType.php │ │ │ │ ├── OccurrenceDate.php │ │ │ │ ├── OccurrenceDateType.php │ │ │ │ ├── OccurrenceTime.php │ │ │ │ ├── OccurrenceTimeType.php │ │ │ │ ├── OnCarriageIndicator.php │ │ │ │ ├── OnCarriageIndicatorType.php │ │ │ │ ├── OrangeHazardPlacardID.php │ │ │ │ ├── OrangeHazardPlacardIDType.php │ │ │ │ ├── OrderID.php │ │ │ │ ├── OrderIDType.php │ │ │ │ ├── OrderQuantity.php │ │ │ │ ├── OrderQuantityIncrementNumeric.php │ │ │ │ ├── OrderQuantityIncrementNumericType.php │ │ │ │ ├── OrderQuantityType.php │ │ │ │ ├── OrderableIndicator.php │ │ │ │ ├── OrderableIndicatorType.php │ │ │ │ ├── OrderableUnit.php │ │ │ │ ├── OrderableUnitFactorRate.php │ │ │ │ ├── OrderableUnitFactorRateType.php │ │ │ │ ├── OrderableUnitType.php │ │ │ │ ├── OrganizationDepartment.php │ │ │ │ ├── OrganizationDepartmentType.php │ │ │ │ ├── OriginalJobID.php │ │ │ │ ├── OriginalJobIDType.php │ │ │ │ ├── OtherInstruction.php │ │ │ │ ├── OtherInstructionType.php │ │ │ │ ├── OutstandingQuantity.php │ │ │ │ ├── OutstandingQuantityType.php │ │ │ │ ├── OutstandingReason.php │ │ │ │ ├── OutstandingReasonType.php │ │ │ │ ├── OversupplyQuantity.php │ │ │ │ ├── OversupplyQuantityType.php │ │ │ │ ├── OwnerTypeCode.php │ │ │ │ ├── OwnerTypeCodeType.php │ │ │ │ ├── PackLevelCode.php │ │ │ │ ├── PackLevelCodeType.php │ │ │ │ ├── PackQuantity.php │ │ │ │ ├── PackQuantityType.php │ │ │ │ ├── PackSizeNumeric.php │ │ │ │ ├── PackSizeNumericType.php │ │ │ │ ├── PackageLevelCode.php │ │ │ │ ├── PackageLevelCodeType.php │ │ │ │ ├── PackageQuantity.php │ │ │ │ ├── PackageQuantityType.php │ │ │ │ ├── PackagesQuantity.php │ │ │ │ ├── PackagesQuantityType.php │ │ │ │ ├── PackagingTypeCode.php │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ ├── PackingCriteriaCode.php │ │ │ │ ├── PackingCriteriaCodeType.php │ │ │ │ ├── PackingMaterial.php │ │ │ │ ├── PackingMaterialType.php │ │ │ │ ├── PaidAmount.php │ │ │ │ ├── PaidAmountType.php │ │ │ │ ├── PaidDate.php │ │ │ │ ├── PaidDateType.php │ │ │ │ ├── PaidTime.php │ │ │ │ ├── PaidTimeType.php │ │ │ │ ├── ParentDocumentID.php │ │ │ │ ├── ParentDocumentIDType.php │ │ │ │ ├── ParentDocumentTypeCode.php │ │ │ │ ├── ParentDocumentTypeCodeType.php │ │ │ │ ├── PartialDeliveryIndicator.php │ │ │ │ ├── PartialDeliveryIndicatorType.php │ │ │ │ ├── PayableAmount.php │ │ │ │ ├── PayableAmountType.php │ │ │ │ ├── PayableRoundingAmount.php │ │ │ │ ├── PayableRoundingAmountType.php │ │ │ │ ├── PayerReference.php │ │ │ │ ├── PayerReferenceType.php │ │ │ │ ├── PaymentAlternativeCurrencyCode.php │ │ │ │ ├── PaymentAlternativeCurrencyCodeType.php │ │ │ │ ├── PaymentAmount.php │ │ │ │ ├── PaymentAmountType.php │ │ │ │ ├── PaymentChannelCode.php │ │ │ │ ├── PaymentChannelCodeType.php │ │ │ │ ├── PaymentCurrencyCode.php │ │ │ │ ├── PaymentCurrencyCodeType.php │ │ │ │ ├── PaymentDueDate.php │ │ │ │ ├── PaymentDueDateType.php │ │ │ │ ├── PaymentID.php │ │ │ │ ├── PaymentIDType.php │ │ │ │ ├── PaymentMeansCode.php │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ ├── PaymentMeansID.php │ │ │ │ ├── PaymentMeansIDType.php │ │ │ │ ├── PaymentNote.php │ │ │ │ ├── PaymentNoteType.php │ │ │ │ ├── PaymentOrderReference.php │ │ │ │ ├── PaymentOrderReferenceType.php │ │ │ │ ├── PenaltySurchargePercent.php │ │ │ │ ├── PenaltySurchargePercentType.php │ │ │ │ ├── PerUnitAmount.php │ │ │ │ ├── PerUnitAmountType.php │ │ │ │ ├── Percent.php │ │ │ │ ├── PercentType.php │ │ │ │ ├── PlacardEndorsement.php │ │ │ │ ├── PlacardEndorsementType.php │ │ │ │ ├── PlacardNotation.php │ │ │ │ ├── PlacardNotationType.php │ │ │ │ ├── PlotIdentification.php │ │ │ │ ├── PlotIdentificationType.php │ │ │ │ ├── PositionCode.php │ │ │ │ ├── PositionCodeType.php │ │ │ │ ├── PostalZone.php │ │ │ │ ├── PostalZoneType.php │ │ │ │ ├── Postbox.php │ │ │ │ ├── PostboxType.php │ │ │ │ ├── PreCarriageIndicator.php │ │ │ │ ├── PreCarriageIndicatorType.php │ │ │ │ ├── PreferenceCriterionCode.php │ │ │ │ ├── PreferenceCriterionCodeType.php │ │ │ │ ├── PrepaidAmount.php │ │ │ │ ├── PrepaidAmountType.php │ │ │ │ ├── PrepaidIndicator.php │ │ │ │ ├── PrepaidIndicatorType.php │ │ │ │ ├── PrepaidPaymentReferenceID.php │ │ │ │ ├── PrepaidPaymentReferenceIDType.php │ │ │ │ ├── PreviousJobID.php │ │ │ │ ├── PreviousJobIDType.php │ │ │ │ ├── PreviousVersionID.php │ │ │ │ ├── PreviousVersionIDType.php │ │ │ │ ├── PriceAmount.php │ │ │ │ ├── PriceAmountType.php │ │ │ │ ├── PriceChangeReason.php │ │ │ │ ├── PriceChangeReasonType.php │ │ │ │ ├── PriceType.php │ │ │ │ ├── PriceTypeCode.php │ │ │ │ ├── PriceTypeCodeType.php │ │ │ │ ├── PriceTypeType.php │ │ │ │ ├── PricingCurrencyCode.php │ │ │ │ ├── PricingCurrencyCodeType.php │ │ │ │ ├── PricingUpdateRequestIndicator.php │ │ │ │ ├── PricingUpdateRequestIndicatorType.php │ │ │ │ ├── PrimaryAccountNumberID.php │ │ │ │ ├── PrimaryAccountNumberIDType.php │ │ │ │ ├── PrintQualifier.php │ │ │ │ ├── PrintQualifierType.php │ │ │ │ ├── Priority.php │ │ │ │ ├── PriorityType.php │ │ │ │ ├── ProductTraceID.php │ │ │ │ ├── ProductTraceIDType.php │ │ │ │ ├── ProfileID.php │ │ │ │ ├── ProfileIDType.php │ │ │ │ ├── ProviderTypeCode.php │ │ │ │ ├── ProviderTypeCodeType.php │ │ │ │ ├── Qualifier.php │ │ │ │ ├── QualifierType.php │ │ │ │ ├── Quantity.php │ │ │ │ ├── QuantityType.php │ │ │ │ ├── RailCarID.php │ │ │ │ ├── RailCarIDType.php │ │ │ │ ├── Reason.php │ │ │ │ ├── ReasonType.php │ │ │ │ ├── ReceivedDate.php │ │ │ │ ├── ReceivedDateType.php │ │ │ │ ├── ReceivedQuantity.php │ │ │ │ ├── ReceivedQuantityType.php │ │ │ │ ├── Reference.php │ │ │ │ ├── ReferenceDate.php │ │ │ │ ├── ReferenceDateType.php │ │ │ │ ├── ReferenceEventCode.php │ │ │ │ ├── ReferenceEventCodeType.php │ │ │ │ ├── ReferenceID.php │ │ │ │ ├── ReferenceIDType.php │ │ │ │ ├── ReferenceTime.php │ │ │ │ ├── ReferenceTimeType.php │ │ │ │ ├── ReferenceType.php │ │ │ │ ├── RefrigerationOnIndicator.php │ │ │ │ ├── RefrigerationOnIndicatorType.php │ │ │ │ ├── Region.php │ │ │ │ ├── RegionType.php │ │ │ │ ├── RegistrationID.php │ │ │ │ ├── RegistrationIDType.php │ │ │ │ ├── RegistrationName.php │ │ │ │ ├── RegistrationNameType.php │ │ │ │ ├── RegistrationNationality.php │ │ │ │ ├── RegistrationNationalityID.php │ │ │ │ ├── RegistrationNationalityIDType.php │ │ │ │ ├── RegistrationNationalityType.php │ │ │ │ ├── RejectActionCode.php │ │ │ │ ├── RejectActionCodeType.php │ │ │ │ ├── RejectReason.php │ │ │ │ ├── RejectReasonCode.php │ │ │ │ ├── RejectReasonCodeType.php │ │ │ │ ├── RejectReasonType.php │ │ │ │ ├── RejectedQuantity.php │ │ │ │ ├── RejectedQuantityType.php │ │ │ │ ├── RejectionNote.php │ │ │ │ ├── RejectionNoteType.php │ │ │ │ ├── Remarks.php │ │ │ │ ├── RemarksType.php │ │ │ │ ├── ReminderSequenceNumeric.php │ │ │ │ ├── ReminderSequenceNumericType.php │ │ │ │ ├── ReminderTypeCode.php │ │ │ │ ├── ReminderTypeCodeType.php │ │ │ │ ├── RequestedDespatchDate.php │ │ │ │ ├── RequestedDespatchDateType.php │ │ │ │ ├── RequestedDespatchTime.php │ │ │ │ ├── RequestedDespatchTimeType.php │ │ │ │ ├── RequestedInvoiceCurrencyCode.php │ │ │ │ ├── RequestedInvoiceCurrencyCodeType.php │ │ │ │ ├── RequiredCustomsID.php │ │ │ │ ├── RequiredCustomsIDType.php │ │ │ │ ├── ResponseCode.php │ │ │ │ ├── ResponseCodeType.php │ │ │ │ ├── ResponseDate.php │ │ │ │ ├── ResponseDateType.php │ │ │ │ ├── ResponseTime.php │ │ │ │ ├── ResponseTimeType.php │ │ │ │ ├── ReturnabilityIndicator.php │ │ │ │ ├── ReturnabilityIndicatorType.php │ │ │ │ ├── ReturnableMaterialIndicator.php │ │ │ │ ├── ReturnableMaterialIndicatorType.php │ │ │ │ ├── RevisionDate.php │ │ │ │ ├── RevisionDateType.php │ │ │ │ ├── RevisionTime.php │ │ │ │ ├── RevisionTimeType.php │ │ │ │ ├── RoleCode.php │ │ │ │ ├── RoleCodeType.php │ │ │ │ ├── Room.php │ │ │ │ ├── RoomType.php │ │ │ │ ├── RoundingAmount.php │ │ │ │ ├── RoundingAmountType.php │ │ │ │ ├── SalesOrderID.php │ │ │ │ ├── SalesOrderIDType.php │ │ │ │ ├── SalesOrderLineID.php │ │ │ │ ├── SalesOrderLineIDType.php │ │ │ │ ├── SchemeURI.php │ │ │ │ ├── SchemeURIType.php │ │ │ │ ├── SealIssuerTypeCode.php │ │ │ │ ├── SealIssuerTypeCodeType.php │ │ │ │ ├── SealStatusCode.php │ │ │ │ ├── SealStatusCodeType.php │ │ │ │ ├── SealingPartyType.php │ │ │ │ ├── SealingPartyTypeType.php │ │ │ │ ├── SequenceID.php │ │ │ │ ├── SequenceIDType.php │ │ │ │ ├── SequenceNumberID.php │ │ │ │ ├── SequenceNumberIDType.php │ │ │ │ ├── SequenceNumeric.php │ │ │ │ ├── SequenceNumericType.php │ │ │ │ ├── SerialID.php │ │ │ │ ├── SerialIDType.php │ │ │ │ ├── SettlementDiscountPercent.php │ │ │ │ ├── SettlementDiscountPercentType.php │ │ │ │ ├── ShippingMarks.php │ │ │ │ ├── ShippingMarksType.php │ │ │ │ ├── ShippingOrderID.php │ │ │ │ ├── ShippingOrderIDType.php │ │ │ │ ├── ShippingPriorityLevelCode.php │ │ │ │ ├── ShippingPriorityLevelCodeType.php │ │ │ │ ├── ShortQuantity.php │ │ │ │ ├── ShortQuantityType.php │ │ │ │ ├── ShortageActionCode.php │ │ │ │ ├── ShortageActionCodeType.php │ │ │ │ ├── SignatureMethod.php │ │ │ │ ├── SignatureMethodType.php │ │ │ │ ├── SizeTypeCode.php │ │ │ │ ├── SizeTypeCodeType.php │ │ │ │ ├── SourceCurrencyBaseRate.php │ │ │ │ ├── SourceCurrencyBaseRateType.php │ │ │ │ ├── SourceCurrencyCode.php │ │ │ │ ├── SourceCurrencyCodeType.php │ │ │ │ ├── SpecialInstructions.php │ │ │ │ ├── SpecialInstructionsType.php │ │ │ │ ├── SpecialTerms.php │ │ │ │ ├── SpecialTermsType.php │ │ │ │ ├── SplitConsignmentIndicator.php │ │ │ │ ├── SplitConsignmentIndicatorType.php │ │ │ │ ├── StartDate.php │ │ │ │ ├── StartDateType.php │ │ │ │ ├── StartTime.php │ │ │ │ ├── StartTimeType.php │ │ │ │ ├── StatusCode.php │ │ │ │ ├── StatusCodeType.php │ │ │ │ ├── StatusReason.php │ │ │ │ ├── StatusReasonCode.php │ │ │ │ ├── StatusReasonCodeType.php │ │ │ │ ├── StatusReasonType.php │ │ │ │ ├── StreetName.php │ │ │ │ ├── StreetNameType.php │ │ │ │ ├── SubstitutionStatusCode.php │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ ├── SummaryDescription.php │ │ │ │ ├── SummaryDescriptionType.php │ │ │ │ ├── SupplierAssignedAccountID.php │ │ │ │ ├── SupplierAssignedAccountIDType.php │ │ │ │ ├── SurchargePercent.php │ │ │ │ ├── SurchargePercentType.php │ │ │ │ ├── TargetCurrencyBaseRate.php │ │ │ │ ├── TargetCurrencyBaseRateType.php │ │ │ │ ├── TargetCurrencyCode.php │ │ │ │ ├── TargetCurrencyCodeType.php │ │ │ │ ├── TariffClassCode.php │ │ │ │ ├── TariffClassCodeType.php │ │ │ │ ├── TariffCode.php │ │ │ │ ├── TariffCodeType.php │ │ │ │ ├── TariffDescription.php │ │ │ │ ├── TariffDescriptionType.php │ │ │ │ ├── TaxAmount.php │ │ │ │ ├── TaxAmountType.php │ │ │ │ ├── TaxCurrencyCode.php │ │ │ │ ├── TaxCurrencyCodeType.php │ │ │ │ ├── TaxEvidenceIndicator.php │ │ │ │ ├── TaxEvidenceIndicatorType.php │ │ │ │ ├── TaxExclusiveAmount.php │ │ │ │ ├── TaxExclusiveAmountType.php │ │ │ │ ├── TaxExemptionReason.php │ │ │ │ ├── TaxExemptionReasonCode.php │ │ │ │ ├── TaxExemptionReasonCodeType.php │ │ │ │ ├── TaxExemptionReasonType.php │ │ │ │ ├── TaxInclusiveAmount.php │ │ │ │ ├── TaxInclusiveAmountType.php │ │ │ │ ├── TaxLevelCode.php │ │ │ │ ├── TaxLevelCodeType.php │ │ │ │ ├── TaxPointDate.php │ │ │ │ ├── TaxPointDateType.php │ │ │ │ ├── TaxTypeCode.php │ │ │ │ ├── TaxTypeCodeType.php │ │ │ │ ├── TaxableAmount.php │ │ │ │ ├── TaxableAmountType.php │ │ │ │ ├── TechnicalName.php │ │ │ │ ├── TechnicalNameType.php │ │ │ │ ├── Telefax.php │ │ │ │ ├── TelefaxType.php │ │ │ │ ├── Telephone.php │ │ │ │ ├── TelephoneType.php │ │ │ │ ├── Terms.php │ │ │ │ ├── TermsType.php │ │ │ │ ├── Text.php │ │ │ │ ├── TextType.php │ │ │ │ ├── TierRange.php │ │ │ │ ├── TierRangeType.php │ │ │ │ ├── TierRatePercent.php │ │ │ │ ├── TierRatePercentType.php │ │ │ │ ├── Time.php │ │ │ │ ├── TimeType.php │ │ │ │ ├── TimezoneOffset.php │ │ │ │ ├── TimezoneOffsetType.php │ │ │ │ ├── TimingComplaint.php │ │ │ │ ├── TimingComplaintCode.php │ │ │ │ ├── TimingComplaintCodeType.php │ │ │ │ ├── TimingComplaintType.php │ │ │ │ ├── Title.php │ │ │ │ ├── TitleType.php │ │ │ │ ├── ToOrderIndicator.php │ │ │ │ ├── ToOrderIndicatorType.php │ │ │ │ ├── TotalBalanceAmount.php │ │ │ │ ├── TotalBalanceAmountType.php │ │ │ │ ├── TotalCreditAmount.php │ │ │ │ ├── TotalCreditAmountType.php │ │ │ │ ├── TotalDebitAmount.php │ │ │ │ ├── TotalDebitAmountType.php │ │ │ │ ├── TotalGoodsItemQuantity.php │ │ │ │ ├── TotalGoodsItemQuantityType.php │ │ │ │ ├── TotalInvoiceAmount.php │ │ │ │ ├── TotalInvoiceAmountType.php │ │ │ │ ├── TotalPackageQuantity.php │ │ │ │ ├── TotalPackageQuantityType.php │ │ │ │ ├── TotalPackagesQuantity.php │ │ │ │ ├── TotalPackagesQuantityType.php │ │ │ │ ├── TotalPaymentAmount.php │ │ │ │ ├── TotalPaymentAmountType.php │ │ │ │ ├── TotalTaxAmount.php │ │ │ │ ├── TotalTaxAmountType.php │ │ │ │ ├── TotalTransportHandlingUnitQuantity.php │ │ │ │ ├── TotalTransportHandlingUnitQuantityType.php │ │ │ │ ├── TrackingID.php │ │ │ │ ├── TrackingIDType.php │ │ │ │ ├── TradingRestrictions.php │ │ │ │ ├── TradingRestrictionsType.php │ │ │ │ ├── TrainID.php │ │ │ │ ├── TrainIDType.php │ │ │ │ ├── TransactionCurrencyTaxAmount.php │ │ │ │ ├── TransactionCurrencyTaxAmountType.php │ │ │ │ ├── TransitDirectionCode.php │ │ │ │ ├── TransitDirectionCodeType.php │ │ │ │ ├── TransportAuthorizationCode.php │ │ │ │ ├── TransportAuthorizationCodeType.php │ │ │ │ ├── TransportEmergencyCardCode.php │ │ │ │ ├── TransportEmergencyCardCodeType.php │ │ │ │ ├── TransportEquipmentTypeCode.php │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ ├── TransportEventTypeCode.php │ │ │ │ ├── TransportEventTypeCodeType.php │ │ │ │ ├── TransportHandlingUnitQuantity.php │ │ │ │ ├── TransportHandlingUnitQuantityType.php │ │ │ │ ├── TransportHandlingUnitTypeCode.php │ │ │ │ ├── TransportHandlingUnitTypeCodeType.php │ │ │ │ ├── TransportMeansTypeCode.php │ │ │ │ ├── TransportMeansTypeCodeType.php │ │ │ │ ├── TransportModeCode.php │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ ├── TransportServiceCode.php │ │ │ │ ├── TransportServiceCodeType.php │ │ │ │ ├── UBLVersionID.php │ │ │ │ ├── UBLVersionIDType.php │ │ │ │ ├── UNDGCode.php │ │ │ │ ├── UNDGCodeType.php │ │ │ │ ├── URI.php │ │ │ │ ├── URIType.php │ │ │ │ ├── UUID.php │ │ │ │ ├── UUIDType.php │ │ │ │ ├── Unit.php │ │ │ │ ├── UnitQuantity.php │ │ │ │ ├── UnitQuantityType.php │ │ │ │ ├── UnitType.php │ │ │ │ ├── UpperOrangeHazardPlacardID.php │ │ │ │ ├── UpperOrangeHazardPlacardIDType.php │ │ │ │ ├── ValidationDate.php │ │ │ │ ├── ValidationDateType.php │ │ │ │ ├── ValidationTime.php │ │ │ │ ├── ValidationTimeType.php │ │ │ │ ├── ValidatorID.php │ │ │ │ ├── ValidatorIDType.php │ │ │ │ ├── ValidityStartDate.php │ │ │ │ ├── ValidityStartDateType.php │ │ │ │ ├── Value.php │ │ │ │ ├── ValueAmount.php │ │ │ │ ├── ValueAmountType.php │ │ │ │ ├── ValueType.php │ │ │ │ ├── VersionID.php │ │ │ │ ├── VersionIDType.php │ │ │ │ ├── VesselID.php │ │ │ │ ├── VesselIDType.php │ │ │ │ ├── VesselName.php │ │ │ │ ├── VesselNameType.php │ │ │ │ ├── VolumeMeasure.php │ │ │ │ ├── VolumeMeasureType.php │ │ │ │ ├── WarrantyInformation.php │ │ │ │ ├── WarrantyInformationType.php │ │ │ │ ├── WebsiteURI.php │ │ │ │ ├── WebsiteURIType.php │ │ │ │ ├── WeightMeasure.php │ │ │ │ ├── WeightMeasureType.php │ │ │ │ ├── XPath.php │ │ │ │ ├── XPathType.php │ │ │ │ ├── Zone.php │ │ │ │ └── ZoneType.php │ │ │ │ ├── CommonExtensionComponents_2 │ │ │ │ ├── ExtensionAgencyID.php │ │ │ │ ├── ExtensionAgencyIDType.php │ │ │ │ ├── ExtensionAgencyName.php │ │ │ │ ├── ExtensionAgencyNameType.php │ │ │ │ ├── ExtensionAgencyURI.php │ │ │ │ ├── ExtensionAgencyURIType.php │ │ │ │ ├── ExtensionContent.php │ │ │ │ ├── ExtensionContentType.php │ │ │ │ ├── ExtensionReason.php │ │ │ │ ├── ExtensionReasonCode.php │ │ │ │ ├── ExtensionReasonCodeType.php │ │ │ │ ├── ExtensionReasonType.php │ │ │ │ ├── ExtensionURI.php │ │ │ │ ├── ExtensionURIType.php │ │ │ │ ├── ExtensionVersionID.php │ │ │ │ ├── ExtensionVersionIDType.php │ │ │ │ ├── UBLExtension.php │ │ │ │ ├── UBLExtensionType.php │ │ │ │ ├── UBLExtensions.php │ │ │ │ └── UBLExtensionsType.php │ │ │ │ ├── Order_2 │ │ │ │ ├── Order.php │ │ │ │ └── OrderType.php │ │ │ │ └── QualifiedDatatypes_2 │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ ├── ChannelCodeType.php │ │ │ │ ├── ChipCodeType.php │ │ │ │ ├── ContainerSizeTypeCodeType.php │ │ │ │ ├── CountryIdentificationCodeType.php │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ ├── OperatorCodeType.php │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ ├── PortCodeType.php │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ ├── TransportationStatusCodeType.php │ │ │ │ └── UnitOfMeasureCodeType.php │ │ │ └── un │ │ │ └── unece │ │ │ └── uncefact │ │ │ ├── codelist │ │ │ └── specification │ │ │ │ ├── IANAMIMEMediaType │ │ │ │ └── _2003 │ │ │ │ │ └── BinaryObjectMimeCodeContentType.php │ │ │ │ ├── _54217 │ │ │ │ └── _2001 │ │ │ │ │ └── CurrencyCodeContentType.php │ │ │ │ ├── _5639 │ │ │ │ └── _1988 │ │ │ │ │ └── LanguageCodeContentType.php │ │ │ │ └── _66411 │ │ │ │ └── _2001 │ │ │ │ └── UnitCodeContentType.php │ │ │ └── data │ │ │ └── specification │ │ │ └── UnqualifiedDataTypesSchemaModule │ │ │ └── _2 │ │ │ ├── AmountType.php │ │ │ ├── BinaryObjectType.php │ │ │ ├── CodeType.php │ │ │ ├── DateTimeType.php │ │ │ ├── DateType.php │ │ │ ├── GraphicType.php │ │ │ ├── IdentifierType.php │ │ │ ├── IndicatorType.php │ │ │ ├── MeasureType.php │ │ │ ├── NameType.php │ │ │ ├── NumericType.php │ │ │ ├── PercentType.php │ │ │ ├── PictureType.php │ │ │ ├── QuantityType.php │ │ │ ├── RateType.php │ │ │ ├── SoundType.php │ │ │ ├── TextType.php │ │ │ ├── TimeType.php │ │ │ ├── ValueType.php │ │ │ └── VideoType.php │ └── generated │ │ └── .gitkeep └── phpunit.xml └── website └── README /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/README -------------------------------------------------------------------------------- /docs/blank.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/blank.html -------------------------------------------------------------------------------- /docs/classtrees_default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/classtrees_default.html -------------------------------------------------------------------------------- /docs/default/AbstractWsdl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/AbstractWsdl.html -------------------------------------------------------------------------------- /docs/default/AbstractWsdlFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/AbstractWsdlFactory.html -------------------------------------------------------------------------------- /docs/default/Bind.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/Bind.html -------------------------------------------------------------------------------- /docs/default/Common.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/Common.html -------------------------------------------------------------------------------- /docs/default/IWsdl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/IWsdl.html -------------------------------------------------------------------------------- /docs/default/LegkoTool.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/LegkoTool.html -------------------------------------------------------------------------------- /docs/default/LegkoXML.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/LegkoXML.html -------------------------------------------------------------------------------- /docs/default/NullLogger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/NullLogger.html -------------------------------------------------------------------------------- /docs/default/PHPClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/PHPClass.html -------------------------------------------------------------------------------- /docs/default/Php2Xml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/Php2Xml.html -------------------------------------------------------------------------------- /docs/default/SoapServer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/SoapServer.html -------------------------------------------------------------------------------- /docs/default/Wsdl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/Wsdl.html -------------------------------------------------------------------------------- /docs/default/WsdlFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/WsdlFactory.html -------------------------------------------------------------------------------- /docs/default/Wsdl_1_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/Wsdl_1_1.html -------------------------------------------------------------------------------- /docs/default/Wsdl_2_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/Wsdl_2_0.html -------------------------------------------------------------------------------- /docs/default/Xsd2Php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/Xsd2Php.html -------------------------------------------------------------------------------- /docs/default/_legko.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_legko.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---Bind.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---Bind.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---Common.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---Common.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---LegkoXML.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---LegkoXML.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---NullLogger.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---NullLogger.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---PHPClass.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---PHPClass.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---Php2Xml.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---Php2Xml.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---SoapServer.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---SoapServer.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---Wsdl.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---Wsdl.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---Xsd2Php.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---Xsd2Php.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdl.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdl.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---wsdl---IWsdl.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---wsdl---IWsdl.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---wsdl---WsdlFactory.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---wsdl---WsdlFactory.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html -------------------------------------------------------------------------------- /docs/default/_mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html -------------------------------------------------------------------------------- /docs/elementindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/elementindex.html -------------------------------------------------------------------------------- /docs/elementindex_default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/elementindex_default.html -------------------------------------------------------------------------------- /docs/errors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/errors.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/li_default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/li_default.html -------------------------------------------------------------------------------- /docs/media/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/media/background.png -------------------------------------------------------------------------------- /docs/media/banner.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/media/banner.css -------------------------------------------------------------------------------- /docs/media/bg_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/media/bg_left.png -------------------------------------------------------------------------------- /docs/media/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/media/empty.png -------------------------------------------------------------------------------- /docs/media/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/media/style.css -------------------------------------------------------------------------------- /docs/media/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/media/stylesheet.css -------------------------------------------------------------------------------- /docs/packages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/packages.html -------------------------------------------------------------------------------- /docs/todolist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/docs/todolist.html -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Console/Getopt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Console/Getopt.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Console/Getopt/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Console/Getopt/Exception.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Exception.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/AutoDiscover.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/AutoDiscover.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/AutoDiscover/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/AutoDiscover/Exception.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Client.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Client/Common.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Client/Common.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Client/DotNet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Client/DotNet.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Client/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Client/Exception.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Client/Local.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Client/Local.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Server.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Server.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Server/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Server/Exception.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Wsdl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Wsdl.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Wsdl/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Wsdl/Exception.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Abstract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Abstract.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/AnyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/AnyType.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeComplex.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeComplex.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Composite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Composite.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php -------------------------------------------------------------------------------- /lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Interface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Interface.php -------------------------------------------------------------------------------- /resources/ContactCompany/ContactCompany.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ContactCompany/ContactCompany.xsd -------------------------------------------------------------------------------- /resources/ContactPerson1/ContactPerson.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ContactPerson1/ContactPerson.xsd -------------------------------------------------------------------------------- /resources/ContactWsdl/ContactCompany.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ContactWsdl/ContactCompany.xsd -------------------------------------------------------------------------------- /resources/ContactWsdl/ContactPerson.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ContactWsdl/ContactPerson.xsd -------------------------------------------------------------------------------- /resources/MultiLevelImport/ContactPerson.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/MultiLevelImport/ContactPerson.xsd -------------------------------------------------------------------------------- /resources/MultiLevelImport/common/CAC.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/MultiLevelImport/common/CAC.xsd -------------------------------------------------------------------------------- /resources/MultiLevelImport/common/CAC_include1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/MultiLevelImport/common/CAC_include1.xsd -------------------------------------------------------------------------------- /resources/MultiLevelImport/common/CAC_include2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/MultiLevelImport/common/CAC_include2.xsd -------------------------------------------------------------------------------- /resources/MultiLevelImport/common/CommonSchema1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/MultiLevelImport/common/CommonSchema1.xsd -------------------------------------------------------------------------------- /resources/MultiLevelImport/common/UDT.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/MultiLevelImport/common/UDT.xsd -------------------------------------------------------------------------------- /resources/maven/maven-v4_0_0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/maven/maven-v4_0_0.xsd -------------------------------------------------------------------------------- /resources/mets/mets.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/mets/mets.xsd -------------------------------------------------------------------------------- /resources/rss20/rss-2_0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/rss20/rss-2_0.xsd -------------------------------------------------------------------------------- /resources/simple1/simple.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/simple1/simple.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/CCTS_CCT_SchemaModule-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/CCTS_CCT_SchemaModule-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/CodeList_LanguageCode_ISO_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/CodeList_LanguageCode_ISO_7_04.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/CodeList_UnitCode_UNECE_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/CodeList_UnitCode_UNECE_7_04.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/UBL-CommonAggregateComponents-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/UBL-CommonAggregateComponents-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/UBL-CommonBasicComponents-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/UBL-CommonBasicComponents-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/UBL-CommonExtensionComponents-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/UBL-CommonExtensionComponents-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/UBL-CoreComponentParameters-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/UBL-CoreComponentParameters-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/UBL-ExtensionContentDatatype-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/UBL-ExtensionContentDatatype-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/UBL-QualifiedDatatypes-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/UBL-QualifiedDatatypes-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-ApplicationResponse-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-ApplicationResponse-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-AttachedDocument-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-AttachedDocument-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-BillOfLading-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-BillOfLading-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-Catalogue-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-Catalogue-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-CatalogueRequest-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-CatalogueRequest-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-CreditNote-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-CreditNote-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-DebitNote-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-DebitNote-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-DespatchAdvice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-DespatchAdvice-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-FreightInvoice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-FreightInvoice-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-Invoice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-Invoice-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-Order-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-Order-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-OrderCancellation-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-OrderCancellation-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-OrderChange-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-OrderChange-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-OrderResponse-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-OrderResponse-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-PackingList-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-PackingList-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-Quotation-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-Quotation-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-Reminder-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-Reminder-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-RequestForQuotation-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-RequestForQuotation-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-Statement-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-Statement-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-TransportationStatus-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-TransportationStatus-2.0.xsd -------------------------------------------------------------------------------- /resources/ubl2.0/maindoc/UBL-Waybill-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/resources/ubl2.0/maindoc/UBL-Waybill-2.0.xsd -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/Bind.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/Bind.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/Common.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/Common.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/LegkoXML.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/LegkoXML.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/NullLogger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/NullLogger.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/PHPClass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/PHPClass.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/Php2Xml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/Php2Xml.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/SoapServer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/SoapServer.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/Wsdl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/Wsdl.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/Xsd2Php.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/Xsd2Php.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/wsdl/AbstractWsdl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/wsdl/AbstractWsdl.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/wsdl/IWsdl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/wsdl/IWsdl.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/wsdl/WsdlFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/wsdl/WsdlFactory.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/wsdl/Wsdl_1_1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/wsdl/Wsdl_1_1.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/wsdl/Wsdl_2_0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/wsdl/Wsdl_2_0.php -------------------------------------------------------------------------------- /src/com/mikebevz/xsd2php/xsd2php2.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/com/mikebevz/xsd2php/xsd2php2.xsl -------------------------------------------------------------------------------- /src/tools/legko.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/src/tools/legko.php -------------------------------------------------------------------------------- /test/BindTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/BindTest.php -------------------------------------------------------------------------------- /test/Bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/Bootstrap.php -------------------------------------------------------------------------------- /test/LegkoXMLTestCase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/LegkoXMLTestCase.php -------------------------------------------------------------------------------- /test/Php2XmlTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/Php2XmlTest.php -------------------------------------------------------------------------------- /test/SoapServerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/SoapServerTest.php -------------------------------------------------------------------------------- /test/WsdlTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/WsdlTest.php -------------------------------------------------------------------------------- /test/Xsd2Php/MavenXsdTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/Xsd2Php/MavenXsdTest.php -------------------------------------------------------------------------------- /test/Xsd2PhpTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/Xsd2PhpTest.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/BindTest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/BindTest.xml -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/ContactCompany.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/ContactCompany.xml -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/AddressType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/AddressType.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/ContactCompany.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/ContactCompany.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/dk/nordsign/schema/ContactPerson/ContactPerson.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/dk/nordsign/schema/ContactPerson/ContactPerson.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/dk/nordsign/schema/ContactPerson/ContactPersonType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/dk/nordsign/schema/ContactPerson/ContactPersonType.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/generated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/generated.xml -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Amount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Amount.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2ID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2ID.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Date.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Date.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Floor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Floor.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ID.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IDType.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobID.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Line.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Line.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineID.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Mail.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Marks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Marks.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Name.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Note.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Note.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reason.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reason.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Region.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Region.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Room.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Room.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Terms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Terms.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Text.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Text.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Time.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Time.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Title.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Title.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URI.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUID.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Unit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Unit.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Value.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Value.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPath.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPath.php -------------------------------------------------------------------------------- /test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Zone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Zone.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/dk/nordsign/schema/ContactPerson/ContactPerson.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/dk/nordsign/schema/ContactPerson/ContactPerson.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/dk/nordsign/schema/ContactPerson/ContactPersonType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/dk/nordsign/schema/ContactPerson/ContactPersonType.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/generated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/generated.xml -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Amount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Amount.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2ID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2ID.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Date.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Date.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Floor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Floor.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ID.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IDType.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobID.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Line.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Line.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineID.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Mail.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Marks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Marks.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Name.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Note.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Note.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reason.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reason.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Region.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Region.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Room.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Room.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Terms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Terms.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Text.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Text.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Time.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Time.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Title.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Title.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URI.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUID.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Unit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Unit.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Value.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Value.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPath.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPath.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Zone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Zone.php -------------------------------------------------------------------------------- /test/data/expected/ContactPerson1/un/unece/uncefact/codelist/specification/66411/2001/UnitCodeContentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPerson1/un/unece/uncefact/codelist/specification/66411/2001/UnitCodeContentType.php -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/NavService.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/NavService.wsdl -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/public/schemas/CodeList_CurrencyCode_ISO_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_CurrencyCode_ISO_7_04.xsd -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/public/schemas/CodeList_LanguageCode_ISO_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_LanguageCode_ISO_7_04.xsd -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/public/schemas/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/public/schemas/CodeList_UnitCode_UNECE_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_UnitCode_UNECE_7_04.xsd -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/public/schemas/ContactCompany.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/public/schemas/ContactCompany.xsd -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/public/schemas/ContactPerson.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/public/schemas/ContactPerson.xsd -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonAggregateComponents-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonAggregateComponents-2.0.xsd -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonBasicComponents-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonBasicComponents-2.0.xsd -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/public/schemas/UBL-QualifiedDatatypes-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/public/schemas/UBL-QualifiedDatatypes-2.0.xsd -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/public/schemas/UnqualifiedDataTypeSchemaModule-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/public/schemas/UnqualifiedDataTypeSchemaModule-2.0.xsd -------------------------------------------------------------------------------- /test/data/expected/ContactPersonWsdl/services/NavService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ContactPersonWsdl/services/NavService.php -------------------------------------------------------------------------------- /test/data/expected/MultiLevelImport/generated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/MultiLevelImport/generated.xml -------------------------------------------------------------------------------- /test/data/expected/SoapServer/NavService.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/SoapServer/NavService.wsdl -------------------------------------------------------------------------------- /test/data/expected/SoapServer/services/NavService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/SoapServer/services/NavService.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/ParsedSchema.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/ParsedSchema.xml -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Activation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Activation.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationFile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationFile.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationOS.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationOS.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationProperty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ActivationProperty.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Build.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Build.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/BuildBase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/BuildBase.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/CiManagement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/CiManagement.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Contributor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Contributor.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Dependency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Dependency.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DependencyManagement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DependencyManagement.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DeploymentRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DeploymentRepository.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Developer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Developer.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DistributionManagement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/DistributionManagement.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Exclusion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Exclusion.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Extension.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Extension.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/IssueManagement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/IssueManagement.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/License.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/License.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/MailingList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/MailingList.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Model.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Notifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Notifier.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Organization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Organization.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Parent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Parent.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Plugin.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/PluginExecution.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/PluginExecution.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/PluginManagement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/PluginManagement.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Prerequisites.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Prerequisites.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Profile.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Relocation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Relocation.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportPlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportPlugin.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportSet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportSet.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Reporting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Reporting.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Repository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Repository.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/RepositoryPolicy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/RepositoryPolicy.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Resource.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Resource.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Scm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Scm.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Site.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Site.php -------------------------------------------------------------------------------- /test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/project.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/project.php -------------------------------------------------------------------------------- /test/data/expected/simple1/.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/address.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/address.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/city.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/city.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/country.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/country.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/item.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/item.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/name.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/note.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/note.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/orderperson.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/orderperson.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/price.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/price.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/quantity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/quantity.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/shiporder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/shiporder.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/shipto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/shipto.php -------------------------------------------------------------------------------- /test/data/expected/simple1/bindings/title.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/bindings/title.php -------------------------------------------------------------------------------- /test/data/expected/simple1/generated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/generated.xml -------------------------------------------------------------------------------- /test/data/expected/simple1/shiporder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/simple1/shiporder.xml -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/Order.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/Order.xml -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/XSDConvertertoXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/XSDConvertertoXML.xml -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Address.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Address.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AgentParty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/AgentParty.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Attachment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Attachment.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Branch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Branch.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BranchType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/BranchType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Contact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Contact.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Contract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Contract.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Country.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Country.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Delivery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Delivery.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Despatch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Despatch.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Dimension.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Dimension.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/GoodsItem.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Item.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Item.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/ItemType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Language.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Language.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/LineItem.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Location.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Location.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLine.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OrderLine.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OwnerParty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/OwnerParty.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Package.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Package.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Party.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Party.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PartyType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayeeParty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PayeeParty.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Payment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Payment.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Period.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Period.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PeriodType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PeriodType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Person.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Person.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PersonType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PersonType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Price.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Price.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceList.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/PriceType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Response.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Shipment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Shipment.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Signature.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Signature.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Status.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Status.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatusType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/StatusType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Stowage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/Stowage.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxScheme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxScheme.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxTotal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/TaxTotal.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCost.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AccountingCost.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActionCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActionCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActionCodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ActionCodeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AgencyNameType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AircraftID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AircraftID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AircraftIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AircraftIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Amount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Amount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AmountType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AmountType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApplicationID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApprovalStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ApprovalStatus.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AttributeID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/AttributeID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BalanceAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseAmountType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseAmountType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseQuantity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BaseQuantity.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BatchQuantity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BatchQuantity.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BlockName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BlockName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BlockNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BlockNameType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BrandName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BrandName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BrandNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BrandNameType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNumber.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/BuildingNumber.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2ID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2ID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2IDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CV2IDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardChipCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardChipCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardTypeCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CardTypeCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CargoTypeCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CargoTypeCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CategoryName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CategoryName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Channel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Channel.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ChannelType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CityName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CityName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CityNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CityNameType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CodeValue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CodeValue.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CodeValueType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CodeValueType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CommodityCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CommodityCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompanyID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompanyID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompanyIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CompanyIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Condition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Condition.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Conditions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Conditions.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ConditionsType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ContractType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopiesNumeric.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopiesNumeric.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopyIndicator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CopyIndicator.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CreditAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CurrencyCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/CustomsIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DamageRemarks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DamageRemarks.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Date.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Date.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DateType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DebitAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DegreesMeasure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DegreesMeasure.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryTime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DeliveryTime.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Department.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Department.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DepartmentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DepartmentType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Description.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Description.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchTime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DespatchTime.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DirectionCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DirectionCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/District.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/District.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DistrictType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DistrictType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentHash.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentHash.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/DocumentType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ElectronicMail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ElectronicMail.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndDateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndDateType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndTime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndTime.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndTimeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndTimeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndpointID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndpointID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndpointIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EndpointIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EventCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EventCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EventCodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/EventCodeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryDateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryDateType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryTime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryTime.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryTimeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExpiryTimeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtendedID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtendedID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtendedIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtendedIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Extension.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Extension.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtensionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ExtensionType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FactorNumeric.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FactorNumeric.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FamilyName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FamilyName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FamilyNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FamilyNameType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FirstName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FirstName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FirstNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FirstNameType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Floor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Floor.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FloorType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/FloorType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HandlingCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardClassID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HazardClassID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HolderName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HolderName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HolderNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/HolderNameType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Indicator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Indicator.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicatorType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IndicatorType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Information.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Information.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhouseMail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InhouseMail.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Instruction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Instruction.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InstructionID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Instructions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Instructions.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/InvoiceAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueDateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueDateType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueNumberID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueNumberID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueTime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueTime.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueTimeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssueTimeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssuerID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssuerID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssuerIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/IssuerIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobTitle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobTitle.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobTitleType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JobTitleType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JourneyID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JourneyID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JourneyIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/JourneyIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Keyword.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Keyword.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/KeywordType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/KeywordType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LanguageID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LanguageID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LanguageIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LanguageIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LengthMeasure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LengthMeasure.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LicensePlateID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LicensePlateID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Line.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Line.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineAmountType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineAmountType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineStatusCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineStatusCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LineType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocaleCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocaleCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocaleCodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocaleCodeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Location.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Location.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LocationType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRisk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRisk.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LossRiskType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LotNumberID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/LotNumberID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Mail.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MailType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MailType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttention.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkAttention.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCare.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCare.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkCareType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkingID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkingID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkingIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarkingIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Marks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Marks.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarksType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MarksType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumMeasure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MaximumMeasure.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Measure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Measure.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MeasureType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MeasureType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MiddleName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MiddleName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MiddleNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MiddleNameType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumMeasure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinimumMeasure.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinutesMeasure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/MinutesMeasure.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ModelName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ModelName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ModelNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ModelNameType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Name.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameSuffix.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameSuffix.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameSuffixType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameSuffixType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NameType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Nationality.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Nationality.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NationalityID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NatureCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NatureCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NatureCodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NatureCodeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetworkID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetworkID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetworkIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NetworkIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Note.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Note.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NoteType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NoteType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NumberID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NumberID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NumberIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/NumberIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceTime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OccurrenceTime.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderQuantity.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OrderableUnit.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OriginalJobID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OriginalJobID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OwnerTypeCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/OwnerTypeCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackLevelCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackLevelCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackQuantity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PackQuantity.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidAmountType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidAmountType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidDateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidDateType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidTime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidTime.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidTimeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaidTimeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayableAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayerReference.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PayerReference.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentDueDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentDueDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentMeansID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentNote.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PaymentNote.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PerUnitAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PerUnitAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Percent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Percent.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PercentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PercentType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PositionCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PositionCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostalZone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostalZone.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostalZoneType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostalZoneType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Postbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Postbox.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostboxType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PostboxType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrepaidAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousJobID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PreviousJobID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriceTypeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrintQualifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PrintQualifier.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Priority.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Priority.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriorityType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/PriorityType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProductTraceID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProductTraceID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProfileID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProfileID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProfileIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ProfileIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Qualifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Qualifier.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/QualifierType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/QualifierType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Quantity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Quantity.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/QuantityType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/QuantityType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RailCarID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RailCarID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RailCarIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RailCarIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reason.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reason.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReasonType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReasonType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReceivedDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reference.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Reference.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceTime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceTime.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ReferenceType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Region.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Region.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegionType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RegistrationID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReason.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RejectReason.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Remarks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Remarks.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RemarksType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RemarksType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoleCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoleCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Room.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Room.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoomType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/RoomType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SchemeURI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SchemeURI.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SequenceID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SerialID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/SerialID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartDate.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartTime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StartTime.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StatusCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StreetName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/StreetName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TariffCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxTypeCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TaxTypeCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Telefax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Telefax.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TelefaxType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TelefaxType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Telephone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Telephone.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Terms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Terms.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TermsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TermsType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Text.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Text.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TextType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TextType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRange.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TierRange.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Time.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Time.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TimeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Title.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Title.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TitleType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TitleType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrackingID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrackingID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrainID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrainID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrainIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/TrainIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UNDGCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UNDGCode.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URI.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URIType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/URIType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UUIDType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Unit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Unit.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/UnitType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidatorID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValidatorID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Value.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Value.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueAmount.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ValueType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VersionID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VersionID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselID.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/VesselName.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WebsiteURI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/WebsiteURI.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPath.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPath.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPathType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/XPathType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Zone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/Zone.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ZoneType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/CommonBasicComponents_2/ZoneType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/Order.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/Order.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/OrderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/OrderType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ChipCodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/ChipCodeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PortCodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/QualifiedDatatypes_2/PortCodeType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/un/unece/uncefact/codelist/specification/_5639/_1988/LanguageCodeContentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/un/unece/uncefact/codelist/specification/_5639/_1988/LanguageCodeContentType.php -------------------------------------------------------------------------------- /test/data/expected/ubl2.0/un/unece/uncefact/codelist/specification/_66411/_2001/UnitCodeContentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/data/expected/ubl2.0/un/unece/uncefact/codelist/specification/_66411/_2001/UnitCodeContentType.php -------------------------------------------------------------------------------- /test/data/generated/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moyarada/XSD-to-PHP/HEAD/test/phpunit.xml -------------------------------------------------------------------------------- /website/README: -------------------------------------------------------------------------------- 1 | LegkoXML website 2 | 3 | 4 | --------------------------------------------------------------------------------