Java class for photo_tag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="photo_tag">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pid" type="{http://api.facebook.com/1.0/}pid"/>
<element name="subject" type="{http://api.facebook.com/1.0/}uid"/>
<element name="xcoord" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="ycoord" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|