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