Zusätzliche Funktionen von Windchill > Serviceinformationsverwaltung > Servicestrukturen > Servicestrukturen erstellen > Servicestrukturen automatisch füllen > Automatisches Füllen: Beispiel-Konfigurationsdatei
  
Automatisches Füllen: Beispiel-Konfigurationsdatei
Nachfolgend finden Sie eine Beispielkonfigurationsdatei für das automatische Füllen von Gruppen namens "Axle" mit Teilelisten, deren Name mit 212 beginnt, in einer Informationsstruktur namens CAR_IS.
Zum automatischen Füllen von CAR_IS legen Sie die Konfigurationsdatei wie unten angegeben fest:
<?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>
Speichern und schließen Sie die Datei.
Die Gruppen namens "Axle" in der Informationsstruktur CAR_IS werden automatisch mit Teilelisten gefüllt, die mit 212 beginnen.