ISSUE-79: Global Attribute SimpleType pattern

ISSUE-79: Global Attribute SimpleType pattern

http://www.w3.org/2005/06/tracker/databinding/issues/79

Raised by: Paul Downey
On product: Advanced

Proposed Advanced pattern:

  <xs:attribute name="foo">
    <xs:simpleType>
       ...
    </xs:simpleType>
  </xs:attribute>

XPath: 

  ./xs:attribute/xs:simpleType/(../(., @name), .)

Received on Wednesday, 1 November 2006 17:45:06 UTC