-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
categories / utilities #6
Comments
Hi Sunil,
gute Frage. Habe ich auch auf meiner Liste der offenen Punkte. Wurde vor meiner Zeit bei Homegate besprochen. Am besten die Frage direkt ins Git posten - Basil hat bestimmt erstmal eine Antwort. Ob uns dies dann ausreicht, müssen wir anschliessend sehen.
Viele Grüsse
Jens
… On 18 Apr 2017, at 13:15, sunilkale74 ***@***.***> wrote:
Hi Jens,
Eine Frage zu der Nutzung/Kategorisierung (XSD). Haben wir hier (siehe Abschnitt XSD unten) die Möglichkeit vorgesehen mehrere Nutzungsarten (utilities) pro Objekt sowie mehrere Kategorien (categories) zuzulassen und wie kommt ihr auf maximal drei (maxOccurs=3)?
Danke und Gruss,
Sunil
<xs:element name="categories" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element type="categoryTypes" name="category" minOccurs="1" maxOccurs="3"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="utilities" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element type="utilityTypes" name="utility" minOccurs="1" maxOccurs="3"/>
</xs:sequence>
</xs:complexType>
</xs:element>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#6>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AC3tZo0tExhP9_LBMuyGyWdNk5lxnUGQks5rxJtqgaJpZM4NANEn>.
|
We already removed the 0..3 occurence for categories, in #46 - so the first question is answered. |
There should be no such restriction. Was probably added due to some sort of "fear" during the first draft. Consumers can decide to, for example, only consider the first 3. The order is important however, aka the first one stated is the one the sender wants, if that does'nt work go to 2 then 3 etc. I can't see that restricting this would help. |
Thank you. Ok we will:
|
Hi Jens,
Eine Frage zu der Nutzung/Kategorisierung (XSD). Haben wir hier (siehe Abschnitt XSD unten) die Möglichkeit vorgesehen mehrere Nutzungsarten (utilities) pro Objekt sowie mehrere Kategorien (categories) zuzulassen und wie kommt ihr auf maximal drei (maxOccurs=3)?
Danke und Gruss,
Sunil
The text was updated successfully, but these errors were encountered: