ISSUE-78

fixed length repetition

State:
OPEN
Product:
Advanced
Raised by:
Paul Downey
Opened on:
2006-10-26
Description:
proposed advanced pattern, used to express fixed length arrays:

<xs:element name="foo" type="bar" minOccurs="n" maxOccurs="n" />

example instance:

  <foo>one</foo>
  <foo>two</foo>
  <foo>three</foo>

pattern definition:

  .//xs:element[@minOccurs = @maxOccurs and @minOccurs gt 1]
/(@minOccurs, @maxOccurs) 
Related emails:
  1. ISSUE-78: fixed length repetition (from dean+cgi@w3.org on 2006-10-26)

Related notes:

No additional notes.