Skip to content

Commit

Permalink
Attempt to fix comments raised at the 24 June 2015 WG meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Aug 3, 2015
1 parent 002e345 commit da66fa5
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 148 deletions.
16 changes: 8 additions & 8 deletions langspec/schemas/xproc.rnc
Expand Up @@ -25,14 +25,14 @@ XSLTMatchPattern = text
XPathSequenceType = text

[
sa:model = "MediaType"
sa:model = "ContentType"
]
MediaType = text
ContentType = text

[
sa:model = "MediaTypes"
sa:model = "ContentTypes"
]
MediaTypes = text
ContentTypes = text

name.ncname.attr = attribute name { xsd:NCName }
name.qname.attr = attribute name { xsd:QName }
Expand All @@ -44,8 +44,8 @@ primary.attr = attribute primary { xsd:boolean }
select.attr = attribute select { XPathExpression }
xpath-version.attr = attribute xpath-version { text }
psvi-required.attr = attribute psvi-required { xsd:boolean }
content-type.attr = attribute content-type { MediaType }
content-types.attr = attribute content-types { MediaTypes }
content-type.attr = attribute content-type { ContentType }
content-types.attr = attribute content-types { ContentTypes }


exclude-inline-prefixes.attr =
Expand Down Expand Up @@ -242,7 +242,7 @@ Pipe =
Document =
element document {
href.attr,
attribute override-content-type { MediaType }?,
attribute override-content-type { ContentType }?,
common.attributes,
use-when.attr?,
(Documentation|PipeInfo)*
Expand Down Expand Up @@ -683,7 +683,7 @@ VocabHttpRequest =
attribute password { text }?,
attribute auth-method { text }?,
attribute send-authorization { xsd:boolean }?,
attribute override-content-type { MediaType }?,
attribute override-content-type { ContentType }?,
(VocabHeader*,(VocabMultipart|VocabBody)?)
}

Expand Down

0 comments on commit da66fa5

Please sign in to comment.