complexType MandatoryPartType
diagram generic_p6.png
namespace http://fifa.com/fc
children fc:Path fc:SubPath
used by
elements MandatoryDataType/MandatoryPart MandatoryPartType/SubPath
attributes
Name  Type  Use  Default  Fixed  Annotation
IsAttribute  xsd:boolean  required      
documentation
True if the XPath references a mandatory attribute or another entity. False if the XPath references a mandatory element.
annotation
documentation
Defines a mandatory element or attribute using XPath.
source <xsd:complexType name="MandatoryPartType">
 
<xsd:annotation>
   
<xsd:documentation>Defines a mandatory element or attribute using XPath.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Path" type="fc:String" nillable="false">
     
<xsd:annotation>
       
<xsd:documentation>True if the XPath references a mandatory attribute or another entity. False if the XPath references a mandatory element.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="SubPath" type="fc:MandatoryPartType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>If the Path references an fe:Identifier of another entity (that may be passed in) the SubPath specifies what data has to be mandatory in that entity.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="IsAttribute" type="xsd:boolean" use="required">
   
<xsd:annotation>
     
<xsd:documentation>True if the XPath references a mandatory attribute or another entity. False if the XPath references a mandatory element.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MandatoryPartType/@IsAttribute
type xsd:boolean
properties
use required
annotation
documentation
True if the XPath references a mandatory attribute or another entity. False if the XPath references a mandatory element.
source <xsd:attribute name="IsAttribute" type="xsd:boolean" use="required">
 
<xsd:annotation>
   
<xsd:documentation>True if the XPath references a mandatory attribute or another entity. False if the XPath references a mandatory element.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element MandatoryPartType/Path
diagram generic_p7.png
namespace http://fifa.com/fc
type fc:String
properties
content simple
nillable false
annotation
documentation
True if the XPath references a mandatory attribute or another entity. False if the XPath references a mandatory element.
source <xsd:element name="Path" type="fc:String" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>True if the XPath references a mandatory attribute or another entity. False if the XPath references a mandatory element.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MandatoryPartType/SubPath
diagram generic_p8.png
namespace http://fifa.com/fc
type fc:MandatoryPartType
properties
minOcc 0
maxOcc 1
content complex
nillable false
children fc:Path fc:SubPath
attributes
Name  Type  Use  Default  Fixed  Annotation
IsAttribute  xsd:boolean  required      
documentation
True if the XPath references a mandatory attribute or another entity. False if the XPath references a mandatory element.
annotation
documentation
If the Path references an fe:Identifier of another entity (that may be passed in) the SubPath specifies what data has to be mandatory in that entity.
source <xsd:element name="SubPath" type="fc:MandatoryPartType" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>If the Path references an fe:Identifier of another entity (that may be passed in) the SubPath specifies what data has to be mandatory in that entity.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy