mmlLb:unit

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
mmlLb:uCode xs:string optional
mmlLb:uCodeId xs:string optional

Used By

Element mmlLb:item

Source

<xs:element name="unit">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="uCode" type="xs:string" use="optional" form="qualified"/>
        <xs:attribute name="uCodeId" type="xs:string" use="optional" form="qualified"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>