OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

dss message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Groups - DSS Core Schema File (oasis-dss-1.0-core-schema-wd-33pre8.xsd) uploaded


Changes made to cure Basic Processing (3.3) from complexity:

Better not use attribute to indicate type!

==> mad choice explicit as to contain InlineXML, Base64XML (exclusive) or
EscapedXML:

a) Introduction of InlineXMLType with attribute 
ignorePIsComments
"""
<!-- This Type is equivalent to AnyType, it is necessary however to be able
to do DOM Binding and Wildcard Binding to top level elements of profiles
and to distinguish between them -->
	<xs:complexType name="InlineXMLType" mixed="true">
		<xs:sequence>
			<xs:any processContents="lax"/>
		</xs:sequence>
		<xs:attribute name="ignorePIsComments" type="xs:boolean" use="optional"
default="true"/>
	</xs:complexType>
	<!-- -->
"""

Change <Document> accordingly:
"""
	<xs:element name="Document">
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="dss:DocumentBaseType">
					<xs:choice>
						<xs:element name="InlineXML" type="dss:InlineXMLType"/>
						<xs:element name="Base64XML" type="xs:base64Binary"/>
						<xs:element name="EscapedXML" type="xs:string"/>
						<xs:element ref="dss:Base64Data"/>
					</xs:choice>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
"""

Core-Document will follow later this european, sunny sunday.

 -- Stefan Drees

The document revision named DSS Core Schema File
(oasis-dss-1.0-core-schema-wd-33pre8.xsd) has been submitted by Stefan
Drees to the OASIS Digital Signature Services (DSS) TC document repository.
 This document is revision #3 of oasis-dss-1.0-core-schema-wd-31.xsd.

Document Description:
The Schema itself

View Document Details:
http://www.oasis-open.org/apps/org/workgroup/dss/document.php?document_id=13645

Download Document:  
http://www.oasis-open.org/apps/org/workgroup/dss/download.php/13645/oasis-dss-1.0-core-schema-wd-33pre8.xsd

Revision:
This document is revision #3 of oasis-dss-1.0-core-schema-wd-31.xsd.  The
document details page referenced above will show the complete revision
history.


PLEASE NOTE:  If the above links do not work for you, your email application
may be breaking the link into two pieces.  You may be able to copy and paste
the entire link address into the address field of your web browser.

-OASIS Open Administration


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]