Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element NutrientDetailRecord / NutrientTypeCode
Namespace No namespace
Annotations
Nutrient classification type
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NutrientType.tmp#NutrientType
Type NutrientType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern (\c+) & ((BIOT)|(CA)|(CHOAVL)|(CLD)|(CR)|(CU)|(ENER-KCAL)|(ENER-KJ)|(FAMSCIS)|(FAPUCIS)|(FASAT)|(FAT)|(FD)|(FE)|(FIBTG)|(FOLDFE)|(ID)|(K)|(MG)|(MN)|(MO)|(NA)|(NIA)|(P)|(PANTAC)|(POLYOL)|(PROA)|(RIBF)|(SALT)|(SE)|(STARCH)|(THIA)|(VITA)|(VITB12)|(VITB6)|(VITC)|(VITD)|(VITE)|(VITK)|(ZN)|(SUGAR))
Source
<xs:element minOccurs="1" maxOccurs="1" name="NutrientTypeCode" type="NutrientType">
  <xs:annotation>
    <xs:documentation>Nutrient classification type</xs:documentation>
  </xs:annotation>
</xs:element>
Element NutrientDetailRecord / QuantityContained
Namespace No namespace
Annotations
Nutrient quantity per Nutrient Basis Quantity
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal2FractionDigitsType.tmp#Decimal2FractionDigitsType
Type Decimal2FractionDigitsType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
fractionDigits 2
Source
<xs:element minOccurs="0" maxOccurs="1" name="QuantityContained" type="Decimal2FractionDigitsType">
  <xs:annotation>
    <xs:documentation>Nutrient quantity per Nutrient Basis Quantity</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type NutrientDetailRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_NutrientDetailRecord.tmp#NutrientDetailRecord_NutrientTypeCodee-document-3_1_10_xsd_Complex_Type_NutrientDetailRecord.tmp#NutrientDetailRecord_QuantityContained
Used by
Model
Children NutrientTypeCode, QuantityContained
Source
<xs:complexType name="NutrientDetailRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="NutrientTypeCode" type="NutrientType">
      <xs:annotation>
        <xs:documentation>Nutrient classification type</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="QuantityContained" type="Decimal2FractionDigitsType">
      <xs:annotation>
        <xs:documentation>Nutrient quantity per Nutrient Basis Quantity</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>