1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
default namespace =
"http://schemas.openxmlformats.org/officeDocument/2006/custom-properties"
namespace o = "urn:schemas-microsoft-com:office:office"
namespace s =
"http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
namespace shdCstm =
"http://schemas.openxmlformats.org/officeDocument/2006/custom-properties"
namespace v = "urn:schemas-microsoft-com:vml"
namespace vt =
"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"
namespace w10 = "urn:schemas-microsoft-com:office:word"
namespace x = "urn:schemas-microsoft-com:office:excel"
shdCstm_Properties = element Properties { shdCstm_CT_Properties }
shdCstm_CT_Properties = element property { shdCstm_CT_Property }*
shdCstm_CT_Property =
attribute fmtid { s_ST_Guid },
attribute pid { xsd:int },
attribute name { xsd:string }?,
attribute linkTarget { xsd:string }?,
(vt_vector
| vt_array
| vt_blob
| vt_oblob
| vt_empty
| vt_null
| vt_i1
| vt_i2
| vt_i4
| vt_i8
| vt_int
| vt_ui1
| vt_ui2
| vt_ui4
| vt_ui8
| vt_uint
| vt_r4
| vt_r8
| vt_decimal
| vt_lpstr
| vt_lpwstr
| vt_bstr
| vt_date
| vt_filetime
| vt_bool
| vt_cy
| vt_error
| vt_stream
| vt_ostream
| vt_storage
| vt_ostorage
| vt_vstream
| vt_clsid)
|