Changeset 1618

Show
Ignore:
Timestamp:
03/11/10 15:31:22 (2 years ago)
Author:
amandel
Message:

Refine xsd for #80 - xsd for simple-types.xml

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/xml/schema/simple-types.xsd

    r1616 r1618  
    8888        <xs:sequence> 
    8989            <xs:element name="restrictedLong" type="restrictedLong" 
    90                 maxOccurs="unbounded"/> 
     90                maxOccurs="unbounded" minOccurs="0"/> 
    9191        </xs:sequence> 
    9292    </xs:complexType> 
    9393    <xs:complexType name="restrictedLong"> 
    9494        <xs:sequence> 
     95            <xs:element name="description" type="description" 
     96                minOccurs="0"/> 
    9597            <xs:element name="constant" type="constant" 
    9698                minOccurs="0" maxOccurs="unbounded"/>