simpleType endpoint.type.type

simpleType {http://graphml.graphdrawing.org/xmlns/1.0rc}endpoint.type.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://graphml.graphdrawing.org/xmlns/1.0rc}endpoint.type.type
Final Derivationsextension, restriction, union, list
Target Namespacehttp://graphml.graphdrawing.org/xmlns/1.0rc
Declared Namespacesxmlns:xlink=http://www.w3.org/1999/xlink
xmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns:g=http://graphml.graphdrawing.org/xmlns/1.0rc
xmlns=http://graphml.graphdrawing.org/xmlns/1.0rc


Source

<xs:simpleType name="endpoint.type.type" final="#all">
    <
xs:annotation>
        <
xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
Simple type for the type attribute of <endpoint>.
endpoint.type.type is a restriction of xs:NMTOKEN
Allowed values: in, out, undir.
        
</xs:documentation>
    </
xs:annotation>
    <
xs:restriction base="xs:NMTOKEN">
        <
xs:enumeration value="in"/>
        <
xs:enumeration value="out"/>
        <
xs:enumeration value="undir"/>
    </
xs:restriction>
</
xs:simpleType>


Documentation

See also: http://graphml.graphdrawing.org/
Simple type for the type attribute of <endpoint>.
endpoint.type.type is a restriction of xs:NMTOKEN
Allowed values: in, out, undir.


simpleType endpoint.type.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.