RE: Algorithm for merging the pattern facets in a base simpleType with a subtype?

"Costello, Roger L." <[email protected]>
Newsgroups gmane.text.xml.schema.devel
Message-ID <[email protected]>
Thanks Michael and Liam. Truly excellent.

I think that now I have an algorithm for determining how the pattern facets in a simpleType and in its base type (and its base type's base type and so on) constrain a simpleType. Would you verify my algorithm please?

Consider simpleType A that has a base simpleType B, which has a base simpleType C, which has a base simpleType D. (This dependency chain may be even longer)

Let me denote this simpleType dependency chain like this:

     list = [A, B, C, D]

Problem: what are the pattern facet constraints on simpleType A?


Algorithm:

Pattern-Facet-Constraints (list) {

     ("or" the patterns in list[1]) "and" (Pattern-Facet-Constraints (list[position() gt 1])

}

In words: The patterns that apply to the first simpleType in "list" is the Boolean "or" of the patterns in the first simpleType, then Boolean "and" them with the patterns that apply to the simpleTypes in the remainder of the list.
     
Do you agree?

/Roger
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.