Skip to content

Instantly share code, notes, and snippets.

@antoniocampos
Last active June 28, 2023 20:49
Show Gist options
  • Save antoniocampos/4bff06360888763c66a35d0f20efe42b to your computer and use it in GitHub Desktop.
Save antoniocampos/4bff06360888763c66a35d0f20efe42b to your computer and use it in GitHub Desktop.
Generate UBL-ApplicationResponse-2.1 c# class
xsd maindoc\UBL-ApplicationResponse-2.1.xsd common\UBL-CommonAggregateComponents-2.1.xsd common\UBL-CommonBasicComponents-2.1.xsd common\UBL-CommonExtensionComponents-2.1.xsd common\UBL-QualifiedDataTypes-2.1.xsd common\UBL-UnqualifiedDataTypes-2.1.xsd common\CCTS_CCT_SchemaModule-2.1.xsd /classes /namespace:UBL_ACAMPOS /nologo /order
View raw

(Sorry about that, but we can’t show files that are this big right now.)

This file has been truncated, but you can view the full file.
namespace UBL_ACAMPOS {
using System.Xml.Serialization;
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2")]
[System.Xml.Serialization.XmlRootAttribute("ApplicationResponse", Namespace="urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2", IsNullable=false)]
public partial class ApplicationResponseType {
private UBLExtensionType[] uBLExtensionsField;
private UBLVersionIDType uBLVersionIDField;
private CustomizationIDType customizationIDField;
private ProfileIDType profileIDField;
private ProfileExecutionIDType profileExecutionIDField;
private IDType idField;
private UUIDType uUIDField;
private IssueDateType issueDateField;
private IssueTimeType issueTimeField;
private ResponseDateType responseDateField;
private ResponseTimeType responseTimeField;
private NoteType[] noteField;
private VersionIDType versionIDField;
private SignatureType[] signatureField;
private PartyType senderPartyField;
private PartyType receiverPartyField;
private DocumentResponseType[] documentResponseField;
[System.Xml.Serialization.XmlArrayAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", Order=0)]
[System.Xml.Serialization.XmlArrayItemAttribute("UBLExtension", IsNullable=false)]
public UBLExtensionType[] UBLExtensions {
get {
return this.uBLExtensionsField;
}
set {
this.uBLExtensionsField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=1)]
public UBLVersionIDType UBLVersionID {
get {
return this.uBLVersionIDField;
}
set {
this.uBLVersionIDField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=2)]
public CustomizationIDType CustomizationID {
get {
return this.customizationIDField;
}
set {
this.customizationIDField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=3)]
public ProfileIDType ProfileID {
get {
return this.profileIDField;
}
set {
this.profileIDField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=4)]
public ProfileExecutionIDType ProfileExecutionID {
get {
return this.profileExecutionIDField;
}
set {
this.profileExecutionIDField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=5)]
public IDType ID {
get {
return this.idField;
}
set {
this.idField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=6)]
public UUIDType UUID {
get {
return this.uUIDField;
}
set {
this.uUIDField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=7)]
public IssueDateType IssueDate {
get {
return this.issueDateField;
}
set {
this.issueDateField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=8)]
public IssueTimeType IssueTime {
get {
return this.issueTimeField;
}
set {
this.issueTimeField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=9)]
public ResponseDateType ResponseDate {
get {
return this.responseDateField;
}
set {
this.responseDateField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=10)]
public ResponseTimeType ResponseTime {
get {
return this.responseTimeField;
}
set {
this.responseTimeField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute("Note", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=11)]
public NoteType[] Note {
get {
return this.noteField;
}
set {
this.noteField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=12)]
public VersionIDType VersionID {
get {
return this.versionIDField;
}
set {
this.versionIDField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute("Signature", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", Order=13)]
public SignatureType[] Signature {
get {
return this.signatureField;
}
set {
this.signatureField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", Order=14)]
public PartyType SenderParty {
get {
return this.senderPartyField;
}
set {
this.senderPartyField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", Order=15)]
public PartyType ReceiverParty {
get {
return this.receiverPartyField;
}
set {
this.receiverPartyField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute("DocumentResponse", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", Order=16)]
public DocumentResponseType[] DocumentResponse {
get {
return this.documentResponseField;
}
set {
this.documentResponseField = value;
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("UBLExtension", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", IsNullable=false)]
public partial class UBLExtensionType {
private IDType idField;
private NameType1 nameField;
private ExtensionAgencyIDType extensionAgencyIDField;
private ExtensionAgencyNameType extensionAgencyNameField;
private ExtensionVersionIDType extensionVersionIDField;
private ExtensionAgencyURIType extensionAgencyURIField;
private ExtensionURIType extensionURIField;
private ExtensionReasonCodeType extensionReasonCodeField;
private ExtensionReasonType extensionReasonField;
private System.Xml.XmlElement extensionContentField;
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=0)]
public IDType ID {
get {
return this.idField;
}
set {
this.idField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=1)]
public NameType1 Name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public ExtensionAgencyIDType ExtensionAgencyID {
get {
return this.extensionAgencyIDField;
}
set {
this.extensionAgencyIDField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public ExtensionAgencyNameType ExtensionAgencyName {
get {
return this.extensionAgencyNameField;
}
set {
this.extensionAgencyNameField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public ExtensionVersionIDType ExtensionVersionID {
get {
return this.extensionVersionIDField;
}
set {
this.extensionVersionIDField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
public ExtensionAgencyURIType ExtensionAgencyURI {
get {
return this.extensionAgencyURIField;
}
set {
this.extensionAgencyURIField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
public ExtensionURIType ExtensionURI {
get {
return this.extensionURIField;
}
set {
this.extensionURIField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
public ExtensionReasonCodeType ExtensionReasonCode {
get {
return this.extensionReasonCodeField;
}
set {
this.extensionReasonCodeField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
public ExtensionReasonType ExtensionReason {
get {
return this.extensionReasonField;
}
set {
this.extensionReasonField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
public System.Xml.XmlElement ExtensionContent {
get {
return this.extensionContentField;
}
set {
this.extensionContentField = value;
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ID", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class IDType : IdentifierType1 {
}
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtensionVersionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtensionURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtensionAgencyURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtensionAgencyIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WebsiteURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(VesselIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(VersionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(VariantIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ValidatorIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UpperOrangeHazardPlacardIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UUIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(URIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UBLVersionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportationServiceDetailsURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportExecutionPlanReferenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TrainIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TrackingIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TraceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TenderEnvelopeIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SupplierAssignedAccountIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SuccessiveSequenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SubscriberIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SpecificationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SignatureIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ShippingOrderIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SerialIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SequenceNumberIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SequenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SellerEventIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SecurityIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SchemeURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SalesOrderLineIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SalesOrderIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RevisedForecastLineIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RequiredCustomsIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RequestForQuotationLineIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReleaseIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RegistrationNationalityIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RegistrationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReferencedConsignmentIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReferenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RailCarIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioCallSignIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProfileIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProfileExecutionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProductTraceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PrimaryAccountNumberIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PreviousVersionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PreviousJobIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PrepaidPaymentReferenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PerformingCarrierAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentTermsDetailsURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentMeansIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ParentDocumentVersionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ParentDocumentLineReferenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ParentDocumentIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OriginalJobIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OriginalContractingSystemIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OpenTenderIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OntologyURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NetworkIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NationalityIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MarkingIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LowerOrangeHazardPlacardIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LotNumberIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LogoReferenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LocationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LoadingSequenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LineIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LicensePlateIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LanguageIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(JourneyIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IssuerIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IssueNumberIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InstructionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InformationURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImmobilizationCertificateIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IdentificationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HazardClassIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FreightForwarderAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtendedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExchangeMarketIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EndpointIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EconomicOperatorRegistryURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DocumentIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomizationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomerAssignedAccountIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ContractedCarrierAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ContractFolderIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumptionReportIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumptionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsignorAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsigneeAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompanyIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ChipApplicationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CarrierAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CV2IDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BuyerProfileURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BuyerEventIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BusinessIdentityEvidenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BusinessClassificationEvidenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BrokerAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BarcodeSymbologyIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AwardingCriterionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AuctionURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AttributeIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AircraftIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AgencyIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdditionalAccountIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountIDType))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="IdentifierType", Namespace="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2")]
public partial class IdentifierType1 : IdentifierType {
}
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IdentifierType1))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtensionVersionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtensionURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtensionAgencyURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtensionAgencyIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WebsiteURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(VesselIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(VersionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(VariantIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ValidatorIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UpperOrangeHazardPlacardIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UUIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(URIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UBLVersionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportationServiceDetailsURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportExecutionPlanReferenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TrainIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TrackingIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TraceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TenderEnvelopeIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SupplierAssignedAccountIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SuccessiveSequenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SubscriberIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SpecificationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SignatureIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ShippingOrderIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SerialIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SequenceNumberIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SequenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SellerEventIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SecurityIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SchemeURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SalesOrderLineIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SalesOrderIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RevisedForecastLineIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RequiredCustomsIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RequestForQuotationLineIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReleaseIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RegistrationNationalityIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RegistrationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReferencedConsignmentIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReferenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RailCarIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioCallSignIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProfileIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProfileExecutionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProductTraceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PrimaryAccountNumberIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PreviousVersionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PreviousJobIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PrepaidPaymentReferenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PerformingCarrierAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentTermsDetailsURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentMeansIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ParentDocumentVersionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ParentDocumentLineReferenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ParentDocumentIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OriginalJobIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OriginalContractingSystemIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OpenTenderIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OntologyURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NetworkIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NationalityIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MarkingIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LowerOrangeHazardPlacardIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LotNumberIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LogoReferenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LocationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LoadingSequenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LineIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LicensePlateIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LanguageIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(JourneyIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IssuerIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IssueNumberIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InstructionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InformationURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImmobilizationCertificateIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IdentificationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HazardClassIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FreightForwarderAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtendedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExchangeMarketIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EndpointIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EconomicOperatorRegistryURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DocumentIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomizationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomerAssignedAccountIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ContractedCarrierAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ContractFolderIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumptionReportIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumptionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsignorAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsigneeAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompanyIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ChipApplicationIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CarrierAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CV2IDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BuyerProfileURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BuyerEventIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BusinessIdentityEvidenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BusinessClassificationEvidenceIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BrokerAssignedIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BarcodeSymbologyIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AwardingCriterionIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AuctionURIType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AttributeIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AircraftIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AgencyIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdditionalAccountIDType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountIDType))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2")]
public partial class IdentifierType {
private string schemeIDField;
private string schemeNameField;
private string schemeAgencyIDField;
private string schemeAgencyNameField;
private string schemeVersionIDField;
private string schemeDataURIField;
private string schemeURIField;
private string valueField;
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string schemeID {
get {
return this.schemeIDField;
}
set {
this.schemeIDField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute()]
public string schemeName {
get {
return this.schemeNameField;
}
set {
this.schemeNameField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string schemeAgencyID {
get {
return this.schemeAgencyIDField;
}
set {
this.schemeAgencyIDField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute()]
public string schemeAgencyName {
get {
return this.schemeAgencyNameField;
}
set {
this.schemeAgencyNameField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string schemeVersionID {
get {
return this.schemeVersionIDField;
}
set {
this.schemeVersionIDField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string schemeDataURI {
get {
return this.schemeDataURIField;
}
set {
this.schemeDataURIField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string schemeURI {
get {
return this.schemeURIField;
}
set {
this.schemeURIField = value;
}
}
[System.Xml.Serialization.XmlTextAttribute(DataType="normalizedString")]
public string Value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("CallForTendersLineReference", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", IsNullable=false)]
public partial class LineReferenceType {
private LineIDType lineIDField;
private UUIDType uUIDField;
private LineStatusCodeType lineStatusCodeField;
private DocumentReferenceType documentReferenceField;
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=0)]
public LineIDType LineID {
get {
return this.lineIDField;
}
set {
this.lineIDField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=1)]
public UUIDType UUID {
get {
return this.uUIDField;
}
set {
this.uUIDField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", Order=2)]
public LineStatusCodeType LineStatusCode {
get {
return this.lineStatusCodeField;
}
set {
this.lineStatusCodeField = value;
}
}
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public DocumentReferenceType DocumentReference {
get {
return this.documentReferenceField;
}
set {
this.documentReferenceField = value;
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("LineID", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class LineIDType : IdentifierType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("UUID", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class UUIDType : IdentifierType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("LineStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class LineStatusCodeType : CodeType1 {
}
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtensionReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WorkPhaseCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WeightingAlgorithmCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WeekDayCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ValidationResultCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UtilityStatementTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UrgencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UNDGCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportationStatusTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportServiceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportModeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportMeansTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportHandlingUnitTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportExecutionStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportEventTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportEquipmentTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportEmergencyCardCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportAuthorizationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransitDirectionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TradeServiceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TradeItemPackingLabelingTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TrackingDeviceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TimingComplaintCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TimeFrequencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ThresholdValueComparisonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TendererRoleCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TendererRequirementTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TenderTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TenderResultCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TenderEnvelopeTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TelecommunicationsSupplyTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TelecommunicationsServiceCategoryCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TelecommunicationsServiceCallCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TaxTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TaxLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TaxExemptionReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TaxCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TariffCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TariffClassCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SupplyChainActivityTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SubstitutionStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SubscriberTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SubmissionMethodCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SubcontractingConditionsCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StatusReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StatementTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SpecificationTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SourceCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SizeTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ShortageActionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ShippingPriorityLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ServiceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ServiceInformationPreferenceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SecurityClassificationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SealStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SealIssuerTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RoleCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RevisionStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetailEventStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ResponseCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ResolutionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidenceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RequestedInvoiceCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReminderTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RejectReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RejectActionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReferenceEventCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReceiptAdviceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QuantityDiscrepancyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QualityControlCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PurposeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProviderTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PromotionalEventTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProfileStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcurementTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcurementSubTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcedureCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PrivacyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PricingCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PriceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PriceEvaluationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PreviousMeterReadingMethodCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PreviousCancellationReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PreferenceCriterionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PositionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PerformanceMetricTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentPurposeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentMeansCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentFrequencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentChannelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentAlternativeCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PartyTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PartPresentationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ParentDocumentTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PackingCriteriaCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PackagingTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PackageLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PackLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OwnerTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OrderTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OrderResponseCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OneTimeChargeTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NotificationTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NatureCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NameCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MiscellaneousEventTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MimeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MeterReadingTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MeterConstantCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MedicalFirstAidGuideCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MathematicOperatorCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MandateTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LossRiskResponsibilityCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LongitudeDirectionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LocationTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LocaleCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LineStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LifeCycleStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LatitudeDirectionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LatestMeterReadingMethodCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ItemClassificationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InvoiceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InspectionMethodCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InhalationToxicityZoneCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IndustryClassificationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportanceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IdentificationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HeatingTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HazardousRegulationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HazardousCategoryCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HandlingCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GuaranteeTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GenderCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FundingProgramCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FullnessIndicationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FreightRateClassCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FormatCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ForecastTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ForecastPurposeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FinancingInstrumentCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FeatureTacticTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpressionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpenseCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExemptionReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecutionRequirementCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExceptionStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExceptionResolutionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EvidenceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EvaluationCriterionTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EnvironmentalEmissionTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EncodingCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EmergencyProceduresCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DutyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DocumentTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DocumentStatusReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DocumentStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DocumentCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DispositionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DisplayTacticTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DirectionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DespatchAdviceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DescriptionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DeclarationTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DataSourceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomsStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CurrentChargeTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CreditNoteTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CountrySubentityCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CorrectionTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CorporateRegistrationTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CoordinateSystemCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ContractingSystemCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ContractTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumptionTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumptionLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumersEnergyLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumerIncentiveTacticTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConstitutionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConditionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ComparisonDataSourceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ComparisonDataCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompanyLiquidationStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompanyLegalFormCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CommodityCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CollaborationPriorityCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CharacterSetCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ChannelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CertificateTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CargoTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CardTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CardChipCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CapabilityTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalculationMethodCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalculationExpressionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AwardingMethodTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AwardingCriterionTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AvailabilityStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ApplicationStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AllowanceChargeReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdmissionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdjustmentReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddressTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddressFormatCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ActivityTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ActionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountingCostCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountFormatCodeType))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="CodeType", Namespace="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2")]
public partial class CodeType1 : CodeType {
}
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CodeType1))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExtensionReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WorkPhaseCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WeightingAlgorithmCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WeekDayCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ValidationResultCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UtilityStatementTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UrgencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(UNDGCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportationStatusTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportServiceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportModeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportMeansTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportHandlingUnitTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportExecutionStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportEventTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportEquipmentTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportEmergencyCardCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransportAuthorizationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TransitDirectionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TradeServiceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TradeItemPackingLabelingTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TrackingDeviceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TimingComplaintCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TimeFrequencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ThresholdValueComparisonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TendererRoleCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TendererRequirementTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TenderTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TenderResultCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TenderEnvelopeTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TelecommunicationsSupplyTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TelecommunicationsServiceCategoryCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TelecommunicationsServiceCallCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TaxTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TaxLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TaxExemptionReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TaxCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TariffCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TariffClassCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TargetCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SupplyChainActivityTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SubstitutionStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SubscriberTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SubmissionMethodCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SubcontractingConditionsCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StatusReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StatementTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SpecificationTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SourceCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SizeTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ShortageActionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ShippingPriorityLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ServiceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ServiceInformationPreferenceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SecurityClassificationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SealStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SealIssuerTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RoleCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RevisionStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RetailEventStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ResponseCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ResolutionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidenceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RequestedInvoiceCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReminderTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RejectReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RejectActionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReferenceEventCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ReceiptAdviceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QuantityDiscrepancyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QualityControlCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PurposeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProviderTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PromotionalEventTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProfileStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcurementTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcurementSubTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcedureCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PrivacyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PricingCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PriceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PriceEvaluationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PreviousMeterReadingMethodCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PreviousCancellationReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PreferenceCriterionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PositionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PerformanceMetricTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentPurposeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentMeansCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentFrequencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentChannelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PaymentAlternativeCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PartyTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PartPresentationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ParentDocumentTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PackingCriteriaCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PackagingTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PackageLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PackLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OwnerTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OrderTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OrderResponseCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OneTimeChargeTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NotificationTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NatureCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NameCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MiscellaneousEventTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MimeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MeterReadingTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MeterConstantCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MedicalFirstAidGuideCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MathematicOperatorCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MandateTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LossRiskResponsibilityCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LongitudeDirectionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LocationTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LocaleCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LineStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LifeCycleStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LatitudeDirectionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LatestMeterReadingMethodCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ItemClassificationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InvoiceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InspectionMethodCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(InhalationToxicityZoneCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IndustryClassificationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImportanceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IdentificationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HeatingTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HazardousRegulationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HazardousCategoryCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HandlingCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GuaranteeTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GenderCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FundingProgramCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FullnessIndicationCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FreightRateClassCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FormatCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ForecastTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ForecastPurposeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FinancingInstrumentCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FeatureTacticTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpressionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpenseCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExemptionReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecutionRequirementCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExceptionStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExceptionResolutionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EvidenceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EvaluationCriterionTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EnvironmentalEmissionTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EncodingCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EmergencyProceduresCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DutyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DocumentTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DocumentStatusReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DocumentStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DocumentCurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DispositionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DisplayTacticTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DirectionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DespatchAdviceTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DescriptionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DeclarationTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DataSourceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomsStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CurrentChargeTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CurrencyCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CreditNoteTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CountrySubentityCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CorrectionTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CorporateRegistrationTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CoordinateSystemCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ContractingSystemCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ContractTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumptionTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumptionLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumersEnergyLevelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConsumerIncentiveTacticTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConstitutionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ConditionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ComparisonDataSourceCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ComparisonDataCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompanyLiquidationStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompanyLegalFormCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CommodityCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CollaborationPriorityCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CharacterSetCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ChannelCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CertificateTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CargoTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CardTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CardChipCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CapabilityTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalculationMethodCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalculationExpressionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AwardingMethodTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AwardingCriterionTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AvailabilityStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ApplicationStatusCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AllowanceChargeReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdmissionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdjustmentReasonCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddressTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AddressFormatCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ActivityTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ActionCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountingCostCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountTypeCodeType))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountFormatCodeType))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2")]
public partial class CodeType {
private string listIDField;
private string listAgencyIDField;
private string listAgencyNameField;
private string listNameField;
private string listVersionIDField;
private string nameField;
private string languageIDField;
private string listURIField;
private string listSchemeURIField;
private string valueField;
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string listID {
get {
return this.listIDField;
}
set {
this.listIDField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string listAgencyID {
get {
return this.listAgencyIDField;
}
set {
this.listAgencyIDField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute()]
public string listAgencyName {
get {
return this.listAgencyNameField;
}
set {
this.listAgencyNameField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute()]
public string listName {
get {
return this.listNameField;
}
set {
this.listNameField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string listVersionID {
get {
return this.listVersionIDField;
}
set {
this.listVersionIDField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute()]
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute(DataType="language")]
public string languageID {
get {
return this.languageIDField;
}
set {
this.languageIDField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string listURI {
get {
return this.listURIField;
}
set {
this.listURIField = value;
}
}
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string listSchemeURI {
get {
return this.listSchemeURIField;
}
set {
this.listSchemeURIField = value;
}
}
[System.Xml.Serialization.XmlTextAttribute(DataType="normalizedString")]
public string Value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ExtensionReasonCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", IsNullable=false)]
public partial class ExtensionReasonCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("WorkPhaseCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class WorkPhaseCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("WeightingAlgorithmCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class WeightingAlgorithmCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("WeekDayCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class WeekDayCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ValidationResultCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ValidationResultCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("UtilityStatementTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class UtilityStatementTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("UrgencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class UrgencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("UNDGCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class UNDGCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransportationStatusTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransportationStatusTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransportServiceCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransportServiceCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransportModeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransportModeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransportMeansTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransportMeansTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransportHandlingUnitTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransportHandlingUnitTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransportExecutionStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransportExecutionStatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransportEventTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransportEventTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransportEquipmentTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransportEquipmentTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransportEmergencyCardCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransportEmergencyCardCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransportAuthorizationCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransportAuthorizationCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TransitDirectionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TransitDirectionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TradeServiceCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TradeServiceCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TradeItemPackingLabelingTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TradeItemPackingLabelingTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TrackingDeviceCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TrackingDeviceCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TimingComplaintCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TimingComplaintCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TimeFrequencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TimeFrequencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ThresholdValueComparisonCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ThresholdValueComparisonCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TendererRoleCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TendererRoleCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TendererRequirementTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TendererRequirementTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TenderTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TenderTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TenderResultCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TenderResultCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TenderEnvelopeTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TenderEnvelopeTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TelecommunicationsSupplyTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TelecommunicationsSupplyTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TelecommunicationsServiceCategoryCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TelecommunicationsServiceCategoryCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TelecommunicationsServiceCallCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TelecommunicationsServiceCallCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TaxTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TaxTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TaxLevelCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TaxLevelCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TaxExemptionReasonCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TaxExemptionReasonCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TaxCurrencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TaxCurrencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TariffCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TariffCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TariffClassCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TariffClassCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("TargetCurrencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class TargetCurrencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SupplyChainActivityTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SupplyChainActivityTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SubstitutionStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SubstitutionStatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SubscriberTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SubscriberTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SubmissionMethodCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SubmissionMethodCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SubcontractingConditionsCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SubcontractingConditionsCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("StatusReasonCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class StatusReasonCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("StatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class StatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("StatementTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class StatementTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SpecificationTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SpecificationTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SourceCurrencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SourceCurrencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SizeTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SizeTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ShortageActionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ShortageActionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ShippingPriorityLevelCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ShippingPriorityLevelCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ServiceTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ServiceTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ServiceInformationPreferenceCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ServiceInformationPreferenceCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SecurityClassificationCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SecurityClassificationCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SealStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SealStatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("SealIssuerTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class SealIssuerTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("RoleCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class RoleCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("RevisionStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class RevisionStatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("RetailEventStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class RetailEventStatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ResponseCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ResponseCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ResolutionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ResolutionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ResidenceTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ResidenceTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("RequestedInvoiceCurrencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class RequestedInvoiceCurrencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ReminderTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ReminderTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("RejectReasonCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class RejectReasonCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("RejectActionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class RejectActionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ReferenceEventCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ReferenceEventCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ReceiptAdviceTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ReceiptAdviceTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("QuantityDiscrepancyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class QuantityDiscrepancyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("QualityControlCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class QualityControlCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PurposeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PurposeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ProviderTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ProviderTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PromotionalEventTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PromotionalEventTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ProfileStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ProfileStatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ProcurementTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ProcurementTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ProcurementSubTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ProcurementSubTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ProcessReasonCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ProcessReasonCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ProcedureCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ProcedureCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PrivacyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PrivacyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PricingCurrencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PricingCurrencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PriceTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PriceTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PriceEvaluationCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PriceEvaluationCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PreviousMeterReadingMethodCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PreviousMeterReadingMethodCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PreviousCancellationReasonCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PreviousCancellationReasonCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PreferenceCriterionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PreferenceCriterionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PositionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PositionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PerformanceMetricTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PerformanceMetricTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PaymentPurposeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PaymentPurposeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PaymentMeansCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PaymentMeansCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PaymentFrequencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PaymentFrequencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PaymentCurrencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PaymentCurrencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PaymentChannelCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PaymentChannelCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PaymentAlternativeCurrencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PaymentAlternativeCurrencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PartyTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PartyTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PartPresentationCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PartPresentationCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ParentDocumentTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ParentDocumentTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PackingCriteriaCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PackingCriteriaCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PackagingTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PackagingTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PackageLevelCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PackageLevelCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("PackLevelCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class PackLevelCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("OwnerTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class OwnerTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("OrderTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class OrderTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("OrderResponseCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class OrderResponseCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("OneTimeChargeTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class OneTimeChargeTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("NotificationTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class NotificationTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("NatureCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class NatureCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("NameCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class NameCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("MiscellaneousEventTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class MiscellaneousEventTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("MimeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class MimeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("MeterReadingTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class MeterReadingTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("MeterConstantCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class MeterConstantCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("MedicalFirstAidGuideCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class MedicalFirstAidGuideCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("MathematicOperatorCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class MathematicOperatorCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("MandateTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class MandateTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("LossRiskResponsibilityCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class LossRiskResponsibilityCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("LongitudeDirectionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class LongitudeDirectionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("LocationTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class LocationTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("LocaleCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class LocaleCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("LifeCycleStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class LifeCycleStatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("LatitudeDirectionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class LatitudeDirectionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("LatestMeterReadingMethodCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class LatestMeterReadingMethodCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ItemClassificationCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ItemClassificationCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("InvoiceTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class InvoiceTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("InspectionMethodCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class InspectionMethodCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("InhalationToxicityZoneCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class InhalationToxicityZoneCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("IndustryClassificationCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class IndustryClassificationCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ImportanceCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ImportanceCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("IdentificationCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class IdentificationCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("HeatingTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class HeatingTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("HazardousRegulationCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class HazardousRegulationCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("HazardousCategoryCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class HazardousCategoryCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("HandlingCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class HandlingCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("GuaranteeTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class GuaranteeTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("GenderCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class GenderCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("FundingProgramCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class FundingProgramCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("FullnessIndicationCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class FullnessIndicationCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("FreightRateClassCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class FreightRateClassCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("FormatCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class FormatCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ForecastTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ForecastTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ForecastPurposeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ForecastPurposeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("FinancingInstrumentCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class FinancingInstrumentCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("FeatureTacticTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class FeatureTacticTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ExpressionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ExpressionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ExpenseCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ExpenseCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ExemptionReasonCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ExemptionReasonCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ExecutionRequirementCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ExecutionRequirementCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ExceptionStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ExceptionStatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("ExceptionResolutionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class ExceptionResolutionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("EvidenceTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class EvidenceTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("EvaluationCriterionTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class EvaluationCriterionTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("EnvironmentalEmissionTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class EnvironmentalEmissionTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("EncodingCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class EncodingCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("EmergencyProceduresCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class EmergencyProceduresCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DutyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DutyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DocumentTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DocumentTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DocumentStatusReasonCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DocumentStatusReasonCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DocumentStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DocumentStatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DocumentCurrencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DocumentCurrencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DispositionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DispositionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DisplayTacticTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DisplayTacticTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DirectionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DirectionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DespatchAdviceTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DespatchAdviceTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DescriptionCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DescriptionCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DeclarationTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DeclarationTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("DataSourceCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class DataSourceCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("CustomsStatusCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class CustomsStatusCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("CurrentChargeTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class CurrentChargeTypeCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("CurrencyCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public partial class CurrencyCodeType : CodeType1 {
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2")]
[System.Xml.Serialization.XmlRootAttribute("CreditNoteTypeCode", Namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", IsNullable=false)]
public part