Class MdcAttributeType

  • All Implemented Interfaces:
    java.lang.Cloneable , org.jvnet.jaxb.lang.CopyTo , org.jvnet.jaxb.lang.ToString

    
    public class MdcAttributeType
     implements Cloneable, CopyTo, ToString
                        

    Type definition of MdcAttribute.

    Java class for MdcAttributeType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
    <complexType name="MdcAttributeType">
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <attribute name="Code" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodeIdentifier" />
          <attribute name="CodingSystem" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
          <attribute name="CodingSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
          <attribute name="SymbolicCodeName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}SymbolicCodeName" />
        </restriction>
      </complexContent>
    </complexType>