Physical Descriptors The huml term phsycialDescriptors is a set of attributes for a physical description of a human. NOTE: The height and weight types should be numbers but have to allow for different measurement systems. NOTE: The hair color, eyeColor, build attributes need code lists for values. NOTE: Scars, Marks and Tattoos should be a complex type for graphic, location, body part |
<xs:attributeGroup name="physicalDescriptors"> <xs:annotation> <xs:documentation xml:lang="en">Physical Descriptors The huml term phsycialDescriptors is a set of attributes for a physical description of a human. NOTE: The height and weight types should be numbers but have to allow for different measurement systems. NOTE: The hair color, eyeColor, build attributes need code lists for values. NOTE: Scars, Marks and Tattoos should be a complex type for graphic, location, body part</xs:documentation> <xs:appinfo>NONE</xs:appinfo> </xs:annotation> <xs:attribute name="height" type="xs:string"/> <xs:attribute name="weight" type="xs:string"/> <xs:attribute name="hairColor" type="xs:string"/> <xs:attribute name="eyeColor" type="xs:string"/> <xs:attribute name="build" type="xs:string"/> <xs:attribute name="scarsMarksTattoos" type="xs:string"/> </xs:attributeGroup> |