Definition Type: ComplexType
Name: SetOfRangeOfIntType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RangeXSD Diagram of SetOfRangeOfIntType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SetOfRangeOfIntType">
    <xs:sequence>
        <xs:element name="Range" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="Lowerbound" type="xs:int" />
                    <xs:element name="Upperbound" type="xs:int" />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Range pwg:Range 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:FontSizeRequested, pwg:StitchingLocations, pwg:StitchingLocations, pwg:StitchingOffset, pwg:StitchingOffset