Namespace |
http://kuutio.fi/schemas/callForOfferWithPublicity |
Diagram
|
|
Properties
|
|
Model |
CallForOffer+ , Publicity , PublicityOrganizations{0,1} |
Children |
CallForOffer, Publicity, PublicityOrganizations |
Instance
|
<CallForOfferWithPublicity schemaPackageSubversion="" schemaPackageVersion="" schemaPackageVersionDate="">
<CallForOffer id="">{1,unbounded}</CallForOffer>
<Publicity>{1,1}</Publicity>
<PublicityOrganizations>{0,1}</PublicityOrganizations>
</CallForOfferWithPublicity> |
|
Attributes
|
|
Source
|
<xs:element name="CallForOfferWithPublicity">
<xs:complexType>
<xs:sequence>
<xs:element ref="cfo:CallForOffer" minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="Publicity" type="co:PublicityType" minOccurs="1" maxOccurs="1"/>
<xs:element name="PublicityOrganizations" type="o:OrganizationsType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="schemaPackageVersion" type="co:ForestDataStandardSchemaPackageVersionType" use="required"/>
<xs:attribute name="schemaPackageSubversion" type="co:ForestDataStandardSchemaPackageSubversionType" use="optional"/>
<xs:attribute name="schemaPackageVersionDate" type="co:DateType" use="optional"/>
</xs:complexType>
</xs:element> |
|