├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── dependabot.yml └── workflows │ ├── build-multi-target.yml │ └── publish.yml ├── .gitignore ├── .vscode └── settings.json ├── LICENSE ├── README.md ├── Ubl-Tr.slnx ├── Ubl-Tr ├── Common │ ├── CommonAggregateComponents │ │ ├── ActivityDataLineType.cs │ │ ├── ActivityPropertyType.cs │ │ ├── AddressLineType.cs │ │ ├── AddressType.cs │ │ ├── AirTransportType.cs │ │ ├── AllowanceChargeType.cs │ │ ├── AppealTermsType.cs │ │ ├── AttachmentType.cs │ │ ├── AuctionTermsType.cs │ │ ├── AwardingCriterionResponseType.cs │ │ ├── AwardingCriterionType.cs │ │ ├── AwardingTermsType.cs │ │ ├── BillingReferenceLineType.cs │ │ ├── BillingReferenceType.cs │ │ ├── BranchType.cs │ │ ├── BudgetAccountLineType.cs │ │ ├── BudgetAccountType.cs │ │ ├── CapabilityType.cs │ │ ├── CardAccountType.cs │ │ ├── CatalogueItemSpecificationUpdateLineType.cs │ │ ├── CatalogueLineType.cs │ │ ├── CataloguePricingUpdateLineType.cs │ │ ├── CatalogueReferenceType.cs │ │ ├── CatalogueRequestLineType.cs │ │ ├── CertificateOfOriginApplicationType.cs │ │ ├── CertificateType.cs │ │ ├── ClassificationCategoryType.cs │ │ ├── ClassificationSchemeType.cs │ │ ├── ClauseType.cs │ │ ├── CommodityClassificationType.cs │ │ ├── CommunicationType.cs │ │ ├── CompletedTaskType.cs │ │ ├── ConditionType1.cs │ │ ├── ConsignmentType.cs │ │ ├── ConsumptionAverageType.cs │ │ ├── ConsumptionCorrectionType.cs │ │ ├── ConsumptionHistoryType.cs │ │ ├── ConsumptionLineType.cs │ │ ├── ConsumptionPointType.cs │ │ ├── ConsumptionReportReferenceType.cs │ │ ├── ConsumptionReportType.cs │ │ ├── ConsumptionType.cs │ │ ├── ContactType.cs │ │ ├── ContractExecutionRequirementType.cs │ │ ├── ContractExtensionType.cs │ │ ├── ContractType.cs │ │ ├── ContractingActivityType.cs │ │ ├── ContractingPartyType.cs │ │ ├── ContractingPartyTypeType.cs │ │ ├── CorporateRegistrationSchemeType.cs │ │ ├── CountryType.cs │ │ ├── CreditAccountType.cs │ │ ├── CreditNoteLineType.cs │ │ ├── CustomerPartyType.cs │ │ ├── CustomsDeclarationType.cs │ │ ├── DebitNoteLineType.cs │ │ ├── DeclarationType.cs │ │ ├── DeliveryTermsType.cs │ │ ├── DeliveryType.cs │ │ ├── DeliveryUnitType.cs │ │ ├── DependentPriceReferenceType.cs │ │ ├── DespatchLineType.cs │ │ ├── DespatchType.cs │ │ ├── DimensionType.cs │ │ ├── DocumentDistributionType.cs │ │ ├── DocumentReferenceType.cs │ │ ├── DocumentResponseType.cs │ │ ├── DutyType1.cs │ │ ├── EconomicOperatorRoleType.cs │ │ ├── EconomicOperatorShortListType.cs │ │ ├── EmissionCalculationMethodType.cs │ │ ├── EndorsementType.cs │ │ ├── EndorserPartyType.cs │ │ ├── EnergyTaxReportType.cs │ │ ├── EnergyWaterSupplyType.cs │ │ ├── EnvironmentalEmissionType.cs │ │ ├── EvaluationCriterionType.cs │ │ ├── EventCommentType.cs │ │ ├── EventLineItemType.cs │ │ ├── EventTacticEnumerationType.cs │ │ ├── EventTacticType.cs │ │ ├── EventType.cs │ │ ├── EvidenceSuppliedType.cs │ │ ├── EvidenceType.cs │ │ ├── ExceptionCriteriaLineType.cs │ │ ├── ExceptionNotificationLineType.cs │ │ ├── ExchangeRateType.cs │ │ ├── ExternalReferenceType.cs │ │ ├── FinancialAccountType.cs │ │ ├── FinancialGuaranteeType.cs │ │ ├── FinancialInstitutionType.cs │ │ ├── ForecastExceptionCriterionLineType.cs │ │ ├── ForecastExceptionType.cs │ │ ├── ForecastLineType.cs │ │ ├── ForecastRevisionLineType.cs │ │ ├── FrameworkAgreementType.cs │ │ ├── GoodsItemContainerType.cs │ │ ├── GoodsItemType.cs │ │ ├── HazardousGoodsTransitType.cs │ │ ├── HazardousItemType.cs │ │ ├── ImmobilizedSecurityType.cs │ │ ├── InstructionForReturnsLineType.cs │ │ ├── InventoryReportLineType.cs │ │ ├── InvoiceLineType.cs │ │ ├── ItemComparisonType.cs │ │ ├── ItemIdentificationType.cs │ │ ├── ItemInformationRequestLineType.cs │ │ ├── ItemInstanceType.cs │ │ ├── ItemLocationQuantityType.cs │ │ ├── ItemManagementProfileType.cs │ │ ├── ItemPropertyGroupType.cs │ │ ├── ItemPropertyRangeType.cs │ │ ├── ItemPropertyType.cs │ │ ├── ItemType.cs │ │ ├── LanguageType.cs │ │ ├── LineItemType.cs │ │ ├── LineReferenceType.cs │ │ ├── LineResponseType.cs │ │ ├── LocationCoordinateType.cs │ │ ├── LocationType1.cs │ │ ├── LotIdentificationType.cs │ │ ├── MaritimeTransportType.cs │ │ ├── MeterPropertyType.cs │ │ ├── MeterReadingType.cs │ │ ├── MeterType.cs │ │ ├── MiscellaneousEventType.cs │ │ ├── MonetaryTotalType.cs │ │ ├── NotificationRequirementType.cs │ │ ├── OnAccountPaymentType.cs │ │ ├── OrderLineReferenceType.cs │ │ ├── OrderLineType.cs │ │ ├── OrderReferenceType.cs │ │ ├── OrderedShipmentType.cs │ │ ├── PackageType.cs │ │ ├── PartyIdentificationType.cs │ │ ├── PartyLegalEntityType.cs │ │ ├── PartyNameType.cs │ │ ├── PartyTaxSchemeType.cs │ │ ├── PartyType.cs │ │ ├── PaymentMandateType.cs │ │ ├── PaymentMeansType.cs │ │ ├── PaymentTermsType.cs │ │ ├── PaymentType.cs │ │ ├── PerformanceDataLineType.cs │ │ ├── PeriodType.cs │ │ ├── PersonType.cs │ │ ├── PhysicalAttributeType.cs │ │ ├── PickupType.cs │ │ ├── PowerOfAttorneyType.cs │ │ ├── PriceExtensionType.cs │ │ ├── PriceListType.cs │ │ ├── PriceType.cs │ │ ├── PricingReferenceType.cs │ │ ├── ProcessJustificationType.cs │ │ ├── ProcurementProjectLotType.cs │ │ ├── ProcurementProjectType.cs │ │ ├── ProjectReferenceType.cs │ │ ├── PromotionalEventLineItemType.cs │ │ ├── PromotionalEventType.cs │ │ ├── PromotionalSpecificationType.cs │ │ ├── QualificationResolutionType.cs │ │ ├── QualifyingPartyType.cs │ │ ├── QuotationLineType.cs │ │ ├── RailTransportType.cs │ │ ├── ReceiptLineType.cs │ │ ├── RegulationType.cs │ │ ├── RelatedItemType.cs │ │ ├── ReminderLineType.cs │ │ ├── RemittanceAdviceLineType.cs │ │ ├── RenewalType.cs │ │ ├── RequestForQuotationLineType.cs │ │ ├── RequestForTenderLineType.cs │ │ ├── RequestedTenderTotalType.cs │ │ ├── ResponseType.cs │ │ ├── ResultOfVerificationType.cs │ │ ├── RetailPlannedImpactType.cs │ │ ├── RoadTransportType.cs │ │ ├── SalesItemType.cs │ │ ├── SecondaryHazardType.cs │ │ ├── ServiceFrequencyType.cs │ │ ├── ServiceProviderPartyType.cs │ │ ├── ShareholderPartyType.cs │ │ ├── ShipmentStageType.cs │ │ ├── ShipmentType.cs │ │ ├── SignatureType.cs │ │ ├── StatementLineType.cs │ │ ├── StatusType.cs │ │ ├── StockAvailabilityReportLineType.cs │ │ ├── StowageType.cs │ │ ├── SubcontractTermsType.cs │ │ ├── SubscriberConsumptionType.cs │ │ ├── SupplierConsumptionType.cs │ │ ├── SupplierPartyType.cs │ │ ├── TaxCategoryType.cs │ │ ├── TaxSchemeType.cs │ │ ├── TaxSubtotalType.cs │ │ ├── TaxTotalType.cs │ │ ├── TelecommunicationsServiceType.cs │ │ ├── TelecommunicationsSupplyLineType.cs │ │ ├── TelecommunicationsSupplyType.cs │ │ ├── TemperatureType.cs │ │ ├── TenderLineType.cs │ │ ├── TenderPreparationType.cs │ │ ├── TenderRequirementType.cs │ │ ├── TenderResultType.cs │ │ ├── TenderedProjectType.cs │ │ ├── TendererPartyQualificationType.cs │ │ ├── TendererQualificationRequestType.cs │ │ ├── TendererRequirementType.cs │ │ ├── TenderingProcessType.cs │ │ ├── TenderingTermsType.cs │ │ ├── TradeFinancingType.cs │ │ ├── TradingTermsType.cs │ │ ├── TransactionConditionsType.cs │ │ ├── TransportEquipmentSealType.cs │ │ ├── TransportEquipmentType.cs │ │ ├── TransportEventType.cs │ │ ├── TransportExecutionTermsType.cs │ │ ├── TransportHandlingUnitType.cs │ │ ├── TransportMeansType.cs │ │ ├── TransportScheduleType.cs │ │ ├── TransportationSegmentType.cs │ │ ├── TransportationServiceType.cs │ │ ├── UnstructuredPriceType.cs │ │ ├── UtilityItemType.cs │ │ ├── WebSiteAccessType.cs │ │ ├── WinningPartyType.cs │ │ └── WorkPhaseReferenceType.cs │ ├── CommonBasicComponents │ │ ├── AcceptedIndicatorType.cs │ │ ├── AcceptedVariantsDescriptionType.cs │ │ ├── AccountFormatCodeType.cs │ │ ├── AccountIDType.cs │ │ ├── AccountTypeCodeType.cs │ │ ├── AccountingCostCodeType.cs │ │ ├── AccountingCostType.cs │ │ ├── ActionCodeType.cs │ │ ├── ActivityTypeCodeType.cs │ │ ├── ActivityTypeType.cs │ │ ├── ActualDeliveryDateType.cs │ │ ├── ActualDeliveryTimeType.cs │ │ ├── ActualDespatchDateType.cs │ │ ├── ActualDespatchTimeType.cs │ │ ├── ActualPickupDateType.cs │ │ ├── ActualPickupTimeType.cs │ │ ├── ActualTemperatureReductionQuantityType.cs │ │ ├── AdValoremIndicatorType.cs │ │ ├── AdditionalAccountIDType.cs │ │ ├── AdditionalConditionsType.cs │ │ ├── AdditionalInformationType.cs │ │ ├── AdditionalStreetNameType.cs │ │ ├── AddressFormatCodeType.cs │ │ ├── AddressTypeCodeType.cs │ │ ├── AdjustmentReasonCodeType.cs │ │ ├── AdmissionCodeType.cs │ │ ├── AdvertisementAmountType.cs │ │ ├── AgencyIDType.cs │ │ ├── AgencyNameType.cs │ │ ├── AirFlowPercentType.cs │ │ ├── AircraftIDType.cs │ │ ├── AliasNameType.cs │ │ ├── AllowanceChargeReasonCodeType.cs │ │ ├── AllowanceChargeReasonType.cs │ │ ├── AllowanceTotalAmountType.cs │ │ ├── AltitudeMeasureType.cs │ │ ├── AmountRateType.cs │ │ ├── AmountType2.cs │ │ ├── AnimalFoodApprovedIndicatorType.cs │ │ ├── AnimalFoodIndicatorType.cs │ │ ├── AnnualAverageAmountType.cs │ │ ├── ApplicationStatusCodeType.cs │ │ ├── ApprovalDateType.cs │ │ ├── ApprovalStatusType.cs │ │ ├── AttributeIDType.cs │ │ ├── AuctionConstraintIndicatorType.cs │ │ ├── AuctionURIType.cs │ │ ├── AvailabilityDateType.cs │ │ ├── AvailabilityStatusCodeType.cs │ │ ├── AverageAmountType.cs │ │ ├── AverageSubsequentContractAmountType.cs │ │ ├── AwardDateType.cs │ │ ├── AwardTimeType.cs │ │ ├── AwardingCriterionDescriptionType.cs │ │ ├── AwardingCriterionIDType.cs │ │ ├── AwardingCriterionTypeCodeType.cs │ │ ├── AwardingMethodTypeCodeType.cs │ │ ├── BackOrderAllowedIndicatorType.cs │ │ ├── BackorderQuantityType.cs │ │ ├── BackorderReasonType.cs │ │ ├── BalanceAmountType.cs │ │ ├── BalanceBroughtForwardIndicatorType.cs │ │ ├── BarcodeSymbologyIDType.cs │ │ ├── BaseAmountType.cs │ │ ├── BaseQuantityType.cs │ │ ├── BaseUnitMeasureType.cs │ │ ├── BasedOnConsensusIndicatorType.cs │ │ ├── BasicConsumedQuantityType.cs │ │ ├── BatchQuantityType.cs │ │ ├── BestBeforeDateType.cs │ │ ├── BindingOnBuyerIndicatorType.cs │ │ ├── BirthDateType.cs │ │ ├── BirthplaceNameType.cs │ │ ├── BlockNameType.cs │ │ ├── BrandNameType.cs │ │ ├── BrokerAssignedIDType.cs │ │ ├── BudgetYearNumericType.cs │ │ ├── BuildingNameType.cs │ │ ├── BuildingNumberType.cs │ │ ├── BulkCargoIndicatorType.cs │ │ ├── BusinessClassificationEvidenceIDType.cs │ │ ├── BusinessIdentityEvidenceIDType.cs │ │ ├── BuyerEventIDType.cs │ │ ├── BuyerProfileURIType.cs │ │ ├── BuyerReferenceType.cs │ │ ├── CV2IDType.cs │ │ ├── CalculationExpressionCodeType.cs │ │ ├── CalculationExpressionType.cs │ │ ├── CalculationMethodCodeType.cs │ │ ├── CalculationRateType.cs │ │ ├── CalculationSequenceNumericType.cs │ │ ├── CallBaseAmountType.cs │ │ ├── CallDateType.cs │ │ ├── CallExtensionAmountType.cs │ │ ├── CallTimeType.cs │ │ ├── CancellationNoteType.cs │ │ ├── CandidateReductionConstraintIndicatorType.cs │ │ ├── CandidateStatementType.cs │ │ ├── CanonicalizationMethodType.cs │ │ ├── CapabilityTypeCodeType.cs │ │ ├── CardChipCodeType.cs │ │ ├── CardTypeCodeType.cs │ │ ├── CargoTypeCodeType.cs │ │ ├── CarrierAssignedIDType.cs │ │ ├── CarrierServiceInstructionsType.cs │ │ ├── CatalogueIndicatorType.cs │ │ ├── CategoryNameType.cs │ │ ├── CertificateTypeCodeType.cs │ │ ├── CertificateTypeType.cs │ │ ├── ChangeConditionsType.cs │ │ ├── ChannelCodeType.cs │ │ ├── ChannelType.cs │ │ ├── CharacterSetCodeType.cs │ │ ├── CharacteristicsType.cs │ │ ├── ChargeIndicatorType.cs │ │ ├── ChargeTotalAmountType.cs │ │ ├── ChargeableQuantityType.cs │ │ ├── ChargeableWeightMeasureType.cs │ │ ├── ChildConsignmentQuantityType.cs │ │ ├── ChipApplicationIDType.cs │ │ ├── CityNameType.cs │ │ ├── CitySubdivisionNameType.cs │ │ ├── CodeValueType.cs │ │ ├── CollaborationPriorityCodeType.cs │ │ ├── CommentType.cs │ │ ├── CommodityCodeType.cs │ │ ├── CompanyIDType.cs │ │ ├── CompanyLegalFormCodeType.cs │ │ ├── CompanyLegalFormType.cs │ │ ├── CompanyLiquidationStatusCodeType.cs │ │ ├── ComparedValueMeasureType.cs │ │ ├── ComparisonDataCodeType.cs │ │ ├── ComparisonDataSourceCodeType.cs │ │ ├── ComparisonForecastIssueDateType.cs │ │ ├── ComparisonForecastIssueTimeType.cs │ │ ├── CompletionIndicatorType.cs │ │ ├── ConditionCodeType.cs │ │ ├── ConditionType.cs │ │ ├── ConditionsDescriptionType.cs │ │ ├── ConditionsType.cs │ │ ├── ConsigneeAssignedIDType.cs │ │ ├── ConsignmentQuantityType.cs │ │ ├── ConsignorAssignedIDType.cs │ │ ├── ConsolidatableIndicatorType.cs │ │ ├── ConstitutionCodeType.cs │ │ ├── ConsumerIncentiveTacticTypeCodeType.cs │ │ ├── ConsumerUnitQuantityType.cs │ │ ├── ConsumersEnergyLevelCodeType.cs │ │ ├── ConsumersEnergyLevelType.cs │ │ ├── ConsumptionEnergyQuantityType.cs │ │ ├── ConsumptionIDType.cs │ │ ├── ConsumptionLevelCodeType.cs │ │ ├── ConsumptionLevelType.cs │ │ ├── ConsumptionReportIDType.cs │ │ ├── ConsumptionTypeCodeType.cs │ │ ├── ConsumptionTypeType.cs │ │ ├── ConsumptionWaterQuantityType.cs │ │ ├── ContainerizedIndicatorType.cs │ │ ├── ContentType.cs │ │ ├── ContentUnitQuantityType.cs │ │ ├── ContractFolderIDType.cs │ │ ├── ContractNameType.cs │ │ ├── ContractSubdivisionType.cs │ │ ├── ContractTypeCodeType.cs │ │ ├── ContractTypeType.cs │ │ ├── ContractedCarrierAssignedIDType.cs │ │ ├── ContractingSystemCodeType.cs │ │ ├── CoordinateSystemCodeType.cs │ │ ├── CopyIndicatorType.cs │ │ ├── CorporateRegistrationTypeCodeType.cs │ │ ├── CorporateStockAmountType.cs │ │ ├── CorrectionAmountType.cs │ │ ├── CorrectionTypeCodeType.cs │ │ ├── CorrectionTypeType.cs │ │ ├── CorrectionUnitAmountType.cs │ │ ├── CountrySubentityCodeType.cs │ │ ├── CountrySubentityType.cs │ │ ├── CreditLineAmountType.cs │ │ ├── CreditNoteTypeCodeType.cs │ │ ├── CreditedQuantityType.cs │ │ ├── CrewQuantityType.cs │ │ ├── CurrencyCodeType.cs │ │ ├── CurrentChargeTypeCodeType.cs │ │ ├── CurrentChargeTypeType.cs │ │ ├── CustomerAssignedAccountIDType.cs │ │ ├── CustomerReferenceType.cs │ │ ├── CustomizationIDType.cs │ │ ├── CustomsClearanceServiceInstructionsType.cs │ │ ├── CustomsImportClassifiedIndicatorType.cs │ │ ├── CustomsStatusCodeType.cs │ │ ├── CustomsTariffQuantityType.cs │ │ ├── DamageRemarksType.cs │ │ ├── DangerousGoodsApprovedIndicatorType.cs │ │ ├── DataSendingCapabilityType.cs │ │ ├── DataSourceCodeType.cs │ │ ├── DateType1.cs │ │ ├── DebitLineAmountType.cs │ │ ├── DebitedQuantityType.cs │ │ ├── DeclarationTypeCodeType.cs │ │ ├── DeclaredCarriageValueAmountType.cs │ │ ├── DeclaredCustomsValueAmountType.cs │ │ ├── DeclaredForCarriageValueAmountType.cs │ │ ├── DeclaredStatisticsValueAmountType.cs │ │ ├── DeliveredQuantityType.cs │ │ ├── DeliveryInstructionsType.cs │ │ ├── DemurrageInstructionsType.cs │ │ ├── DepartmentType.cs │ │ ├── DescriptionCodeType.cs │ │ ├── DescriptionType.cs │ │ ├── DespatchAdviceTypeCodeType.cs │ │ ├── DifferenceTemperatureReductionQuantityType.cs │ │ ├── DirectionCodeType.cs │ │ ├── DisplayTacticTypeCodeType.cs │ │ ├── DispositionCodeType.cs │ │ ├── DistrictType.cs │ │ ├── DocumentCurrencyCodeType.cs │ │ ├── DocumentDescriptionType.cs │ │ ├── DocumentHashType.cs │ │ ├── DocumentIDType.cs │ │ ├── DocumentStatusCodeType.cs │ │ ├── DocumentStatusReasonCodeType.cs │ │ ├── DocumentStatusReasonDescriptionType.cs │ │ ├── DocumentTypeCodeType.cs │ │ ├── DocumentTypeType.cs │ │ ├── DocumentationFeeAmountType.cs │ │ ├── DueDateType.cs │ │ ├── DurationMeasureType.cs │ │ ├── DutyCodeType.cs │ │ ├── DutyType.cs │ │ ├── EarliestPickupDateType.cs │ │ ├── EarliestPickupTimeType.cs │ │ ├── EconomicOperatorRegistryURIType.cs │ │ ├── EffectiveDateType.cs │ │ ├── EffectiveTimeType.cs │ │ ├── ElectronicDeviceDescriptionType.cs │ │ ├── ElectronicMailType.cs │ │ ├── EmbeddedDocumentBinaryObjectType.cs │ │ ├── EmergencyProceduresCodeType.cs │ │ ├── EmployeeQuantityType.cs │ │ ├── EncodingCodeType.cs │ │ ├── EndDateType.cs │ │ ├── EndTimeType.cs │ │ ├── EndpointIDType.cs │ │ ├── EnvironmentalEmissionTypeCodeType.cs │ │ ├── EstimatedAmountType.cs │ │ ├── EstimatedConsumedQuantityType.cs │ │ ├── EstimatedDeliveryDateType.cs │ │ ├── EstimatedDeliveryTimeType.cs │ │ ├── EstimatedDespatchDateType.cs │ │ ├── EstimatedDespatchTimeType.cs │ │ ├── EstimatedOverallContractAmountType.cs │ │ ├── EstimatedOverallContractQuantityType.cs │ │ ├── EvaluationCriterionTypeCodeType.cs │ │ ├── EvidenceTypeCodeType.cs │ │ ├── ExceptionResolutionCodeType.cs │ │ ├── ExceptionStatusCodeType.cs │ │ ├── ExchangeMarketIDType.cs │ │ ├── ExclusionReasonType.cs │ │ ├── ExecutionRequirementCodeType.cs │ │ ├── ExemptionReasonCodeType.cs │ │ ├── ExemptionReasonType.cs │ │ ├── ExpectedOperatorQuantityType.cs │ │ ├── ExpectedQuantityType.cs │ │ ├── ExpenseCodeType.cs │ │ ├── ExpiryDateType.cs │ │ ├── ExpiryTimeType.cs │ │ ├── ExpressionCodeType.cs │ │ ├── ExpressionType.cs │ │ ├── ExtendedIDType.cs │ │ ├── ExtensionType.cs │ │ ├── FaceValueAmountType.cs │ │ ├── FamilyNameType.cs │ │ ├── FeatureTacticTypeCodeType.cs │ │ ├── FeeAmountType.cs │ │ ├── FeeDescriptionType.cs │ │ ├── FileNameType.cs │ │ ├── FinancingInstrumentCodeType.cs │ │ ├── FirstNameType.cs │ │ ├── FirstShipmentAvailibilityDateType.cs │ │ ├── FloorType.cs │ │ ├── FollowupContractIndicatorType.cs │ │ ├── ForecastPurposeCodeType.cs │ │ ├── ForecastTypeCodeType.cs │ │ ├── FormatCodeType.cs │ │ ├── ForwarderServiceInstructionsType.cs │ │ ├── FreeOfChargeIndicatorType.cs │ │ ├── FreeOnBoardValueAmountType.cs │ │ ├── FreightForwarderAssignedIDType.cs │ │ ├── FreightRateClassCodeType.cs │ │ ├── FrequencyType.cs │ │ ├── FrozenDocumentIndicatorType.cs │ │ ├── FrozenPeriodDaysNumericType.cs │ │ ├── FullnessIndicationCodeType.cs │ │ ├── FullyPaidSharesIndicatorType.cs │ │ ├── FundingProgramCodeType.cs │ │ ├── FundingProgramType.cs │ │ ├── GasPressureQuantityType.cs │ │ ├── GenderCodeType.cs │ │ ├── GeneralCargoIndicatorType.cs │ │ ├── GovernmentAgreementConstraintIndicatorType.cs │ │ ├── GrossTonnageMeasureType.cs │ │ ├── GrossVolumeMeasureType.cs │ │ ├── GrossWeightMeasureType.cs │ │ ├── GuaranteeTypeCodeType.cs │ │ ├── GuaranteedDespatchDateType.cs │ │ ├── GuaranteedDespatchTimeType.cs │ │ ├── HandlingCodeType.cs │ │ ├── HandlingInstructionsType.cs │ │ ├── HashAlgorithmMethodType.cs │ │ ├── HaulageInstructionsType.cs │ │ ├── HazardClassIDType.cs │ │ ├── HazardousCategoryCodeType.cs │ │ ├── HazardousRegulationCodeType.cs │ │ ├── HazardousRiskIndicatorType.cs │ │ ├── HeatingTypeCodeType.cs │ │ ├── HeatingTypeType.cs │ │ ├── HigherTenderAmountType.cs │ │ ├── HolderNameType.cs │ │ ├── HumanFoodApprovedIndicatorType.cs │ │ ├── HumanFoodIndicatorType.cs │ │ ├── HumidityPercentType.cs │ │ ├── IDType.cs │ │ ├── IdentificationCodeType.cs │ │ ├── IdentificationIDType.cs │ │ ├── ImmobilizationCertificateIDType.cs │ │ ├── ImportanceCodeType.cs │ │ ├── IndicationIndicatorType.cs │ │ ├── IndustryClassificationCodeType.cs │ │ ├── InformationType.cs │ │ ├── InformationURIType.cs │ │ ├── InhalationToxicityZoneCodeType.cs │ │ ├── InhouseMailType.cs │ │ ├── InspectionMethodCodeType.cs │ │ ├── InstallmentDueDateType.cs │ │ ├── InstructionIDType.cs │ │ ├── InstructionNoteType.cs │ │ ├── InstructionsType.cs │ │ ├── InsurancePremiumAmountType.cs │ │ ├── InsuranceValueAmountType.cs │ │ ├── InventoryValueAmountType.cs │ │ ├── InvoiceTypeCodeType.cs │ │ ├── InvoicedQuantityType.cs │ │ ├── InvoicingPartyReferenceType.cs │ │ ├── IssueDateType.cs │ │ ├── IssueNumberIDType.cs │ │ ├── IssueTimeType.cs │ │ ├── IssuerIDType.cs │ │ ├── ItemClassificationCodeType.cs │ │ ├── ItemUpdateRequestIndicatorType.cs │ │ ├── JobTitleType.cs │ │ ├── JourneyIDType.cs │ │ ├── JustificationDescriptionType.cs │ │ ├── JustificationType.cs │ │ ├── KeywordType.cs │ │ ├── LanguageIDType.cs │ │ ├── LastRevisionDateType.cs │ │ ├── LastRevisionTimeType.cs │ │ ├── LatestDeliveryDateType.cs │ │ ├── LatestDeliveryTimeType.cs │ │ ├── LatestMeterQuantityType.cs │ │ ├── LatestMeterReadingDateType.cs │ │ ├── LatestMeterReadingMethodCodeType.cs │ │ ├── LatestMeterReadingMethodType.cs │ │ ├── LatestPickupDateType.cs │ │ ├── LatestPickupTimeType.cs │ │ ├── LatestProposalAcceptanceDateType.cs │ │ ├── LatestSecurityClearanceDateType.cs │ │ ├── LatitudeDegreesMeasureType.cs │ │ ├── LatitudeDirectionCodeType.cs │ │ ├── LatitudeMinutesMeasureType.cs │ │ ├── LeadTimeMeasureType.cs │ │ ├── LegalReferenceType.cs │ │ ├── LegalStatusIndicatorType.cs │ │ ├── LiabilityAmountType.cs │ │ ├── LicensePlateIDType.cs │ │ ├── LifeCycleStatusCodeType.cs │ │ ├── LimitationDescriptionType.cs │ │ ├── LineCountNumericType.cs │ │ ├── LineExtensionAmountType.cs │ │ ├── LineIDType.cs │ │ ├── LineNumberNumericType.cs │ │ ├── LineStatusCodeType.cs │ │ ├── LineType.cs │ │ ├── ListValueType.cs │ │ ├── LivestockIndicatorType.cs │ │ ├── LoadingLengthMeasureType.cs │ │ ├── LoadingSequenceIDType.cs │ │ ├── LocaleCodeType.cs │ │ ├── LocationIDType.cs │ │ ├── LocationType.cs │ │ ├── LocationTypeCodeType.cs │ │ ├── LoginType.cs │ │ ├── LogoReferenceIDType.cs │ │ ├── LongitudeDegreesMeasureType.cs │ │ ├── LongitudeDirectionCodeType.cs │ │ ├── LongitudeMinutesMeasureType.cs │ │ ├── LossRiskResponsibilityCodeType.cs │ │ ├── LossRiskType.cs │ │ ├── LotNumberIDType.cs │ │ ├── LowTendersDescriptionType.cs │ │ ├── LowerOrangeHazardPlacardIDType.cs │ │ ├── LowerTenderAmountType.cs │ │ ├── MandateTypeCodeType.cs │ │ ├── ManufactureDateType.cs │ │ ├── ManufactureTimeType.cs │ │ ├── MarkAttentionIndicatorType.cs │ │ ├── MarkAttentionType.cs │ │ ├── MarkCareIndicatorType.cs │ │ ├── MarkCareType.cs │ │ ├── MarketValueAmountType.cs │ │ ├── MarkingIDType.cs │ │ ├── MathematicOperatorCodeType.cs │ │ ├── MaximumAdvertisementAmountType.cs │ │ ├── MaximumAmountType.cs │ │ ├── MaximumBackorderQuantityType.cs │ │ ├── MaximumCopiesNumericType.cs │ │ ├── MaximumMeasureType.cs │ │ ├── MaximumNumberNumericType.cs │ │ ├── MaximumOperatorQuantityType.cs │ │ ├── MaximumOrderQuantityType.cs │ │ ├── MaximumPaidAmountType.cs │ │ ├── MaximumPaymentInstructionsNumericType.cs │ │ ├── MaximumPercentType.cs │ │ ├── MaximumQuantityType.cs │ │ ├── MaximumValueType.cs │ │ ├── MaximumVariantQuantityType.cs │ │ ├── MeasureType2.cs │ │ ├── MedicalFirstAidGuideCodeType.cs │ │ ├── MeterConstantCodeType.cs │ │ ├── MeterConstantType.cs │ │ ├── MeterNameType.cs │ │ ├── MeterNumberType.cs │ │ ├── MeterReadingCommentsType.cs │ │ ├── MeterReadingTypeCodeType.cs │ │ ├── MeterReadingTypeType.cs │ │ ├── MiddleNameType.cs │ │ ├── MimeCodeType.cs │ │ ├── MinimumAmountType.cs │ │ ├── MinimumBackorderQuantityType.cs │ │ ├── MinimumImprovementBidType.cs │ │ ├── MinimumInventoryQuantityType.cs │ │ ├── MinimumMeasureType.cs │ │ ├── MinimumNumberNumericType.cs │ │ ├── MinimumOrderQuantityType.cs │ │ ├── MinimumPercentType.cs │ │ ├── MinimumQuantityType.cs │ │ ├── MinimumValueType.cs │ │ ├── MiscellaneousEventTypeCodeType.cs │ │ ├── ModelNameType.cs │ │ ├── MonetaryScopeType.cs │ │ ├── MovieTitleType.cs │ │ ├── MultipleOrderQuantityType.cs │ │ ├── MultiplierFactorNumericType.cs │ │ ├── NameCodeType.cs │ │ ├── NameSuffixType.cs │ │ ├── NameType1.cs │ │ ├── NationalityIDType.cs │ │ ├── NatureCodeType.cs │ │ ├── NegotiationDescriptionType.cs │ │ ├── NetNetWeightMeasureType.cs │ │ ├── NetTonnageMeasureType.cs │ │ ├── NetVolumeMeasureType.cs │ │ ├── NetWeightMeasureType.cs │ │ ├── NetworkIDType.cs │ │ ├── NominationDateType.cs │ │ ├── NominationTimeType.cs │ │ ├── NormalTemperatureReductionQuantityType.cs │ │ ├── NoteType.cs │ │ ├── NotificationTypeCodeType.cs │ │ ├── OccurrenceDateType.cs │ │ ├── OccurrenceTimeType.cs │ │ ├── OnCarriageIndicatorType.cs │ │ ├── OneTimeChargeTypeCodeType.cs │ │ ├── OneTimeChargeTypeType.cs │ │ ├── OntologyURIType.cs │ │ ├── OpenTenderIDType.cs │ │ ├── OperatingYearsQuantityType.cs │ │ ├── OptionalLineItemIndicatorType.cs │ │ ├── OptionsDescriptionType.cs │ │ ├── OrderIntervalDaysNumericType.cs │ │ ├── OrderQuantityIncrementNumericType.cs │ │ ├── OrderResponseCodeType.cs │ │ ├── OrderTypeCodeType.cs │ │ ├── OrderableIndicatorType.cs │ │ ├── OrderableUnitFactorRateType.cs │ │ ├── OrderableUnitType.cs │ │ ├── OrganizationDepartmentType.cs │ │ ├── OriginalContractingSystemIDType.cs │ │ ├── OriginalJobIDType.cs │ │ ├── OtherConditionsIndicatorType.cs │ │ ├── OtherInstructionType.cs │ │ ├── OtherNameType.cs │ │ ├── OutstandingQuantityType.cs │ │ ├── OutstandingReasonType.cs │ │ ├── OversupplyQuantityType.cs │ │ ├── OwnerTypeCodeType.cs │ │ ├── PackLevelCodeType.cs │ │ ├── PackQuantityType.cs │ │ ├── PackSizeNumericType.cs │ │ ├── PackageLevelCodeType.cs │ │ ├── PackagingTypeCodeType.cs │ │ ├── PackingCriteriaCodeType.cs │ │ ├── PackingMaterialType.cs │ │ ├── PaidAmountType.cs │ │ ├── PaidDateType.cs │ │ ├── PaidTimeType.cs │ │ ├── ParentDocumentIDType.cs │ │ ├── ParentDocumentLineReferenceIDType.cs │ │ ├── ParentDocumentTypeCodeType.cs │ │ ├── ParentDocumentVersionIDType.cs │ │ ├── PartPresentationCodeType.cs │ │ ├── PartecipationPercentType.cs │ │ ├── PartialDeliveryIndicatorType.cs │ │ ├── ParticipationPercentType.cs │ │ ├── PartyCapacityAmountType.cs │ │ ├── PartyTypeCodeType.cs │ │ ├── PartyTypeType.cs │ │ ├── PassengerQuantityType.cs │ │ ├── PasswordType.cs │ │ ├── PayPerViewType.cs │ │ ├── PayableAlternativeAmountType.cs │ │ ├── PayableAmountType.cs │ │ ├── PayableRoundingAmountType.cs │ │ ├── PayerReferenceType.cs │ │ ├── PaymentAlternativeCurrencyCodeType.cs │ │ ├── PaymentChannelCodeType.cs │ │ ├── PaymentCurrencyCodeType.cs │ │ ├── PaymentDescriptionType.cs │ │ ├── PaymentDueDateType.cs │ │ ├── PaymentFrequencyCodeType.cs │ │ ├── PaymentIDType.cs │ │ ├── PaymentMeansCodeType.cs │ │ ├── PaymentMeansIDType.cs │ │ ├── PaymentNoteType.cs │ │ ├── PaymentOrderReferenceType.cs │ │ ├── PaymentPercentType.cs │ │ ├── PaymentPurposeCodeType.cs │ │ ├── PaymentTermsDetailsURIType.cs │ │ ├── PenaltyAmountType.cs │ │ ├── PenaltySurchargePercentType.cs │ │ ├── PerUnitAmountType.cs │ │ ├── PercentType1.cs │ │ ├── PerformanceMetricTypeCodeType.cs │ │ ├── PerformanceValueQuantityType.cs │ │ ├── PerformingCarrierAssignedIDType.cs │ │ ├── PersonalSituationType.cs │ │ ├── PhoneNumberType.cs │ │ ├── PlacardEndorsementType.cs │ │ ├── PlacardNotationType.cs │ │ ├── PlannedDateType.cs │ │ ├── PlotIdentificationType.cs │ │ ├── PositionCodeType.cs │ │ ├── PostEventNotificationDurationMeasureType.cs │ │ ├── PostalZoneType.cs │ │ ├── PostboxType.cs │ │ ├── PowerIndicatorType.cs │ │ ├── PreCarriageIndicatorType.cs │ │ ├── PreEventNotificationDurationMeasureType.cs │ │ ├── PreferenceCriterionCodeType.cs │ │ ├── PrepaidAmountType.cs │ │ ├── PrepaidIndicatorType.cs │ │ ├── PrepaidPaymentReferenceIDType.cs │ │ ├── PreviousCancellationReasonCodeType.cs │ │ ├── PreviousJobIDType.cs │ │ ├── PreviousMeterQuantityType.cs │ │ ├── PreviousMeterReadingDateType.cs │ │ ├── PreviousMeterReadingMethodCodeType.cs │ │ ├── PreviousMeterReadingMethodType.cs │ │ ├── PreviousVersionIDType.cs │ │ ├── PriceAmountType.cs │ │ ├── PriceChangeReasonType.cs │ │ ├── PriceEvaluationCodeType.cs │ │ ├── PriceRevisionFormulaDescriptionType.cs │ │ ├── PriceTypeCodeType.cs │ │ ├── PriceTypeType.cs │ │ ├── PricingCurrencyCodeType.cs │ │ ├── PricingUpdateRequestIndicatorType.cs │ │ ├── PrimaryAccountNumberIDType.cs │ │ ├── PrintQualifierType.cs │ │ ├── PriorityType.cs │ │ ├── PrivacyCodeType.cs │ │ ├── PrizeDescriptionType.cs │ │ ├── PrizeIndicatorType.cs │ │ ├── ProcedureCodeType.cs │ │ ├── ProcessDescriptionType.cs │ │ ├── ProcessReasonCodeType.cs │ │ ├── ProcessReasonType.cs │ │ ├── ProcurementSubTypeCodeType.cs │ │ ├── ProcurementTypeCodeType.cs │ │ ├── ProductTraceIDType.cs │ │ ├── ProfileExecutionIDType.cs │ │ ├── ProfileIDType.cs │ │ ├── ProfileStatusCodeType.cs │ │ ├── ProgressPercentType.cs │ │ ├── PromotionalEventTypeCodeType.cs │ │ ├── ProviderTypeCodeType.cs │ │ ├── PublishAwardIndicatorType.cs │ │ ├── PurposeCodeType.cs │ │ ├── PurposeType.cs │ │ ├── QualityControlCodeType.cs │ │ ├── QuantityDiscrepancyCodeType.cs │ │ ├── QuantityType2.cs │ │ ├── RadioCallSignIDType.cs │ │ ├── RailCarIDType.cs │ │ ├── RankType.cs │ │ ├── RateType1.cs │ │ ├── ReceiptAdviceTypeCodeType.cs │ │ ├── ReceivedDateType.cs │ │ ├── ReceivedElectronicTenderQuantityType.cs │ │ ├── ReceivedForeignTenderQuantityType.cs │ │ ├── ReceivedQuantityType.cs │ │ ├── ReceivedTenderQuantityType.cs │ │ ├── ReferenceDateType.cs │ │ ├── ReferenceEventCodeType.cs │ │ ├── ReferenceIDType.cs │ │ ├── ReferenceTimeType.cs │ │ ├── ReferenceType.cs │ │ ├── ReferencedConsignmentIDType.cs │ │ ├── RefrigeratedIndicatorType.cs │ │ ├── RefrigerationOnIndicatorType.cs │ │ ├── RegionType.cs │ │ ├── RegisteredDateType.cs │ │ ├── RegisteredTimeType.cs │ │ ├── RegistrationDateType.cs │ │ ├── RegistrationExpirationDateType.cs │ │ ├── RegistrationIDType.cs │ │ ├── RegistrationNameType.cs │ │ ├── RegistrationNationalityIDType.cs │ │ ├── RegistrationNationalityType.cs │ │ ├── RegulatoryDomainType.cs │ │ ├── RejectActionCodeType.cs │ │ ├── RejectReasonCodeType.cs │ │ ├── RejectReasonType.cs │ │ ├── RejectedQuantityType.cs │ │ ├── RejectionNoteType.cs │ │ ├── ReleaseIDType.cs │ │ ├── ReliabilityPercentType.cs │ │ ├── RemarksType.cs │ │ ├── ReminderSequenceNumericType.cs │ │ ├── ReminderTypeCodeType.cs │ │ ├── ReplenishmentOwnerDescriptionType.cs │ │ ├── RequestForQuotationLineIDType.cs │ │ ├── RequestedDeliveryDateType.cs │ │ ├── RequestedDespatchDateType.cs │ │ ├── RequestedDespatchTimeType.cs │ │ ├── RequestedInvoiceCurrencyCodeType.cs │ │ ├── RequestedPublicationDateType.cs │ │ ├── RequiredCurriculaIndicatorType.cs │ │ ├── RequiredCustomsIDType.cs │ │ ├── RequiredDeliveryDateType.cs │ │ ├── RequiredDeliveryTimeType.cs │ │ ├── RequiredFeeAmountType.cs │ │ ├── ResidenceTypeCodeType.cs │ │ ├── ResidenceTypeType.cs │ │ ├── ResidentOccupantsNumericType.cs │ │ ├── ResolutionCodeType.cs │ │ ├── ResolutionDateType.cs │ │ ├── ResolutionTimeType.cs │ │ ├── ResolutionType.cs │ │ ├── ResponseCodeType.cs │ │ ├── ResponseDateType.cs │ │ ├── ResponseTimeType.cs │ │ ├── RetailEventNameType.cs │ │ ├── RetailEventStatusCodeType.cs │ │ ├── ReturnabilityIndicatorType.cs │ │ ├── ReturnableMaterialIndicatorType.cs │ │ ├── ReturnableQuantityType.cs │ │ ├── RevisedForecastLineIDType.cs │ │ ├── RevisionDateType.cs │ │ ├── RevisionStatusCodeType.cs │ │ ├── RevisionTimeType.cs │ │ ├── RoamingPartnerNameType.cs │ │ ├── RoleCodeType.cs │ │ ├── RoleDescriptionType.cs │ │ ├── RoomType.cs │ │ ├── RoundingAmountType.cs │ │ ├── SalesOrderIDType.cs │ │ ├── SalesOrderLineIDType.cs │ │ ├── SchemeURIType.cs │ │ ├── SealIssuerTypeCodeType.cs │ │ ├── SealStatusCodeType.cs │ │ ├── SealingPartyTypeType.cs │ │ ├── SecurityClassificationCodeType.cs │ │ ├── SecurityIDType.cs │ │ ├── SellerEventIDType.cs │ │ ├── SequenceIDType.cs │ │ ├── SequenceNumberIDType.cs │ │ ├── SequenceNumericType.cs │ │ ├── SerialIDType.cs │ │ ├── ServiceInformationPreferenceCodeType.cs │ │ ├── ServiceNameType.cs │ │ ├── ServiceNumberCalledType.cs │ │ ├── ServiceTypeCodeType.cs │ │ ├── ServiceTypeType.cs │ │ ├── SettlementDiscountAmountType.cs │ │ ├── SettlementDiscountPercentType.cs │ │ ├── SharesNumberQuantityType.cs │ │ ├── ShippingMarksType.cs │ │ ├── ShippingOrderIDType.cs │ │ ├── ShippingPriorityLevelCodeType.cs │ │ ├── ShipsRequirementsType.cs │ │ ├── ShortQuantityType.cs │ │ ├── ShortageActionCodeType.cs │ │ ├── SignatureIDType.cs │ │ ├── SignatureMethodType.cs │ │ ├── SizeTypeCodeType.cs │ │ ├── SoleProprietorshipIndicatorType.cs │ │ ├── SourceCurrencyBaseRateType.cs │ │ ├── SourceCurrencyCodeType.cs │ │ ├── SourceForecastIssueDateType.cs │ │ ├── SourceForecastIssueTimeType.cs │ │ ├── SourceValueMeasureType.cs │ │ ├── SpecialInstructionsType.cs │ │ ├── SpecialSecurityIndicatorType.cs │ │ ├── SpecialServiceInstructionsType.cs │ │ ├── SpecialTermsType.cs │ │ ├── SpecialTransportRequirementsType.cs │ │ ├── SpecificationIDType.cs │ │ ├── SpecificationTypeCodeType.cs │ │ ├── SplitConsignmentIndicatorType.cs │ │ ├── StartDateType.cs │ │ ├── StartTimeType.cs │ │ ├── StatementTypeCodeType.cs │ │ ├── StatusAvailableIndicatorType.cs │ │ ├── StatusCodeType.cs │ │ ├── StatusReasonCodeType.cs │ │ ├── StatusReasonType.cs │ │ ├── StreetNameType.cs │ │ ├── SubcontractingConditionsCodeType.cs │ │ ├── SubmissionDateType.cs │ │ ├── SubmissionDueDateType.cs │ │ ├── SubmissionMethodCodeType.cs │ │ ├── SubscriberIDType.cs │ │ ├── SubscriberTypeCodeType.cs │ │ ├── SubscriberTypeType.cs │ │ ├── SubstitutionStatusCodeType.cs │ │ ├── SuccessiveSequenceIDType.cs │ │ ├── SummaryDescriptionType.cs │ │ ├── SupplierAssignedAccountIDType.cs │ │ ├── SupplyChainActivityTypeCodeType.cs │ │ ├── TareWeightMeasureType.cs │ │ ├── TargetCurrencyBaseRateType.cs │ │ ├── TargetCurrencyCodeType.cs │ │ ├── TargetInventoryQuantityType.cs │ │ ├── TargetServicePercentType.cs │ │ ├── TariffClassCodeType.cs │ │ ├── TariffCodeType.cs │ │ ├── TariffDescriptionType.cs │ │ ├── TaxAmountType.cs │ │ ├── TaxCurrencyCodeType.cs │ │ ├── TaxEnergyAmountType.cs │ │ ├── TaxEnergyBalanceAmountType.cs │ │ ├── TaxEnergyOnAccountAmountType.cs │ │ ├── TaxEvidenceIndicatorType.cs │ │ ├── TaxExclusiveAmountType.cs │ │ ├── TaxExemptionReasonCodeType.cs │ │ ├── TaxExemptionReasonType.cs │ │ ├── TaxIncludedIndicatorType.cs │ │ ├── TaxInclusiveAmountType.cs │ │ ├── TaxLevelCodeType.cs │ │ ├── TaxPointDateType.cs │ │ ├── TaxTypeCodeType.cs │ │ ├── TaxableAmountType.cs │ │ ├── TechnicalCommitteeDescriptionType.cs │ │ ├── TechnicalNameType.cs │ │ ├── TelecommunicationsServiceCallCodeType.cs │ │ ├── TelecommunicationsServiceCallType.cs │ │ ├── TelecommunicationsServiceCategoryCodeType.cs │ │ ├── TelecommunicationsServiceCategoryType.cs │ │ ├── TelecommunicationsSupplyTypeCodeType.cs │ │ ├── TelecommunicationsSupplyTypeType.cs │ │ ├── TelefaxType.cs │ │ ├── TelephoneType.cs │ │ ├── TenderEnvelopeIDType.cs │ │ ├── TenderEnvelopeTypeCodeType.cs │ │ ├── TenderResultCodeType.cs │ │ ├── TenderTypeCodeType.cs │ │ ├── TendererRequirementTypeCodeType.cs │ │ ├── TendererRoleCodeType.cs │ │ ├── TestMethodType.cs │ │ ├── TextType2.cs │ │ ├── ThirdPartyPayerIndicatorType.cs │ │ ├── ThresholdAmountType.cs │ │ ├── ThresholdQuantityType.cs │ │ ├── ThresholdValueComparisonCodeType.cs │ │ ├── TierRangeType.cs │ │ ├── TierRatePercentType.cs │ │ ├── TimeAmountType.cs │ │ ├── TimeDeltaDaysQuantityType.cs │ │ ├── TimeFrequencyCodeType.cs │ │ ├── TimezoneOffsetType.cs │ │ ├── TimingComplaintCodeType.cs │ │ ├── TimingComplaintType.cs │ │ ├── TitleType.cs │ │ ├── ToOrderIndicatorType.cs │ │ ├── TotalAmountType.cs │ │ ├── TotalBalanceAmountType.cs │ │ ├── TotalConsumedQuantityType.cs │ │ ├── TotalCreditAmountType.cs │ │ ├── TotalDebitAmountType.cs │ │ ├── TotalDeliveredQuantityType.cs │ │ ├── TotalGoodsItemQuantityType.cs │ │ ├── TotalInvoiceAmountType.cs │ │ ├── TotalMeteredQuantityType.cs │ │ ├── TotalPackageQuantityType.cs │ │ ├── TotalPackagesQuantityType.cs │ │ ├── TotalPaymentAmountType.cs │ │ ├── TotalTaskAmountType.cs │ │ ├── TotalTaxAmountType.cs │ │ ├── TotalTransportHandlingUnitQuantityType.cs │ │ ├── TraceIDType.cs │ │ ├── TrackingDeviceCodeType.cs │ │ ├── TrackingIDType.cs │ │ ├── TradeItemPackingLabelingTypeCodeType.cs │ │ ├── TradeServiceCodeType.cs │ │ ├── TradingRestrictionsType.cs │ │ ├── TrainIDType.cs │ │ ├── TransactionCurrencyTaxAmountType.cs │ │ ├── TransitDirectionCodeType.cs │ │ ├── TransportAuthorizationCodeType.cs │ │ ├── TransportEmergencyCardCodeType.cs │ │ ├── TransportEquipmentTypeCodeType.cs │ │ ├── TransportEventTypeCodeType.cs │ │ ├── TransportExecutionPlanReferenceIDType.cs │ │ ├── TransportExecutionStatusCodeType.cs │ │ ├── TransportHandlingUnitTypeCodeType.cs │ │ ├── TransportMeansTypeCodeType.cs │ │ ├── TransportModeCodeType.cs │ │ ├── TransportServiceCodeType.cs │ │ ├── TransportServiceProviderRemarksType.cs │ │ ├── TransportServiceProviderSpecialTermsType.cs │ │ ├── TransportUserRemarksType.cs │ │ ├── TransportUserSpecialTermsType.cs │ │ ├── TransportationServiceDescriptionType.cs │ │ ├── TransportationServiceDetailsURIType.cs │ │ ├── TransportationStatusTypeCodeType.cs │ │ ├── TypeCodeType.cs │ │ ├── UBLVersionIDType.cs │ │ ├── UNDGCodeType.cs │ │ ├── URIType.cs │ │ ├── UUIDType.cs │ │ ├── UnknownPriceIndicatorType.cs │ │ ├── UpperOrangeHazardPlacardIDType.cs │ │ ├── UrgencyCodeType.cs │ │ ├── UtilityStatementTypeCodeType.cs │ │ ├── ValidateProcessType.cs │ │ ├── ValidateToolType.cs │ │ ├── ValidateToolVersionType.cs │ │ ├── ValidationDateType.cs │ │ ├── ValidationResultCodeType.cs │ │ ├── ValidationTimeType.cs │ │ ├── ValidatorIDType.cs │ │ ├── ValidityStartDateType.cs │ │ ├── ValueAmountType.cs │ │ ├── ValueMeasureType.cs │ │ ├── ValueQualifierType.cs │ │ ├── ValueQuantityType.cs │ │ ├── ValueType.cs │ │ ├── VarianceQuantityType.cs │ │ ├── VariantConstraintIndicatorType.cs │ │ ├── VariantIDType.cs │ │ ├── VersionIDType.cs │ │ ├── VesselIDType.cs │ │ ├── VesselNameType.cs │ │ ├── WarrantyInformationType.cs │ │ ├── WebsiteURIType.cs │ │ ├── WeekDayCodeType.cs │ │ ├── WeightNumericType.cs │ │ ├── WeightType.cs │ │ ├── WeightingAlgorithmCodeType.cs │ │ ├── WorkPhaseCodeType.cs │ │ ├── WorkPhaseType.cs │ │ └── XPathType.cs │ ├── CommonExtensionComponents │ │ ├── ExtensionAgencyIDType.cs │ │ ├── ExtensionAgencyNameType.cs │ │ ├── ExtensionAgencyURIType.cs │ │ ├── ExtensionReasonCodeType.cs │ │ ├── ExtensionReasonType.cs │ │ ├── ExtensionURIType.cs │ │ ├── ExtensionVersionIDType.cs │ │ ├── UBLExtensionType.cs │ │ └── UBLExtensionsType.cs │ ├── CommonSignatureComponents │ │ └── UBLDocumentSignaturesType.cs │ ├── CoreComponentTypeSchemaModule │ │ ├── AmountType.cs │ │ ├── BinaryObjectType.cs │ │ ├── CodeType.cs │ │ ├── IdentifierType.cs │ │ ├── MeasureType.cs │ │ ├── NumericType.cs │ │ ├── QuantityType.cs │ │ └── TextType.cs │ ├── SignatureAggregateComponents │ │ └── SignatureInformationType.cs │ ├── SignatureBasicComponents │ │ └── ReferencedSignatureIDType.cs │ ├── UnqualifiedDataTypes │ │ ├── AmountType1.cs │ │ ├── BinaryObjectType1.cs │ │ ├── CodeType1.cs │ │ ├── DateType.cs │ │ ├── GraphicType.cs │ │ ├── IdentifierType1.cs │ │ ├── IndicatorType.cs │ │ ├── MeasureType1.cs │ │ ├── NameType.cs │ │ ├── NumericType1.cs │ │ ├── PercentType.cs │ │ ├── PictureType.cs │ │ ├── QuantityType1.cs │ │ ├── RateType.cs │ │ ├── SoundType.cs │ │ ├── TextType1.cs │ │ ├── TimeType.cs │ │ ├── ValueType1.cs │ │ └── VideoType.cs │ ├── XAdESv132 │ │ ├── AnyType.cs │ │ ├── CRLIdentifierType.cs │ │ ├── CRLRefType.cs │ │ ├── CertIDListType.cs │ │ ├── CertIDType.cs │ │ ├── CertificateValuesType.cs │ │ ├── CommitmentTypeIndicationType.cs │ │ ├── CompleteCertificateRefsType.cs │ │ ├── CompleteRevocationRefsType.cs │ │ ├── CounterSignatureType.cs │ │ ├── DataObjectFormatType.cs │ │ ├── DigestAlgAndValueType.cs │ │ ├── DocumentationReferencesType.cs │ │ ├── EncapsulatedPKIDataType.cs │ │ ├── GenericTimeStampType.cs │ │ ├── IdentifierType2.cs │ │ ├── IncludeType.cs │ │ ├── ItemsChoiceType3.cs │ │ ├── NoticeReferenceType.cs │ │ ├── OCSPIdentifierType.cs │ │ ├── OCSPRefType.cs │ │ ├── ObjectIdentifierType.cs │ │ ├── OtherTimeStampType.cs │ │ ├── QualifierType.cs │ │ ├── QualifyingPropertiesReferenceType.cs │ │ ├── QualifyingPropertiesType.cs │ │ ├── ReferenceInfoType.cs │ │ ├── ResponderIDType.cs │ │ ├── RevocationValuesType.cs │ │ ├── SPUserNoticeType.cs │ │ ├── SignaturePolicyIdType.cs │ │ ├── SignaturePolicyIdentifierType.cs │ │ ├── SignatureProductionPlaceType.cs │ │ ├── SignedDataObjectPropertiesType.cs │ │ ├── SignedPropertiesType.cs │ │ ├── SignedSignaturePropertiesType.cs │ │ ├── SignerRoleType.cs │ │ ├── UnsignedDataObjectPropertiesType.cs │ │ ├── UnsignedPropertiesType.cs │ │ ├── UnsignedSignaturePropertiesType.cs │ │ ├── ValidationDataType.cs │ │ └── XAdESTimeStampType.cs │ ├── XAdESv141 │ │ ├── ArchiveTimeStampV2.cs │ │ └── TimeStampValidationData.cs │ └── XmlDigSigCoreSchema │ │ ├── CanonicalizationMethodType1.cs │ │ ├── DSAKeyValueType.cs │ │ ├── DigestMethodType.cs │ │ ├── ItemsChoiceType.cs │ │ ├── ItemsChoiceType1.cs │ │ ├── ItemsChoiceType2.cs │ │ ├── KeyInfoType.cs │ │ ├── KeyValueType.cs │ │ ├── ManifestType.cs │ │ ├── ObjectType.cs │ │ ├── PGPDataType.cs │ │ ├── RSAKeyValueType.cs │ │ ├── ReferenceType1.cs │ │ ├── RetrievalMethodType.cs │ │ ├── SPKIDataType.cs │ │ ├── SignatureMethodType1.cs │ │ ├── SignaturePropertiesType.cs │ │ ├── SignaturePropertyType.cs │ │ ├── SignatureType1.cs │ │ ├── SignatureValueType.cs │ │ ├── SignedInfoType.cs │ │ ├── TransformType.cs │ │ ├── TransformsType.cs │ │ ├── X509DataType.cs │ │ └── X509IssuerSerialType.cs ├── Images │ └── icon.png ├── Serialization │ └── UblTrNamespaces.cs ├── UblTr.csproj └── maindoc │ ├── ApplicationResponseType.cs │ ├── CreditNoteType.cs │ ├── DespatchAdviceType.cs │ ├── InvoiceType.cs │ └── ReceiptAdviceType.cs ├── UblTr.Tests ├── DespatchAdviceTypeTest.cs ├── InvoiceTypeTest.cs ├── TestFiles │ ├── Binaries │ │ └── qr.png │ ├── DespatchAdviceType │ │ ├── Despatch1.xml │ │ └── Despatch2.xml │ └── InvoiceType │ │ ├── BasicInvoice.xml │ │ ├── BasicInvoiceHourMinuteTime.xml │ │ ├── BasicInvoiceIncorrectTime.xml │ │ ├── BasicInvoiceInvalidAdditionalDocument.xml │ │ ├── BasicInvoiceLongTime.xml │ │ ├── BasicInvoiceLongTime7f.xml │ │ ├── BasicInvoiceLongTimeWithZone3f.xml │ │ ├── BasicInvoiceNoTime.xml │ │ ├── BasicInvoiceValidAdditionalDocument.xml │ │ └── CommercialInvoice.xml └── UblTr.Tests.csproj └── makefile /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/build-multi-target.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/.github/workflows/build-multi-target.yml -------------------------------------------------------------------------------- /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/README.md -------------------------------------------------------------------------------- /Ubl-Tr.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr.slnx -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/AddressLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/AddressLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/AddressType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/AddressType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/AirTransportType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/AirTransportType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/AppealTermsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/AppealTermsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/AttachmentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/AttachmentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/AuctionTermsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/AuctionTermsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/AwardingTermsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/AwardingTermsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/BranchType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/BranchType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/BudgetAccountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/BudgetAccountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/CapabilityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/CapabilityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/CardAccountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/CardAccountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/CatalogueLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/CatalogueLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/CertificateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/CertificateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ClauseType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ClauseType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/CommunicationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/CommunicationType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/CompletedTaskType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/CompletedTaskType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ConditionType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ConditionType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ConsignmentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ConsignmentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ConsumptionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ConsumptionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ContactType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ContactType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ContractType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ContractType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/CountryType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/CountryType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/CreditAccountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/CreditAccountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/CreditNoteLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/CreditNoteLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/CustomerPartyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/CustomerPartyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/DebitNoteLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/DebitNoteLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/DeclarationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/DeclarationType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/DeliveryTermsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/DeliveryTermsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/DeliveryType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/DeliveryType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/DeliveryUnitType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/DeliveryUnitType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/DespatchLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/DespatchLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/DespatchType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/DespatchType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/DimensionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/DimensionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/DutyType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/DutyType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/EndorsementType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/EndorsementType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/EndorserPartyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/EndorserPartyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/EventCommentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/EventCommentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/EventLineItemType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/EventLineItemType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/EventTacticType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/EventTacticType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/EventType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/EventType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/EvidenceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/EvidenceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ExchangeRateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ExchangeRateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ForecastLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ForecastLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/GoodsItemType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/GoodsItemType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/HazardousItemType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/HazardousItemType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/InvoiceLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/InvoiceLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ItemComparisonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ItemComparisonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ItemInstanceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ItemInstanceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ItemPropertyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ItemPropertyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ItemType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ItemType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/LanguageType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/LanguageType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/LineItemType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/LineItemType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/LineReferenceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/LineReferenceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/LineResponseType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/LineResponseType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/LocationType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/LocationType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/MeterPropertyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/MeterPropertyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/MeterReadingType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/MeterReadingType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/MeterType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/MeterType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/MonetaryTotalType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/MonetaryTotalType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/OrderLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/OrderLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/OrderReferenceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/OrderReferenceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PackageType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PackageType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PartyNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PartyNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PartyTaxSchemeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PartyTaxSchemeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PartyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PartyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PaymentMandateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PaymentMandateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PaymentMeansType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PaymentMeansType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PaymentTermsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PaymentTermsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PaymentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PaymentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PeriodType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PeriodType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PersonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PersonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PickupType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PickupType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PriceExtensionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PriceExtensionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PriceListType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PriceListType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/PriceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/PriceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/QuotationLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/QuotationLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/RailTransportType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/RailTransportType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ReceiptLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ReceiptLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/RegulationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/RegulationType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/RelatedItemType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/RelatedItemType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ReminderLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ReminderLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/RenewalType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/RenewalType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ResponseType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ResponseType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/RoadTransportType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/RoadTransportType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/SalesItemType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/SalesItemType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ShipmentStageType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ShipmentStageType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/ShipmentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/ShipmentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/SignatureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/SignatureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/StatementLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/StatementLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/StatusType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/StatusType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/StowageType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/StowageType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/SupplierPartyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/SupplierPartyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TaxCategoryType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TaxCategoryType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TaxSchemeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TaxSchemeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TaxSubtotalType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TaxSubtotalType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TaxTotalType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TaxTotalType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TemperatureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TemperatureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TenderLineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TenderLineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TenderResultType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TenderResultType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TenderingTermsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TenderingTermsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TradeFinancingType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TradeFinancingType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TradingTermsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TradingTermsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TransportEventType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TransportEventType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/TransportMeansType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/TransportMeansType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/UtilityItemType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/UtilityItemType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/WebSiteAccessType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/WebSiteAccessType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonAggregateComponents/WinningPartyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonAggregateComponents/WinningPartyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AcceptedIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AcceptedIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AccountFormatCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AccountFormatCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AccountIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AccountIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AccountTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AccountTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AccountingCostCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AccountingCostCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AccountingCostType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AccountingCostType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ActionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ActionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ActivityTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ActivityTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ActivityTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ActivityTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ActualDeliveryDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ActualDeliveryDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ActualDeliveryTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ActualDeliveryTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ActualDespatchDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ActualDespatchDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ActualDespatchTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ActualDespatchTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ActualPickupDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ActualPickupDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ActualPickupTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ActualPickupTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AdValoremIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AdValoremIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AddressFormatCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AddressFormatCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AddressTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AddressTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AdmissionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AdmissionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AgencyIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AgencyIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AgencyNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AgencyNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AirFlowPercentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AirFlowPercentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AircraftIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AircraftIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AliasNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AliasNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AltitudeMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AltitudeMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AmountRateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AmountRateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AmountType2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AmountType2.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ApprovalDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ApprovalDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ApprovalStatusType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ApprovalStatusType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AttributeIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AttributeIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AuctionURIType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AuctionURIType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AvailabilityDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AvailabilityDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AverageAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AverageAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AwardDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AwardDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/AwardTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/AwardTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BackorderQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BackorderQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BackorderReasonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BackorderReasonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BalanceAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BalanceAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BarcodeSymbologyIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BarcodeSymbologyIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BaseAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BaseAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BaseQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BaseQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BaseUnitMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BaseUnitMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BatchQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BatchQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BestBeforeDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BestBeforeDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BirthDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BirthDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BirthplaceNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BirthplaceNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BlockNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BlockNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BrandNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BrandNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BrokerAssignedIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BrokerAssignedIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BudgetYearNumericType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BudgetYearNumericType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BuildingNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BuildingNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BuildingNumberType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BuildingNumberType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BulkCargoIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BulkCargoIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BuyerEventIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BuyerEventIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BuyerProfileURIType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BuyerProfileURIType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/BuyerReferenceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/BuyerReferenceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CV2IDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CV2IDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CalculationRateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CalculationRateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CallBaseAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CallBaseAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CallDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CallDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CallTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CallTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CancellationNoteType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CancellationNoteType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CandidateStatementType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CandidateStatementType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CapabilityTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CapabilityTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CardChipCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CardChipCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CardTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CardTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CargoTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CargoTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CarrierAssignedIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CarrierAssignedIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CatalogueIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CatalogueIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CategoryNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CategoryNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CertificateTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CertificateTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ChangeConditionsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ChangeConditionsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ChannelCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ChannelCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ChannelType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ChannelType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CharacterSetCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CharacterSetCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CharacteristicsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CharacteristicsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ChargeIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ChargeIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ChargeTotalAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ChargeTotalAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ChargeableQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ChargeableQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ChipApplicationIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ChipApplicationIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CityNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CityNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CodeValueType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CodeValueType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CommentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CommentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CommodityCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CommodityCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CompanyIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CompanyIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CompanyLegalFormType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CompanyLegalFormType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ComparisonDataCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ComparisonDataCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ConditionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ConditionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ConditionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ConditionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ConditionsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ConditionsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ConstitutionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ConstitutionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ConsumptionIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ConsumptionIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ConsumptionLevelType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ConsumptionLevelType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ConsumptionTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ConsumptionTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ContentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ContentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ContractFolderIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ContractFolderIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ContractNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ContractNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ContractTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ContractTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ContractTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ContractTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CopyIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CopyIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CorrectionAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CorrectionAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CorrectionTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CorrectionTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CorrectionTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CorrectionTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CountrySubentityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CountrySubentityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CreditLineAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CreditLineAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CreditNoteTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CreditNoteTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CreditedQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CreditedQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CrewQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CrewQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CurrencyCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CurrencyCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CurrentChargeTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CurrentChargeTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CustomerReferenceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CustomerReferenceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CustomizationIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CustomizationIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/CustomsStatusCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/CustomsStatusCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DamageRemarksType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DamageRemarksType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DataSourceCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DataSourceCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DateType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DateType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DebitLineAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DebitLineAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DebitedQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DebitedQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DeliveredQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DeliveredQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DepartmentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DepartmentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DescriptionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DescriptionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DescriptionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DescriptionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DirectionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DirectionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DispositionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DispositionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DistrictType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DistrictType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DocumentHashType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DocumentHashType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DocumentIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DocumentIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DocumentStatusCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DocumentStatusCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DocumentTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DocumentTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DocumentTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DocumentTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DueDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DueDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DurationMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DurationMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DutyCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DutyCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/DutyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/DutyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EarliestPickupDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EarliestPickupDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EarliestPickupTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EarliestPickupTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EffectiveDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EffectiveDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EffectiveTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EffectiveTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ElectronicMailType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ElectronicMailType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EmployeeQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EmployeeQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EncodingCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EncodingCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EndDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EndDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EndTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EndTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EndpointIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EndpointIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EstimatedAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EstimatedAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/EvidenceTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/EvidenceTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExchangeMarketIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExchangeMarketIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExclusionReasonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExclusionReasonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExemptionReasonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExemptionReasonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExpectedQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExpectedQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExpenseCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExpenseCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExpiryDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExpiryDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExpiryTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExpiryTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExpressionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExpressionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExpressionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExpressionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExtendedIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExtendedIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ExtensionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ExtensionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FaceValueAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FaceValueAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FamilyNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FamilyNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FeeAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FeeAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FeeDescriptionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FeeDescriptionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FileNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FileNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FirstNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FirstNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FloorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FloorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ForecastTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ForecastTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FormatCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FormatCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FrequencyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FrequencyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FundingProgramCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FundingProgramCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/FundingProgramType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/FundingProgramType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/GenderCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/GenderCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/GrossVolumeMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/GrossVolumeMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/GrossWeightMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/GrossWeightMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/GuaranteeTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/GuaranteeTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/HandlingCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/HandlingCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/HazardClassIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/HazardClassIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/HeatingTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/HeatingTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/HeatingTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/HeatingTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/HigherTenderAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/HigherTenderAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/HolderNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/HolderNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/HumanFoodIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/HumanFoodIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/HumidityPercentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/HumidityPercentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/IDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/IDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/IdentificationCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/IdentificationCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/IdentificationIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/IdentificationIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ImportanceCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ImportanceCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/InformationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/InformationType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/InformationURIType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/InformationURIType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/InhouseMailType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/InhouseMailType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/InstallmentDueDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/InstallmentDueDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/InstructionIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/InstructionIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/InstructionNoteType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/InstructionNoteType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/InstructionsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/InstructionsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/InvoiceTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/InvoiceTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/InvoicedQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/InvoicedQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/IssueDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/IssueDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/IssueNumberIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/IssueNumberIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/IssueTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/IssueTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/IssuerIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/IssuerIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/JobTitleType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/JobTitleType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/JourneyIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/JourneyIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/JustificationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/JustificationType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/KeywordType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/KeywordType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LanguageIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LanguageIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LastRevisionDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LastRevisionDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LastRevisionTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LastRevisionTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LatestDeliveryDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LatestDeliveryDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LatestDeliveryTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LatestDeliveryTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LatestPickupDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LatestPickupDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LatestPickupTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LatestPickupTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LeadTimeMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LeadTimeMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LegalReferenceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LegalReferenceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LiabilityAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LiabilityAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LicensePlateIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LicensePlateIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LineCountNumericType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LineCountNumericType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LineIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LineIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LineNumberNumericType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LineNumberNumericType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LineStatusCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LineStatusCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LineType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LineType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ListValueType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ListValueType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LivestockIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LivestockIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LoadingSequenceIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LoadingSequenceIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LocaleCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LocaleCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LocationIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LocationIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LocationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LocationType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LocationTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LocationTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LoginType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LoginType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LogoReferenceIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LogoReferenceIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LossRiskType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LossRiskType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LotNumberIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LotNumberIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/LowerTenderAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/LowerTenderAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MandateTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MandateTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ManufactureDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ManufactureDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ManufactureTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ManufactureTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MarkAttentionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MarkAttentionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MarkCareIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MarkCareIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MarkCareType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MarkCareType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MarketValueAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MarketValueAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MarkingIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MarkingIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MaximumAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MaximumAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MaximumMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MaximumMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MaximumPaidAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MaximumPaidAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MaximumPercentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MaximumPercentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MaximumQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MaximumQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MaximumValueType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MaximumValueType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MeasureType2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MeasureType2.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MeterConstantCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MeterConstantCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MeterConstantType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MeterConstantType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MeterNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MeterNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MeterNumberType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MeterNumberType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MeterReadingTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MeterReadingTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MiddleNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MiddleNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MimeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MimeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MinimumAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MinimumAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MinimumMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MinimumMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MinimumPercentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MinimumPercentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MinimumQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MinimumQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MinimumValueType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MinimumValueType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ModelNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ModelNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MonetaryScopeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MonetaryScopeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/MovieTitleType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/MovieTitleType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NameCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NameCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NameSuffixType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NameSuffixType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NameType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NameType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NationalityIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NationalityIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NatureCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NatureCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NetTonnageMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NetTonnageMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NetVolumeMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NetVolumeMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NetWeightMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NetWeightMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NetworkIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NetworkIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NominationDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NominationDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NominationTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NominationTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/NoteType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/NoteType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OccurrenceDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OccurrenceDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OccurrenceTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OccurrenceTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OneTimeChargeTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OneTimeChargeTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OntologyURIType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OntologyURIType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OpenTenderIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OpenTenderIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OptionsDescriptionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OptionsDescriptionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OrderResponseCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OrderResponseCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OrderTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OrderTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OrderableIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OrderableIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OrderableUnitType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OrderableUnitType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OriginalJobIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OriginalJobIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OtherInstructionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OtherInstructionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OtherNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OtherNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OutstandingReasonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OutstandingReasonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OversupplyQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OversupplyQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/OwnerTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/OwnerTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PackLevelCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PackLevelCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PackQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PackQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PackSizeNumericType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PackSizeNumericType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PackageLevelCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PackageLevelCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PackagingTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PackagingTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PackingMaterialType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PackingMaterialType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaidAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaidAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaidDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaidDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaidTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaidTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ParentDocumentIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ParentDocumentIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PartyTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PartyTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PartyTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PartyTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PassengerQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PassengerQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PasswordType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PasswordType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PayPerViewType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PayPerViewType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PayableAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PayableAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PayerReferenceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PayerReferenceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaymentChannelCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaymentChannelCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaymentDescriptionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaymentDescriptionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaymentDueDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaymentDueDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaymentIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaymentIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaymentMeansCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaymentMeansCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaymentMeansIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaymentMeansIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaymentNoteType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaymentNoteType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaymentPercentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaymentPercentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PaymentPurposeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PaymentPurposeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PenaltyAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PenaltyAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PerUnitAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PerUnitAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PercentType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PercentType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PersonalSituationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PersonalSituationType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PhoneNumberType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PhoneNumberType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PlacardEndorsementType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PlacardEndorsementType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PlacardNotationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PlacardNotationType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PlannedDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PlannedDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PlotIdentificationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PlotIdentificationType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PositionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PositionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PostalZoneType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PostalZoneType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PostboxType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PostboxType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PowerIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PowerIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PrepaidAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PrepaidAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PrepaidIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PrepaidIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PreviousJobIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PreviousJobIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PreviousVersionIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PreviousVersionIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PriceAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PriceAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PriceChangeReasonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PriceChangeReasonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PriceTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PriceTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PriceTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PriceTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PrintQualifierType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PrintQualifierType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PriorityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PriorityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PrivacyCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PrivacyCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PrizeDescriptionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PrizeDescriptionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PrizeIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PrizeIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ProcedureCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ProcedureCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ProcessDescriptionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ProcessDescriptionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ProcessReasonCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ProcessReasonCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ProcessReasonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ProcessReasonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ProductTraceIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ProductTraceIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ProfileExecutionIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ProfileExecutionIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ProfileIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ProfileIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ProfileStatusCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ProfileStatusCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ProgressPercentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ProgressPercentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ProviderTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ProviderTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PurposeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PurposeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/PurposeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/PurposeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/QualityControlCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/QualityControlCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/QuantityType2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/QuantityType2.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RadioCallSignIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RadioCallSignIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RailCarIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RailCarIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RankType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RankType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RateType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RateType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReceivedDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReceivedDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReceivedQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReceivedQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReferenceDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReferenceDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReferenceEventCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReferenceEventCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReferenceIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReferenceIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReferenceTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReferenceTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReferenceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReferenceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RegionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RegionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RegisteredDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RegisteredDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RegisteredTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RegisteredTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RegistrationDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RegistrationDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RegistrationIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RegistrationIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RegistrationNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RegistrationNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RegulatoryDomainType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RegulatoryDomainType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RejectActionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RejectActionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RejectReasonCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RejectReasonCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RejectReasonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RejectReasonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RejectedQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RejectedQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RejectionNoteType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RejectionNoteType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReleaseIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReleaseIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReliabilityPercentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReliabilityPercentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RemarksType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RemarksType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReminderTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReminderTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RequiredCustomsIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RequiredCustomsIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RequiredFeeAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RequiredFeeAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ResidenceTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ResidenceTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ResidenceTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ResidenceTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ResolutionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ResolutionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ResolutionDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ResolutionDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ResolutionTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ResolutionTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ResolutionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ResolutionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ResponseCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ResponseCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ResponseDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ResponseDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ResponseTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ResponseTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RetailEventNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RetailEventNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ReturnableQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ReturnableQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RevisionDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RevisionDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RevisionStatusCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RevisionStatusCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RevisionTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RevisionTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RoamingPartnerNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RoamingPartnerNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RoleCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RoleCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RoleDescriptionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RoleDescriptionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RoomType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RoomType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/RoundingAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/RoundingAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SalesOrderIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SalesOrderIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SalesOrderLineIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SalesOrderLineIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SchemeURIType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SchemeURIType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SealIssuerTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SealIssuerTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SealStatusCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SealStatusCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SealingPartyTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SealingPartyTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SecurityIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SecurityIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SellerEventIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SellerEventIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SequenceIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SequenceIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SequenceNumberIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SequenceNumberIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SequenceNumericType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SequenceNumericType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SerialIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SerialIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ServiceNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ServiceNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ServiceTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ServiceTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ServiceTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ServiceTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ShippingMarksType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ShippingMarksType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ShippingOrderIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ShippingOrderIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ShipsRequirementsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ShipsRequirementsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ShortQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ShortQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ShortageActionCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ShortageActionCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SignatureIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SignatureIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SignatureMethodType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SignatureMethodType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SizeTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SizeTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SourceCurrencyCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SourceCurrencyCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SourceValueMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SourceValueMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SpecialTermsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SpecialTermsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SpecificationIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SpecificationIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/StartDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/StartDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/StartTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/StartTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/StatementTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/StatementTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/StatusCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/StatusCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/StatusReasonCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/StatusReasonCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/StatusReasonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/StatusReasonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/StreetNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/StreetNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SubmissionDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SubmissionDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SubmissionDueDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SubmissionDueDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SubscriberIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SubscriberIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SubscriberTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SubscriberTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SubscriberTypeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SubscriberTypeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/SummaryDescriptionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/SummaryDescriptionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TareWeightMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TareWeightMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TargetCurrencyCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TargetCurrencyCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TariffClassCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TariffClassCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TariffCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TariffCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TariffDescriptionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TariffDescriptionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TaxAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TaxAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TaxCurrencyCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TaxCurrencyCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TaxEnergyAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TaxEnergyAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TaxExclusiveAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TaxExclusiveAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TaxExemptionReasonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TaxExemptionReasonType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TaxInclusiveAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TaxInclusiveAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TaxLevelCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TaxLevelCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TaxPointDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TaxPointDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TaxTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TaxTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TaxableAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TaxableAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TechnicalNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TechnicalNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TelefaxType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TelefaxType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TelephoneType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TelephoneType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TenderEnvelopeIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TenderEnvelopeIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TenderResultCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TenderResultCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TenderTypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TenderTypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TendererRoleCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TendererRoleCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TestMethodType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TestMethodType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TextType2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TextType2.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ThresholdAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ThresholdAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ThresholdQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ThresholdQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TierRangeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TierRangeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TierRatePercentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TierRatePercentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TimeAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TimeAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TimeFrequencyCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TimeFrequencyCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TimezoneOffsetType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TimezoneOffsetType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TimingComplaintType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TimingComplaintType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TitleType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TitleType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ToOrderIndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ToOrderIndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TotalAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TotalAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TotalBalanceAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TotalBalanceAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TotalCreditAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TotalCreditAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TotalDebitAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TotalDebitAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TotalInvoiceAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TotalInvoiceAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TotalPaymentAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TotalPaymentAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TotalTaskAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TotalTaskAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TotalTaxAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TotalTaxAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TraceIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TraceIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TrackingDeviceCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TrackingDeviceCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TrackingIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TrackingIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TradeServiceCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TradeServiceCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TrainIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TrainIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TransportModeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TransportModeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/TypeCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/TypeCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/UBLVersionIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/UBLVersionIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/UNDGCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/UNDGCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/URIType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/URIType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/UUIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/UUIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/UrgencyCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/UrgencyCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValidateProcessType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValidateProcessType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValidateToolType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValidateToolType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValidationDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValidationDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValidationTimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValidationTimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValidatorIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValidatorIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValidityStartDateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValidityStartDateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValueAmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValueAmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValueMeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValueMeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValueQualifierType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValueQualifierType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValueQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValueQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/ValueType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/ValueType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/VarianceQuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/VarianceQuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/VariantIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/VariantIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/VersionIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/VersionIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/VesselIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/VesselIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/VesselNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/VesselNameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/WebsiteURIType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/WebsiteURIType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/WeekDayCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/WeekDayCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/WeightNumericType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/WeightNumericType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/WeightType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/WeightType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/WorkPhaseCodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/WorkPhaseCodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/WorkPhaseType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/WorkPhaseType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonBasicComponents/XPathType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonBasicComponents/XPathType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonExtensionComponents/ExtensionURIType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonExtensionComponents/ExtensionURIType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonExtensionComponents/UBLExtensionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonExtensionComponents/UBLExtensionType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CommonExtensionComponents/UBLExtensionsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CommonExtensionComponents/UBLExtensionsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CoreComponentTypeSchemaModule/AmountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CoreComponentTypeSchemaModule/AmountType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CoreComponentTypeSchemaModule/CodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CoreComponentTypeSchemaModule/CodeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CoreComponentTypeSchemaModule/MeasureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CoreComponentTypeSchemaModule/MeasureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CoreComponentTypeSchemaModule/NumericType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CoreComponentTypeSchemaModule/NumericType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CoreComponentTypeSchemaModule/QuantityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CoreComponentTypeSchemaModule/QuantityType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/CoreComponentTypeSchemaModule/TextType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/CoreComponentTypeSchemaModule/TextType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/AmountType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/AmountType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/BinaryObjectType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/BinaryObjectType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/CodeType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/CodeType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/DateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/DateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/GraphicType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/GraphicType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/IdentifierType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/IdentifierType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/IndicatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/IndicatorType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/MeasureType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/MeasureType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/NameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/NameType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/NumericType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/NumericType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/PercentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/PercentType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/PictureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/PictureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/QuantityType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/QuantityType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/RateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/RateType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/SoundType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/SoundType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/TextType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/TextType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/TimeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/TimeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/ValueType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/ValueType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/UnqualifiedDataTypes/VideoType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/UnqualifiedDataTypes/VideoType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/AnyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/AnyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/CRLIdentifierType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/CRLIdentifierType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/CRLRefType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/CRLRefType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/CertIDListType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/CertIDListType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/CertIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/CertIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/CertificateValuesType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/CertificateValuesType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/CommitmentTypeIndicationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/CommitmentTypeIndicationType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/CompleteCertificateRefsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/CompleteCertificateRefsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/CompleteRevocationRefsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/CompleteRevocationRefsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/CounterSignatureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/CounterSignatureType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/DataObjectFormatType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/DataObjectFormatType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/DigestAlgAndValueType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/DigestAlgAndValueType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/DocumentationReferencesType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/DocumentationReferencesType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/EncapsulatedPKIDataType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/EncapsulatedPKIDataType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/GenericTimeStampType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/GenericTimeStampType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/IdentifierType2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/IdentifierType2.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/IncludeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/IncludeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/ItemsChoiceType3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/ItemsChoiceType3.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/NoticeReferenceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/NoticeReferenceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/OCSPIdentifierType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/OCSPIdentifierType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/OCSPRefType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/OCSPRefType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/ObjectIdentifierType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/ObjectIdentifierType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/OtherTimeStampType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/OtherTimeStampType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/QualifierType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/QualifierType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/QualifyingPropertiesType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/QualifyingPropertiesType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/ReferenceInfoType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/ReferenceInfoType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/ResponderIDType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/ResponderIDType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/RevocationValuesType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/RevocationValuesType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/SPUserNoticeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/SPUserNoticeType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/SignaturePolicyIdType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/SignaturePolicyIdType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/SignaturePolicyIdentifierType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/SignaturePolicyIdentifierType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/SignatureProductionPlaceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/SignatureProductionPlaceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/SignedDataObjectPropertiesType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/SignedDataObjectPropertiesType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/SignedPropertiesType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/SignedPropertiesType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/SignedSignaturePropertiesType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/SignedSignaturePropertiesType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/SignerRoleType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/SignerRoleType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/UnsignedDataObjectPropertiesType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/UnsignedDataObjectPropertiesType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/UnsignedPropertiesType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/UnsignedPropertiesType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/UnsignedSignaturePropertiesType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/UnsignedSignaturePropertiesType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/ValidationDataType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/ValidationDataType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv132/XAdESTimeStampType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv132/XAdESTimeStampType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv141/ArchiveTimeStampV2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv141/ArchiveTimeStampV2.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XAdESv141/TimeStampValidationData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XAdESv141/TimeStampValidationData.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/DSAKeyValueType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/DSAKeyValueType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/DigestMethodType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/DigestMethodType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/ItemsChoiceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/ItemsChoiceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/ItemsChoiceType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/ItemsChoiceType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/ItemsChoiceType2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/ItemsChoiceType2.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/KeyInfoType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/KeyInfoType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/KeyValueType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/KeyValueType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/ManifestType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/ManifestType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/ObjectType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/ObjectType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/PGPDataType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/PGPDataType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/RSAKeyValueType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/RSAKeyValueType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/ReferenceType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/ReferenceType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/RetrievalMethodType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/RetrievalMethodType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/SPKIDataType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/SPKIDataType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/SignatureMethodType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/SignatureMethodType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/SignaturePropertyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/SignaturePropertyType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/SignatureType1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/SignatureType1.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/SignatureValueType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/SignatureValueType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/SignedInfoType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/SignedInfoType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/TransformType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/TransformType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/TransformsType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/TransformsType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/X509DataType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/X509DataType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Common/XmlDigSigCoreSchema/X509IssuerSerialType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Common/XmlDigSigCoreSchema/X509IssuerSerialType.cs -------------------------------------------------------------------------------- /Ubl-Tr/Images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Images/icon.png -------------------------------------------------------------------------------- /Ubl-Tr/Serialization/UblTrNamespaces.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/Serialization/UblTrNamespaces.cs -------------------------------------------------------------------------------- /Ubl-Tr/UblTr.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/UblTr.csproj -------------------------------------------------------------------------------- /Ubl-Tr/maindoc/ApplicationResponseType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/maindoc/ApplicationResponseType.cs -------------------------------------------------------------------------------- /Ubl-Tr/maindoc/CreditNoteType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/maindoc/CreditNoteType.cs -------------------------------------------------------------------------------- /Ubl-Tr/maindoc/DespatchAdviceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/maindoc/DespatchAdviceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/maindoc/InvoiceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/maindoc/InvoiceType.cs -------------------------------------------------------------------------------- /Ubl-Tr/maindoc/ReceiptAdviceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/Ubl-Tr/maindoc/ReceiptAdviceType.cs -------------------------------------------------------------------------------- /UblTr.Tests/DespatchAdviceTypeTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/UblTr.Tests/DespatchAdviceTypeTest.cs -------------------------------------------------------------------------------- /UblTr.Tests/InvoiceTypeTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/UblTr.Tests/InvoiceTypeTest.cs -------------------------------------------------------------------------------- /UblTr.Tests/TestFiles/Binaries/qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/UblTr.Tests/TestFiles/Binaries/qr.png -------------------------------------------------------------------------------- /UblTr.Tests/TestFiles/DespatchAdviceType/Despatch1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/UblTr.Tests/TestFiles/DespatchAdviceType/Despatch1.xml -------------------------------------------------------------------------------- /UblTr.Tests/TestFiles/DespatchAdviceType/Despatch2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/UblTr.Tests/TestFiles/DespatchAdviceType/Despatch2.xml -------------------------------------------------------------------------------- /UblTr.Tests/TestFiles/InvoiceType/BasicInvoice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/UblTr.Tests/TestFiles/InvoiceType/BasicInvoice.xml -------------------------------------------------------------------------------- /UblTr.Tests/TestFiles/InvoiceType/BasicInvoiceLongTime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/UblTr.Tests/TestFiles/InvoiceType/BasicInvoiceLongTime.xml -------------------------------------------------------------------------------- /UblTr.Tests/TestFiles/InvoiceType/BasicInvoiceNoTime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/UblTr.Tests/TestFiles/InvoiceType/BasicInvoiceNoTime.xml -------------------------------------------------------------------------------- /UblTr.Tests/TestFiles/InvoiceType/CommercialInvoice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/UblTr.Tests/TestFiles/InvoiceType/CommercialInvoice.xml -------------------------------------------------------------------------------- /UblTr.Tests/UblTr.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/UblTr.Tests/UblTr.Tests.csproj -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkutluay/UblTr/HEAD/makefile --------------------------------------------------------------------------------