추가 Windchill 기능 > 서비스 정보 관리 > 서비스 구조 정보 > 서비스 구조 작성 > 서비스 구조 자동 채우기 정보 > 자동 채우기: 샘플 구성 파일
  
자동 채우기: 샘플 구성 파일
다음은 CAR_IS 이름의 정보 구조에서 212로 시작하는 이름의 부품 목록으로 Axle 이름의 그룹을 자동 채우기 위한 샘플 구성 파일입니다.
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로 시작하는 부품 목록으로 자동 채워집니다.