amatiushkin opened a new pull request #1485:
URL: https://github.com/apache/tinkerpop/pull/1485


   Draft implementation, which adds support for default values in GraphML 
([TINKERPOP-848](https://issues.apache.org/jira/browse/TINKERPOP-848)).
   
   Support feature is incubating, due to following capabilities mentioned in 
GraphML [specification](http://graphml.graphdrawing.org/specification.html).
   
   
   ```
   <xs:complexType name="default.type" final="#all">
   <xs:annotation>
   <xs:documentation source="http://graphml.graphdrawing.org/"; xml:lang="en">
   Complex type for the <default> element. default.type is mixed, that is, data 
may contain #PCDATA. Content type: extension of data-extension.type which is 
empty per default.
   </xs:documentation>
   </xs:annotation>
   <xs:complexContent mixed="true">
   <xs:extension base="data-extension.type">
   <xs:attributeGroup ref="default.extra.attrib">
   <xs:annotation>
   <xs:documentation source="http://graphml.graphdrawing.org/"; xml:lang="en">
   user defined extra attributes for <default> elements
   </xs:documentation>
   </xs:annotation>
   </xs:attributeGroup>
   </xs:extension>
   </xs:complexContent>
   </xs:complexType>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to