/******************************************************************************* * Copyright (c) 2014, 2015 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 * which accompanies this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html * and the Eclipse Distribution License is available at * http://www.eclipse.org/org/documents/edl-v10.php. * * Contributors: * Martin Vojtek - 2.6.0 - initial implementation ******************************************************************************/ package org.eclipse.persistence.testing.perf.largexml.bigpo.unspecialized_data_types; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns="urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatypes-1.0" xmlns:cct="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>DT</ccts:ComponentType><ccts:DictionaryEntryName>Code. Type</ccts:DictionaryEntryName><ccts:Definition>A character string (letters, figures or symbols) that for brevity and/or language independence may be used to represent or replace a definitive value or text of an Attribute together with relevant supplementary information.</ccts:Definition><ccts:RepresentationTerm>Code</ccts:RepresentationTerm></ccts:Component> * </pre> * * * <p>Java class for CodeType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="CodeType"> * <simpleContent> * <restriction base="<urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0>CodeType"> * <attribute name="codeListID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> * <attribute name="codeListAgencyID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> * <attribute name="codeListAgencyName" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="codeListName" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="codeListVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="languageID" type="{http://www.w3.org/2001/XMLSchema}language" /> * <attribute name="codeListURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> * <attribute name="codeListSchemeURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> * </restriction> * </simpleContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CodeType") public class CodeType extends org.eclipse.persistence.testing.perf.largexml.bigpo.core_component_types.CodeType { }