element <draft> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 2 elements, elem. wildcard
Defined:
locally within myInboxType complexType in myInbox.xsd; see XML source
XML Representation Summary
<draft
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</draft>
Content model elements (2):
draftContent (in draft), draftStatus (in draft)
Included in content model of elements (1):
myInbox
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="draft" type="draftType"/>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 3/3)
draftContent
Type:
draftContentType, complex content
Defined:
locally within draftType complexType
The contents of this element represent the content of the draft.
XML Source (see within schema source)
<xsd:element name="draftContent" type="draftContentType">
<xsd:annotation>
<xsd:documentation>
The contents of this element represent the content of the draft.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

draftStatus
Type:
draftStatusType, complex content
Defined:
locally within draftType complexType
The contents of this element represent the status metadata of the draft.
XML Source (see within schema source)
<xsd:element name="draftStatus" type="draftStatusType">
<xsd:annotation>
<xsd:documentation>
The contents of this element represent the status metadata of the draft.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within draftType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>