- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 21 Jan 2008 15:17:00 +0000
- To: public-sml@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5306
------- Comment #6 from kirk.wilson@ca.com 2008-01-21 15:17 -------
The SMLIFVersion attribute is to be allocated to the modelType complex type.
The revised XML Schema is as follows:
<xs:complexType name="modelType" mixed="false">
<xs:sequence>
<xs:element name="identity" type="smlif:identityType"/>
<xs:element ref="smlif:ruleBindings" minOccurs="0"/>
<xs:element ref="smlif:schemaBindings" minOccurs="0"/>
<xs:element name="definitions" type="smlif:documentCollectionType"
minOccurs="0"/>
<xs:element name="instances" type="smlif:documentCollectionType"
minOccurs="0"/>
<xs:any namespace="##other" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="SMLIFVersion" type="xs:token"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Received on Monday, 21 January 2008 15:17:05 UTC