complexType MandatoryDataType
diagram generic_p4.png
namespace http://fifa.com/fc
children fc:MandatoryPart
attributes
Name  Type  Use  Default  Fixed  Annotation
ServiceName  fc:String  required      
documentation
The name of the service/message that needs the additional mandatory data.
ParameterName  fc:String  required      
documentation
The name of the parameter/root element in the service/message that needs additional mandatory data.
annotation
documentation
The list defining a mandatory elements and attributes that are required in addition to the mandatory elements and attributes as specified in this specification to perform a business case.
source <xsd:complexType name="MandatoryDataType">
 
<xsd:annotation>
   
<xsd:documentation>The list defining a mandatory elements and attributes that are required in addition to the mandatory elements and attributes as specified in this specification to perform a business case.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="MandatoryPart" type="fc:MandatoryPartType" nillable="false" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The mandatory element(s) or attribute(s).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="ServiceName" type="fc:String" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The name of the service/message that needs the additional mandatory data.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ParameterName" type="fc:String" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The name of the parameter/root element in the service/message that needs additional mandatory data.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MandatoryDataType/@ServiceName
type fc:String
properties
use required
annotation
documentation
The name of the service/message that needs the additional mandatory data.
source <xsd:attribute name="ServiceName" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The name of the service/message that needs the additional mandatory data.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MandatoryDataType/@ParameterName
type fc:String
properties
use required
annotation
documentation
The name of the parameter/root element in the service/message that needs additional mandatory data.
source <xsd:attribute name="ParameterName" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The name of the parameter/root element in the service/message that needs additional mandatory data.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element MandatoryDataType/MandatoryPart
diagram generic_p5.png
namespace http://fifa.com/fc
type fc:MandatoryPartType
properties
minOcc 1
maxOcc 500
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
The mandatory element(s) or attribute(s).
source <xsd:element name="MandatoryPart" type="fc:MandatoryPartType" nillable="false" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The mandatory element(s) or attribute(s).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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