Skip to content

Commit

Permalink
minimal jacketingparams glitsh
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-prosi committed Feb 3, 2025
1 parent cd771fc commit 925e619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions JDFResource.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8423,15 +8423,15 @@
<xs:element name="JacketingParamsRef" type="jdf:ResourceRef" substitutionGroup="jdf:ResourceRef" />
<xs:element name="JacketingParamsLink" type="jdf:ResourceLink" substitutionGroup="jdf:ResourceLink" />
<xs:attributeGroup name="JacketingParamsAttribs_c" >
<xs:attribute name="FoldingWidth" type="jdftyp:double" use="optional" />
<xs:attribute name="FoldingDistance" type="jdftyp:double" use="optional" />
</xs:attributeGroup>
<xs:attribute name="FoldingDistance" type="jdftyp:double" use="optional" />
<xs:attribute name="FoldingWidth" type="jdftyp:double" use="optional" />
</xs:attributeGroup>

<xs:attributeGroup name="JacketingParamsAttribs_u">
<xs:attributeGroup ref="jdf:JacketingParamsAttribs_c" />
</xs:attributeGroup>
<xs:attributeGroup name="JacketingParamsAttribs_r">
<xs:attributeGroup ref="jdf:JacketingParamsAttribs_c" />
<xs:attribute name="FoldingDistance" type="jdftyp:double" use="optional" />
<xs:attribute name="FoldingWidth" type="jdftyp:double" use="required" />
</xs:attributeGroup>
<xs:complexType name="JacketingParams_r" mixed="false">
Expand Down

0 comments on commit 925e619

Please sign in to comment.