Definition Type: Attribute
Name: weight
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
Weight of a person. Generally in kg.
Collapse XSD Schema Diagram:
XSD Diagram of weight in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="weight" type="xs:nonNegativeInteger" use="optional">
    <xs:annotation>
        <xs:documentation>Weight of a person. Generally in kg.</xs:documentation>
    </xs:annotation>
</xs:attribute>