element <lock> (local)
Namespace:
Type:
Content:
empty, 2 attributes
Defined:
locally within documentType complexType in myDocuments.xsd; see XML source
XML Representation Summary
<lock
   
 = 
xsd:dateTime
 = 
xsd:int
/>
Included in content model of elements (1):
document (in myDocuments)
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="lock" type="lockType"/>
Attribute Detail (all declarations; 2/2)
expires
Type:
xsd:dateTime, predefined
Use:
optional
Defined:
locally within lockType complexType
If the lock has been taken, then this optional attribute specifies when the lock should be automatically released.
XML Source (see within schema source)
<xsd:attribute maxOccurs="1" minOccurs="0" name="expires" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
If the lock has been taken, then this optional attribute specifies when the lock should be automatically released.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

taken
Type:
xsd:int, predefined
Use:
optional
Defined:
locally within lockType complexType
If 0, then no lock has been taken. If 1, then a lock is being held for the document.
XML Source (see within schema source)
<xsd:attribute maxOccurs="1" minOccurs="1" name="taken" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
If 0, then no lock has been taken. If 1, then a lock is being held for the document.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>