element <status> (local)
Namespace:
Type:
anonymous simpleType (restriction of xs:string)
Content:
simple
Defined:
XML Representation Summary
<status>
   
Content: 
{ xs:string }
</status>
Simple Content Detail:
MaxLength:
255

Included in content model of elements (1):
Annotation
The status of the approval: SUBMITTED, APPROVED, null
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xs:element name="status">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set