tsdetailschema.xml

来自「Windows Web脚本开发指南/(美) Dan Heflin, Todd N」· XML 代码 · 共 22 行

XML
22
字号
<Schema xmlns="urn:schemas-microsoft-com:xml-data">

<AttributeType name="startDate" required="yes" />
<AttributeType name="day" required="yes" />
<AttributeType name="clientID" required="yes" />
<AttributeType name="startTime" required="yes" />
<AttributeType name="endTime" required="yes" />

<ElementType  name="task">
  <attribute type="day" />
  <attribute type="clientID" />
  <attribute type="startTime" />
  <attribute type="endTime" />
</ElementType>

<ElementType  name="timeSheet">
  <element type="task" />
  <attribute type="startDate" />
</ElementType>
</Schema>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?