element <hidden> (local)
Namespace:
Type:
xsd:int
Content:
simple
Defined:
locally within attributeType complexType in myDocuments.xsd; see XML source
XML Representation Summary
<hidden>
   
Content: 
{ xsd:int }
</hidden>
Included in content model of elements (1):
attributes (type attributeType)
Annotation
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>