📄 voloviewrml_v_001.xdr
字号:
<?xml version ="1.0"?>
<Schema name = "VoloView_v_001.xml"
xmlns = "urn:schemas-microsoft-com:xml-data"
xmlns:dt = "urn:schemas-microsoft-com:datatypes">
<ElementType name = "DimData" content = "empty">
<AttributeType name = "Units" dt:type = "enumeration" dt:values = "Drawing in ft ft-in yd mi mm cm m km" required = "yes"/>
<AttributeType name = "Precision" dt:type = "enumeration" dt:values = "0 1 2 3 4 5 6 7 8" required = "yes"/>
<attribute type = "Units"/>
<attribute type = "Precision"/>
</ElementType>
<ElementType name = "AlignedDimData" content = "empty">
<AttributeType name = "DropLength" dt:type = "float" required = "yes"/>
<AttributeType name = "PlugOffset" dt:type = "float" required = "yes"/>
<AttributeType name = "ArrowOvershoot" dt:type = "float" required = "yes"/>
<attribute type = "DropLength"/>
<attribute type = "PlugOffset"/>
<attribute type = "ArrowOvershoot"/>
</ElementType>
<ElementType name = "NoteData" content = "empty">
<AttributeType name = "CenterX" dt:type = "float" required = "yes"/>
<AttributeType name = "CenterY" dt:type = "float" required = "yes"/>
<attribute type = "CenterX"/>
<attribute type = "CenterY"/>
</ElementType>
<ElementType name = "ExBoolean" content = "empty">
<AttributeType name = "Title" dt:type = "string" required = "yes"/>
<AttributeType name = "Value" dt:type = "boolean" required = "yes"/>
<attribute type = "Title"/>
<attribute type = "Value"/>
</ElementType>
<ElementType name = "ExByte" content = "empty">
<AttributeType name = "Title" dt:type = "string" required = "yes"/>
<AttributeType name = "Value" dt:type = "ui1" required = "yes"/>
<attribute type = "Title"/>
<attribute type = "Value"/>
</ElementType>
<ElementType name = "ExCurrency" content = "empty">
<AttributeType name = "Title" dt:type = "string" required = "yes"/>
<AttributeType name = "Value" dt:type = "number" required = "yes"/>
<attribute type = "Title"/>
<attribute type = "Value"/>
</ElementType>
<ElementType name = "ExDate" content = "empty">
<AttributeType name = "Title" dt:type = "string" required = "yes"/>
<AttributeType name = "Value" dt:type = "date" required = "yes"/>
<attribute type = "Title"/>
<attribute type = "Value"/>
</ElementType>
<ElementType name = "ExDouble" content = "empty">
<AttributeType name = "Title" dt:type = "string" required = "yes"/>
<AttributeType name = "Value" dt:type = "r8" required = "yes"/>
<attribute type = "Title"/>
<attribute type = "Value"/>
</ElementType>
<ElementType name = "ExShort" content = "empty">
<AttributeType name = "Title" dt:type = "string" required = "yes"/>
<AttributeType name = "Value" dt:type = "i2" required = "yes"/>
<attribute type = "Title"/>
<attribute type = "Value"/>
</ElementType>
<ElementType name = "ExLong" content = "empty">
<AttributeType name = "Title" dt:type = "string" required = "yes"/>
<AttributeType name = "Value" dt:type = "i4" required = "yes"/>
<attribute type = "Title"/>
<attribute type = "Value"/>
</ElementType>
<ElementType name = "ExText" content = "empty">
<AttributeType name = "Title" dt:type = "string" required = "yes"/>
<AttributeType name = "Value" dt:type = "string" required = "yes"/>
<attribute type = "Title"/>
<attribute type = "Value"/>
</ElementType>
</Schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -