attributeGroup attlist.image

attributeGroup {}attlist.image

Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema

Usage:

    <xs:attributeGroup ref="attlist.image"/>

May be used in:
 another global attributeGroup
 a complexType
 an extension or restriction of simple or complex content

Attributes:

width
type
height
url


Source

<xs:attributeGroup name="attlist.image">
    <
xs:attribute name="type" use="required">
        <
xs:annotation>
            <
xs:documentation>The image type.</xs:documentation>
        </
xs:annotation>
        <
xs:simpleType>
            <
xs:restriction base="xs:string">
                <
xs:enumeration value="ad"/>
                <
xs:enumeration value="coupon"/>
                <
xs:enumeration value="menu"/>
                <
xs:enumeration value="photo"/>
            </
xs:restriction>
        </
xs:simpleType>
    </
xs:attribute>
    <
xs:attribute name="url" type="xs:anyURI" use="required">
        <
xs:annotation>
            <
xs:documentation>The URL of the full-sized image</xs:documentation>
        </
xs:annotation>
    </
xs:attribute>
    <
xs:attribute name="width" type="xs:unsignedInt">
        <
xs:annotation>
            <
xs:documentation>The width of the image</xs:documentation>
        </
xs:annotation>
    </
xs:attribute>
    <
xs:attribute name="height" type="xs:unsignedInt">
        <
xs:annotation>
            <
xs:documentation>The height of the image</xs:documentation>
        </
xs:annotation>
    </
xs:attribute>
</
xs:attributeGroup>


attributeGroup attlist.image


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.