attributeGroup attlist.review

attributeGroup {}attlist.review

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

Usage:

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

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

Attributes:

type


Source

<xs:attributeGroup name="attlist.review">
    <
xs:attribute name="type" use="required">
        <
xs:annotation>
            <
xs:documentation>The type of the review.</xs:documentation>
        </
xs:annotation>
        <
xs:simpleType>
            <
xs:restriction base="xs:string">
                <
xs:enumeration value="editorial">
                    <
xs:annotation>
                        <
xs:documentation>Review was written by a member of your staff.</xs:documentation>
                    </
xs:annotation>
                </
xs:enumeration>
                <
xs:enumeration value="user">
                    <
xs:annotation>
                        <
xs:documentation>Review was written by a user of your site.</xs:documentation>
                    </
xs:annotation>
                </
xs:enumeration>
            </
xs:restriction>
        </
xs:simpleType>
    </
xs:attribute>
</
xs:attributeGroup>


attributeGroup attlist.review


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.