Package xmlschema_acue :: Package validators :: Module identities

Module identities

source code

This module contains classes for other XML Schema identity constraints.

Classes
  XsdIdentityXPathParser
  XsdSelector
  XsdFieldSelector
  XsdIdentity
  XsdUnique
  XsdKey
  XsdKeyref
Implementation of xs:keyref.
Variables
  XSD_IDENTITY_XPATH_SYMBOLS = {'processing-instruction', 'follo...
Variables Details

XSD_IDENTITY_XPATH_SYMBOLS

Value:
{'processing-instruction', 'following-sibling', 'preceding-sibling', '\
ancestor-or-self', 'attribute', 'following', 'namespace', 'preceding',\
 'ancestor', 'position', 'comment', 'parent', 'child', 'false', 'text'\
, 'node', 'true', 'last', 'not', 'and', 'mod', 'div', 'or', '..', '//'\
, '!=', '<=', '>=', '(', ')', '[', ']', '.', '@', ',', '/', '|', '*', \
'-', '=', '+', '<', '>', ':', '(end)', '(name)', '(string)', '(float)'\
, '(decimal)', '(integer)', '::'}