element <attributes> (unified local)
Namespace:
Type:
Content:
complex, 3 elements
Defined:
locally at 2 locations in myDocuments.xsd
XML Representation Summary
<attributes>
   
Content: 
</attributes>
Content model elements (3):
hidden (in attributes), readOnly (in attributes), system (in attributes)
Included in content model of elements (2):
document (in myDocuments), folder (in myDocuments)
Definition Locations
Content Element Detail (all declarations; 3/3)
hidden
Type:
xsd:int, predefined, simple content
Defined:
locally within attributeType complexType
If 0, then the document should be displayed in normal UI. If 1, then it should be hidden from most views.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="hidden" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
If 0, then the document should be displayed in normal UI. If 1, then it should be hidden from most views.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

readOnly
Type:
xsd:int, predefined, simple content
Defined:
locally within attributeType complexType
If 0, then the document is read/write, if 1, then read-only.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="readOnly" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
If 0, then the document is read/write, if 1, then read-only.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

system
Type:
xsd:int, predefined, simple content
Defined:
locally within attributeType complexType
If 0, then the file is not a system file. If 1, then file should be treated as a special system file.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="system" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
If 0, then the file is not a system file. If 1, then file should be treated as a special system file.
</xsd:documentation>
</xsd:annotation>
</xsd:element>