Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element ReferencedFileRecord / ReferencedFileTypeCode
Namespace No namespace
Annotations
The type of file that is being referenced for example Product Image
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ReferencedFileType.tmp#ReferencedFileType
Type ReferencedFileType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern (\c+) & ((ASSEMBLY_INSTRUCTIONS)|(AWARD_CERTIFICATE)|(CERTIFICATION)|(CONSUMER_HANDLING_AND_STORAGE)|(DIET_CERTIFICATE)|(DISPOSAL_INSTRUCTIONS)|(ENERGY_LABEL)|(HAZARDOUS_SUBSTANCES_DATA)|(IFU)|(MARKETING_INFORMATION)|(NUTRITION_FACT_LABEL)|(ORGANIC_CERTIFICATE)|(PETFOOD_FEEDING_INSTRUCTIONS)|(PREPARATION_INSTRUCTIONS)|(PRODUCT_IMAGE)|(PRODUCT_LABEL_IMAGE)|(PRODUCT_WEBSITE)|(RECIPE_WEBSITE)|(SAFETY_DATA_SHEET)|(TECHNICAL_DATA_SHEET)|(WARRANTY_INFORMATION))
Source
<xs:element minOccurs="1" maxOccurs="1" name="ReferencedFileTypeCode" type="ReferencedFileType">
  <xs:annotation>
    <xs:documentation>The type of file that is being referenced for example Product Image</xs:documentation>
  </xs:annotation>
</xs:element>
Element ReferencedFileRecord / ContentDescription
Namespace No namespace
Annotations
Free form description of the content of the file
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 100
Source
<xs:element minOccurs="0" maxOccurs="1" name="ContentDescription" type="NormalTextType">
  <xs:annotation>
    <xs:documentation>Free form description of the content of the file</xs:documentation>
  </xs:annotation>
</xs:element>
Element ReferencedFileRecord / UniformResourceIdentifier
Namespace No namespace
Annotations
URL - simple text string that refers to a resource on the internet
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_LongTextType.tmp#LongTextType
Type LongTextType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 4000
Source
<xs:element minOccurs="0" maxOccurs="1" name="UniformResourceIdentifier" type="LongTextType">
  <!-- 3.1.9: element name corrected and type changed to LongTextType-->
  <xs:annotation>
    <xs:documentation>URL - simple text string that refers to a resource on the internet</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ReferencedFileRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ReferencedFileRecord.tmp#ReferencedFileRecord_ReferencedFileTypeCodee-document-3_1_10_xsd_Complex_Type_ReferencedFileRecord.tmp#ReferencedFileRecord_ContentDescriptione-document-3_1_10_xsd_Complex_Type_ReferencedFileRecord.tmp#ReferencedFileRecord_UniformResourceIdentifier
Used by
Model
Children ContentDescription, ReferencedFileTypeCode, UniformResourceIdentifier
Source
<xs:complexType name="ReferencedFileRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="ReferencedFileTypeCode" type="ReferencedFileType">
      <xs:annotation>
        <xs:documentation>The type of file that is being referenced for example Product Image</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="ContentDescription" type="NormalTextType">
      <xs:annotation>
        <xs:documentation>Free form description of the content of the file</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="UniformResourceIdentifier" type="LongTextType">
      <!-- 3.1.9: element name corrected and type changed to LongTextType-->
      <xs:annotation>
        <xs:documentation>URL - simple text string that refers to a resource on the internet</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>