complexType simpleDate

complexType {}simpleDate

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.w3.org/2001/XMLSchema}normalizedString (by restriction)
  {}genxmlDate (by extension)
   {}simpleDate
Abstractfalse (This can be used in an instance)
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:complexType name="simpleDate">
    <
xs:simpleContent>
        <
xs:extension base="genxmlDate">
            <
xs:attribute name="cal" use="optional" default="unknown">
                <
xs:simpleType>
                    <
xs:restriction base="xs:token">
                        <
xs:enumeration value="chinese"/>
                        <
xs:enumeration value="coptic"/>
                        <
xs:enumeration value="french"/>
                        <
xs:enumeration value="gregorian"/>
                        <
xs:enumeration value="hebrew"/>
                        <
xs:enumeration value="indian"/>
                        <
xs:enumeration value="islamic"/>
                        <
xs:enumeration value="julian"/>
                        <
xs:enumeration value="unknown"/>
                    </
xs:restriction>
                </
xs:simpleType>
            </
xs:attribute>
            <
xs:attribute name="mod" use="optional">
                <
xs:simpleType>
                    <
xs:restriction base="xs:token">
                        <
xs:enumeration value="about"/>
                        <
xs:enumeration value="after"/>
                        <
xs:enumeration value="before"/>
                        <
xs:enumeration value="estimated"/>
                    </
xs:restriction>
                </
xs:simpleType>
            </
xs:attribute>
            <
xs:attribute name="era" use="optional">
                <
xs:simpleType>
                    <
xs:restriction base="xs:token">
                        <
xs:enumeration value="after"/>
                        <
xs:enumeration value="before"/>
                    </
xs:restriction>
                </
xs:simpleType>
            </
xs:attribute>
        </
xs:extension>
    </
xs:simpleContent>
</
xs:complexType>


complexType simpleDate


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.