Interface XmlIDREFS

  • All Superinterfaces:
    XmlAnySimpleType, XmlObject, XmlTokenSource
    All Known Implementing Classes:
    XmlIdRefsImpl

    public interface XmlIDREFS
    extends XmlAnySimpleType
    Corresponds to the XML Schema xs:IDREFS type, a list type.

    When validated, IDREF values must match an ID value that is present within the document. This rule is only verified when a whole document is validated at once.

    Convertible to a List.