schema location: | P:\Yes-co Techniek - MCP 2.0\3MCP\Documentatie specs extern 1.3.3\3mcp_relation_13.xsd |
attribute form default: | unqualified |
element form default: | qualified |
targetNamespace: | http://webservice.yesco.nl/mcp/1.3/Relation |
Elements | Complex types |
Relation | TypeBusiness |
TypePerson |
schema location: | P:\Yes-co Techniek - MCP 2.0\3MCP\Documentatie specs extern 1.3.3\3mcp_types_13.xsd |
attribute form default: | unqualified |
element form default: | qualified |
targetNamespace: | http://webservice.yesco.nl/mcp/1.3/Relation |
Complex types | Simple types | Attr. groups |
TypeAddress | TypeEmailAddress | AgEntityAttributes |
TypeDocument | TypeUuid | |
TypeGeoCode | ||
TypeKadasterInformation | ||
TypeLocation | ||
TypeMedia | ||
TypeProjectScenarioReference | ||
TypeRelationReference | ||
TypeRelationRoleReference |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | Type Archived YRelationNumber Media Business Person | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="Relation"> <xs:annotation> <xs:documentation>3MCP Relation</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:sequence> <xs:annotation> <xs:documentation>Relation header</xs:documentation> </xs:annotation> <xs:element name="Type"> <xs:annotation> <xs:documentation>Type of the relation, i.e. "Company" or "Individual".</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="company"/> <xs:enumeration value="office"/> <xs:enumeration value="contact"/> <xs:enumeration value="employee"/> <xs:enumeration value="individual"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Archived" type="xs:boolean"> <xs:annotation> <xs:documentation>TRUE when the relation is archived. A archived relation cannot be updated.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="YRelationNumber" type="xs:positiveInteger" minOccurs="0"/> <xs:element name="Media" type="TypeMedia" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Media associated with the relation, i.e. a photo of a building (for a company) or a photo of a person (for a individual)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:choice minOccurs="0"> <xs:annotation> <xs:documentation>Type elements</xs:documentation> </xs:annotation> <xs:element name="Business" type="TypeBusiness"> <xs:annotation> <xs:documentation>Information for relations of the Company and Office type.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Person" type="TypePerson"> <xs:annotation> <xs:documentation>Information for relations of the Individual, Contact and Empoyee type.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:sequence> <xs:attributeGroup ref="AgEntityAttributes"/> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||
type | restriction of xs:string | ||||||||||
properties |
|
||||||||||
facets |
|
||||||||||
annotation |
|
||||||||||
source | <xs:element name="Type"> <xs:annotation> <xs:documentation>Type of the relation, i.e. "Company" or "Individual".</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="company"/> <xs:enumeration value="office"/> <xs:enumeration value="contact"/> <xs:enumeration value="employee"/> <xs:enumeration value="individual"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="Archived" type="xs:boolean"> <xs:annotation> <xs:documentation>TRUE when the relation is archived. A archived relation cannot be updated.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:positiveInteger | ||||||||
properties |
|
||||||||
source | <xs:element name="YRelationNumber" type="xs:positiveInteger" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
type | TypeMedia | ||||||||||||||
properties |
|
||||||||||||||
children | Image Photo360 Video Document | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="Media" type="TypeMedia" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Media associated with the relation, i.e. a photo of a building (for a company) or a photo of a person (for a individual)</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
type | TypeBusiness | ||||||||||||||
properties |
|
||||||||||||||
children | Name MainAddress PostalAddress EmailAddress WebsiteURL PhoneNR FaxNR | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="Business" type="TypeBusiness"> <xs:annotation> <xs:documentation>Information for relations of the Company and Office type.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | TypePerson | ||||
properties |
|
||||
children | CompanyLink PartnerLink Sex Name MainAddress PostalAddress EmailAddress PhoneNR WorkPhoneNR MobilePhoneNR FaxNR Position | ||||
annotation |
|
||||
source | <xs:element name="Person" type="TypePerson"> <xs:annotation> <xs:documentation>Information for relations of the Individual, Contact and Empoyee type.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
children | Name MainAddress PostalAddress EmailAddress WebsiteURL PhoneNR FaxNR | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="TypeBusiness"> <xs:annotation> <xs:documentation>Business</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="MainAddress" type="TypeAddress" minOccurs="0"/> <xs:element name="PostalAddress" type="TypeAddress" minOccurs="0"/> <xs:element name="EmailAddress" type="TypeEmailAddress" minOccurs="0"/> <xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0"/> <xs:element name="PhoneNR" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Telephone number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FaxNR" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Telephone number</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="nvmVestigingNr" type="xs:int"> <xs:annotation> <xs:documentation>NVM office ID</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Name" type="xs:string"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | TypeAddress | ||||||||
properties |
|
||||||||
children | Country State Municipality City Area Neighbourhood Street Housenumber HousenumberAddition Zipcode | ||||||||
source | <xs:element name="MainAddress" type="TypeAddress" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | TypeAddress | ||||||||
properties |
|
||||||||
children | Country State Municipality City Area Neighbourhood Street Housenumber HousenumberAddition Zipcode | ||||||||
source | <xs:element name="PostalAddress" type="TypeAddress" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | TypeEmailAddress | ||||||||
properties |
|
||||||||
source | <xs:element name="EmailAddress" type="TypeEmailAddress" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:anyURI | ||||||||
properties |
|
||||||||
source | <xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="PhoneNR" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Telephone number</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="FaxNR" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Telephone number</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||
children | CompanyLink PartnerLink Sex Name MainAddress PostalAddress EmailAddress PhoneNR WorkPhoneNR MobilePhoneNR FaxNR Position | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="TypePerson"> <xs:annotation> <xs:documentation>Person</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="CompanyLink" type="TypeRelationReference" minOccurs="0"> <xs:annotation> <xs:documentation>Link to the associcated Company or Office. Only applicable for relations of the Employee and Contact type. The referenced relation must be a Company or a Office.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PartnerLink" type="TypeRelationReference" minOccurs="0"> <xs:annotation> <xs:documentation>Link to the partner relation. Only applicable for relations of the Individual type. The referenced relation must be a individual.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Sex" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="male"/> <xs:enumeration value="female"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Name"> <xs:complexType> <xs:sequence> <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Title, i.e. "drs."</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Initials" type="xs:string" minOccurs="0"/> <xs:element name="Firstname" type="xs:string" minOccurs="0"/> <xs:element name="Firstnames" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Official names, first name, middle name, ect.</xs:documentation> </xs:annotation> </xs:element> <xs:sequence minOccurs="0"> <xs:element name="LastnamePrefix" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Prefix fot the lastname. I.e. in the name "Jan de Vries", "Jan" is the Firstname, "de" is the LastnamePrefix, "Vries" is the Lastname.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Lastname" type="xs:string"/> </xs:sequence> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="MainAddress" type="TypeAddress" minOccurs="0"/> <xs:element name="PostalAddress" type="TypeAddress" minOccurs="0"/> <xs:element name="EmailAddress" type="TypeEmailAddress" minOccurs="0"/> <xs:element name="PhoneNR" type="xs:string" minOccurs="0"/> <xs:element name="WorkPhoneNR" type="xs:string" minOccurs="0"/> <xs:element name="MobilePhoneNR" type="xs:string" minOccurs="0"/> <xs:element name="FaxNR" type="xs:string" minOccurs="0"/> <xs:element name="Position" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>beroep/functie</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
type | TypeRelationReference | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="CompanyLink" type="TypeRelationReference" minOccurs="0"> <xs:annotation> <xs:documentation>Link to the associcated Company or Office. Only applicable for relations of the Employee and Contact type. The referenced relation must be a Company or a Office.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
type | TypeRelationReference | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="PartnerLink" type="TypeRelationReference" minOccurs="0"> <xs:annotation> <xs:documentation>Link to the partner relation. Only applicable for relations of the Individual type. The referenced relation must be a individual.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="Sex" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="male"/> <xs:enumeration value="female"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
properties |
|
||||
children | Title Initials Firstname Firstnames LastnamePrefix Lastname | ||||
source | <xs:element name="Name"> <xs:complexType> <xs:sequence> <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Title, i.e. "drs."</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Initials" type="xs:string" minOccurs="0"/> <xs:element name="Firstname" type="xs:string" minOccurs="0"/> <xs:element name="Firstnames" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Official names, first name, middle name, ect.</xs:documentation> </xs:annotation> </xs:element> <xs:sequence minOccurs="0"> <xs:element name="LastnamePrefix" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Prefix fot the lastname. I.e. in the name "Jan de Vries", "Jan" is the Firstname, "de" is the LastnamePrefix, "Vries" is the Lastname.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Lastname" type="xs:string"/> </xs:sequence> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Title, i.e. "drs."</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Initials" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Firstname" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Firstnames" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Official names, first name, middle name, ect.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="LastnamePrefix" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Prefix fot the lastname. I.e. in the name "Jan de Vries", "Jan" is the Firstname, "de" is the LastnamePrefix, "Vries" is the Lastname.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Lastname" type="xs:string"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | TypeAddress | ||||||||
properties |
|
||||||||
children | Country State Municipality City Area Neighbourhood Street Housenumber HousenumberAddition Zipcode | ||||||||
source | <xs:element name="MainAddress" type="TypeAddress" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | TypeAddress | ||||||||
properties |
|
||||||||
children | Country State Municipality City Area Neighbourhood Street Housenumber HousenumberAddition Zipcode | ||||||||
source | <xs:element name="PostalAddress" type="TypeAddress" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | TypeEmailAddress | ||||||||
properties |
|
||||||||
source | <xs:element name="EmailAddress" type="TypeEmailAddress" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="PhoneNR" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="WorkPhoneNR" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="MobilePhoneNR" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="FaxNR" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Position" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>beroep/functie</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||
children | Country State Municipality City Area Neighbourhood Street Housenumber HousenumberAddition Zipcode | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="TypeAddress"> <xs:annotation> <xs:documentation>International address</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Country" type="xs:string"> <xs:annotation> <xs:documentation>ISO county code</xs:documentation> </xs:annotation> </xs:element> <xs:element name="State" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>State or province, i.e. "Flevoland" (The Netherlands)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Municipality" type="xs:string" minOccurs="0"/> <xs:element name="City" type="xs:string"/> <xs:sequence minOccurs="0"> <xs:element name="Area" type="xs:string"/> <xs:element name="Neighbourhood" type="xs:string" minOccurs="0"/> </xs:sequence> <xs:element name="Street" type="xs:string"/> <xs:element name="Housenumber" type="xs:int"/> <xs:element name="HousenumberAddition" type="xs:string" minOccurs="0"/> <xs:element name="Zipcode" type="xs:string"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="Country" type="xs:string"> <xs:annotation> <xs:documentation>ISO county code</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="State" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>State or province, i.e. "Flevoland" (The Netherlands)</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Municipality" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="City" type="xs:string"/> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Area" type="xs:string"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Neighbourhood" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Street" type="xs:string"/> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:int | ||||
properties |
|
||||
source | <xs:element name="Housenumber" type="xs:int"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="HousenumberAddition" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Zipcode" type="xs:string"/> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
children | Title | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="TypeDocument"> <xs:annotation> <xs:documentation>Document</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Title" type="xs:string"/> </xs:sequence> <xs:attribute name="uuid" type="TypeUuid"> <xs:annotation> <xs:documentation>UUID of the document</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Title" type="xs:string"/> |
diagram | ![]() |
||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||
children | Latitude Longitude | ||
annotation |
|
||
source | <xs:complexType name="TypeGeoCode"> <xs:annotation> <xs:documentation>Geographical coordinates</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Latitude"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="-90.0"/> <xs:maxInclusive value="90.0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Longitude"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="-180.0"/> <xs:maxInclusive value="180.0"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | restriction of xs:decimal | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="Latitude"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="-90.0"/> <xs:maxInclusive value="90.0"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | restriction of xs:decimal | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="Longitude"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="-180.0"/> <xs:maxInclusive value="180.0"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
namespace | http://webservice.yesco.nl/mcp/1.3/Relation |
children | KadasterVestiging Eigendomsoort Omvang Aandeel PerceelOppervlakte OmschrijvingCultuur KadastraleAanduiding Eigendom KadastraleKaart |
source | <xs:complexType name="TypeKadasterInformation"> <xs:sequence> <xs:element name="KadasterVestiging" type="xs:string" minOccurs="0"/> <xs:element name="Eigendomsoort" type="xs:string" minOccurs="0"/> <xs:element name="Omvang" type="xs:string" minOccurs="0"/> <xs:element name="Aandeel" type="xs:string" minOccurs="0"/> <xs:element name="PerceelOppervlakte" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>Perceel oppervlakte in m2</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OmschrijvingCultuur" type="xs:string" minOccurs="0"/> <xs:element name="KadastraleAanduiding" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="KadastraleGemeenteCode" type="xs:string" minOccurs="0"/> <xs:element name="KadastraleGemeente" type="xs:string" minOccurs="0"/> <xs:element name="Sectie" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Sectie</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Perceel" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Perceelnummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Index" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Eigendom" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ErfpachtPerJaar" type="xs:float" minOccurs="0"/> <xs:element name="VastVariabel" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="vast"/> <xs:enumeration value="variabel"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ErfpachtDuur" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="eeuwig"/> <xs:enumeration value="tijdelijk"/> <xs:enumeration value="voortdurend"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="EindDatum" type="xs:date" minOccurs="0"/> <xs:element name="Afkoopoptie" type="xs:boolean" minOccurs="0"/> <xs:element name="AfgekochtTot" type="xs:date" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="KadastraleKaart" minOccurs="0"> <xs:complexType> <xs:attribute name="documentUuid" type="TypeUuid" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="KadasterVestiging" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Eigendomsoort" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Omvang" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Aandeel" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:int | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="PerceelOppervlakte" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>Perceel oppervlakte in m2</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="OmschrijvingCultuur" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
properties |
|
||||||||
children | KadastraleGemeenteCode KadastraleGemeente Sectie Perceel Index | ||||||||
source | <xs:element name="KadastraleAanduiding" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="KadastraleGemeenteCode" type="xs:string" minOccurs="0"/> <xs:element name="KadastraleGemeente" type="xs:string" minOccurs="0"/> <xs:element name="Sectie" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Sectie</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Perceel" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Perceelnummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Index" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="KadastraleGemeenteCode" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="KadastraleGemeente" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Sectie" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Sectie</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Perceel" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Perceelnummer</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Index" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
properties |
|
||||||||
children | ErfpachtPerJaar VastVariabel ErfpachtDuur EindDatum Afkoopoptie AfgekochtTot | ||||||||
source | <xs:element name="Eigendom" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ErfpachtPerJaar" type="xs:float" minOccurs="0"/> <xs:element name="VastVariabel" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="vast"/> <xs:enumeration value="variabel"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ErfpachtDuur" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="eeuwig"/> <xs:enumeration value="tijdelijk"/> <xs:enumeration value="voortdurend"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="EindDatum" type="xs:date" minOccurs="0"/> <xs:element name="Afkoopoptie" type="xs:boolean" minOccurs="0"/> <xs:element name="AfgekochtTot" type="xs:date" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:float | ||||||||
properties |
|
||||||||
source | <xs:element name="ErfpachtPerJaar" type="xs:float" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="VastVariabel" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="vast"/> <xs:enumeration value="variabel"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="ErfpachtDuur" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="eeuwig"/> <xs:enumeration value="tijdelijk"/> <xs:enumeration value="voortdurend"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:date | ||||||||
properties |
|
||||||||
source | <xs:element name="EindDatum" type="xs:date" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="Afkoopoptie" type="xs:boolean" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:date | ||||||||
properties |
|
||||||||
source | <xs:element name="AfgekochtTot" type="xs:date" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="KadastraleKaart" minOccurs="0"> <xs:complexType> <xs:attribute name="documentUuid" type="TypeUuid" use="required"/> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||
children | Country State Municipality City Area Neighbourhood Street Housenumber HousenumberAddition Zipcode | ||
annotation |
|
||
source | <xs:complexType name="TypeLocation"> <xs:annotation> <xs:documentation>International location</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Country" type="xs:string"> <xs:annotation> <xs:documentation>ISO county code</xs:documentation> </xs:annotation> </xs:element> <xs:element name="State" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>State or province, i.e. "Flevoland" (The Netherlands)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Municipality" type="xs:string" minOccurs="0"/> <xs:sequence minOccurs="0"> <xs:element name="City" type="xs:string"/> <xs:sequence minOccurs="0"> <xs:element name="Area" type="xs:string"/> <xs:element name="Neighbourhood" type="xs:string" minOccurs="0"/> </xs:sequence> <xs:sequence minOccurs="0"> <xs:element name="Street" type="xs:string"/> <xs:sequence minOccurs="0"> <xs:element name="Housenumber" type="xs:int"/> <xs:element name="HousenumberAddition" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:sequence> </xs:sequence> <xs:element name="Zipcode" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="Country" type="xs:string"> <xs:annotation> <xs:documentation>ISO county code</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="State" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>State or province, i.e. "Flevoland" (The Netherlands)</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Municipality" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="City" type="xs:string"/> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Area" type="xs:string"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Neighbourhood" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Street" type="xs:string"/> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:int | ||||
properties |
|
||||
source | <xs:element name="Housenumber" type="xs:int"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="HousenumberAddition" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Zipcode" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
children | Image Photo360 Video Document | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="TypeMedia"> <xs:annotation> <xs:documentation>Media item</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="Image"> <xs:annotation> <xs:documentation>Image like a photo.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Category" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. intro, ligging, omgeving</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Label" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. mainImage, KadastraleKaart</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Description" type="xs:string" minOccurs="0"/> <xs:element name="Type" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. interieur</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="order" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Value used to order media</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="Photo360"> <xs:annotation> <xs:documentation>Fisheye photo of a location in a 360 degree angle.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IpixUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>URL to a IPIX media file, see http://ipix.com/</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="order" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Value used to order media</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="Video"> <xs:annotation> <xs:documentation>Video</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> <xs:choice> <xs:element name="VideoStreamUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>URL to a videostream or flat video file (i.e. mpg)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PopupUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>URL which references to webpage shown in a popup window on a website.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="WebsiteUrl" type="xs:anyURI"/> <xs:element name="VideoReference"> <xs:complexType> <xs:sequence> <xs:element name="ServiceUri" type="xs:anyURI"> <xs:annotation> <xs:documentation>i.e. http://www.youtube.com</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Id" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:sequence> <xs:attribute name="order" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Value used to order media</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="Document"> <xs:complexType> <xs:sequence> <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Type" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="brochure"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="MimeType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Mimetype of the document</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SourceUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>Complete storage filename, including path to i.e. NFS</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="order" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Value used to order media</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="uuid" type="TypeUuid"> <xs:annotation> <xs:documentation>UUID of the media</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
properties |
|
||||||||||||||
children | Category Label Title Description Type | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="Image"> <xs:annotation> <xs:documentation>Image like a photo.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Category" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. intro, ligging, omgeving</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Label" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. mainImage, KadastraleKaart</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Description" type="xs:string" minOccurs="0"/> <xs:element name="Type" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. interieur</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="order" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Value used to order media</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Category" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. intro, ligging, omgeving</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Label" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. mainImage, KadastraleKaart</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="Description" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Type" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. interieur</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
properties |
|
||||||||||||||
children | Title IpixUrl | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="Photo360"> <xs:annotation> <xs:documentation>Fisheye photo of a location in a 360 degree angle.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IpixUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>URL to a IPIX media file, see http://ipix.com/</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="order" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Value used to order media</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:anyURI | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="IpixUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>URL to a IPIX media file, see http://ipix.com/</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
properties |
|
||||||||||||||
children | Title VideoStreamUrl PopupUrl WebsiteUrl VideoReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="Video"> <xs:annotation> <xs:documentation>Video</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> <xs:choice> <xs:element name="VideoStreamUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>URL to a videostream or flat video file (i.e. mpg)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PopupUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>URL which references to webpage shown in a popup window on a website.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="WebsiteUrl" type="xs:anyURI"/> <xs:element name="VideoReference"> <xs:complexType> <xs:sequence> <xs:element name="ServiceUri" type="xs:anyURI"> <xs:annotation> <xs:documentation>i.e. http://www.youtube.com</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Id" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:sequence> <xs:attribute name="order" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Value used to order media</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:anyURI | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="VideoStreamUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>URL to a videostream or flat video file (i.e. mpg)</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:anyURI | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="PopupUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>URL which references to webpage shown in a popup window on a website.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:anyURI | ||||
properties |
|
||||
source | <xs:element name="WebsiteUrl" type="xs:anyURI"/> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
properties |
|
||||
children | ServiceUri Id | ||||
source | <xs:element name="VideoReference"> <xs:complexType> <xs:sequence> <xs:element name="ServiceUri" type="xs:anyURI"> <xs:annotation> <xs:documentation>i.e. http://www.youtube.com</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Id" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:anyURI | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="ServiceUri" type="xs:anyURI"> <xs:annotation> <xs:documentation>i.e. http://www.youtube.com</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Id" type="xs:string"/> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
properties |
|
||||||||||||||
children | Title Type MimeType SourceUrl | ||||||||||||||
attributes |
|
||||||||||||||
source | <xs:element name="Document"> <xs:complexType> <xs:sequence> <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Type" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="brochure"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="MimeType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Mimetype of the document</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SourceUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>Complete storage filename, including path to i.e. NFS</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="order" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Value used to order media</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Title" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>I.e. Big garden with roses</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="Type" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="brochure"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="MimeType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Mimetype of the document</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:anyURI | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="SourceUrl" type="xs:anyURI"> <xs:annotation> <xs:documentation>Complete storage filename, including path to i.e. NFS</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
children | Scenario | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="TypeProjectScenarioReference"> <xs:annotation> <xs:documentation>Reference to a YISxml Project</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Scenario"> <xs:annotation> <xs:documentation>Project scenario, i.e. NBpr</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="NBvk"/> <xs:enumeration value="NBpr"/> <xs:enumeration value="NBty"/> <xs:enumeration value="NBbn"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> <xs:attribute name="uuid" type="TypeUuid" use="required"> <xs:annotation> <xs:documentation>Project's UniqueID</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
diagram | ![]() |
||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Scenario"> <xs:annotation> <xs:documentation>Project scenario, i.e. NBpr</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="NBvk"/> <xs:enumeration value="NBpr"/> <xs:enumeration value="NBty"/> <xs:enumeration value="NBbn"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="TypeRelationReference"> <xs:annotation> <xs:documentation>Reference to a 3MCP Relation</xs:documentation> </xs:annotation> <xs:attribute name="uuid" type="TypeUuid" use="required"> <xs:annotation> <xs:documentation>Relation's UniqueID</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
diagram | ![]() |
||||||||||||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||
children | Role | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="TypeRelationRoleReference"> <xs:annotation> <xs:documentation>Reference to a 3MCP Relation, with role specified</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Role" type="xs:string"> <xs:annotation> <xs:documentation>Role of the relation, i.e. 'koper'. Only applicable when the RelationReference is used to link a relation to a project.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="uuid" type="TypeUuid" use="required"> <xs:annotation> <xs:documentation>Relation's UniqueID</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
diagram | ![]() |
||||
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="Role" type="xs:string"> <xs:annotation> <xs:documentation>Role of the relation, i.e. 'koper'. Only applicable when the RelationReference is used to link a relation to a project.</xs:documentation> </xs:annotation> </xs:element> |
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||
type | xs:string | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="TypeEmailAddress"> <xs:annotation> <xs:documentation>E-mail address, http://en.wikipedia.org/wiki/E-mail_address</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"/> </xs:simpleType> |
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||
type | restriction of xs:string | ||
used by | |||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="TypeUuid"> <xs:annotation> <xs:documentation>Universally Unique Identifier, as defined in http://en.wikipedia.org/wiki/UUID</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{2}[0-9a-fA-F]{2}-[0-9a-fA-F]{12}"/> </xs:restriction> </xs:simpleType> |
namespace | http://webservice.yesco.nl/mcp/1.3/Relation | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <xs:attributeGroup name="AgEntityAttributes"> <xs:attribute name="uuid" type="TypeUuid" use="required"> <xs:annotation> <xs:documentation>UUID of the entity</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="timestampGenerated" type="xs:dateTime" use="required"> <xs:annotation> <xs:documentation>Timestamp of generation or modification of XML data.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> |