Definition Type: ComplexType
Name: StitchingType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StitchingReferenceEdge Drilldown into StitchingOffset Drilldown into StitchingLocationsXSD Diagram of StitchingType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="StitchingType">
    <xs:sequence>
        <xs:element ref="StitchingLocations" minOccurs="0" />
        <xs:element ref="StitchingOffset" minOccurs="0" />
        <xs:element ref="StitchingReferenceEdge" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StitchingLocations pwg:StitchingLocations 0 (1)
StitchingOffset pwg:StitchingOffset 0 (1)
StitchingReferenceEdge pwg:StitchingReferenceEdge 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:Stitching