3.5.5.1.1.2 LongProperties (Custom XML Server Properties - Long Properties)

This element specifies the full content of custom server properties whose values exceed 255 characters.  When a document containing custom server properties is roundtripped to binary and back, any server properties whose values exceed 255 characters can be written out as LongProperties to ensure that no data are lost. These long properties are first written when the document is saved to binary (where the custom property values can be truncated).

Child Elements

Subclause

LongProp (Custom XML Server Property - Long Property)

§3.5.5.1.1.1, LongProp

The following XML Schema fragment defines the contents of this element:

 <complexType name="CT_LongProperties">
   <sequence>
     <element name="LongProp" minOccurs="0" maxOccurs="unbounded">
       <complexType>
         <simpleContent>
           <extension base="xsd:string">
             <attribute name="name" type="xsd:string"/>
           </extension>
         </simpleContent>
       </complexType>
     </element>
   </sequence>
 </complexType>