package org.hl7.v3; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for POCD_MT000040.InfrastructureRoot.typeId complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="POCD_MT000040.InfrastructureRoot.typeId"> * <complexContent> * <restriction base="{urn:hl7-org:v3}II"> * <attribute name="root" use="required" type="{urn:hl7-org:v3}uid" fixed="2.16.840.1.113883.1.3" /> * <attribute name="extension" use="required" type="{urn:hl7-org:v3}st" /> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "POCD_MT000040.InfrastructureRoot.typeId") public class POCDMT000040InfrastructureRootTypeId extends II { /** * */ private static final long serialVersionUID = 1L; }