📄 rmlfilteracdb_v_001.xdr
字号:
<?xml version ="1.0"?>
<Schema name = "RMLFilterAcDb_v_001.xdr"
xmlns = "urn:schemas-microsoft-com:xml-data"
xmlns:dt = "urn:schemas-microsoft-com:datatypes">
<ElementType name = "Drawing" content = "eltOnly" order = "seq">
<AttributeType name = "drawingName" dt:type = "string" required = "yes"/>
<AttributeType name = "viewName" dt:type = "string"/>
<AttributeType name = "layoutName" dt:type = "string"/>
<attribute type = "drawingName"/>
<attribute type = "viewName"/>
<attribute type = "layoutName"/>
<element type = "PlaneDefinition" minOccurs = "0" maxOccurs = "1"/>
<element type = "VersionInfo" minOccurs = "0" maxOccurs = "1"/>
<element type = "LayerVisibilityList" minOccurs = "0" maxOccurs = "1"/>
</ElementType>
<ElementType name = "PlaneDefinition" content = "eltOnly" order = "seq">
<AttributeType name = "hither" dt:type = "float"/>
<AttributeType name = "yon" dt:type = "float"/>
<AttributeType name = "fovy" dt:type = "float"/>
<AttributeType name = "aspect" dt:type = "float"/>
<attribute type = "hither"/>
<attribute type = "yon"/>
<attribute type = "fovy"/>
<attribute type = "aspect"/>
<element type = "Vector"/>
<element type = "Vector" minOccurs = "0" maxOccurs = "1"/>
<element type = "Point3d"/>
</ElementType>
<ElementType name = "LayerVisibilityList" content = "eltOnly" order = "seq">
<element type = "Layer" minOccurs = "0" maxOccurs = "*"/>
</ElementType>
<ElementType name = "Layer" content = "empty">
<AttributeType name = "colorIndex" dt:type = "int"/>
<AttributeType name = "lineWeight" dt:type = "enumeration" dt:values = ".25pt .5pt .75pt 1pt 1.5pt 2.25pt 3pt 4.5pt 6pt"/>
<AttributeType name = "lineStyle" dt:type = "string"/>
<AttributeType name = "lineStyleScale" dt:type = "float"/>
<AttributeType name = "visibility" dt:type = "boolean"/>
<AttributeType name = "name" dt:type = "string"/>
<attribute type = "colorIndex"/>
<attribute type = "lineWeight"/>
<attribute type = "lineStyle"/>
<attribute type = "lineStyleScale"/>
<attribute type = "visibility"/>
<attribute type = "name"/>
</ElementType>
<ElementType name = "VersionInfo" content = "textOnly" dt:type = "string">
<AttributeType name = "version" dt:type = "int"/>
<attribute type = "version"/>
</ElementType>
<ElementType name = "Vector" content = "empty">
<AttributeType name = "x" dt:type = "float" required = "yes"/>
<AttributeType name = "y" dt:type = "float" required = "yes"/>
<AttributeType name = "z" dt:type = "float" required = "yes"/>
<attribute type = "x"/>
<attribute type = "y"/>
<attribute type = "z"/>
</ElementType>
<ElementType name = "Point3d" content = "empty">
<AttributeType name = "x" dt:type = "float" required = "yes"/>
<AttributeType name = "y" dt:type = "float" required = "yes"/>
<AttributeType name = "z" dt:type = "float" required = "yes"/>
<attribute type = "x"/>
<attribute type = "y"/>
<attribute type = "z"/>
</ElementType>
</Schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -