<xs:complexType name="baseOfficialMetadataComplexType">
<xs:annotation>
<xs:documentation>Metadata about the official. | Generally does not change over the course of a sports-events.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="basePersonMetadataComplexType">
<xs:attribute name="uniform-number" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The number currently displayed on the uniform or jersey of the official.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|