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 ReferencesCheckResultInfoType complex type. * *
The following schema fragment specifies the expected content contained within this class. * *
* <complexType name="ReferencesCheckResultInfoType">
* <complexContent>
* <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType">
* <sequence>
* <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
* <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ReferencesCheckResultInfoType")
public class ReferencesCheckResultInfoType
extends AnyChildrenType
{
}