Definition Type: Element
Name: Stitching
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: CopyService.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into StitchingLocations Drilldown into StitchingOffset Drilldown into StitchingReferenceEdgeXSD Diagram of Stitching
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="Stitching" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="StitchingReferenceEdge" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="AllowedValues" type="StitchingReferenceEdgeType" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="StitchingOffset" type="RangeOfIntType" minOccurs="0" />
            <xs:element name="StitchingLocations" type="RangeOfIntType" minOccurs="0" maxOccurs="unbounded" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StitchingReferenceEdge pwg:StitchingReferenceEdge 0 (1)
StitchingOffset pwg:StitchingOffset 0 (1)
StitchingLocations pwg:StitchingLocations 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded