Logo

Example for Datatypes

<xs:complexType name="PictureType">
    <xs:attribute name="width" type="xs:positiveInteger"
        use="required"/>
    <xs:attribute name="height" type="xs:positiveInteger"
        use="required"/>
    <xs:attribute name="src" type="xs:anyURI" use="required"/>
</xs:complexType>

We have a schema for the address list...

Ivan Herman, W3C Head of Offices16 July, 20025 (27)