Class FieldIDType

java.lang.Object
org.apache.xml.security.binding.xmldsig11.FieldIDType

public class FieldIDType extends Object

Java class for FieldIDType complex type.

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

<complexType name="FieldIDType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <choice>
        <element ref="{http://www.w3.org/2009/xmldsig11#}Prime"/>
        <element ref="{http://www.w3.org/2009/xmldsig11#}TnB"/>
        <element ref="{http://www.w3.org/2009/xmldsig11#}PnB"/>
        <element ref="{http://www.w3.org/2009/xmldsig11#}GnB"/>
        <any processContents='lax' namespace='##other'/>
      </choice>
    </restriction>
  </complexContent>
</complexType>