complexType "attributeType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in myDocuments.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
hidden (in attributes), readOnly (in attributes), system (in attributes)
All Direct / Indirect Based Elements (1):
attributes (type attributeType)
Known Usage Locations
Annotation
This element contains all file system store attributes for the document
XML Source (see within schema source)
<xsd:complexType name="attributeType">
<xsd:annotation>
<xsd:documentation>
This element contains all file system store attributes for the document
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<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>
<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>
<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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
hidden
Type:
xsd:int, predefined, simple content
Defined:
locally within (this) 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 (this) 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 (this) 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>