element <document> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 9 elements, elem. wildcard
Defined:
XML Representation Summary
<document
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</document>
Content model elements (9):
attributes (type attributeType), cat (in document), creationDate (in document), lastAccessDate (in document), lock (in document), name (type hs:localizableString), properties (in document), ref (in document), stream (in document)
Included in content model of elements (1):
myDocuments
Annotation
The document is the <b>myDocuments</b> root object for document properties, references, and content.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="document" type="documentType">
<xsd:annotation>
<xsd:documentation>
The document is the
<b>myDocuments</b>
root object for document properties, references, and content.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
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; 10/10)
attributes
Type:
attributeType, complex content
Defined:
locally within documentType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="attributes" type="attributeType"/>

cat
Type:
hs:catType, empty content
Defined:
locally within documentType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>

creationDate
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within documentType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="creationDate" type="xsd:dateTime"/>

lastAccessDate
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within documentType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="lastAccessDate" type="xsd:dateTime"/>

lock
Type:
lockType, empty content
Defined:
locally within documentType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="lock" type="lockType"/>

name
Type:
hs:localizableString, simple content
Defined:
locally within documentType complexType
The name of the document.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
The name of the document.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

properties
Type:
propType, complex content
Defined:
locally within documentType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="properties" type="propType"/>

ref
Type:
refType, complex content
Defined:
locally within documentType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ref" type="refType"/>

stream
Type:
streamType, complex content
Defined:
locally within documentType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="stream" type="streamType"/>

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