package at.gv.util.xsd.moaspss; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** *

Java class for ContentRequiredRefType complex type. * *

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

 * <complexType name="ContentRequiredRefType">
 *   <complexContent>
 *     <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType">
 *       <choice minOccurs="0">
 *         <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
 *         <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/>
 *         <element name="LocRefContent" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
 *       </choice>
 *       <attribute name="Reference" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ContentRequiredRefType") public class ContentRequiredRefType extends ContentOptionalRefType { }