Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element PegMeasurementsInfoRecord / HasPegHole
Namespace No namespace
Annotations
Indicates whether the unit has hanger hole that allows the package to hang on a peg hook
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_YesNoType.tmp#YesNoType
Type YesNoType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((YES)|(NO)|(yes)|(no))
Source
<xs:element minOccurs="0" maxOccurs="1" name="HasPegHole" type="YesNoType">
  <xs:annotation>
    <xs:documentation>Indicates whether the unit has hanger hole that allows the package to hang on a peg hook</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type PegMeasurementsInfoRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_PegMeasurementsInfoRecord.tmp#PegMeasurementsInfoRecord_HasPegHole
Used by
Model
Children HasPegHole
Source
<xs:complexType name="PegMeasurementsInfoRecord">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="HasPegHole" type="YesNoType">
      <xs:annotation>
        <xs:documentation>Indicates whether the unit has hanger hole that allows the package to hang on a peg hook</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>