xsIDREFS
xsIDREFS is an XML Schema datatype that specifies a value is an IDREF, meaning it is a reference to an ID attribute declared elsewhere in the XML document. It is a member of the xs:IDREFS datatype group, which also includes xs:IDREF. The primary distinction between xs:IDREF and xs:IDREFS is that xs:IDREF represents a single ID reference, while xs:IDREFS can represent one or more ID references, separated by whitespace.
When an XML document is validated against an XML Schema that uses xs:IDREFS, the processor checks that
The xs:IDREFS datatype is useful for creating relationships between different parts of an XML document. For