http://www.gliffy.com
simpleType http-status

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.gliffy.com}http-status (restriction)

Documentation
For clients that do not support the HTTP protocol, this attribute contains the HTTP status code that would've been returned.  The values have the meanings described by the HTTP standard.
Properties
This component is not nillable.

Model

('304' | '400' | '401' | '403' | '404' | '405' | '500' | '501')

Source
<xs:simpleType name="http-status">
<xs:restriction base="xs:int">
<xs:enumeration value="304"/>
<xs:enumeration value="400"/>
<xs:enumeration value="401"/>
<xs:enumeration value="403"/>
<xs:enumeration value="404"/>
<xs:enumeration value="405"/>
<xs:enumeration value="500"/>
<xs:enumeration value="501"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.