Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element ReturnableAssetRecord / IsReturnableAssetEmpty
Namespace No namespace
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="IsReturnableAssetEmpty" type="YesNoType"/>
Element ReturnableAssetRecord / ReturnableAssetsContainedQuantity
Namespace No namespace
Annotations
The number of returnable assets contained that are allocated to the full returnable item. An example would be 6 bottles of beer in a six pack
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_PositiveNumType.tmp#PositiveNumType
Type PositiveNumType
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element minOccurs="0" maxOccurs="1" name="ReturnableAssetsContainedQuantity" type="PositiveNumType">
  <xs:annotation>
    <xs:documentation>The number of returnable assets contained that are allocated to the full returnable item. An example would be 6 bottles of beer in a six pack</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ReturnableAssetRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ReturnableAssetRecord.tmp#ReturnableAssetRecord_IsReturnableAssetEmptye-document-3_1_10_xsd_Complex_Type_ReturnableAssetRecord.tmp#ReturnableAssetRecord_ReturnableAssetsContainedQuantity
Used by
Model
Children IsReturnableAssetEmpty, ReturnableAssetsContainedQuantity
Source
<xs:complexType name="ReturnableAssetRecord">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="IsReturnableAssetEmpty" type="YesNoType"/>
    <xs:element minOccurs="0" maxOccurs="1" name="ReturnableAssetsContainedQuantity" type="PositiveNumType">
      <xs:annotation>
        <xs:documentation>The number of returnable assets contained that are allocated to the full returnable item. An example would be 6 bottles of beer in a six pack</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>