Changeset 1618
- Timestamp:
- 03/11/10 15:31:22 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/xml/schema/simple-types.xsd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/xml/schema/simple-types.xsd
r1616 r1618 88 88 <xs:sequence> 89 89 <xs:element name="restrictedLong" type="restrictedLong" 90 maxOccurs="unbounded" />90 maxOccurs="unbounded" minOccurs="0"/> 91 91 </xs:sequence> 92 92 </xs:complexType> 93 93 <xs:complexType name="restrictedLong"> 94 94 <xs:sequence> 95 <xs:element name="description" type="description" 96 minOccurs="0"/> 95 97 <xs:element name="constant" type="constant" 96 98 minOccurs="0" maxOccurs="unbounded"/>
