Skip to content

Commit

Permalink
scavengerarea
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-prosi committed Aug 7, 2024
1 parent ea8c676 commit 85f8824
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions xjdf.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2560,16 +2560,13 @@
</xs:complexType>
</xs:element>

<xs:element name="ScavengerArea" substitutionGroup="SpecificResource" type="ScavengerArea"/>
<xs:complexType name="ScavengerArea">
<xs:complexContent>
<xs:extension base="SpecificResource">
<xs:attribute name="Center" type="XYPair" use="required"/>
<xs:attribute name="Separations" type="xs:NMTOKENS" use="optional"/>
<xs:attribute name="Size" type="XYPair" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="ScavengerArea" type="ScavengerArea"/>
<xs:complexType name="ScavengerArea">
<xs:attribute name="Center" type="XYPair" use="required"/>
<xs:attribute name="Separations" type="xs:NMTOKENS" use="optional"/>
<xs:attribute name="Size" type="XYPair" use="optional"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

<xs:element name="ShapeCuttingParams" substitutionGroup="SpecificResource" type="ShapeCuttingParams"/>
<xs:complexType name="ShapeCuttingParams">
Expand Down

0 comments on commit 85f8824

Please sign in to comment.