attribute type

attribute {http://www.w3.org/1999/xlink}type

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.w3.org/2001/XMLSchema}normalizedString (by restriction)
  {http://www.w3.org/2001/XMLSchema}token (by restriction)
   {http://www.w3.org/2001/XMLSchema}NMTOKEN (by restriction)
    {http://www.w3.org/1999/xlink}type
Target Namespacehttp://www.w3.org/1999/xlink
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:xlink=http://www.w3.org/1999/xlink


Source

<xsd:attribute name="type">
    <
xsd:simpleType>
        <
xsd:restriction base="xsd:NMTOKEN">
            <
xsd:enumeration value="simple"/>
            <
xsd:enumeration value="extended"/>
            <
xsd:enumeration value="locator"/>
            <
xsd:enumeration value="arc"/>
            <
xsd:enumeration value="resource"/>
            <
xsd:enumeration value="title"/>
            <
xsd:enumeration value="none"/>
        </
xsd:restriction>
    </
xsd:simpleType>
</
xsd:attribute>


attribute type


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.