QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | xs:NMTOKEN | optional | |||||
id | xs:ID | optional | |||||
standard | USDV | optional | |||||
title | optional | ||||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | nutrition |
<xs:element name="nutrient-group"> <xs:complexType> <xs:sequence> <xs:element ref="title" minOccurs="0"/> <xs:element ref="nutrient" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="class" type="xs:NMTOKEN"/> <xs:attribute name="title"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="standard" default="USDV"/> </xs:complexType> </xs:element> |