TemplateRoleCodeType

HTML, DOC, PDF...

Simple Type Information

Used By

Source

<xs:simpleType name="TemplateRoleCodeType">
  <xs:annotation>
    <xs:documentation>HTML, DOC, PDF...</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Css"/>
    <xs:enumeration value="Document"/>
    <xs:enumeration value="Html"/>
    <xs:enumeration value="Pdf"/>
  </xs:restriction>
</xs:simpleType>