Definition Type Attribute
Name dt
Namespace uuid:C2F41010-65B3-11d1-A29F-00AA00C14882
Type string
Content Type Restriction
Facets  
Enumerations string
Documentation Specifies the data type of custom properties for a document. Used for custom elements defined in the CustomDocumentProperty element of office.xsd.
XSD Schema dt.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:attribute xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="dt" >
  <xsd:annotation>
    <xsd:documentation>Specifies the data type of custom properties for a document. Used for custom elements defined in the CustomDocumentProperty element of office.xsd.</xsd:documentation>
  </xsd:annotation>

  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="string"/>
    </xsd:restriction>

  </xsd:simpleType>

</xsd:attribute>
Derivation Tree
[No Sub Types]
dt
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd