Namespace: |
|
Defined: |
globally in myInbox.xsd; see XML source |
Used: |
at 1 location |
Simple Content Model |
"flagged" | "completed" | "none" |
Type Derivation Tree
xsd:string (restriction)
![]() |
Derivation: |
restriction of xsd:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This type defines the allowable flag state values
</xsd:documentation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="flagged"/>
</xsd:restriction>
<xsd:enumeration value="completed"/>
<xsd:enumeration value="none"/>
</xsd:simpleType>
|