其他 Windchill 功能 > 服务信息管理 > 关于 Service Structures > 构建服务结构 > 关于自动填充服务结构 > 自动填充:示例配置文件
  
自动填充:示例配置文件
以下是名为 Axle 的自动填充组的示例配置文件,以名称开头为 212 的部件列表自动填充,位于名为 CAR_IS 的信息结构中。
要自动填充 CAR_IS,请按如下所示设置配置文件:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configuration SYSTEM "structureConfig.dtd"
<Configuration>
<Rule>
<IEType internalName="com.ptc.arbortext.windchill.partlist.PartList">
<Matches>
<AttributeExpressions>
<AttributeExpression internalName="name"
operand="beginsWith" value="212-" />
</AttributeExpressions>
</Matches>
</IEType>
<Structure>
<InformationStructures>
<InformationStructure>
<Matches>
<AttributeExpressions>
<AttributeExpression
internalName="name" operand="beginsWith"
value="CAR_IS"/>
</AttributeExpressions>
</Matches>
<Group>
<Matches>
<AttributeExpressions>
<AttributeExpression
internalName="name" operand="contains"
value="Axle" />
</AttributeExpressions>
</Matches>
</Group>
</InformationStructure>
</InformationStructures>
<PublicationStructures>
<PublicationStructure>
<Matches>
<AttributeExpressions>
<AttributeExpression
internalName="name" operand="contains"
value="Ps11" />
</AttributeExpressions>
</Matches>
<Section>
</Matches>
<AttributeExpressions>
<AttributeExpression
internalName="name" operand="contains"
value="Sec1" />
</AttributeExpressions>
</Matches>
</Section>
</PublicationStructure>
</PublicationStructures>
</Structure>
</Rule>
</Configuration>
保存并关闭。
CAR_IS 信息结构中名为 Axle 的所有组均以 212 开头的部件列表自动填充。